HomeSort by relevance Sort by last modified time
    Searched defs:exe (Results 1 - 25 of 298) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython2/PC/VS8.0/
idle.bat 4 rem -d Run Debug build (python_d.exe). Else release build.
7 set exe=python variable
10 if "%1"=="-d" (set exe=python_d) & shift variable
12 set cmd=%exe% ../../Lib/idlelib/idle.py %1 %2 %3 %4 %5 %6 %7 %8 %9
rt.bat 4 rem -d Run Debug build (python_d.exe). Else release build.
5 rem -O Run python.exe or python_d.exe (see -d) with -O.
27 set exe=python variable
35 if "%1"=="-d" (set exe=python_d) & shift & goto CheckOpts variable
37 set cmd=%exe% %dashO% -E -tt ../../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
41 %exe% rmpyc.py
  /external/python/cpython2/PC/VS9.0/
idle.bat 4 rem -d Run Debug build (python_d.exe). Else release build.
7 set exe=python variable
10 if "%1"=="-d" (set exe=python_d) & shift variable
12 set cmd=%exe% ../Lib/idlelib/idle.py %1 %2 %3 %4 %5 %6 %7 %8 %9
rt.bat 4 rem -d Run Debug build (python_d.exe). Else release build.
5 rem -O Run python.exe or python_d.exe (see -d) with -O.
44 set exe="%prefix%\python%suffix%" variable
45 set cmd=%exe% %dashO% -Wd -3 -E -tt "%pcbuild%\..\..\Lib\test\regrtest.py" %1 %2 %3 %4 %5 %6 %7 %8 %9
49 %exe% "%pcbuild%\rmpyc.py"
  /external/python/cpython2/PCbuild/
idle.bat 4 rem -d Run Debug build (python_d.exe). Else release build.
7 set exe=python variable
10 if "%1"=="-d" (set exe=python_d) & shift variable
12 set cmd=%exe% ../Lib/idlelib/idle.py %1 %2 %3 %4 %5 %6 %7 %8 %9
rt.bat 4 rem -d Run Debug build (python_d.exe). Else release build.
5 rem -O Run python.exe or python_d.exe (see -d) with -O.
44 set exe=%prefix%python%suffix% variable
45 set cmd="%exe%" %dashO% -Wd -3 -E -tt "%pcbuild%..\Lib\test\regrtest.py" %regrtestargs%
49 "%exe%" "%pcbuild%rmpyc.py"
  /external/python/cpython3/PCbuild/
idle.bat 4 rem -d Run Debug build (python_d.exe). Else release build.
7 set exe=win32\python variable
10 if "%1"=="-d" (set exe=%exe%_d) & shift variable
12 set cmd=%exe% ../Lib/idlelib/idle.py %1 %2 %3 %4 %5 %6 %7 %8 %9
rt.bat 4 rem -d Run Debug build (python_d.exe). Else release build.
5 rem -O Run python.exe or python_d.exe (see -d) with -O.
44 set exe=%prefix%python%suffix%.exe variable
45 set cmd="%exe%" %dashO% -Wd -E -bb -m test %regrtestargs%
49 "%exe%" "%pcbuild%rmpyc.py"
  /external/boringssl/src/util/bot/go/
env.py 41 exe = sys.argv[1] variable
42 if exe == 'python':
43 exe = sys.executable variable
47 if os.sep not in exe:
48 exe = bootstrap.find_executable(exe, [bootstrap.WORKSPACE]) variable
49 sys.exit(subprocess.call([exe] + sys.argv[2:], env=new))
  /external/python/cpython2/PC/VS7.1/
rt.bat 4 rem -d Run Debug build (python_d.exe). Else release build.
5 rem -O Run python.exe or python_d.exe (see -d) with -O.
27 set exe=python variable
35 if "%1"=="-d" (set exe=python_d) & shift & goto CheckOpts variable
37 set cmd=%exe% %dashO% -E -tt ../../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
41 %exe% rmpyc.py
  /external/wayland/tests/
test-helpers.c 62 const char *exe = "./exec-fd-leak-checker"; local
66 execl(exe, exe, number, (char *)NULL);
  /frameworks/native/cmds/lshal/libprocpartition/
