HomeSort by relevance Sort by last modified time
    Searched full:still_active (Results 1 - 16 of 16) 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/chrome/installer/util/
product.cc 105 DCHECK(ret != STILL_ACTIVE);
  /sdk/find_java/
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)) {
  /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/base/
process_util_win.cc 433 if (tmp_exit_code == STILL_ACTIVE) {
443 // Strange, the process used 0x103 (STILL_ACTIVE) as exit code.
  /external/chromium_org/third_party/icu/source/test/intltest/
simplethread.cpp 244 return (threadExitCode == STILL_ACTIVE);
  /external/icu4c/test/intltest/
simplethread.cpp 252 return (threadExitCode == STILL_ACTIVE);
  /external/chromium_org/chrome/installer/test/
alternate_version_generator.cc 225 DCHECK_NE(*exit_code, STILL_ACTIVE);
  /external/chromium_org/chrome_frame/test/
test_with_web_server.cc 222 exit_code == STILL_ACTIVE) {
    [all...]
  /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...]

Completed in 196 milliseconds