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

1 2

  /external/valgrind/main/none/tests/
allexec32.stdout.exp 3 child exited
5 child exited
7 child exited
10 child exited
12 child exited
14 child exited
allexec64.stdout.exp 3 child exited
5 child exited
7 child exited
10 child exited
12 child exited
14 child exited
mmap_fcntl_bug.stderr.exp 1 Child exited with zero (TEST PASSED).
  /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/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/libvpx/libvpx/third_party/googletest/src/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/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.
236 bool exited = false; local
240 exited = true;
247 exited = true;
260 if (!exited)
705 // the child hasn't exited yet.
875 // (application launched and exited cleanly, with exit code indicating success).
    [all...]
  /external/strace/
process.c 1868 int exited = 0; local
1910 int exited = 0; local
    [all...]

Completed in 672 milliseconds

1 2