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

12

  /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/chromium/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/chromium_org/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/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/libvpx/libvpx/third_party/googletest/src/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/chromium_org/ui/aura/
window_unittest.cc 1193 bool exited() const { return exited_; } function in class:aura::test::MouseEnterExitWindowDelegate
    [all...]
  /external/chromium_org/ui/views/widget/
root_view.cc 519 // and ET_MOUSE_ENTERED events, because the mouse hasn't actually exited yet.
550 MouseEnterExitEvent exited(event, ui::ET_MOUSE_EXITED);
551 DispatchEventToTarget(mouse_move_handler_, &exited);
565 MouseEnterExitEvent exited(event, ui::ET_MOUSE_EXITED);
566 DispatchEventToTarget(mouse_move_handler_, &exited);
  /external/protobuf/gtest/test/
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/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 456 bool exited = local
459 EXPECT_TRUE(exited);
  /external/strace/
process.c 1868 int exited = 0; local
1910 int exited = 0; local
    [all...]
  /external/bison/djgpp/
config.bat 529 echo ./configure script exited abnormally!
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
slide_mode.js     [all...]

Completed in 3196 milliseconds

12