HomeSort by relevance Sort by last modified time
    Searched defs:is_ready (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/sync/util/
cryptographer.h 49 // 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/
extension_service.h 395 bool is_ready() { return ready_; } function in class:ExtensionService
  /external/oprofile/module/
oprofile.c 151 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/
tsan_unittest.cpp 5384 bool is_ready = false; local
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc 5056 bool is_ready = false; local
    [all...]

Completed in 106 milliseconds