/aosp_15_r20/external/python/cachetools/tests/ |
D | test_cache.py | 10 Cache = cachetools.Cache variable in CacheTest
|
D | test_rr.py | 10 Cache = RRCache variable in RRCacheTest
|
D | test_lfu.py | 10 Cache = LFUCache variable in LFUCacheTest
|
D | test_lru.py | 10 Cache = LRUCache variable in LRUCacheTest
|
D | test_fifo.py | 10 Cache = FIFOCache variable in LRUCacheTest
|
D | test_mru.py | 10 Cache = MRUCache variable in MRUCacheTest
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/ |
D | issue47924.go | 9 type Cache[K any] struct{} type
|
D | issue51355.go | 9 type Cache[E comparable] struct { type
|
D | issue55101.go | 11 type Cache[T any] struct{ l *List[entry[T]] } type
|
/aosp_15_r20/external/python/google-api-python-client/docs/ |
D | performance.md | 29 ## Cache section in Performance Tips
|
/aosp_15_r20/external/leveldb/include/leveldb/ |
H A D | cache.h | 28 class LEVELDB_EXPORT Cache; variable
|
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/tests/ |
H A D | CCodecConfig_test.cpp | 76 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/ |
D | issue53692.go | 7 type Cache[K comparable, V any] interface{} type
|
D | issue39982.go | 27 Cache[K comparable] struct { type
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/ |
H A D | cache.h | 40 class Cache; variable
|
/aosp_15_r20/external/libnl/python/doc/ |
H A D | core.rst | 60 Cache chapter
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/LinkedHashMap/ |
H A D | Cache.java | 34 public class Cache { class
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 421 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 D | ctor.default.pass.cpp | 23 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
|
H A D | has_value.pass.cpp | 19 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 D | base.py | 20 class Cache(object): class
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/ |
D | base.py | 20 class Cache(object): class
|
/aosp_15_r20/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/ |
H A D | Cache.java | 7 public interface Cache { interface
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeSession.h | 110 SymbolCache Cache; variable
|
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/ |
H A D | Consts.kt | 30 var Cache: ICache = CacheImpl() variable
|