OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_ready
(Results
1 - 10
of
10
) 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_org/chrome/browser/extensions/
test_extension_service.cc
81
bool TestExtensionService::
is_ready
() {
function in class:TestExtensionService
extension_service.cc
539
DCHECK(!
is_ready
()); // Can't redo init.
1299
bool ExtensionService::
is_ready
() {
function in class:ExtensionService
[
all
...]
/external/chromium_org/sync/util/
cryptographer.h
57
// Cryptographer instance into the ready state (
is_ready
will be true).
63
// It is an error to call this if
is_ready
() == true, though it is fair to
161
bool
is_ready
() const {
function in class:syncer::Cryptographer
/external/chromium_org/chrome/renderer/safe_browsing/
phishing_classifier.cc
76
bool PhishingClassifier::
is_ready
() const {
function in class:safe_browsing::PhishingClassifier
83
DCHECK(
is_ready
());
149
DCHECK(
is_ready
());
/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/chromium_org/sync/internal_api/
sync_encryption_handler_impl.cc
260
bool
is_ready
= UnlockVault(
local
261
trans.GetWrappedTrans()).cryptographer.
is_ready
();
263
UMA_HISTOGRAM_BOOLEAN("Sync.CryptographerReady",
is_ready
);
279
} else if (!
is_ready
) {
317
if (UnlockVault(trans.GetWrappedTrans()).cryptographer.
is_ready
())
347
DCHECK(cryptographer->
is_ready
());
453
//
is_ready
() will remain false due to having pending keys.
631
if (UnlockVault(trans.GetWrappedTrans()).cryptographer.
is_ready
())
[
all
...]
/external/valgrind/main/drd/tests/
tsan_unittest.cpp
5386
bool
is_ready
= false;
local
[
all
...]
/external/valgrind/unittest/
racecheck_unittest.cc
5056
bool
is_ready
= false;
local
[
all
...]
Completed in 935 milliseconds