HomeSort by relevance Sort by last modified time
    Searched full:still_active (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/sandbox/win/tests/integration_tests/
integration_tests_test.cc 177 ASSERT_EQ(STILL_ACTIVE, exit_code);
203 ASSERT_EQ(STILL_ACTIVE, exit_code);
229 ASSERT_EQ(STILL_ACTIVE, exit_code);
257 ASSERT_EQ(STILL_ACTIVE, exit_code);
  /external/chromium_org/base/process/
kill_win.cc 143 if (tmp_exit_code == STILL_ACTIVE) {
156 // Strange, the process used 0x103 (STILL_ACTIVE) as exit code.
  /external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
ippet_power_monitor.py 131 if exit_code == win32con.STILL_ACTIVE:
159 if exit_code == win32con.STILL_ACTIVE:
  /external/chromium_org/chrome/installer/util/
product.cc 101 DCHECK(ret != STILL_ACTIVE);
  /sdk/find_java/src/source/
utils.cpp 125 // this should not return STILL_ACTIVE (259)
find_java_lib.cpp 518 // this should not return STILL_ACTIVE (259)
  /external/chromium_org/sandbox/win/tests/common/
controller.cc 57 return exit_code == STILL_ACTIVE;
  /external/chromium_org/sandbox/win/src/
target_process.cc 92 &exit_code) || (STILL_ACTIVE == exit_code)) {
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
win_platform_backend.py 78 if win32process.GetExitCodeProcess(process_handle) == win32con.STILL_ACTIVE:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 218 def still_active(self): member in class:Finalize
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 218 def still_active(self): member in class:Finalize
  /external/chromium_org/third_party/icu/source/test/intltest/
simplethread.cpp 254 return (threadExitCode == STILL_ACTIVE);
  /external/deqp/execserver/
xsWin32TestProcess.cpp 578 if (exitCode == STILL_ACTIVE)
  /external/deqp/framework/delibs/deutil/
deProcess.c 743 if (exitCode == STILL_ACTIVE)
  /external/icu/icu4c/source/test/intltest/
simplethread.cpp 254 return (threadExitCode == STILL_ACTIVE);
  /external/chromium_org/chrome/installer/test/
alternate_version_generator.cc 229 DCHECK_NE(*exit_code, STILL_ACTIVE);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h 62 #define STILL_ACTIVE STATUS_PENDING
    [all...]

Completed in 1180 milliseconds