Searched refs:is_ready (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/sync/util/
H A Dcryptographer_unittest.cc33 EXPECT_FALSE(cryptographer_.is_ready());
43 EXPECT_FALSE(cryptographer_.is_ready());
53 EXPECT_TRUE(cryptographer_.is_ready());
65 EXPECT_TRUE(cryptographer_.is_ready());
84 EXPECT_TRUE(cryptographer_.is_ready());
115 EXPECT_TRUE(cryptographer_.is_ready());
129 EXPECT_TRUE(cryptographer_.is_ready());
161 EXPECT_TRUE(cryptographer.is_ready());
172 EXPECT_FALSE(cryptographer.is_ready());
177 EXPECT_TRUE(cryptographer.is_ready());
[all...]
H A Dcryptographer.h58 // Cryptographer instance into the ready state (is_ready will be true).
64 // It is an error to call this if is_ready() == true, though it is fair to
162 bool is_ready() const { function in class:syncer::Cryptographer
/external/chromium_org/sync/engine/
H A Dapply_control_data_updates_unittest.cc93 EXPECT_FALSE(cryptographer->is_ready());
158 EXPECT_TRUE(cryptographer->is_ready());
173 EXPECT_TRUE(cryptographer->is_ready());
200 EXPECT_TRUE(cryptographer->is_ready());
286 EXPECT_FALSE(cryptographer->is_ready());
296 EXPECT_FALSE(cryptographer->is_ready());
339 EXPECT_TRUE(cryptographer->is_ready());
366 EXPECT_FALSE(cryptographer->is_ready());
417 EXPECT_TRUE(cryptographer->is_ready());
444 EXPECT_FALSE(cryptographer->is_ready());
[all...]
H A Dapply_control_data_updates.cc111 if (cryptographer->is_ready()) {
150 if (cryptographer->is_ready()) {
/external/chromium_org/build/android/pylib/
H A Dchrome_test_server_spawner.py123 self.is_ready = False
237 self.is_ready = self._WaitToStartAndGetPortFromTestServer()
239 self.is_ready = _CheckPortStatus(self.host_port, True)
240 if self.is_ready:
243 self.is_ready = False
246 self.is_ready = True
256 self.is_ready = False
327 if self.server.test_server_instance.is_ready:
/external/chromium_org/chrome/browser/extensions/
H A Dtest_extension_service.cc70 bool TestExtensionService::is_ready() { function in class:TestExtensionService
H A Dtest_extension_service.h49 virtual bool is_ready() OVERRIDE;
H A Dextension_service.h167 virtual bool is_ready() = 0;
232 virtual bool is_ready() OVERRIDE;
H A Dcomponent_loader_unittest.cc59 virtual bool is_ready() OVERRIDE {
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_classifier.h71 bool is_ready() const;
H A Dphishing_classifier_browsertest.cc220 ASSERT_FALSE(classifier_->is_ready());
224 ASSERT_TRUE(classifier_->is_ready());
294 EXPECT_FALSE(classifier_->is_ready());
298 EXPECT_TRUE(classifier_->is_ready());
302 EXPECT_FALSE(classifier_->is_ready());
H A Dphishing_classifier.cc78 bool PhishingClassifier::is_ready() const { function in class:safe_browsing::PhishingClassifier
85 DCHECK(is_ready());
151 DCHECK(is_ready());
H A Dphishing_classifier_delegate_browsertest.cc271 ASSERT_TRUE(classifier_->is_ready());
412 ASSERT_FALSE(classifier_->is_ready());
446 ASSERT_FALSE(classifier_->is_ready());
476 ASSERT_TRUE(classifier_->is_ready());
547 ASSERT_TRUE(classifier_->is_ready());
581 ASSERT_TRUE(classifier_->is_ready());
610 ASSERT_TRUE(classifier_->is_ready());
H A Dphishing_classifier_delegate.cc189 if (classifier_->is_ready()) {
237 if (!classifier_->is_ready()) {
/external/chromium_org/sync/internal_api/
H A Dsync_encryption_handler_impl_unittest.cc208 EXPECT_TRUE(other_cryptographer.is_ready());
307 EXPECT_TRUE(other_cryptographer.is_ready());
576 EXPECT_TRUE(GetCryptographer()->is_ready());
701 EXPECT_TRUE(other_cryptographer.is_ready());
1023 EXPECT_TRUE(other_cryptographer.is_ready());
1029 EXPECT_FALSE(GetCryptographer()->is_ready());
1067 EXPECT_TRUE(GetCryptographer()->is_ready());
1149 EXPECT_TRUE(GetCryptographer()->is_ready());
1227 EXPECT_TRUE(GetCryptographer()->is_ready());
1280 EXPECT_TRUE(GetCryptographer()->is_ready());
[all...]
H A Djs_sync_encryption_handler_observer.cc92 cryptographer->is_ready());
H A Dsync_encryption_handler_impl.cc260 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())
452 // is_ready() will remain false due to having pending keys.
630 if (UnlockVault(trans.GetWrappedTrans()).cryptographer.is_ready())
788 DCHECK(UnlockVault(trans->GetWrappedTrans()).cryptographer.is_ready());
968 } else if (!cryptographer->is_ready()) {
1022 if (cryptographer.is_ready()
[all...]
/external/chromium_org/chrome/browser/background/
H A Dbackground_application_list_model.h93 bool is_ready() const { function in class:BackgroundApplicationListModel
H A Dbackground_application_list_model_unittest.cc190 ASSERT_TRUE(service->is_ready());
273 ASSERT_TRUE(service->is_ready());
360 ASSERT_TRUE(service->is_ready());
405 ASSERT_TRUE(service->is_ready());
564 ASSERT_TRUE(service->is_ready());
H A Dbackground_application_list_model.cc199 if (service && service->is_ready()) {
364 if (!service || !service->is_ready())
/external/chromium_org/extensions/browser/api/declarative/
H A Drules_cache_delegate.cc127 bool is_ready = ExtensionSystem::Get(browser_context_)->ready().is_signaled(); local
130 DCHECK(!browser_context_->IsOffTheRecord() || is_ready);
131 if (is_ready) {
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_cache_impl.cc64 if (!cache_ || cache_->is_ready()) {
H A Dlocal_extension_cache.h80 bool is_ready() const { return state_ == kReady; } function in class:extensions::LocalExtensionCache
/external/chromium_org/sync/test/
H A Dfake_sync_encryption_handler.cc46 } else if (!cryptographer_.is_ready()) {
/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());

Completed in 937 milliseconds

12