Home
last modified time | relevance | path

Searched refs:DiskCacheBackendTest (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/net/disk_cache/
H A Dbackend_unittest.cc137 class DiskCacheBackendTest : public DiskCacheTestWithCache { class
228 void DiskCacheBackendTest::CreateKeyAndCheck(disk_cache::Backend* cache, in CreateKeyAndCheck()
244 void DiskCacheBackendTest::WaitForSimpleCacheIndexAndCheck( in WaitForSimpleCacheIndexAndCheck()
254 void DiskCacheBackendTest::RunUntilIdle() { in RunUntilIdle()
260 int DiskCacheBackendTest::GeneratePendingIO(net::TestCompletionCallback* cb) { in GeneratePendingIO()
307 void DiskCacheBackendTest::InitSparseCache(base::Time* doomed_start, in InitSparseCache()
372 bool DiskCacheBackendTest::CreateSetOfRandomEntries( in CreateSetOfRandomEntries()
394 bool DiskCacheBackendTest::EnumerateAndMatchKeys( in EnumerateAndMatchKeys()
416 int DiskCacheBackendTest::GetEntryMetadataSize(std::string key) { in GetEntryMetadataSize()
428 int DiskCacheBackendTest::GetRoundedSize(int exact_size) { in GetRoundedSize()
[all …]
/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_synchronous_entry.h38 FORWARD_DECLARE_TEST(DiskCacheBackendTest, SimpleCacheEnumerationLongKeys);
321 FRIEND_TEST_ALL_PREFIXES(::DiskCacheBackendTest,
/aosp_15_r20/external/cronet/net/data/cache_tests/good_2_0/
H A Dcontents.txt4 TEST_F(DiskCacheBackendTest, CreateCorrect) {
/aosp_15_r20/external/cronet/net/data/cache_tests/good_2_1/
H A Dcontents.txt4 TEST_F(DiskCacheBackendTest, CreateCorrect21) {
/aosp_15_r20/external/cronet/
H A DTEST_MAPPING37 "set-option": "exclude-filter:DiskCacheBackendTest.SimpleDoomRecent"