Home
last modified time | relevance | path

Searched defs:Cache (Results 101 – 125 of 1132) sorted by relevance

12345678910>>...46

/aosp_15_r20/external/python/cachetools/tests/
Dtest_cache.py10 Cache = cachetools.Cache variable in CacheTest
Dtest_rr.py10 Cache = RRCache variable in RRCacheTest
Dtest_lfu.py10 Cache = LFUCache variable in LFUCacheTest
Dtest_lru.py10 Cache = LRUCache variable in LRUCacheTest
Dtest_fifo.py10 Cache = FIFOCache variable in LRUCacheTest
Dtest_mru.py10 Cache = MRUCache variable in MRUCacheTest
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dissue47924.go9 type Cache[K any] struct{} type
Dissue51355.go9 type Cache[E comparable] struct { type
Dissue55101.go11 type Cache[T any] struct{ l *List[entry[T]] } type
/aosp_15_r20/external/python/google-api-python-client/docs/
Dperformance.md29 ## Cache section in Performance Tips
/aosp_15_r20/external/leveldb/include/leveldb/
H A Dcache.h28 class LEVELDB_EXPORT Cache; variable
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/tests/
H A DCCodecConfig_test.cpp76 struct Cache : public hardware::media::c2::V1_0::utils::ParameterCache { struct in android::CCodecConfigTest
77 c2_status_t validate(const std::vector<std::shared_ptr<C2ParamDescriptor>>&) override { in validate()
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/
Dissue53692.go7 type Cache[K comparable, V any] interface{} type
Dissue39982.go27 Cache[K comparable] struct { type
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/
H A Dcache.h40 class Cache; variable
/aosp_15_r20/external/libnl/python/doc/
H A Dcore.rst60 Cache chapter
/aosp_15_r20/libcore/ojluni/src/test/java/util/LinkedHashMap/
H A DCache.java34 public class Cache { class
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp421 static Value *findBaseDefiningValueOfVector(Value *I, DefiningValueMapTy &Cache, in findBaseDefiningValueOfVector()
519 static Value *findBaseDefiningValue(Value *I, DefiningValueMapTy &Cache, in findBaseDefiningValue()
693 static Value *findBaseDefiningValueCached(Value *I, DefiningValueMapTy &Cache, in findBaseDefiningValueCached()
710 static Value *findBaseOrBDV(Value *I, DefiningValueMapTy &Cache, in findBaseOrBDV()
874 static Value *findBasePointer(Value *I, DefiningValueMapTy &Cache, in findBasePointer()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/ranges/range.nonprop.cache/
H A Dctor.default.pass.cpp23 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
H A Dhas_value.pass.cpp19 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/googleapiclient/discovery_cache/
H A Dbase.py20 class Cache(object): class
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/
Dbase.py20 class Cache(object): class
/aosp_15_r20/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/
H A DCache.java7 public interface Cache { interface
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h110 SymbolCache Cache; variable
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/
H A DConsts.kt30 var Cache: ICache = CacheImpl() variable

12345678910>>...46