Home
last modified time | relevance | path

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

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