/external/valgrind/coregrind/ |
D | m_cache.c | 56 ci->caches = VG_(realloc)("m_cache", ci->caches, in add_cache() 57 num_allocated * sizeof *ci->caches); in add_cache() 61 ci->caches[ci->num_caches++] = cache; in add_cache() 148 ci->caches = NULL; in Intel_cache_info() 448 ci->caches = VG_(malloc)("m_cache", ci->num_caches * sizeof *ci->caches); in AMD_cache_info() 454 ci->caches[0] = VEX_CACHE_INIT(DATA_CACHE, 1, size, line_size, assoc); in AMD_cache_info() 460 ci->caches[1] = VEX_CACHE_INIT(INSN_CACHE, 1, size, line_size, assoc); in AMD_cache_info() 466 ci->caches[2] = VEX_CACHE_INIT(UNIFIED_CACHE, 2, size, line_size, assoc); in AMD_cache_info() 477 ci->caches[3] = VEX_CACHE_INIT(UNIFIED_CACHE, 3, size, line_size, assoc); in AMD_cache_info() 512 ci->caches = VG_(malloc)("m_cache", ci->num_caches * sizeof *ci->caches); in get_caches_from_CPUID() [all …]
|
/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/conscrypt/common/src/main/java/org/conscrypt/ |
D | FileClientSessionCache.java | 316 static final Map<File, FileClientSessionCache.Impl> caches field in FileClientSessionCache 331 FileClientSessionCache.Impl cache = caches.get(directory); in usingDirectory() 334 caches.put(directory, cache); in usingDirectory() 341 caches.clear(); in reset()
|
/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/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/squashfs-tools/squashfs-tools/ |
D | Android.mk | 26 caches-queues-lists.c \
|
D | Makefile | 115 caches-queues-lists.o
|
/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/freetype/src/cache/ |
D | ftcmanag.h | 101 FTC_Cache caches[FTC_MAX_CACHES]; member
|
/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/valgrind/cachegrind/ |
D | cg_arch.c | 333 for (c = ci->caches; c != ci->caches + ci->num_caches; ++c) { in locate_cache()
|
/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>
|
D | HowToBuildOnARM.rst | 61 are disappearing, caches being flushed on every big.LITTLE switch, and
|
/external/libnl/python/doc/ |
D | core.rst | 191 when using caches. The caches will automatically lookup or create a
|
/external/bouncycastle/patches/ |
D | README | 21 - X509CertificateObject.getEncoded caches its result
|
/external/iputils/doc/ |
D | arping.sgml | 127 Unsolicited ARP mode to update neighbours' ARP caches. 186 because it allows user to modify ARP caches of neighbour hosts.
|
/external/libnl/ |
D | ChangeLog | 14 o Added nl-list-caches utility 21 o Fixed reference counting while objects stay in caches. 24 o nl-list-caches: List available dump procedures 88 o caches must specify the protocol they're hooked up from now on
|
/external/mesa3d/m4/ |
D | ax_gcc_builtin.m4 | 21 # The macro caches its result in the ax_cv_have_<BUILTIN> variable (e.g.
|
D | ax_gcc_func_attribute.m4 | 21 # The macro caches its result in the ax_cv_have_func_attribute_<attribute>
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_flags.inc | 55 TSAN_FLAG(int, flush_symbolizer_ms, 5000, "Flush symbolizer caches every X ms.")
|
/external/valgrind/VEX/pub/ |
D | libvex.h | 298 VexCache *caches; member
|
/external/squashfs-tools/kernel/Documentation/filesystems/ |
D | squashfs.txt | 152 larger), the code implements an index cache that caches the mapping from 210 recently accessed data Squashfs uses two small metadata and fragment caches.
|