/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
test_bdist_wininst.py | 25 exe_file = cmd.get_exe_bytes()
26 self.assertTrue(len(exe_file) > 10)
|
/external/python/cpython2/Lib/distutils/tests/ |
test_bdist_wininst.py | 25 exe_file = cmd.get_exe_bytes() 26 self.assertGreater(len(exe_file), 10)
|
/external/python/cpython3/Lib/distutils/tests/ |
test_bdist_wininst.py | 24 exe_file = cmd.get_exe_bytes() 25 self.assertGreater(len(exe_file), 10)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_bdist_wininst.py | 25 exe_file = cmd.get_exe_bytes() 26 self.assertTrue(len(exe_file) > 10)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_bdist_wininst.py | 25 exe_file = cmd.get_exe_bytes() 26 self.assertTrue(len(exe_file) > 10)
|
/external/vulkan-validation-layers/scripts/ |
determine_vs_version.py | 39 exe_file = os.path.join(path, program) 40 if is_exe(exe_file): 41 return exe_file
|
/external/libchrome/base/process/ |
process_iterator.h | 39 const wchar_t* exe_file() const { return szExeFile; } function in struct:base::ProcessEntry 50 const char* exe_file() const { return exe_file_.c_str(); }
|
process_iterator_linux.cc | 146 if (executable_name_ != entry().exe_file())
|
/external/swiftshader/third_party/subzero/pydir/ |
wasm-run-torture-tests.py | 140 exe_file = os.path.join(OUT_DIR, test_name + ".exe") 167 cmd = cmd.format(obj_file, exe_file) 170 if not run_test or os.system(exe_file) == 0:
|
/external/v8/src/inspector/build/ |
compile-scripts.py | 74 exe_file = path.join(part, program) 75 if is_exe(exe_file): 76 return exe_file
|
/external/python/cpython3/Lib/test/ |
test_site.py | 494 exe_file = os.path.join(os.getenv('TEMP'), os.path.split(sys.executable)[1]) 495 shutil.copy(sys.executable, exe_file) 497 _pth_file = os.path.splitext(exe_file)[0] + '._pth' 502 return exe_file 505 os.unlink(exe_file) 509 def _cleanup_underpth_exe(self, exe_file): 510 _pth_file = os.path.splitext(exe_file)[0] + '._pth' 512 os.unlink(exe_file) 534 exe_file = self._create_underpth_exe(pth_lines) 536 os.path.dirname(exe_file), [all...] |
/external/google-breakpad/src/common/windows/ |
pdb_source_line_writer.h | 91 EXE_FILE, // a .exe or .dll file 92 ANY_FILE // try PDB_FILE and then EXE_FILE 111 bool SetCodeFile(const wstring &exe_file);
|
pdb_source_line_writer.cc | 132 bool PDBSourceLineWriter::SetCodeFile(const wstring &exe_file) { 134 code_file_ = exe_file; 139 return exe_file == code_file_; 171 case EXE_FILE: [all...] |
/toolchain/binutils/binutils-2.27/gold/ |
dwp.cc | [all...] |