HomeSort by relevance Sort by last modified time
    Searched refs:should_continue (Results 1 - 8 of 8) sorted by null

  /external/libchrome/sandbox/linux/services/
init_process_reaper.cc 90 char should_continue; local
91 int read_ret = HANDLE_EINTR(read(sync_fds[0], &should_continue, 1));
  /system/core/libcutils/
str_parms.c 99 bool should_continue; local
110 should_continue = true;
113 should_continue = false;
123 return should_continue;
  /art/runtime/
stack.cc 809 bool should_continue = VisitFrame(); local
810 if (UNLIKELY(!should_continue)) {
819 bool should_continue = VisitFrame(); local
887 bool should_continue = VisitFrame(); local
896 bool should_continue = VisitFrame(); local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
concurrent.py 63 thread.should_continue = False
194 self.should_continue = True
197 while self.should_continue:
  /external/autotest/client/site_tests/network_3GRebootStress/
network_3GRebootStress.py 73 should_continue = True
  /external/libchrome/sandbox/linux/suid/
sandbox.c 273 char should_continue; local
274 if (HANDLE_EINTR(read(sync_fds[0], &should_continue, 1)) != 1)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/
test_concurrent.py 131 # By settings should_continue to False, it should immediately
133 thread.should_continue = False
  /external/v8/test/cctest/
test-api.cc 21595 bool should_continue() const { return should_continue_; } function in class:RequestInterruptTestBase
    [all...]

Completed in 1578 milliseconds