Searched refs:EXPLICIT (Results 1 - 25 of 32) sorted by relevance

12

/external/guava/guava/src/com/google/common/cache/
H A DRemovalCause.java38 EXPLICIT { enum constant in enum:RemovalCause
94 * {@link #EXPLICIT} nor {@link #REPLACED}).
H A DLocalCache.java3113 cause = RemovalCause.EXPLICIT;
3210 cause = RemovalCause.EXPLICIT;
3224 return (cause == RemovalCause.EXPLICIT);
3244 enqueueNotification(e, RemovalCause.EXPLICIT);
/external/chromium_org/content/browser/appcache/
H A Dappcache_entry.h23 EXPLICIT = 1 << 2, enumerator in enum:content::AppCacheEntry::Type
46 bool IsExplicit() const { return (types_ & EXPLICIT) != 0; }
H A Dappcache_manifest_parser.cc60 EXPLICIT, enumerator in enum:content::Mode
100 Mode mode = EXPLICIT;
171 mode = EXPLICIT;
185 } else if (mode == EXPLICIT || mode == ONLINE_WHITELIST) {
212 // Per the spec, EXPLICIT cross-origin HTTS resources should be
217 if (mode == EXPLICIT) {
H A Dappcache_request_handler_unittest.cc312 AppCacheEntry(AppCacheEntry::EXPLICIT, 1),
363 AppCacheEntry(AppCacheEntry::EXPLICIT, 1),
445 AppCacheEntry(AppCacheEntry::EXPLICIT, 1),
573 AppCacheEntry(AppCacheEntry::EXPLICIT, 1), AppCacheEntry(), false);
606 AppCacheEntry(), AppCacheEntry(AppCacheEntry::EXPLICIT, 1), false);
640 AppCacheEntry(), AppCacheEntry(AppCacheEntry::EXPLICIT, 1), false);
705 AppCacheEntry(AppCacheEntry::EXPLICIT, 1), AppCacheEntry(), false);
871 AppCacheEntry(AppCacheEntry::EXPLICIT, 1),
H A Dappcache_storage_impl_unittest.cc610 cache_->AddEntry(kEntryUrl, AppCacheEntry(AppCacheEntry::EXPLICIT, 1,
867 cache_->AddEntry(kEntryUrl, AppCacheEntry(AppCacheEntry::EXPLICIT));
871 entry_record.flags = AppCacheEntry::EXPLICIT;
888 EXPECT_EQ(AppCacheEntry::EXPLICIT | AppCacheEntry::FOREIGN,
903 cache_->AddEntry(kEntryUrl, AppCacheEntry(AppCacheEntry::EXPLICIT));
907 entry_record.flags = AppCacheEntry::EXPLICIT;
933 EXPECT_EQ(AppCacheEntry::EXPLICIT | AppCacheEntry::FOREIGN,
980 cache_->AddEntry(kEntryUrl, AppCacheEntry(AppCacheEntry::EXPLICIT, 1));
984 entry_record.flags = AppCacheEntry::EXPLICIT;
1366 entry_record.flags = AppCacheEntry::EXPLICIT;
[all...]
H A Dmock_appcache_storage_unittest.cc386 cache->AddEntry(entry_url, AppCacheEntry(AppCacheEntry::EXPLICIT));
433 kEntryUrl, AppCacheEntry(AppCacheEntry::EXPLICIT, kResponseId));
533 kEntryUrl, AppCacheEntry(AppCacheEntry::EXPLICIT, kResponseId1));
547 kEntryUrl, AppCacheEntry(AppCacheEntry::EXPLICIT, kResponseId2));
592 AppCacheEntry(AppCacheEntry::EXPLICIT | AppCacheEntry::FOREIGN,
H A Dappcache_unittest.cc85 AppCacheEntry entry3(AppCacheEntry::EXPLICIT);
87 EXPECT_EQ((AppCacheEntry::MASTER | AppCacheEntry::EXPLICIT),
211 AppCacheEntry(AppCacheEntry::EXPLICIT | AppCacheEntry::FOREIGN,
215 AppCacheEntry(AppCacheEntry::EXPLICIT,
H A Dappcache_url_request_job_unittest.cc466 const AppCacheEntry kEntry(AppCacheEntry::EXPLICIT, 1);
592 AppCacheEntry(AppCacheEntry::EXPLICIT, written_response_id_),
607 AppCacheEntry(AppCacheEntry::EXPLICIT, written_response_id_),
709 AppCacheEntry(AppCacheEntry::EXPLICIT, written_response_id_),
H A Dappcache_update_job_unittest.cc1216 AppCacheEntry(AppCacheEntry::EXPLICIT,
1279 AppCacheEntry(AppCacheEntry::EXPLICIT,
1339 AppCacheEntry(AppCacheEntry::EXPLICIT,
1531 AppCacheEntry(AppCacheEntry::EXPLICIT, 555));
1561 AppCacheEntry(AppCacheEntry::EXPLICIT)));
2345 AppCacheEntry(AppCacheEntry::EXPLICIT, 222));
2487 AppCacheEntry(AppCacheEntry::EXPLICIT, 222));
3270 EXPECT_EQ(AppCacheEntry::EXPLICIT | AppCacheEntry::MANIFEST,
3274 EXPECT_EQ(AppCacheEntry::EXPLICIT | AppCacheEntry::FALLBACK |
3325 EXPECT_EQ(AppCacheEntry::EXPLICIT, entr
[all...]
H A Dappcache_host_unittest.cc242 cache->AddEntry(kDocumentURL, AppCacheEntry(AppCacheEntry::EXPLICIT));
H A Dappcache_database_unittest.cc205 entry.flags = AppCacheEntry::EXPLICIT;
239 EXPECT_EQ(AppCacheEntry::EXPLICIT, found[0].flags);
H A Dappcache_update_job.cc1121 AddUrlToFileList(GURL(*it), AppCacheEntry::EXPLICIT);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dmultiple_client_passwords_sync_test.cc63 SetEncryptionPassphrase(0, kValidPassphrase, ProfileSyncService::EXPLICIT);
99 SetEncryptionPassphrase(0, kValidPassphrase, ProfileSyncService::EXPLICIT);
H A Dtwo_client_passwords_sync_test.cc87 SetEncryptionPassphrase(0, kValidPassphrase, ProfileSyncService::EXPLICIT);
H A Dtwo_client_bookmarks_sync_test.cc1898 SetEncryptionPassphrase(0, kValidPassphrase, ProfileSyncService::EXPLICIT);
/external/guava/guava/src/com/google/common/collect/
H A DMapMaker.java762 * {@link RemovalCause#EXPLICIT} nor {@link RemovalCause#REPLACED}).
777 EXPLICIT { enum constant in enum:MapMaker.RemovalCause
833 * {@link #EXPLICIT} nor {@link #REPLACED}).
H A DMapMakerInternalMap.java2786 cause = RemovalCause.EXPLICIT;
2829 cause = RemovalCause.EXPLICIT;
2842 return (cause == RemovalCause.EXPLICIT);
2863 enqueueNotification(e, RemovalCause.EXPLICIT);
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java320 assertNotified(listener, one, two, RemovalCause.EXPLICIT);
324 assertNotified(listener, two, three, RemovalCause.EXPLICIT);
330 assertNotified(listener, three, four, RemovalCause.EXPLICIT);
336 assertNotified(listener, four, five, RemovalCause.EXPLICIT);
342 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service.h244 EXPLICIT, // The user selected the "use custom passphrase" radio button enumerator in enum:ProfileSyncService::PassphraseType
670 // TODO(atwilson): Change this so external callers can only set an EXPLICIT
H A Dprofile_sync_service_android.cc281 is_gaia ? ProfileSyncService::IMPLICIT : ProfileSyncService::EXPLICIT);
H A Dprofile_sync_service.cc2167 DCHECK(!(type == EXPLICIT &&
2171 DVLOG(1) << "Setting " << (type == EXPLICIT ? "explicit" : "implicit")
2182 backend_->SetEncryptionPassphrase(passphrase, type == EXPLICIT);
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_setup_handler.cc720 ProfileSyncService::EXPLICIT);
H A Dsync_setup_handler_unittest.cc770 ProfileSyncService::EXPLICIT));
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java737 assertNotified(listener, one, two, RemovalCause.EXPLICIT);
741 assertNotified(listener, two, three, RemovalCause.EXPLICIT);
747 assertNotified(listener, three, four, RemovalCause.EXPLICIT);
753 assertNotified(listener, four, five, RemovalCause.EXPLICIT);
759 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
1641 assertNotified(listener, key, value, RemovalCause.EXPLICIT);

Completed in 1366 milliseconds

12