Home
last modified time | relevance | path

Searched refs:is_exe (Results 1 – 9 of 9) sorted by relevance

/external/harfbuzz_ng/test/fuzzing/
Drun-shape-fuzzer-tests.py10 def is_exe (fpath): function
15 if is_exe (program):
20 if is_exe (exe_file):
Drun-subset-fuzzer-tests.py10 def is_exe(fpath): function
15 if is_exe(program):
20 if is_exe(exe_file):
/external/harfbuzz_ng/test/subset/
Drun-tests.py20 def is_exe (fpath): function
25 if is_exe (program):
30 if is_exe (exe_file):
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Ddotest.py51 def is_exe(fpath): function
65 if is_exe(program):
70 if is_exe(exe_file):
248 if not is_exe(configuration.compiler):
250 if not is_exe(configuration.compiler):
368 if not is_exe(lldbtest_config.lldbExec):
370 if not is_exe(lldbtest_config.lldbExec):
524 if lldbtest_config.lldbExec and not is_exe(lldbtest_config.lldbExec):
539 if is_exe(lldbVSCodeExec):
Dlldbutil.py32 def is_exe(fpath): function
41 if is_exe(program):
46 if is_exe(exe_file):
Dlldbtest.py230 def is_exe(fpath): function
239 if is_exe(program):
244 if is_exe(exe_file):
/external/google-breakpad/src/tools/windows/converter_exe/
Dconverter.cc370 bool is_exe = false; in ConvertMissingSymbolFile() local
382 is_exe = true; in ConvertMissingSymbolFile()
386 if (!is_exe) { in ConvertMissingSymbolFile()
464 if (!is_exe) { in ConvertMissingSymbolFile()
/external/llvm-project/lldb/utils/lui/
Dlldbutil.py27 def is_exe(fpath): function
36 if is_exe(program):
41 if is_exe(exe_file):
/external/bcc/src/python/bcc/
D__init__.py253 def is_exe(fpath): function
259 if is_exe(bin_path):
265 if is_exe(exe_file):