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

1 2 3

  /external/guava/guava/src/com/google/common/cache/
RemovalCause.java 38 EXPLICIT {
94 * {@link #EXPLICIT} nor {@link #REPLACED}).
LocalCache.java     [all...]
  /external/chromium_org/content/browser/appcache/
appcache_entry.h 23 EXPLICIT = 1 << 2,
33 explicit AppCacheEntry(int type)
46 bool IsExplicit() const { return (types_ & EXPLICIT) != 0; }
appcache_manifest_parser.cc 60 EXPLICIT,
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) {
appcache_request_handler_unittest.cc 312 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),
    [all...]
appcache_storage_impl_unittest.cc 138 explicit IOThread(const char* name)
179 explicit MockStorageDelegate(AppCacheStorageImplTest* test)
610 cache_->AddEntry(kEntryUrl, AppCacheEntry(AppCacheEntry::EXPLICIT, 1,
    [all...]
mock_appcache_storage_unittest.cc 19 explicit MockStorageDelegate()
386 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,
appcache_unittest.cc 85 AppCacheEntry entry3(AppCacheEntry::EXPLICIT);
87 EXPECT_EQ((AppCacheEntry::MASTER | AppCacheEntry::EXPLICIT),
160 "http://blah/online_namespace/explicit");
211 AppCacheEntry(AppCacheEntry::EXPLICIT | AppCacheEntry::FOREIGN,
215 AppCacheEntry(AppCacheEntry::EXPLICIT,
appcache_url_request_job_unittest.cc 101 explicit MockStorageDelegate(AppCacheURLRequestJobTest* test)
119 explicit MockURLRequestDelegate(AppCacheURLRequestJobTest* test)
466 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_),
appcache_update_job_unittest.cc 145 "# manifest is also an explicit entry\n"
148 "# fallback is also explicit entry\n"
155 "explicit-404\n"
554 explicit IOThread(const char* name)
    [all...]
appcache_host_unittest.cc 242 cache->AddEntry(kDocumentURL, AppCacheEntry(AppCacheEntry::EXPLICIT));
appcache_database_unittest.cc 205 entry.flags = AppCacheEntry::EXPLICIT;
239 EXPECT_EQ(AppCacheEntry::EXPLICIT, found[0].flags);
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
multiple_client_passwords_sync_test.cc 63 SetEncryptionPassphrase(0, kValidPassphrase, ProfileSyncService::EXPLICIT);
99 SetEncryptionPassphrase(0, kValidPassphrase, ProfileSyncService::EXPLICIT);
two_client_passwords_sync_test.cc 87 SetEncryptionPassphrase(0, kValidPassphrase, ProfileSyncService::EXPLICIT);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fvec.h 29 #define EXPLICIT explicit
38 EXPLICIT F32vec4(float f) { vec = _mm_set_ps1(f); }
39 EXPLICIT F32vec4(double d) { vec = _mm_set_ps1((float) d); }
174 EXPLICIT F32vec1(float f) { vec = _mm_set_ss(f); }
175 EXPLICIT F32vec1(double d) { vec = _mm_set_ss((float) d); }
dvec.h 29 #define EXPLICIT explicit
731 EXPLICIT F64vec2(double d) { vec = _mm_set1_pd(d); }
    [all...]
  /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/sync/
profile_sync_service.h 244 EXPLICIT, // The user selected the "use custom passphrase" radio button
648 // Returns true if a secondary (explicit) passphrase is being used. It is not
655 // Returns the time the current explicit passphrase (if any), was set.
670 // TODO(atwilson): Change this so external callers can only set an EXPLICIT
    [all...]
profile_sync_service_android.cc 281 is_gaia ? ProfileSyncService::IMPLICIT : ProfileSyncService::EXPLICIT);
profile_sync_service.cc     [all...]
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler.cc 720 ProfileSyncService::EXPLICIT);
    [all...]
sync_setup_handler_unittest.cc 770 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...]

Completed in 6428 milliseconds

1 2 3