Home
last modified time | relevance | path

Searched refs:bc_path (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_compileall.py17 self.bc_path = self.source_path + ('c' if __debug__ else 'o')
28 with open(self.bc_path, 'rb') as file:
40 with open(self.bc_path, 'rb') as file:
42 with open(self.bc_path, 'wb') as file:
59 for fn in (self.bc_path, self.bc_path2):
65 self.assertTrue(os.path.isfile(self.bc_path) \
67 os.unlink(self.bc_path)
69 self.assertTrue(os.path.isfile(self.bc_path) \
71 os.unlink(self.bc_path)
/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_file_loader.py408 bc_path = self.manipulate_bytecode('_temp', mapping,
411 test('_temp', mapping, bc_path)
418 bc_path = self.manipulate_bytecode('_temp', mapping,
421 test('_temp', mapping, bc_path)
425 bc_path = self.manipulate_bytecode('_temp', mapping,
428 test('_temp', mapping, bc_path)
432 bc_path = self.manipulate_bytecode('_temp', mapping,
435 test('_temp', mapping, bc_path)
439 bc_path = self.manipulate_bytecode(
446 test('_temp', mapping, bc_path)
[all …]
/external/python/cpython3/Lib/test/
Dtest_compileall.py34 self.bc_path = importlib.util.cache_from_source(self.source_path)
54 with open(self.bc_path, 'rb') as file:
68 with open(self.bc_path, 'rb') as file:
70 with open(self.bc_path, 'wb') as file:
88 for fn in (self.bc_path, self.bc_path2):
95 self.assertTrue(os.path.isfile(self.bc_path) and
97 os.unlink(self.bc_path)
100 self.assertTrue(os.path.isfile(self.bc_path) and
102 os.unlink(self.bc_path)
112 self.assertFalse(os.path.isfile(self.bc_path))
[all …]
/external/swiftshader/third_party/LLVM/tools/gold/
Dgold-plugin.cpp78 static std::string bc_path; variable
113 if (!bc_path.empty()) { in process_plugin_option()
117 bc_path = path; in process_plugin_option()
424 else if (!options::bc_path.empty()) in all_symbols_read_hook()
425 path = options::bc_path; in all_symbols_read_hook()