Searched refs:exited (Results 1 - 25 of 54) sorted by relevance

123

/external/valgrind/gdbserver_tests/
H A Dnlgone_return.stdoutB.exp2 Program exited normally.
H A Dnlgone_exit.stdoutB.exp2 Program exited with code 01.
H A Dhginfo.stdoutB.exp9 Program exited normally.
H A Dmcmain_pic.stdoutB.exp9 Program exited normally.
H A Dnlcontrolc.stdoutB.exp21 Program exited normally.
H A Dnlpasssigalrm.stdoutB.exp22 Program exited normally.
/external/valgrind/none/tests/
H A Dallexec32.stdout.exp3 child exited
5 child exited
7 child exited
10 child exited
12 child exited
14 child exited
H A Dallexec64.stdout.exp3 child exited
5 child exited
7 child exited
10 child exited
12 child exited
14 child exited
H A Dmmap_fcntl_bug.stderr.exp1 Child exited with zero (TEST PASSED).
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_uninitialized_test.py59 Assert(p.exited)
H A Dgtest_xml_output_unittest.py209 self.assert_(p.exited)
234 self.assert_(p.exited)
236 "'%s' exited with code %s, which doesn't match "
257 self.assert_(p.exited)
259 "'%s' exited with code %s, which doesn't match "
H A Dgtest_test_utils.py211 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
/external/gtest/test/
H A Dgtest_uninitialized_test.py59 Assert(p.exited)
H A Dgtest_xml_output_unittest.py219 self.assert_(p.exited)
244 self.assert_(p.exited)
246 "'%s' exited with code %s, which doesn't match "
278 self.assert_(p.exited)
280 "'%s' exited with code %s, which doesn't match "
H A Dgtest_test_utils.py226 exited True iff the child process exited normally.
227 exit_code The code with which the child process exited.
298 self.exited = False
302 self.exited = True
/external/protobuf/gtest/test/
H A Dgtest_uninitialized_test.py59 Assert(p.exited)
H A Dgtest_xml_output_unittest.py155 self.assert_(p.exited)
180 self.assert_(p.exited)
182 "'%s' exited with code %s, which doesn't match "
206 self.assert_(p.exited)
208 "'%s' exited with code %s, which doesn't match "
H A Dgtest_test_utils.py215 exited True iff the child process exited normally.
216 exit_code The code with which the child process exited.
287 self.exited = False
291 self.exited = True
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_uninitialized_test.py59 Assert(p.exited)
H A Dgtest_xml_output_unittest.py219 self.assert_(p.exited)
244 self.assert_(p.exited)
246 "'%s' exited with code %s, which doesn't match "
278 self.assert_(p.exited)
280 "'%s' exited with code %s, which doesn't match "
H A Dgtest_test_utils.py226 exited True iff the child process exited normally.
227 exit_code The code with which the child process exited.
298 self.exited = False
302 self.exited = True
/external/strace/
H A Dwait.c66 int exited = 0; local
89 exited = 1;
116 return exited;
/external/strace/tests/
H A Dpc.test55 \\[\\?{$len}\\] \\+\\+\\+ exited with 0 \\+\\+\\+
/external/valgrind/gdbserver_tests/solaris/
H A Dnlcontrolc.stdoutB.exp17 Program exited normally.
/external/libchrome/base/process/
H A Dprocess_posix.cc41 // has already exited, otherwise to loop for |wait|, sleeping for
62 // If the process hasn't exited yet, then sleep and try again.
311 bool exited = false; local
315 exited = true;
322 exited = true;
336 if (!exited)

Completed in 412 milliseconds

123