HomeSort by relevance Sort by last modified time
    Searched refs:exited (Results 51 - 75 of 175) sorted by null

1 23 4 5 6 7

  /prebuilts/ndk/r11/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
  /prebuilts/ndk/r13/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/googletest/googletest/test/
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_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/v8/testing/gtest/test/
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/valgrind/gdbserver_tests/
mcleak.stdoutB.exp 48 Program exited normally.
mcwatchpoints.stdoutB.exp 40 Program exited normally.
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
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
  /prebuilts/go/darwin-x86/src/os/signal/
signal_windows_test.go 102 t.Fatalf("Program exited with error: %v\n%v", err, string(b.Bytes()))
  /prebuilts/go/linux-x86/src/os/signal/
signal_windows_test.go 102 t.Fatalf("Program exited with error: %v\n%v", err, string(b.Bytes()))
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPUnitDebuggeeProcessWrapper.java 295 throw new TestErrorException("Debuggee exited with code " + exitCode +
  /frameworks/rs/tests/lldb/tests/testcases/
test_read_global.py 344 self.try_command('process continue', ['exited with status = 0'])
test_read_local.py 344 self.try_command('process continue', ['exited with status = 0'])

Completed in 2184 milliseconds

1 23 4 5 6 7