/external/guava/guava-tests/test/com/google/common/cache/ |
D | EmptyCachesTest.java | 47 for (LoadingCache<Object, Object> cache : caches()) { in testEmpty() 53 for (LoadingCache<Object, Object> cache : caches()) { in testInvalidate_empty() 64 for (LoadingCache<Object, Object> cache : caches()) { in testInvalidateAll_empty() 74 for (LoadingCache<Object, Object> cache : caches()) { in testEquals_null() 91 for (LoadingCache<Object, Object> cache : caches()) { in testGet_null() 103 for (LoadingCache<Object, Object> cache : caches()) { in testGetUnchecked_null() 117 for (LoadingCache<Object, Object> cache : caches()) { in testKeySet_nullToArray() 130 for (LoadingCache<Object, Object> cache : caches()) { in testKeySet_addNotSupported() 148 for (LoadingCache<Object, Object> cache : caches()) { in testKeySet_clear() 159 for (LoadingCache<Object, Object> cache : caches()) { in testKeySet_empty_remove() [all …]
|
D | PopulatedCachesTest.java | 57 for (LoadingCache<Object, Object> cache : caches()) { in testSize_populated() 67 for (LoadingCache<Object, Object> cache : caches()) { in testContainsKey_found() 83 for (LoadingCache<Object, Object> cache : caches()) { in testPut_populated() 106 for (LoadingCache<Object, Object> cache : caches()) { in testPutIfAbsent_populated() 127 for (LoadingCache<Object, Object> cache : caches()) { in testPutAll_populated() 141 for (LoadingCache<Object, Object> cache : caches()) { in testReplace_populated() 162 for (LoadingCache<Object, Object> cache : caches()) { in testRemove_byKey() 177 for (LoadingCache<Object, Object> cache : caches()) { in testRemove_byKeyAndValue() 193 for (LoadingCache<Object, Object> cache : caches()) { in testKeySet_populated() 220 for (LoadingCache<Object, Object> cache : caches()) { in testValues_populated() [all …]
|
D | CacheReferencesTest.java | 52 private Iterable<LoadingCache<Key, String>> caches() { in caches() method in CacheReferencesTest 63 for (LoadingCache<Key, String> cache : caches()) { 75 for (LoadingCache<Key, String> cache : caches()) { 89 for (LoadingCache<Key, String> cache : caches()) { 104 for (LoadingCache<Key, String> cache : caches()) {
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_channel.cc | 179 explicit MultiGrpcChannelCache(const std::vector<GrpcChannelCache*>& caches) in MultiGrpcChannelCache() argument 180 : CachingGrpcChannelCache(), caches_(caches) {} in MultiGrpcChannelCache() 328 std::vector<GrpcChannelCache*> caches; in NewGrpcChannelCache() local 329 caches.reserve(num_jobs); in NewGrpcChannelCache() 331 caches.push_back( in NewGrpcChannelCache() 334 return caches.size() == 1 ? caches[0] : new MultiGrpcChannelCache(caches); in NewGrpcChannelCache()
|
/external/perfetto/infra/perfetto-ci.appspot.com/static/ |
D | service_worker.js | 28 const cachedResponse = await caches.match(event.request); 46 caches.open(CACHE_NAME)
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | FileClientSessionCache.java | 325 static final Map<File, FileClientSessionCache.Impl> caches = field in FileClientSessionCache 342 FileClientSessionCache.Impl cache = caches.get(directory); in usingDirectory() 345 caches.put(directory, cache); in usingDirectory() 352 caches.clear(); in reset()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | FileClientSessionCache.java | 321 static final Map<File, FileClientSessionCache.Impl> caches = field in FileClientSessionCache 336 FileClientSessionCache.Impl cache = caches.get(directory); in usingDirectory() 339 caches.put(directory, cache); in usingDirectory() 346 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/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/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/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()
|
D | ftcmanag.h | 101 FTC_Cache caches[FTC_MAX_CACHES]; member
|
/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/u-boot/doc/ |
D | README.mips | 32 or override do_bootelf_exec() not to disable I-/D-caches, because most 33 Linux/MIPS ports don't re-enable caches after entering kernel_entry.
|
/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/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
|
/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/squashfs-tools/squashfs-tools/ |
D | Makefile | 115 caches-queues-lists.o
|
/external/libnl/src/ |
D | .gitignore | 18 nl-list-caches
|
/external/linux-kselftest/tools/testing/selftests/zram/ |
D | README | 9 use as swap disks, various caches under /var and maybe many more :)
|
/external/llvm/docs/ |
D | AdvancedBuilds.rst | 65 $ cmake -G Ninja -C <path to clang>/cmake/caches/Apple-stage1.cmake <path to source> 99 $ cmake -G Ninja -C <path_to_clang>/cmake/caches/PGO.cmake <source dir> 169 $ cmake -G Ninja -C <path_to_clang>/cmake/caches/3-stage.cmake <source dir>
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | AdvancedBuilds.rst | 65 $ cmake -G Ninja -C <path to clang>/cmake/caches/Apple-stage1.cmake <path to source> 99 $ cmake -G Ninja -C <path_to_clang>/cmake/caches/PGO.cmake <source dir> 169 $ cmake -G Ninja -C <path_to_clang>/cmake/caches/3-stage.cmake <source dir>
|
/external/libnl/python/doc/ |
D | core.rst | 191 when using caches. The caches will automatically lookup or create a
|