HomeSort by relevance Sort by last modified time
    Searched full:caches (Results 26 - 50 of 627) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/guava/guava-tests/test/com/google/common/cache/
PopulatedCachesTest.java 46 * {@link LoadingCache} tests that deal with caches that actually contain some key-value mappings.
58 for (LoadingCache<Object, Object> cache : caches()) {
68 for (LoadingCache<Object, Object> cache : caches()) {
84 for (LoadingCache<Object, Object> cache : caches()) {
107 for (LoadingCache<Object, Object> cache : caches()) {
128 for (LoadingCache<Object, Object> cache : caches()) {
142 for (LoadingCache<Object, Object> cache : caches()) {
163 for (LoadingCache<Object, Object> cache : caches()) {
178 for (LoadingCache<Object, Object> cache : caches()) {
194 for (LoadingCache<Object, Object> cache : caches()) {
297 private Iterable<LoadingCache<Object, Object>> caches() { method in class:PopulatedCachesTest
    [all...]
CacheReferencesTest.java 53 private Iterable<LoadingCache<Key, String>> caches() { method in class:CacheReferencesTest
64 for (LoadingCache<Key, String> cache : caches()) {
76 for (LoadingCache<Key, String> cache : caches()) {
90 for (LoadingCache<Key, String> cache : caches()) {
105 for (LoadingCache<Key, String> cache : caches()) {
  /frameworks/base/core/jni/android/graphics/
ColorFilter.cpp 27 #include <Caches.h>
39 if (android::uirenderer::Caches::hasInstance()) {
40 android::uirenderer::Caches::getInstance().resourceCache.destructor(f);
  /frameworks/base/libs/hwui/
Patch.cpp 24 #include "Caches.h"
200 Caches& caches = Caches::getInstance(); local
201 caches.bindMeshBuffer(meshBuffer);
210 caches.resetVertexPointers();
Android.mk 11 Caches.cpp \
ProgramCache.h 49 * Generates and caches program. Programs are generated based on
  /external/apache-harmony/support/src/test/resources/tests/resources/JarIndex/
hyts_13.jar 
hyts_33.jar 
  /libcore/support/src/test/java/tests/resources/JarIndex/
hyts_13.jar 
hyts_33.jar 
  /external/chromium/base/
base_paths.h 41 // ~/Library/Caches on Mac.
  /external/chromium/chrome/browser/policy/
enterprise_install_attributes.h 51 // Makes sure the local caches for enterprise-related install attributes are
  /external/kernel-headers/original/asm-x86/
cacheflush.h 7 /* Caches aren't brain-dead on the intel. */
  /external/webkit/LayoutTests/http/tests/appcache/
origins-with-appcache.html 53 This test verifies that ApplicationCacheStorage can report the set of origins that have an application cache. First, it tests that no origins are reported after all application caches are removed. Then, it loads an iframe that places a PNG into an application cache for the DumpRenderTree origin, and tests that this origin is now reported to have application cache.
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
TempDirectory.java 24 * TempDirectory caches the directory used for caching file. It is set up during application
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
mman.h 24 #define MS_INVALIDATE 2 /* invalidate the caches */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
mman.h 24 #define MS_INVALIDATE 2 /* invalidate the caches */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
mman.h 24 #define MS_INVALIDATE 2 /* invalidate the caches */
  /system/extras/tests/sdcard/
sysutil.h 44 // .syncAnddropCaches Call sync an drop page/dentries/inodes caches.
45 // .fsyncAnddropCaches Call fsync an drop page/dentries/inodes caches.
105 // Sync and drop caches. Sync is needed because dirty objects are not
113 // Fsync the given fd and drop caches. Fsync is needed because dirty
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.cpp 303 // Fallback namespaces always have the same origin as manifest URL, so we can avoid loading caches that cannot match.
463 SQLiteStatement statement(m_database, "SELECT SUM(Caches.size)"
466 " INNER JOIN Caches ON CacheGroups.id = Caches.cacheGroup"
489 // Remaining size = total origin quota - size of all caches with origin excluding the provided cache.
490 // Keep track of the number of caches so we can tell if the result was a calculation or not.
494 query = "SELECT COUNT(Caches.size), Origins.quota - SUM(Caches.size)"
497 " INNER JOIN Caches ON CacheGroups.id = Caches.cacheGroup
    [all...]
  /frameworks/base/core/java/android/util/
LruCache.java 76 * @param maxSize for caches that do not override {@link #sizeOf}, this is
77 * the maximum number of entries in the cache. For all other caches,
160 * Caches {@code value} for {@code key}. The value is moved to the head of
310 * For caches that do not override {@link #sizeOf}, this returns the number
311 * of entries in the cache. For all other caches, this returns the sum of
319 * For caches that do not override {@link #sizeOf}, this returns the maximum
320 * number of entries in the cache. For all other caches, this returns the
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
LruCache.java 80 * @param maxSize for caches that do not override {@link #sizeOf}, this is
81 * the maximum number of entries in the cache. For all other caches,
164 * Caches {@code value} for {@code key}. The value is moved to the head of
323 * For caches that do not override {@link #sizeOf}, this returns the number
324 * of entries in the cache. For all other caches, this returns the sum of
332 * For caches that do not override {@link #sizeOf}, this returns the maximum
333 * number of entries in the cache. For all other caches, this returns the
  /frameworks/support/v4/java/android/support/v4/util/
LruCache.java 43 * @param maxSize for caches that do not override {@link #sizeOf}, this is
44 * the maximum number of entries in the cache. For all other caches,
110 * Caches {@code value} for {@code key}. The value is moved to the head of
256 * For caches that do not override {@link #sizeOf}, this returns the number
257 * of entries in the cache. For all other caches, this returns the sum of
265 * For caches that do not override {@link #sizeOf}, this returns the maximum
266 * number of entries in the cache. For all other caches, this returns the
  /external/kernel-headers/original/asm-mips/
io.h 244 * the PCI bus. Note that there are other caches and buffers on many
524 * The caches on some architectures aren't dma-coherent and have need to
528 * - dma_cache_wback_inv(start, size) makes caches and coherent by
529 * writing the content of the caches back to memory, if necessary.
530 * The function also invalidates the affected part of the caches as
532 * - dma_cache_wback(start, size) makes caches and coherent by
533 * writing the content of the caches back to memory, if necessary.
534 * The function also invalidates the affected part of the caches as
537 * caches. Dirty lines of the caches may be written back or simpl
    [all...]
  /external/v8/src/
compilation-cache.h 34 // The compilation cache consists of several generational sub-caches which uses
37 // different compiled code for scripts and evals, we use separate sub-caches
124 // Sub-cache for eval scripts. Two caches for eval are used. One for eval calls
245 // Remove given shared function info from all caches.
268 // The number of sub caches covering the different types to cache.

Completed in 1780 milliseconds

12 3 4 5 6 7 8 91011>>