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

  /libcore/luni/src/main/java/libcore/net/http/
ResponseSource.java 22 * Return the response from the cache immediately.
24 CACHE,
27 * Make a conditional request to the host, returning the cache response if
28 * the cache is valid and the network response 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/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...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
SsbSipMfcApi.h 65 CACHE = 1
  /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...]

Completed in 157 milliseconds