Home
last modified time | relevance | path

Searched refs:mutated_name (Results 1 – 10 of 10) sorted by relevance

/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_lazy.py41 mutated_name = 'changed' variable in TestingImporter
43 source_code = 'attr = 42; __name__ = {!r}'.format(mutated_name)
95 self.assertEqual(TestingImporter.mutated_name, module.__name__)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_lazy.py41 mutated_name = 'changed' variable in TestingImporter
43 source_code = 'attr = 42; __name__ = {!r}'.format(mutated_name)
95 self.assertEqual(TestingImporter.mutated_name, module.__name__)
/dports/lang/python37/Python-3.7.12/Lib/test/test_importlib/
H A Dtest_lazy.py41 mutated_name = 'changed' variable in TestingImporter
43 source_code = 'attr = 42; __name__ = {!r}'.format(mutated_name)
95 self.assertEqual(TestingImporter.mutated_name, module.__name__)
/dports/lang/python310/Python-3.10.1/Lib/test/test_importlib/
H A Dtest_lazy.py41 mutated_name = 'changed' variable in TestingImporter
43 source_code = 'attr = 42; __name__ = {!r}'.format(mutated_name)
95 self.assertEqual(TestingImporter.mutated_name, module.__name__)
/dports/lang/python-tools/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_lazy.py41 mutated_name = 'changed' variable in TestingImporter
43 source_code = 'attr = 42; __name__ = {!r}'.format(mutated_name)
95 self.assertEqual(TestingImporter.mutated_name, module.__name__)
/dports/lang/python38/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_lazy.py41 mutated_name = 'changed' variable in TestingImporter
43 source_code = 'attr = 42; __name__ = {!r}'.format(mutated_name)
95 self.assertEqual(TestingImporter.mutated_name, module.__name__)
/dports/lang/python39/Python-3.9.9/Lib/test/test_importlib/
H A Dtest_lazy.py41 mutated_name = 'changed' variable in TestingImporter
43 source_code = 'attr = 42; __name__ = {!r}'.format(mutated_name)
95 self.assertEqual(TestingImporter.mutated_name, module.__name__)
/dports/lang/python311/Python-3.11.0a3/Lib/test/test_importlib/
H A Dtest_lazy.py41 mutated_name = 'changed' variable in TestingImporter
43 source_code = 'attr = 42; __name__ = {!r}'.format(mutated_name)
95 self.assertEqual(TestingImporter.mutated_name, module.__name__)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_lazy.py41 mutated_name = 'changed' variable in TestingImporter
43 source_code = 'attr = 42; __name__ = {!r}'.format(mutated_name)
95 self.assertEqual(TestingImporter.mutated_name, module.__name__)
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DVectorizeLoops.cpp723 string mutated_name = op->name; in visit() local
730 mutated_name += widening_suffix; in visit()
732 vector_scope.push(mutated_name, mutated_value); in visit()
742 vector_scope.pop(mutated_name); in visit()
748 mutated_body = ReplaceShuffleVectors(mutated_name).mutate(mutated_body); in visit()
753 string lane_name = mutated_name + ".lane." + std::to_string(i); in visit()
761 bool uses_min_lane = stmt_uses_var(mutated_body, mutated_name + ".min_lane"); in visit()
769 LetStmt::make(mutated_name + ".min_lane", i.min, mutated_body); in visit()
774 LetStmt::make(mutated_name + ".max_lane", i.max, mutated_body); in visit()
781 return substitute(mutated_name, mutated_value, mutated_body); in visit()
[all …]