HomeSort by relevance Sort by last modified time
    Searched refs:exited (Results 1 - 21 of 21) sorted by null

  /external/valgrind/main/none/tests/
mmap_fcntl_bug.stderr.exp 1 Child exited with zero (TEST PASSED).
  /external/chromium/testing/gtest/test/
gtest_uninitialized_test.py 59 Assert(p.exited)
gtest_throw_on_failure_test.py 75 return p.exited and p.exit_code == 0
gtest_xml_outfiles_test.py 103 self.assert_(p.exited)
gtest_test_utils.py 211 exited True iff the child process exited normally.
212 exit_code The code with which the child process exited.
283 self.exited = False
287 self.exited = True
gtest_color_test.py 67 return not p.exited or p.exit_code
  /external/gtest/test/
gtest_uninitialized_test.py 59 Assert(p.exited)
gtest_throw_on_failure_test.py 75 return p.exited and p.exit_code == 0
gtest_xml_outfiles_test.py 103 self.assert_(p.exited)
gtest_test_utils.py 211 exited True iff the child process exited normally.
212 exit_code The code with which the child process exited.
283 self.exited = False
287 self.exited = True
gtest_color_test.py 67 return not p.exited or p.exit_code
  /external/protobuf/gtest/test/
gtest_uninitialized_test.py 59 Assert(p.exited)
gtest_test_utils.py 200 exited True iff the child process exited normally.
201 exit_code The code with which the child proces exited.
255 self.exited = False
259 self.exited = True
gtest_throw_on_failure_test.py 75 return p.exited and p.exit_code == 0
gtest_xml_outfiles_test.py 103 self.assert_(p.exited)
gtest_color_test.py 67 return not p.exited or p.exit_code
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
EffectsBar.java 150 boolean exited = exitEffectsGallery();
154 return exited;
  /external/bluetooth/bluez/src/
agent.c 66 int exited; member in struct:agent
142 DBG("Agent exited without calling Unregister");
144 agent->exited = TRUE;
180 if (!agent->exited) {
240 if (!agent->exited)
  /external/chromium/base/
process_util_posix.cc 65 // has already exited, otherwise to loop for wait_milliseconds, sleeping for
82 // If the process hasn't exited yet, then sleep and try again.
236 bool exited = false; local
240 exited = true;
247 exited = true;
260 if (!exited)
705 // the child hasn't exited yet.
875 // (application launched and exited cleanly, with exit code indicating success).
  /external/strace/
process.c 1868 int exited = 0; local
1910 int exited = 0; local
    [all...]
  /external/bison/djgpp/
config.bat 462 echo ./configure script exited abnormally!

Completed in 450 milliseconds