| /external/compiler-rt/test/tsan/ |
| D | static_init4.cc | 7 struct Cache { struct 9 explicit Cache(int x) in Cache() function
|
| D | static_init2.cc | 6 struct Cache { struct 8 explicit Cache(int x) in Cache() argument
|
| D | static_init5.cc | 7 struct Cache { struct 9 explicit Cache(int x) in Cache() argument
|
| D | static_init6.cc | 7 struct Cache { struct 9 explicit Cache(int x) in Cache() argument
|
| D | static_init3.cc | 7 struct Cache { struct 11 Cache g_cache; argument
|
| /external/cronet/third_party/libc++/src/test/libcxx/ranges/range.nonprop.cache/ |
| D | emplace.pass.cpp | 37 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
|
| D | emplace_from.pass.cpp | 37 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/ |
| D | unix.rs | 68 struct Cache { struct 89 impl Default for Cache { argument 106 impl Cache { implementation
|
| /external/scudo/config/ |
| D | custom_scudo_config.h | 117 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/ |
| D | jwt_credentials.h | 83 struct Cache { struct 88 absl::optional<Cache> cached_; argument
|
| /external/grpc-grpc/src/core/lib/security/credentials/jwt/ |
| D | jwt_credentials.h | 82 struct Cache { struct 87 absl::optional<Cache> cached_; argument
|
| /external/rust/crates/arc-swap/src/ |
| D | cache.rs | 110 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/ |
| D | quarantine_test.cpp | 31 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
|
| D | secondary_test.cpp | 107 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/ |
| D | allocator_config.h | 78 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/ |
| D | CacheTesting.java | 128 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/ |
| D | CacheTesting.java | 128 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/ |
| D | lru_cache_unittest.cc | 84 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/ |
| D | pikevm.rs | 42 pub struct Cache { struct 44 clist: Threads, 45 nlist: Threads, 47 stack: Vec<FollowEpsilon>, 75 impl Cache { implementation
|
| D | backtrack.rs | 55 pub struct Cache { struct 60 impl Cache { implementation
|
| /external/libchrome/base/containers/ |
| D | mru_cache_unittest.cc | 43 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/ |
| D | cache_test.cpp | 681 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/ |
| D | Utf8Old.java | 33 private static class Cache { class in Utf8Old 39 Cache() { in Cache() method in Utf8Old.Cache
|
| /external/marisa-trie/lib/marisa/grimoire/trie/ |
| D | cache.h | 14 Cache() : parent_(0), child_(0), union_() { in Cache() function 17 Cache(const Cache &cache) in Cache() function
|
| /external/llvm/unittests/ExecutionEngine/MCJIT/ |
| D | MCJITObjectCacheTest.cpp | 124 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
|