HomeSort by relevance Sort by last modified time
    Searched refs:exited (Results 26 - 50 of 69) sorted by null

12 3

  /external/gtest/test/
gtest_xml_outfiles_test.py 103 self.assert_(p.exited)
gtest_test_utils.py 226 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
gtest_color_test.py 67 return not p.exited or p.exit_code
  /external/protobuf/gtest/test/
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 215 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
gtest_color_test.py 67 return not p.exited or p.exit_code
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
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 226 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
gtest_color_test.py 67 return not p.exited or p.exit_code
  /ndk/sources/third_party/googletest/googletest/test/
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/google-breakpad/src/testing/gtest/test/
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/valgrind/gdbserver_tests/
mcleak.stdoutB.exp 48 Program exited normally.
mcwatchpoints.stdoutB.exp 40 Program exited normally.
hgtls.stdoutB.exp 45 Program exited normally.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPUnitDebuggeeProcessWrapper.java 297 throw new TestErrorException("Debuggee exited with code " + exitCode +
  /external/fio/
server.c 52 int exited; member in struct:fio_fork_item
488 ffi->exited = 0;
513 ffi->exited = 1;
519 ffi->exited = 1;
524 ffi->exited = 1;
531 dprint(FD_NET, "pid %u exited, sig=%u, exitval=%d\n", (int) ffi->pid, ffi->signal, ffi->exitval);
552 if (ffi->exited)
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dllwrap.c 422 warn (_("%s exited with status %d"), what, WEXITSTATUS (wait_status));
    [all...]
resrc.c 300 fatal (_("%s exited with status %d"), cmd,
    [all...]
  /external/bison/djgpp/
config.bat 529 echo ./configure script exited abnormally!

Completed in 2397 milliseconds

12 3