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

  /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/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
  /external/gtest/test/
gtest_uninitialized_test.py 75 Assert(p.exited)
gtest_test_utils.py 134 exited True iff the child process exited normally.
135 exit_code The code with which the child proces exited.
179 self.exited = False
183 self.exited = True
gtest_xml_outfiles_test.py 105 self.assert_(p.exited)
gtest_xml_output_unittest.py 137 self.assert_(p.exited)
160 self.assert_(p.exited)
162 "'%s' exited with code %s, which doesn't match "
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
EffectsBar.java 167 boolean exited = exitEffectsGallery();
171 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.
232 bool exited = false; local
236 exited = true;
243 exited = true;
256 if (!exited)
681 // the child hasn't exited yet.
851 // (application launched and exited cleanly, with exit code indicating success).
  /external/strace/
process.c 1865 int exited = 0; local
1909 int exited = 0; local
2130 int exited; local
    [all...]
  /external/bison/djgpp/
config.bat 462 echo ./configure script exited abnormally!

Completed in 3785 milliseconds