/external/guava/guava/src/com/google/common/cache/ |
RemovalCause.java | 38 EXPLICIT { 94 * {@link #EXPLICIT} nor {@link #REPLACED}).
|
LocalCache.java | [all...] |
/external/chromium_org/webkit/browser/appcache/ |
appcache_entry.h | 23 EXPLICIT = 1 << 2, 33 explicit AppCacheEntry(int type) 46 bool IsExplicit() const { return (types_ & EXPLICIT) != 0; }
|
manifest_parser.cc | 60 EXPLICIT, 96 Mode mode = EXPLICIT; 167 mode = EXPLICIT; 181 } else if (mode == EXPLICIT || mode == ONLINE_WHITELIST) { 208 // Per the spec, EXPLICIT cross-origin HTTS resources should be 213 if (mode == EXPLICIT) {
|
appcache_request_handler_unittest.cc | 308 AppCacheEntry(AppCacheEntry::EXPLICIT, 1), 358 AppCacheEntry(AppCacheEntry::EXPLICIT, 1), 419 AppCacheEntry(AppCacheEntry::EXPLICIT, 1), 544 AppCacheEntry(AppCacheEntry::EXPLICIT, 1), AppCacheEntry(), false); 576 AppCacheEntry(), AppCacheEntry(AppCacheEntry::EXPLICIT, 1), false); 609 AppCacheEntry(), AppCacheEntry(AppCacheEntry::EXPLICIT, 1), false); 672 AppCacheEntry(AppCacheEntry::EXPLICIT, 1), AppCacheEntry(), false); 832 AppCacheEntry(AppCacheEntry::EXPLICIT, 1), [all...] |
appcache_storage_impl_unittest.cc | 137 explicit IOThread(const char* name) 178 explicit MockStorageDelegate(AppCacheStorageImplTest* test) 610 cache_->AddEntry(kEntryUrl, AppCacheEntry(AppCacheEntry::EXPLICIT, 1, [all...] |
mock_appcache_storage_unittest.cc | 19 explicit MockStorageDelegate() 385 cache->AddEntry(entry_url, AppCacheEntry(AppCacheEntry::EXPLICIT)); 431 kEntryUrl, AppCacheEntry(AppCacheEntry::EXPLICIT, kResponseId)); 531 kEntryUrl, AppCacheEntry(AppCacheEntry::EXPLICIT, kResponseId1)); 545 kEntryUrl, AppCacheEntry(AppCacheEntry::EXPLICIT, kResponseId2)); 590 AppCacheEntry(AppCacheEntry::EXPLICIT | AppCacheEntry::FOREIGN,
|
appcache_unittest.cc | 84 AppCacheEntry entry3(AppCacheEntry::EXPLICIT); 86 EXPECT_EQ((AppCacheEntry::MASTER | AppCacheEntry::EXPLICIT), 156 "http://blah/online_namespace/explicit"); 207 AppCacheEntry(AppCacheEntry::EXPLICIT | AppCacheEntry::FOREIGN, 211 AppCacheEntry(AppCacheEntry::EXPLICIT,
|
appcache_url_request_job_unittest.cc | 47 explicit MockStorageDelegate(AppCacheURLRequestJobTest* test) 65 explicit MockURLRequestDelegate(AppCacheURLRequestJobTest* test) 425 const AppCacheEntry kEntry(AppCacheEntry::EXPLICIT, 1); 546 AppCacheEntry(AppCacheEntry::EXPLICIT, written_response_id_), 561 AppCacheEntry(AppCacheEntry::EXPLICIT, written_response_id_), 662 AppCacheEntry(AppCacheEntry::EXPLICIT, written_response_id_),
|
appcache_update_job_unittest.cc | 145 "# manifest is also an explicit entry\n" 148 "# fallback is also explicit entry\n" 155 "explicit-404\n" 551 explicit IOThread(const char* name) [all...] |
appcache_host_unittest.cc | 241 cache->AddEntry(kDocumentURL, AppCacheEntry(AppCacheEntry::EXPLICIT));
|
appcache_database_unittest.cc | 172 entry.flags = AppCacheEntry::EXPLICIT; 206 EXPECT_EQ(AppCacheEntry::EXPLICIT, found[0].flags); [all...] |
appcache_update_job.cc | [all...] |
/external/chromium_org/chrome/browser/sync/test/integration/ |
two_client_passwords_sync_test.cc | 118 SetEncryptionPassphrase(0, kValidPassphrase, ProfileSyncService::EXPLICIT); 132 SetEncryptionPassphrase(0, kValidPassphrase, ProfileSyncService::EXPLICIT); 237 SetEncryptionPassphrase(0, kValidPassphrase, ProfileSyncService::EXPLICIT); 261 SetEncryptionPassphrase(0, kValidPassphrase, ProfileSyncService::EXPLICIT);
|
two_client_bookmarks_sync_test.cc | [all...] |
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service.h | 233 // completes sync setup, at which point the UI makes an explicit call to 244 EXPLICIT, // The user selected the "use custom passphrase" radio button 594 // Returns true if a secondary (explicit) passphrase is being used. It is not 601 // Returns the time the current explicit passphrase (if any), was set. 616 // TODO(atwilson): Change this so external callers can only set an EXPLICIT [all...] |
profile_sync_service.cc | [all...] |
profile_sync_service_android.cc | 273 is_gaia ? ProfileSyncService::IMPLICIT : ProfileSyncService::EXPLICIT);
|
/external/guava/guava/src/com/google/common/collect/ |
MapMaker.java | [all...] |
MapMakerInternalMap.java | [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
MapMakerInternalMapTest.java | 320 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); [all...] |
/external/chromium_org/chrome/browser/ui/webui/ |
sync_setup_handler.cc | 674 ProfileSyncService::EXPLICIT); [all...] |
sync_setup_handler_unittest.cc | 761 ProfileSyncService::EXPLICIT)); [all...] |
/external/guava/guava-tests/test/com/google/common/cache/ |
LocalCacheTest.java | 737 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); [all...] |
/external/droiddriver/libs/ |
guava-13.0.jar | |