/external/boringssl/src/util/bot/go/ |
D | env.py | 41 exe = sys.argv[1] variable 43 exe = sys.executable variable 48 exe = bootstrap.find_executable(exe, [bootstrap.WORKSPACE]) variable
|
/external/python/cpython2/PC/VS9.0/ |
D | idle.bat | 7 set exe=python variable 10 if "%1"=="-d" (set exe=python_d) & shift variable
|
/external/python/cpython2/PCbuild/ |
D | idle.bat | 7 set exe=python variable 10 if "%1"=="-d" (set exe=python_d) & shift variable
|
/external/python/cpython2/PC/VS8.0/ |
D | idle.bat | 7 set exe=python variable 10 if "%1"=="-d" (set exe=python_d) & shift variable
|
D | rt.bat | 27 set exe=python variable 35 if "%1"=="-d" (set exe=python_d) & shift & goto CheckOpts variable
|
/external/python/cpython2/PC/VS7.1/ |
D | rt.bat | 27 set exe=python variable 35 if "%1"=="-d" (set exe=python_d) & shift & goto CheckOpts variable
|
/external/python/cpython3/PCbuild/ |
D | idle.bat | 9 set exe=python variable 13 if "%1"=="-d" (set exe=%exe%_d) & shift & goto :CheckOpts variable
|
D | rt.bat | 36 set exe= variable 50 set exe=%prefix%\python%suffix%.exe variable
|
/external/bc/tests/ |
D | afl.py | 136 exe = sys.argv[idx + 2] variable 138 exe = testdir + "/../bin/" + exe_name(exedir) variable 150 exe = [ exe, sys.argv[idx + 3:], options ] variable 152 exe = [ exe, options ] variable
|
D | randmath.py | 85 def compare(exe, options, p, test, halt, expected, op, do_add=True): argument 266 exe = "bc" variable 270 exe = "dc" variable
|
/external/llvm-project/lldb/test/API/benchmarks/turnaround/ |
D | TestCompileRunToBreakpointTurnaround.py | 42 def run_lldb_turnaround(self, exe, function, count): argument 87 def run_gdb_turnaround(self, exe, function, count): argument
|
/external/llvm-project/lldb/examples/python/ |
D | disasm.py | 28 exe = sys.argv[1] variable 34 exe = sys.argv[3] variable
|
/external/swiftshader/tests/regres/shell/ |
D | shell.go | 33 func Shell(timeout time.Duration, exe, wd string, args ...string) error { argument 40 func Env(timeout time.Duration, exe, wd string, env []string, args ...string) error { argument
|
D | shell_windows.go | 26 func Exec(timeout time.Duration, exe, wd string, env []string, args ...string) ([]byte, error) { argument
|
D | shell_unix.go | 87 func Exec(timeout time.Duration, exe, wd string, env []string, args ...string) ([]byte, error) { argument
|
/external/mesa3d/src/gallium/tests/unit/ |
D | meson.build | 23 exe = executable( variable
|
/external/libopus/celt/tests/ |
D | meson.build | 13 exe = executable(test_name, '@0@.c'.format(test_name), variable
|
/external/libopus/silk/tests/ |
D | meson.build | 1 exe = executable('test_unit_LPC_inv_pred_gain', variable
|
/external/autotest/client/tools/ |
D | crash_handler.py | 205 crashed_pid, crash_time, uid, signal, hostname, exe = sys.argv[1:] variable 213 crashed_pid, crash_time, uid, signal, hostname, exe = (None, None, variable
|
/external/rust/crates/env_logger/tests/ |
D | init-twice-retains-filter.rs | 26 let exe = env::current_exe().unwrap(); in main() localVariable
|
D | log-in-log.rs | 25 let exe = env::current_exe().unwrap(); in main() localVariable
|
/external/python/cpython3/Tools/msi/ |
D | uploadrelease.ps1 | 105 $exe = gci *.exe, *.exe.asc, *.zip, *.zip.asc variable 109 if ($exe) { variable 111 if (-not $?) { throw "Failed to upload $exe" } variable
|
/external/libopus/tests/ |
D | meson.build | 28 exe = executable(test_name, '@0@.c'.format(test_name), extra_srcs, variable
|
/external/libyuv/files/tools_libyuv/valgrind/ |
D | libyuv_tests.py | 47 def _DefaultCommand(self, tool, exe=None, valgrind_test_args=None): argument
|
/external/llvm-project/lldb/test/API/lang/cpp/incomplete-types/ |
D | TestCppIncompleteTypes.py | 47 def get_test_frame(self, exe): argument
|