Searched defs:is_ready (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/sync/util/
H A Dcryptographer.h49 // Cryptographer instance into the ready state (is_ready will be true).
55 // It is an error to call this if is_ready() == true, though it is fair to
107 bool is_ready() const { return !nigoris_.empty() && default_nigori_; } function in class:browser_sync::Cryptographer
/external/chromium/chrome/browser/extensions/
H A Dextension_service.h395 bool is_ready() { return ready_; } function in class:ExtensionService
/external/oprofile/module/
H A Doprofile.c151 static int is_ready(void) function
166 if (likely(note_pos < (sysctl.note_size - OP_PRE_NOTE_WATERMARK(sysctl.note_size)) && !is_ready()))
325 wait_event_interruptible(oprof_wait, is_ready());
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp5386 bool is_ready = false; local
5388 while (!is_ready) {
5390 is_ready = ready;
/external/valgrind/unittest/
H A Dracecheck_unittest.cc5056 bool is_ready = false; local
5058 while (!is_ready) {
5060 is_ready = ready;

Completed in 188 milliseconds