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

  /external/chromium_org/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));
  /art/runtime/
stack.cc 296 bool should_continue = VisitFrame(); local
297 if (UNLIKELY(!should_continue)) {
344 bool should_continue = VisitFrame(); local
345 if (UNLIKELY(!should_continue)) {
353 bool should_continue = VisitFrame(); local
354 if (!should_continue) {
  /system/core/libcutils/
str_parms.c 81 bool should_continue; local
92 should_continue = true;
95 should_continue = false;
105 return should_continue;
  /external/chromium_org/chrome/browser/extensions/api/cast_channel/
cast_socket.cc 494 bool should_continue = true; local
498 should_continue = ProcessHeader();
503 should_continue = ProcessBody();
505 if (should_continue)
  /external/chromium_org/sandbox/linux/suid/
sandbox.c 278 char should_continue; local
279 if (HANDLE_EINTR(read(sync_fds[0], &should_continue, 1)) != 1)
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win.cc 581 bool should_continue = false; local
587 should_continue = true;
596 if (should_continue) {

Completed in 1172 milliseconds