HomeSort by relevance Sort by last modified time
    Searched refs:bc_path (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_compileall.py 17 self.bc_path = self.source_path + ('c' if __debug__ else 'o')
28 with open(self.bc_path, 'rb') as file:
41 with open(self.bc_path, 'rb') as file:
43 with open(self.bc_path, 'wb') as file:
60 for fn in (self.bc_path, self.bc_path2):
66 self.assertTrue(os.path.isfile(self.bc_path) \
68 os.unlink(self.bc_path)
70 self.assertTrue(os.path.isfile(self.bc_path) \
72 os.unlink(self.bc_path)
  /external/python/cpython2/Lib/test/
test_compileall.py 17 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)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_compileall.py 17 self.bc_path = self.source_path + ('c' if __debug__ else 'o')
28 with open(self.bc_path, 'rb') as file:
41 with open(self.bc_path, 'rb') as file:
43 with open(self.bc_path, 'wb') as file:
60 for fn in (self.bc_path, self.bc_path2):
66 self.assertTrue(os.path.isfile(self.bc_path) \
68 os.unlink(self.bc_path)
70 self.assertTrue(os.path.isfile(self.bc_path) \
72 os.unlink(self.bc_path)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_compileall.py 17 self.bc_path = self.source_path + ('c' if __debug__ else 'o')
28 with open(self.bc_path, 'rb') as file:
41 with open(self.bc_path, 'rb') as file:
43 with open(self.bc_path, 'wb') as file:
60 for fn in (self.bc_path, self.bc_path2):
66 self.assertTrue(os.path.isfile(self.bc_path) \
68 os.unlink(self.bc_path)
70 self.assertTrue(os.path.isfile(self.bc_path) \
72 os.unlink(self.bc_path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compileall.py 17 self.bc_path = self.source_path + ('c' if __debug__ else 'o')
28 with open(self.bc_path, 'rb') as file:
41 with open(self.bc_path, 'rb') as file:
43 with open(self.bc_path, 'wb') as file:
60 for fn in (self.bc_path, self.bc_path2):
66 self.assertTrue(os.path.isfile(self.bc_path) \
68 os.unlink(self.bc_path)
70 self.assertTrue(os.path.isfile(self.bc_path) \
72 os.unlink(self.bc_path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compileall.py 17 self.bc_path = self.source_path + ('c' if __debug__ else 'o')
28 with open(self.bc_path, 'rb') as file:
41 with open(self.bc_path, 'rb') as file:
43 with open(self.bc_path, 'wb') as file:
60 for fn in (self.bc_path, self.bc_path2):
66 self.assertTrue(os.path.isfile(self.bc_path) \
68 os.unlink(self.bc_path)
70 self.assertTrue(os.path.isfile(self.bc_path) \
72 os.unlink(self.bc_path)
  /external/python/cpython3/Lib/test/test_importlib/source/
test_file_loader.py 275 bc_path = self.manipulate_bytecode('_temp', mapping,
278 test('_temp', mapping, bc_path)
285 bc_path = self.manipulate_bytecode('_temp', mapping,
288 test('_temp', mapping, bc_path)
292 bc_path = self.manipulate_bytecode('_temp', mapping,
295 test('_temp', mapping, bc_path)
299 bc_path = self.manipulate_bytecode('_temp', mapping,
302 test('_temp', mapping, bc_path)
306 bc_path = self.manipulate_bytecode('_temp', mapping,
309 test('_temp', mapping, bc_path)
    [all...]
  /external/python/cpython3/Lib/test/
test_compileall.py 30 self.bc_path = importlib.util.cache_from_source(self.source_path)
50 with open(self.bc_path, 'rb') as file:
62 with open(self.bc_path, 'rb') as file:
64 with open(self.bc_path, 'wb') as file:
82 for fn in (self.bc_path, self.bc_path2):
89 self.assertTrue(os.path.isfile(self.bc_path) and
91 os.unlink(self.bc_path)
94 self.assertTrue(os.path.isfile(self.bc_path) and
96 os.unlink(self.bc_path)
106 self.assertFalse(os.path.isfile(self.bc_path))
    [all...]
  /external/swiftshader/third_party/LLVM/tools/gold/
gold-plugin.cpp 78 static std::string bc_path; member in namespace:options
113 if (!bc_path.empty()) {
117 bc_path = path;
424 else if (!options::bc_path.empty())
425 path = options::bc_path;

Completed in 154 milliseconds