HomeSort by relevance Sort by last modified time
    Searched refs:EXPLICIT (Results 1 - 25 of 39) sorted by null

1 2

  /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 320 AppCacheEntry(AppCacheEntry::EXPLICIT, 1),
370 AppCacheEntry(AppCacheEntry::EXPLICIT, 1),
430 AppCacheEntry(AppCacheEntry::EXPLICIT, 1),
550 AppCacheEntry(AppCacheEntry::EXPLICIT, 1), AppCacheEntry(), false);
580 AppCacheEntry(), AppCacheEntry(AppCacheEntry::EXPLICIT, 1), false);
613 AppCacheEntry(), AppCacheEntry(AppCacheEntry::EXPLICIT, 1), false);
672 AppCacheEntry(AppCacheEntry::EXPLICIT, 1), AppCacheEntry(), false);
830 AppCacheEntry(AppCacheEntry::EXPLICIT, 1),
    [all...]
appcache_storage_impl_unittest.cc 72 explicit MockStorageDelegate(AppCacheStorageImplTest* test)
494 cache_->AddEntry(kEntryUrl, AppCacheEntry(AppCacheEntry::EXPLICIT, 1,
751 cache_->AddEntry(kEntryUrl, AppCacheEntry(AppCacheEntry::EXPLICIT));
755 entry_record.flags = AppCacheEntry::EXPLICIT;
772 EXPECT_EQ(AppCacheEntry::EXPLICIT | AppCacheEntry::FOREIGN,
787 cache_->AddEntry(kEntryUrl, AppCacheEntry(AppCacheEntry::EXPLICIT));
791 entry_record.flags = AppCacheEntry::EXPLICIT;
817 EXPECT_EQ(AppCacheEntry::EXPLICIT | AppCacheEntry::FOREIGN,
    [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 46 explicit MockStorageDelegate(AppCacheURLRequestJobTest* test)
64 explicit MockURLRequestDelegate(AppCacheURLRequestJobTest* test)
422 const AppCacheEntry kEntry(AppCacheEntry::EXPLICIT, 1);
540 AppCacheEntry(AppCacheEntry::EXPLICIT, written_response_id_),
555 AppCacheEntry(AppCacheEntry::EXPLICIT, written_response_id_),
655 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 232 cache->AddEntry(kDocumentURL, AppCacheEntry(AppCacheEntry::EXPLICIT));
appcache_database_unittest.cc 131 entry.flags = AppCacheEntry::EXPLICIT;
165 EXPECT_EQ(AppCacheEntry::EXPLICIT, found[0].flags);
    [all...]
appcache_update_job.cc 892 AddUrlToFileList(GURL(*it), AppCacheEntry::EXPLICIT);
    [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 203 // completes sync setup, at which point the UI makes an explicit call to
214 EXPLICIT, // The user selected the "use custom passphrase" radio button
522 // Returns true if a secondary (explicit) passphrase is being used. It is not
529 // Returns the time the current explicit passphrase (if any), was set.
544 // TODO(atwilson): Change this so external callers can only set an EXPLICIT
    [all...]
profile_sync_service.cc     [all...]
profile_sync_service_android.cc 282 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 676 ProfileSyncService::EXPLICIT);
    [all...]
sync_setup_handler_unittest.cc 784 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 

Completed in 332 milliseconds

1 2