/external/guava/android/guava-tests/test/com/google/common/cache/ |
D | EmptyCachesTest.java | 45 for (LoadingCache<Object, Object> cache : caches()) { in testEmpty() 51 for (LoadingCache<Object, Object> cache : caches()) { in testInvalidate_empty() 62 for (LoadingCache<Object, Object> cache : caches()) { in testInvalidateAll_empty() 72 for (LoadingCache<Object, Object> cache : caches()) { in testEquals_null() 89 for (LoadingCache<Object, Object> cache : caches()) { in testGet_null() 100 for (LoadingCache<Object, Object> cache : caches()) { in testGetUnchecked_null() 113 for (LoadingCache<Object, Object> cache : caches()) { in testKeySet_nullToArray() 125 for (LoadingCache<Object, Object> cache : caches()) { in testKeySet_addNotSupported() 141 for (LoadingCache<Object, Object> cache : caches()) { in testKeySet_clear() 152 for (LoadingCache<Object, Object> cache : caches()) { in testKeySet_empty_remove() [all …]
|
D | PopulatedCachesTest.java | 55 for (LoadingCache<Object, Object> cache : caches()) { in testSize_populated() 65 for (LoadingCache<Object, Object> cache : caches()) { in testContainsKey_found() 81 for (LoadingCache<Object, Object> cache : caches()) { in testPut_populated() 104 for (LoadingCache<Object, Object> cache : caches()) { in testPutIfAbsent_populated() 125 for (LoadingCache<Object, Object> cache : caches()) { in testPutAll_populated() 139 for (LoadingCache<Object, Object> cache : caches()) { in testReplace_populated() 160 for (LoadingCache<Object, Object> cache : caches()) { in testRemove_byKey() 175 for (LoadingCache<Object, Object> cache : caches()) { in testRemove_byKeyAndValue() 191 for (LoadingCache<Object, Object> cache : caches()) { in testKeySet_populated() 218 for (LoadingCache<Object, Object> cache : caches()) { in testValues_populated() [all …]
|
D | CacheReferencesTest.java | 51 private Iterable<LoadingCache<Key, String>> caches() { in caches() method in CacheReferencesTest 64 for (LoadingCache<Key, String> cache : caches()) { 76 for (LoadingCache<Key, String> cache : caches()) { 90 for (LoadingCache<Key, String> cache : caches()) { 106 for (LoadingCache<Key, String> cache : caches()) {
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | EmptyCachesTest.java | 45 for (LoadingCache<Object, Object> cache : caches()) { in testEmpty() 51 for (LoadingCache<Object, Object> cache : caches()) { in testInvalidate_empty() 62 for (LoadingCache<Object, Object> cache : caches()) { in testInvalidateAll_empty() 72 for (LoadingCache<Object, Object> cache : caches()) { in testEquals_null() 89 for (LoadingCache<Object, Object> cache : caches()) { in testGet_null() 100 for (LoadingCache<Object, Object> cache : caches()) { in testGetUnchecked_null() 113 for (LoadingCache<Object, Object> cache : caches()) { in testKeySet_nullToArray() 125 for (LoadingCache<Object, Object> cache : caches()) { in testKeySet_addNotSupported() 141 for (LoadingCache<Object, Object> cache : caches()) { in testKeySet_clear() 152 for (LoadingCache<Object, Object> cache : caches()) { in testKeySet_empty_remove() [all …]
|
D | PopulatedCachesTest.java | 55 for (LoadingCache<Object, Object> cache : caches()) { in testSize_populated() 65 for (LoadingCache<Object, Object> cache : caches()) { in testContainsKey_found() 81 for (LoadingCache<Object, Object> cache : caches()) { in testPut_populated() 104 for (LoadingCache<Object, Object> cache : caches()) { in testPutIfAbsent_populated() 125 for (LoadingCache<Object, Object> cache : caches()) { in testPutAll_populated() 139 for (LoadingCache<Object, Object> cache : caches()) { in testReplace_populated() 160 for (LoadingCache<Object, Object> cache : caches()) { in testRemove_byKey() 175 for (LoadingCache<Object, Object> cache : caches()) { in testRemove_byKeyAndValue() 191 for (LoadingCache<Object, Object> cache : caches()) { in testKeySet_populated() 218 for (LoadingCache<Object, Object> cache : caches()) { in testValues_populated() [all …]
|
D | CacheReferencesTest.java | 51 private Iterable<LoadingCache<Key, String>> caches() { in caches() method in CacheReferencesTest 64 for (LoadingCache<Key, String> cache : caches()) { 76 for (LoadingCache<Key, String> cache : caches()) { 90 for (LoadingCache<Key, String> cache : caches()) { 106 for (LoadingCache<Key, String> cache : caches()) {
|
/external/perfetto/ui/src/service_worker/ |
D | service_worker.ts | 84 const cachedRes = await caches.match(req, cacheOps); 108 if (await caches.has('BYPASS_SERVICE_WORKER')) { 113 const cache = await caches.open(CACHE_NAME); 146 for (const key of await caches.keys()) { 147 if (key !== CACHE_NAME) await caches.delete(key);
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_channel.cc | 229 explicit MultiGrpcChannelCache(const std::vector<GrpcChannelCache*>& caches) in MultiGrpcChannelCache() argument 230 : CachingGrpcChannelCache(), caches_(caches) {} in MultiGrpcChannelCache() 378 std::vector<GrpcChannelCache*> caches; in NewGrpcChannelCache() local 379 caches.reserve(num_jobs); in NewGrpcChannelCache() 381 caches.push_back( in NewGrpcChannelCache() 384 return caches.size() == 1 ? caches[0] : new MultiGrpcChannelCache(caches); in NewGrpcChannelCache()
|
/external/perfetto/ui/src/frontend/ |
D | service_worker_controller.ts | 40 await caches.open(BYPASS_ID); // Create the entry. 45 await caches.delete(BYPASS_ID); 77 if (await caches.has(BYPASS_ID)) {
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | FileClientSessionCache.java | 321 static final Map<File, FileClientSessionCache.Impl> caches = field in FileClientSessionCache 339 FileClientSessionCache.Impl cache = caches.get(directory); in usingDirectory() 342 caches.put(directory, cache); in usingDirectory() 349 caches.clear(); in reset()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | FileClientSessionCache.java | 317 static final Map<File, FileClientSessionCache.Impl> caches = field in FileClientSessionCache 332 FileClientSessionCache.Impl cache = caches.get(directory); in usingDirectory() 335 caches.put(directory, cache); in usingDirectory() 342 caches.clear(); in reset()
|
/external/bcc/tools/ |
D | slabratetop_example.txt | 5 memory allocation caches (SLAB or SLUB), in a top-like display that refreshes. 34 By default the screen refreshes every one second, and only the top 20 caches 38 14 Mbytes during this interval. This is a generic cache; other caches have 42 of the caches. slabratetop shows the active call rates and total size of the
|
/external/libcxx/utils/google-benchmark/src/ |
D | reporter.cc | 48 if (info.caches.size() != 0) { in PrintBasicContext() 50 for (auto &CInfo : info.caches) { in PrintBasicContext()
|
D | json_reporter.cc | 104 for (size_t i = 0; i < info.caches.size(); ++i) { in ReportContext() 105 auto& CI = info.caches[i]; in ReportContext() 116 if (i != info.caches.size() - 1) out << ","; in ReportContext()
|
/external/google-benchmark/src/ |
D | reporter.cc | 48 if (info.caches.size() != 0) { in PrintBasicContext() 50 for (auto &CInfo : info.caches) { in PrintBasicContext()
|
D | json_reporter.cc | 131 for (size_t i = 0; i < info.caches.size(); ++i) { in ReportContext() 132 auto& CI = info.caches[i]; in ReportContext() 143 if (i != info.caches.size() - 1) out << ","; in ReportContext()
|
/external/clang/cmake/caches/ |
D | README.txt | 7 You can use the caches files with the following CMake invocation: 34 cmake -G <generator> -C <path_to_clang>/cmake/caches/PGO.cmake <source dir> 69 cmake -C <path to clang>/cmake/caches/3-stage.cmake -G Ninja <path to llvm>
|
/external/freetype/src/cache/ |
D | ftcmanag.c | 427 FTC_Cache cache = manager->caches[idx]; in FTC_Manager_Done() 434 manager->caches[idx] = NULL; in FTC_Manager_Done() 485 FTC_Cache cache = manager->caches[node->cache_index]; in FTC_Manager_Check() 616 manager->caches[manager->num_caches++] = cache; in FTC_Manager_RegisterCache() 683 FTC_Cache_RemoveFaceID( manager->caches[nn], face_id ); in FTC_Manager_RemoveFaceID()
|
/external/u-boot/doc/arch/ |
D | mips.rst | 31 or override do_bootelf_exec() not to disable I-/D-caches, because most 32 Linux/MIPS ports don't re-enable caches after entering kernel_entry.
|
/external/arm-trusted-firmware/docs/plat/ |
D | nvidia-tegra.rst | 26 Instruction and 64 KB Data Level 1 caches; and have a 2MB shared Level 2 28 Data Level 1 caches; and also have a 2 MB shared Level 2 unified cache. A 39 48 KB Instruction and 32 KB Data Level 1 caches; and have a 2 MB shared 41 and 32 KB Data Level 1 caches; and have a 512 KB shared Level 2 unified cache.
|
/external/dokka/core/src/main/kotlin/Analysis/ |
D | CoreKotlinCacheService.kt | 5 import org.jetbrains.kotlin.caches.resolve.KotlinCacheService
|
/external/ltp/testcases/kernel/controllers/cpuset/ |
D | README | 62 page caches spread. There are two control files. One is memory_spread_page which 63 is used to control the allocation of page caches, the other is
|
/external/angle/infra/config/global/ |
D | cr-buildbucket.cfg | 70 caches { 142 caches { 291 caches {
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_CacheDataset.pbtxt | 11 summary: "Creates a dataset that caches elements from `input_dataset`."
|
/external/libunwind/doc/ |
D | unw_set_caching_policy.tex | 25 also implicitly flushes the contents of all caches as if 32 thread-local caches. If a thread-local caching are unavailable or
|