HomeSort by relevance Sort by last modified time
    Searched defs:CACHE (Results 1 - 13 of 13) sorted by null

  /external/okhttp/src/main/java/com/squareup/okhttp/
ResponseSource.java 21 /** The response was returned from the local cache. */
22 CACHE,
25 * The response is available in the cache but must be validated with the
26 * network. The cache result will be used if it is still valid; otherwise
  /external/chromium/chrome/browser/extensions/
image_loading_tracker.h 41 CACHE,
67 // if the image was found in the cache.
71 CacheParam cache);
102 // If LoadImage is told to cache the result an entry is added here. The
  /external/chromium_org/content/public/browser/
browser_thread.h 53 // are used. You should never need to cache pointers to MessageLoops, since
77 // This is the thread to handle slow HTTP cache operations.
78 CACHE,
  /external/jmonkeyengine/engine/src/android/com/jme3/util/
FastInteger.java 331 * maintains a cache of instances which may result in better performance.
342 return valueOfCache.CACHE [i+128];
349 * A cache of instances used by {@link Integer#valueOf(int)} and auto-boxing.
351 static final Integer[] CACHE = new Integer[256];
355 CACHE[i+128] = new Integer(i);
  /external/kernel-headers/original/linux/
slab.h 18 #include <asm/cache.h> /* kmalloc_sizes.h needs L1_CACHE_BYTES */
30 #define SLAB_NO_GROW __GFP_NO_GROW /* don't grow a cache */
38 #define SLAB_RED_ZONE 0x00000400UL /* Red zone objs in a cache */
40 #define SLAB_HWCACHE_ALIGN 0x00002000UL /* align objs on a h/w cache lines */
115 * %__GFP_COLD - Request cache-cold pages instead of
116 * trying to return cache-warm pages.
138 #define CACHE(x) \
144 #undef CACHE
168 #define CACHE(x) \
174 #undef CACHE
    [all...]
  /external/grub/stage2/
fsys_reiserfs.c 293 /* The size of the node cache */
345 #define CACHE(i) (ROOT + ((i) << INFO->fullblocksize_shift))
346 #define LEAF CACHE (DISK_LEAF_NODE_LEVEL)
348 #define BLOCKHEAD(cache) ((struct block_head *) cache)
350 #define KEY(cache) ((struct key *) ((int) cache + BLKH_SIZE))
351 #define DC(cache) ((struct disk_child *) \
352 ((int) cache + BLKH_SIZE + KEY_SIZE * nr_item))
358 * The journal cache. For each transaction it contains the number o
694 char* cache = CACHE(depth); local
732 char *cache; local
822 char *cache; local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 207 milliseconds