/external/cronet/net/disk_cache/simple/ |
D | simple_index_file_unittest.cc | 161 net::DISK_CACHE, in WrappedSimpleIndexFile() 221 net::DISK_CACHE, index_metadata, entries); in TEST_F() 228 net::DISK_CACHE, pickle->data_as_char(), pickle->size(), in TEST_F() 303 WrappedSimpleIndexFile::Serialize(net::DISK_CACHE, v7_metadata, entries); in TEST_F() 312 net::DISK_CACHE, pickle->data_as_char(), pickle->size(), in TEST_F() 346 WrappedSimpleIndexFile::Serialize(net::DISK_CACHE, v8_metadata, entries); in TEST_F() 354 net::DISK_CACHE, pickle->data_as_char(), pickle->size(), in TEST_F() 389 WrappedSimpleIndexFile::Serialize(net::DISK_CACHE, v8_metadata, entries); in TEST_F() 472 simple_index_file.WriteToDisk(net::DISK_CACHE, in TEST_F() 594 /*file_tracker=*/nullptr, 0, net::DISK_CACHE, in TEST_F() [all …]
|
D | simple_histogram_macros.h | 25 case net::DISK_CACHE: \
|
D | simple_index_unittest.cc | 178 virtual net::CacheType CacheType() const { return net::DISK_CACHE; } in CacheType() 239 entry_metadata.Serialize(net::DISK_CACHE, &pickle); in TEST_F() 243 new_entry_metadata.Deserialize(net::DISK_CACHE, &it, true, true); in TEST_F() 252 new_entry_metadata2.Deserialize(net::DISK_CACHE, &it2, false, false); in TEST_F()
|
D | simple_file_tracker_unittest.cc | 58 net::DISK_CACHE, cache_path_, "dummy", hash, &file_tracker_, in MakeSyncEntry()
|
D | simple_backend_impl.cc | 173 return (type == net::DISK_CACHE || type == net::GENERATED_BYTE_CODE_CACHE || in CacheTypeToOperationsMode()
|
/external/cronet/net/base/ |
D | cache_type.h | 14 DISK_CACHE, // Disk is used as the backing storage. enumerator
|
/external/cronet/net/disk_cache/ |
D | cache_util.h | 57 net::CacheType type = net::DISK_CACHE);
|
D | disk_cache_fuzzer.cc | 279 return net::CacheType::DISK_CACHE; in GetCacheTypeAndPrint() 289 return net::CacheType::DISK_CACHE; in GetCacheTypeAndPrint() 302 case disk_cache_fuzzer::FuzzCommands::DISK_CACHE: in GetCacheTypeAndPrint() 304 return net::CacheType::DISK_CACHE; in GetCacheTypeAndPrint() 955 if (!block_impl_ || type != net::DISK_CACHE) in RunCommands() 967 if (!block_impl_ || type != net::DISK_CACHE) in RunCommands()
|
D | disk_cache_test_util.cc | 67 net::DISK_CACHE, nullptr); in CheckCacheIntegrity()
|
D | cache_util.cc | 180 type == net::DISK_CACHE) { in PreferredCacheSize()
|
D | disk_cache_test_base.h | 210 net::CacheType type_ = net::DISK_CACHE;
|
D | backend_unittest.cc | 109 net::DISK_CACHE, in CreateExistingEntryCache() 603 net::DISK_CACHE, net::CACHE_BACKEND_DEFAULT, in TEST_F() 845 net::DISK_CACHE, nullptr)); in TEST_F() 975 net::DISK_CACHE, net::CACHE_BACKEND_DEFAULT, /*file_operations=*/nullptr, in TEST_F() 1124 net::DISK_CACHE, net::CACHE_BACKEND_BLOCKFILE, in TEST_F() 2531 net::DISK_CACHE, nullptr)); in TEST_F() 2553 net::DISK_CACHE, net::CACHE_BACKEND_BLOCKFILE, in TEST_F() 2580 cache_path_, nullptr, nullptr, net::DISK_CACHE, nullptr); in TEST_F() 2616 net::DISK_CACHE, nullptr)); in TEST_F() 2643 net::DISK_CACHE, net::CACHE_BACKEND_BLOCKFILE, in TEST_F() [all …]
|
D | disk_cache_fuzzer.proto | 32 DISK_CACHE = 6; enumerator
|
D | disk_cache_perftest.cc | 686 net::DISK_CACHE, in TEST()
|
D | disk_cache.cc | 348 if (type == net::DISK_CACHE) { in CreateCacheBackendImpl()
|
D | entry_unittest.cc | 5623 virtual net::CacheType SimpleCacheType() const { return net::DISK_CACHE; } in SimpleCacheType()
|
/external/cronet/net/disk_cache/blockfile/ |
D | histogram_macros.h | 99 case net::DISK_CACHE: \
|
D | backend_impl.cc | 243 GetCacheType() != net::DISK_CACHE) { in SyncInit() 250 new_eviction_ = (GetCacheType() == net::DISK_CACHE); in SyncInit() 261 if (!(user_flags_ & kNoRandom) && GetCacheType() == net::DISK_CACHE && in SyncInit() 1500 if (GetCacheType() == net::DISK_CACHE && ShouldReportAgain()) in InitStats()
|
/external/cronet/net/tools/crash_cache/ |
D | crash_cache.cc | 147 net::DISK_CACHE, /* net_log = */ nullptr); in CreateCache() 282 path, 0xf, cache_thread->task_runner().get(), net::DISK_CACHE, nullptr); in LoadOperations()
|
/external/cronet/net/tools/disk_cache_memory_test/ |
D | disk_cache_memory_test.cc | 62 tokens[1] == kDiskCacheType ? net::DISK_CACHE : net::APP_CACHE, in Parse()
|
/external/cronet/net/tools/stress_cache/ |
D | stress_cache.cc | 318 path, mask, cache_thread.task_runner().get(), net::DISK_CACHE, nullptr); in StressTheCache()
|
/external/cronet/net/url_request/ |
D | url_request_context_builder.cc | 551 DISK_CACHE, backend_type, http_cache_params_.file_operations_factory, in Build()
|
/external/cronet/net/tools/cachetool/ |
D | cachetool.cc | 757 net::DISK_CACHE, backend_type, /*file_operations=*/nullptr, cache_path, in main()
|
/external/cronet/net/http/ |
D | mock_http_cache.cc | 383 : Backend(DISK_CACHE), max_file_size_(std::numeric_limits<int>::max()) {} in MockDiskCache()
|
D | http_cache_transaction.cc | 3878 cache_->GetCurrentBackend()->GetCacheType() != DISK_CACHE || in RecordHistograms()
|