Home
last modified time | relevance | path

Searched defs:Cache (Results 1 – 25 of 191) sorted by relevance

12345678

/external/compiler-rt/test/tsan/
Dstatic_init4.cc7 struct Cache { struct
9 explicit Cache(int x) in Cache() function
Dstatic_init2.cc6 struct Cache { struct
8 explicit Cache(int x) in Cache() argument
Dstatic_init5.cc7 struct Cache { struct
9 explicit Cache(int x) in Cache() argument
Dstatic_init6.cc7 struct Cache { struct
9 explicit Cache(int x) in Cache() argument
Dstatic_init3.cc7 struct Cache { struct
11 Cache g_cache; argument
/external/cronet/third_party/libc++/src/test/libcxx/ranges/range.nonprop.cache/
Demplace.pass.cpp37 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
46 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
54 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
63 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
71 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
81 using Cache = std::ranges::__non_propagating_cache<NonMovable>; in test() typedef
Demplace_from.pass.cpp37 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
45 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
53 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef
63 using Cache = std::ranges::__non_propagating_cache<NonMovable>; in test() typedef
/external/rust/crates/chrono/src/offset/local/
Dunix.rs68 struct Cache { struct
89 impl Default for Cache { argument
106 impl Cache { implementation
/external/scudo/config/
Dcustom_scudo_config.h117 struct Cache { struct
118 static const u32 EntriesArraySize = 1024U;
119 static const u32 QuarantineSize = 32U;
120 static const u32 DefaultMaxEntriesCount = 1024U;
121 static const uptr DefaultMaxEntrySize = 1UL << 30;
122 static const s32 MinReleaseToOsIntervalMs = -1;
123 static const s32 MaxReleaseToOsIntervalMs = 10000;
124 static const s32 DefaultReleaseToOsIntervalMs = 10000;
166 struct Cache { struct
167 static const u32 EntriesArraySize = 256U;
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/jwt/
Djwt_credentials.h83 struct Cache { struct
88 absl::optional<Cache> cached_; argument
/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djwt_credentials.h82 struct Cache { struct
87 absl::optional<Cache> cached_; argument
/external/rust/crates/arc-swap/src/
Dcache.rs110 pub struct Cache<A, T> { struct
115 impl<A, T, S> Cache<A, T> implementation
229 impl<A, T, S> Access<T::Target> for Cache<A, T> implementation
240 impl<A, T, S> From<A> for Cache<A, T> implementation
/external/scudo/standalone/tests/
Dquarantine_test.cpp31 static void deallocateCache(CacheT *Cache) { in deallocateCache()
71 CacheT Cache; in TEST() local
82 CacheT Cache; in TEST() local
105 CacheT Cache; in TEST() local
130 CacheT Cache; in TEST() local
160 CacheT Cache; in TEST() local
195 CacheT Cache; in TEST() local
225 CacheT Cache; member
Dsecondary_test.cpp107 struct Cache { struct
108 static const scudo::u32 EntriesArraySize = 128U;
109 static const scudo::u32 QuarantineSize = 0U;
110 static const scudo::u32 DefaultMaxEntriesCount = 64U;
111 static const scudo::uptr DefaultMaxEntrySize = 1UL << 20;
112 static const scudo::s32 MinReleaseToOsIntervalMs = INT32_MIN;
113 static const scudo::s32 MaxReleaseToOsIntervalMs = INT32_MAX;
/external/scudo/standalone/
Dallocator_config.h78 struct Cache { struct
79 static const u32 EntriesArraySize = 32U;
80 static const u32 QuarantineSize = 0U;
81 static const u32 DefaultMaxEntriesCount = 32U;
82 static const uptr DefaultMaxEntrySize = 1UL << 19;
83 static const s32 MinReleaseToOsIntervalMs = INT32_MIN;
84 static const s32 MaxReleaseToOsIntervalMs = INT32_MAX;
123 struct Cache { struct
124 static const u32 EntriesArraySize = 256U;
125 static const u32 QuarantineSize = 32U;
[all …]
/external/guava/guava-tests/test/com/google/common/cache/
DCacheTesting.java128 static boolean hasLocalCache(Cache<?, ?> cache) { in hasLocalCache() argument
132 static void drainRecencyQueues(Cache<?, ?> cache) { in drainRecencyQueues() argument
150 static void drainReferenceQueues(Cache<?, ?> cache) { in drainReferenceQueues() argument
171 static int getTotalSegmentSize(Cache<?, ?> cache) { in getTotalSegmentSize() argument
186 static void checkValidState(Cache<?, ?> cache) { in checkValidState() argument
216 static void checkExpiration(Cache<?, ?> cache) { in checkExpiration() argument
/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheTesting.java128 static boolean hasLocalCache(Cache<?, ?> cache) { in hasLocalCache() argument
132 static void drainRecencyQueues(Cache<?, ?> cache) { in drainRecencyQueues() argument
150 static void drainReferenceQueues(Cache<?, ?> cache) { in drainReferenceQueues() argument
171 static int getTotalSegmentSize(Cache<?, ?> cache) { in getTotalSegmentSize() argument
186 static void checkValidState(Cache<?, ?> cache) { in checkValidState() argument
216 static void checkExpiration(Cache<?, ?> cache) { in checkExpiration() argument
/external/cronet/base/containers/
Dlru_cache_unittest.cc84 typedef typename TypeParam::template Type<int, CachedItem> Cache; in TYPED_TEST() typedef
164 typedef typename TypeParam::template Type<int, CachedItem> Cache; in TYPED_TEST() typedef
199 typedef typename TypeParam::template Type<int, CachedItem> Cache; in TYPED_TEST() typedef
237 using Cache = in TYPED_TEST() typedef
281 using Cache = in TYPED_TEST() typedef
307 typedef typename TypeParam::template Type<std::string, CachedItem> Cache; in TYPED_TEST() typedef
324 typedef typename TypeParam::template Type<int, CachedItem> Cache; in TYPED_TEST() typedef
428 typedef typename TypeParam::template Type<std::string> Cache; in TYPED_TEST() typedef
529 using Cache = typename TypeParam::template Type<Ptr, DerefCompare<Ptr>>; in TYPED_TEST() typedef
533 using Cache = typename TypeParam::template Type<Ptr, DerefHash<Ptr>, in TYPED_TEST() typedef
[all …]
/external/rust/crates/regex/src/
Dpikevm.rs42 pub struct Cache { struct
44 clist: Threads,
45 nlist: Threads,
47 stack: Vec<FollowEpsilon>,
75 impl Cache { implementation
Dbacktrack.rs55 pub struct Cache { struct
60 impl Cache { implementation
/external/libchrome/base/containers/
Dmru_cache_unittest.cc43 typedef base::MRUCache<int, CachedItem> Cache; in TEST() typedef
123 typedef base::MRUCache<int, CachedItem> Cache; in TEST() typedef
158 typedef base::MRUCache<int, CachedItem> Cache; in TEST() typedef
196 using Cache = base::MRUCache<int, std::unique_ptr<CachedItem>>; in TEST() typedef
239 using Cache = base::MRUCache<int, std::unique_ptr<CachedItem>>; in TEST() typedef
264 typedef base::HashingMRUCache<std::string, CachedItem> Cache; in TEST() typedef
281 typedef base::MRUCache<int, CachedItem> Cache; in TEST() typedef
/external/mesa3d/src/util/tests/
Dcache_test.cpp681 class Cache : public ::testing::Test { class
685 Cache() { in Cache() function in Cache
693 TEST_F(Cache, MultiFile) in TEST_F() argument
724 TEST_F(Cache, SingleFile) in TEST_F() argument
764 TEST_F(Cache, Database) in TEST_F() argument
804 TEST_F(Cache, Combined) in TEST_F() argument
1025 TEST_F(Cache, DISABLED_List) in TEST_F() argument
1264 TEST_F(Cache, DatabaseMultipartEviction) in TEST_F() argument
1317 TEST_F(Cache, Disabled) in TEST_F() argument
/external/flatbuffers/java/com/google/flatbuffers/
DUtf8Old.java33 private static class Cache { class in Utf8Old
39 Cache() { in Cache() method in Utf8Old.Cache
/external/marisa-trie/lib/marisa/grimoire/trie/
Dcache.h14 Cache() : parent_(0), child_(0), union_() { in Cache() function
17 Cache(const Cache &cache) in Cache() function
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITObjectCacheTest.cpp124 std::unique_ptr<TestObjectCache> Cache(new TestObjectCache); in TEST_F() local
153 std::unique_ptr<TestObjectCache> Cache(new TestObjectCache); in TEST_F() local
187 std::unique_ptr<TestObjectCache> Cache(new TestObjectCache); in TEST_F() local

12345678