procpartition.cpp 36 std::string exe; local
38 if (!android::base::Readlink("/proc/" + std::to_string(pid) + "/exe", &exe)) {
41 if (!android::base::Realpath(exe, &real)) {
  /prebuilts/go/darwin-x86/src/cmd/objdump/
objdump_test.go 21 var tmp, exe string // populated by buildObjdump var
45 exe = filepath.Join(tmp, "testobjdump.exe")
50 out, err := exec.Command(gotool, "build", "-o", exe, "cmd/objdump").CombinedOutput()
53 return fmt.Errorf("go build -o %v cmd/objdump: %v\n%s", exe, err, string(out))
102 hello := filepath.Join(tmp, "hello.exe")
138 out, err = exec.Command(exe, args...).CombinedOutput()
140 t.Fatalf("objdump fmthello.exe: %v\n%s", err, out)
231 out, err = exec.Command(exe, args...).CombinedOutput()
  /prebuilts/go/linux-x86/src/cmd/objdump/
objdump_test.go 21 var tmp, exe string // populated by buildObjdump var
45 exe = filepath.Join(tmp, "testobjdump.exe")
50 out, err := exec.Command(gotool, "build", "-o", exe, "cmd/objdump").CombinedOutput()
53 return fmt.Errorf("go build -o %v cmd/objdump: %v\n%s", exe, err, string(out))
102 hello := filepath.Join(tmp, "hello.exe")
138 out, err = exec.Command(exe, args...).CombinedOutput()
140 t.Fatalf("objdump fmthello.exe: %v\n%s", err, out)
231 out, err = exec.Command(exe, args...).CombinedOutput()
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
process_info.h 22 char exe[256]; member in struct:ProcessInfo
  /external/blktrace/btt/
proc.c 241 char *exe, *p, *next, *exes_save = strdup(exes); local
245 exe = exes_save;
252 pip = __find_process_name(exe);
  /external/ltp/testcases/network/nfsv4/acl/
acl1.c 45 int exe; local
56 exe = execl(str, NULL, NULL);
57 if (exe == -1 && errno != EACCES)
  /tools/tradefederation/core/atest/test_runners/
atest_tf_test_runner_unittest.py 38 exe=atf_tr.AtestTradefedTestRunner.EXECUTABLE, variable
  /external/wpa_supplicant_8/src/utils/
trace.c 57 char exe[50], fname[512]; local
59 os_snprintf(exe, sizeof(exe) - 1, "/proc/%u/exe", getpid());
60 len = readlink(exe, fname, sizeof(fname) - 1);
  /art/test/1930-monitor-info/src/art/
Monitors.java 129 private volatile Throwable exe; field in class:Monitors.LockController
138 this.exe = null;
151 if (exe != null) {
152 throw new TestException("Exception thrown by other thread!", exe);
237 runner.setUncaughtExceptionHandler((t, e) -> { exe = e; });
340 exe = null;
  /art/test/1931-monitor-events/src/art/
Monitors.java 129 private volatile Throwable exe; field in class:Monitors.LockController
138 this.exe = null;
151 if (exe != null) {
152 throw new TestException("Exception thrown by other thread!", exe);
237 runner.setUncaughtExceptionHandler((t, e) -> { exe = e; });
340 exe = null;
  /art/test/1932-monitor-events-misc/src/art/
Monitors.java 129 private volatile Throwable exe; field in class:Monitors.LockController
138 this.exe = null;
151 if (exe != null) {
152 throw new TestException("Exception thrown by other thread!", exe);
237 runner.setUncaughtExceptionHandler((t, e) -> { exe = e; });
340 exe = null;
  /art/test/1933-monitor-current-contended/src/art/
Monitors.java 129 private volatile Throwable exe; field in class:Monitors.LockController
138 this.exe = null;
151 if (exe != null) {
152 throw new TestException("Exception thrown by other thread!", exe);
237 runner.setUncaughtExceptionHandler((t, e) -> { exe = e; });
340 exe = null;
  /art/test/1934-jvmti-signal-thread/src/art/
Monitors.java 129 private volatile Throwable exe; field in class:Monitors.LockController
138 this.exe = null;
151 if (exe != null) {
152 throw new TestException("Exception thrown by other thread!", exe);
237 runner.setUncaughtExceptionHandler((t, e) -> { exe = e; });
340 exe = null;
  /prebuilts/go/darwin-x86/src/cmd/dist/
build.go 43 exe string
638 link = []string{pathf("%s/link", tooldir), "-o", pathf("%s/%s%s", tooldir, elem, exe)}
42 exe string var
    [all...]

Completed in 1300 milliseconds

1 2 3 4 5 6 7 8 91011>>