/external/bc/tests/ |
D | history.py | 70 def spawn(exe, args, env, encoding=None, codec_errors='strict'): argument 119 def test_utf8(exe, args, env, idx, bc=True): argument 159 def test_utf8_0(exe, args, env, bc=True): argument 198 def test_utf8_1(exe, args, env, bc=True): argument 202 def test_utf8_2(exe, args, env, bc=True): argument 206 def test_utf8_3(exe, args, env, bc=True): argument 210 def test_utf8_4(exe, args, env, bc=True): argument 218 def test_sigint_sigquit(exe, args, env): argument 246 def test_eof(exe, args, env): argument 273 def test_sigint(exe, args, env): argument [all …]
|
/external/boringssl/src/util/bot/go/ |
D | env.py | 53 exe = sys.argv[1] variable 55 exe = sys.executable variable 60 exe = find_executable(exe, goroot) 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/VS9.0/ |
D | idle.bat | 7 set exe=python variable 10 if "%1"=="-d" (set exe=python_d) & shift 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/bc/scripts/ |
D | afl.py | 185 exe = sys.argv[idx + 2] variable 187 exe = scriptdir + "/../bin/" + exe_name(exedir) variable 204 exe = [ exe, sys.argv[idx + 3:], options ] + seed variable 206 exe = [ exe, options ] + seed variable
|
D | randmath.py | 145 def compare(exe, options, p, test, halt, expected, op, do_add=True): argument 376 exe = "bc" variable 380 exe = "dc" variable
|
D | karatsuba.py | 87 exe = sys.argv[3] variable 89 exe = testdir + "/bin/bc" 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/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/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/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/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/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/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/harfbuzz_ng/test/fuzzing/ |
D | meson.build | 22 exe = executable(test_name, sources, variable
|