Home
last modified time | relevance | path

Searched refs:should_continue (Results 1 – 5 of 5) sorted by relevance

/external/lldb/source/Utility/
DRange.cpp82 bool should_continue = callback(counter); in Iterate() local
83 if (!should_continue) in Iterate()
/external/chromium_org/sandbox/linux/services/
Dinit_process_reaper.cc90 char should_continue; in CreateInitProcessReaper() local
91 int read_ret = HANDLE_EINTR(read(sync_fds[0], &should_continue, 1)); in CreateInitProcessReaper()
/external/chromium_org/sandbox/linux/suid/
Dsandbox.c272 char should_continue; in MoveToNewNamespaces() local
273 if (HANDLE_EINTR(read(sync_fds[0], &should_continue, 1)) != 1) in MoveToNewNamespaces()
/external/chromium_org/chrome/browser/media_galleries/win/
Dmtp_device_delegate_impl_win.cc595 bool should_continue = false; in OnWroteDataChunkIntoSnapshotFile() local
601 should_continue = true; in OnWroteDataChunkIntoSnapshotFile()
610 if (should_continue) { in OnWroteDataChunkIntoSnapshotFile()
/external/chromium_org/v8/test/cctest/
Dtest-api.cc22005 CHECK(!should_continue()); in RunTest()
22012 bool should_continue() const { return should_continue_; } in should_continue() function in RequestInterruptTestBase
22217 info.GetReturnValue().Set(test->should_continue()); in ShouldContinueCallback()