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

  /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 "
  /external/chromium/base/
process_util_posix.cc 55 // has already exited, otherwise to loop for wait_milliseconds, sleeping for
68 // If the process hasn't exited yet, then sleep and try again.
144 bool exited = false; local
148 exited = true;
155 if (!exited)
544 // the child hasn't exited yet.
626 // (application launched and exited cleanly, with exit code indicating success).
  /external/bluetooth/bluez/src/
agent.c 71 int exited; member in struct:agent
144 DBG("Agent exited without calling Unregister");
146 agent->exited = TRUE;
182 if (!agent->exited) {
244 if (!agent->exited)
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_cfg80211.h 258 struct completion exited; member in struct:wl_iscan_ctrl
wl_cfg80211.c     [all...]
  /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 247 milliseconds