Home
last modified time | relevance | path

Searched defs:simple_cache (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/disk_cache/
H A Ddisk_cache.cc144 disk_cache::SimpleBackendImpl* simple_cache = cache.get(); in Run() local
H A Dbackend_unittest.cc4111 auto simple_cache = std::make_unique<disk_cache::SimpleBackendImpl>( in TEST_F() local
4280 disk_cache::SimpleBackendImpl* simple_cache = in TEST_F() local
/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_index_file_unittest.cc592 auto simple_cache = std::make_unique<disk_cache::SimpleBackendImpl>( in TEST_F() local
/aosp_15_r20/external/python/parse_type/tasks/_vendor/
Dpath.py141 def simple_cache(func): function