HomeSort by relevance Sort by last modified time
    Searched full:cache (Results 276 - 300 of 6143) sorted by null

<<11121314151617181920>>

  /external/webkit/LayoutTests/http/tests/appcache/
top-frame-1.html 3 <p>Test that a subframe without manifest doesn't pick an application cache from parent frame
4 (as long as no relevant cache contains its resource).</p>
5 <p>Techically, the check is that iframe subresources that are not in top frame cache are loaded
6 anyway, so it can also pass if the UA fails to reject loads for cache misses.</p>
  /external/webkit/LayoutTests/platform/android/http/tests/appcache/
local-content-expected.txt 2 Test that documents loaded from application cache don't get access to local resources accidentally.
  /libcore/luni/src/main/java/java/net/
ResponseSource.java 27 * Return the response from the cache immediately.
29 CACHE,
32 * Make a conditional request to the host, returning the cache response if
33 * the cache is valid and the network response otherwise.
  /external/linux-tools-perf/
builtin-buildid-cache.c 2 * builtin-buildid-cache.c
4 * Builtin buildid-cache command: Manages build-id cache
11 #include "util/cache.h"
21 "perf buildid-cache [<options>]",
89 pr_debug("%s already in the cache\n",
107 pr_debug("%s wasn't in the cache\n",
  /frameworks/base/core/tests/coretests/src/android/view/
BigCacheTest.java 29 * Builds the drawing cache of two Views, one smaller than the maximum cache size,
30 * one larger than the maximum cache size. The latter should always have a null
31 * drawing cache.
72 final Bitmap[] cache = new Bitmap[1]; local
78 cache[0] = view.getDrawingCache();
82 return cache[0];
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
CacheManager.java 31 private static final String KEY_CACHE_UP_TO_DATE = "cache-up-to-date";
46 BlobCache cache = sCacheMap.get(filename); local
47 if (cache == null) {
51 cache = new BlobCache(path, maxEntries, maxBytes, false,
53 sCacheMap.put(filename, cache);
55 Log.e(TAG, "Cannot instantiate cache!", e);
58 return cache;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
QuickContactsDemo.java 77 final ContactListItemCache cache = (ContactListItemCache) view.getTag(); local
79 cursor.copyStringToBuffer(SUMMARY_NAME_COLUMN_INDEX, cache.nameBuffer);
80 int size = cache.nameBuffer.sizeCopied;
81 cache.nameView.setText(cache.nameBuffer.data, 0, size);
84 cache.photoView.assignContactUri(Contacts.getLookupUri(contactId, lookupKey));
90 ContactListItemCache cache = new ContactListItemCache(); local
91 cache.nameView = (TextView) view.findViewById(R.id.name);
92 cache.photoView = (QuickContactBadge) view.findViewById(R.id.badge);
93 view.setTag(cache);
    [all...]
  /external/guava/guava/src/com/google/common/cache/
ForwardingCache.java 17 package com.google.common.cache;
31 * A cache which forwards all its method calls to another cache. Subclasses should override one or
32 * more methods to modify the behavior of the backing cache as desired per the
39 public abstract class ForwardingCache<K, V> extends ForwardingObject implements Cache<K, V> {
45 protected abstract Cache<K, V> delegate();
138 * constructed {@link Cache} as the delegete.
144 private final Cache<K, V> delegate;
146 protected SimpleForwardingCache(Cache<K, V> delegate) {
151 protected final Cache<K, V> delegate()
    [all...]
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
RawHeadersTest.java 29 Arrays.asList("cache-control", "no-cache, no-store", "set-cookie", "Cookie1\u0000Cookie2",
33 assertEquals("no-cache, no-store", rawHeaders.get("cache-control"));
36 assertEquals("cache-control", rawHeaders.getFieldName(0));
37 assertEquals("no-cache, no-store", rawHeaders.getValue(0));
48 rawHeaders.add("cache-control", "no-cache, no-store");
55 Arrays.asList("cache-control", "no-cache, no-store", "set-cookie", "Cookie1\u0000Cookie2"
    [all...]
  /frameworks/base/tools/aapt/
CrunchCache.h 4 // Cache manager for pre-processed PNG files.
20 * This class is a cache manager which can pre-process PNG files and store
21 * them in a mirror-cache. It's capable of doing incremental updates to its
22 * cache.
26 * root location to store the cache files, and an instance of a file finder.
27 * Then update the cache by calling crunch.
45 * we delete any leftover files in the cache that are no longer present
51 * The cache is updated to fully reflect all changes in source.
52 * The function then returns the number of files changed in cache
70 * sourceFiles than in the cache (mDestFiles)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis_tags.h 60 #define TAG_GCACHE 3 /* Flush the Group Cache */
62 #define TAG_DCACHE 4 /* Flush the directory cache */
64 #define TAG_OCACHE 5 /* Flush the Object Cache */
66 #define TAG_TCACHE_ONE 7 /* Flush the table cache */
67 #define TAG_DCACHE_ALL 8 /* Flush entire directory cache */
68 #define TAG_TCACHE_ALL 9 /* Flush entire table cache */
79 #define TAG_S_DCACHE 2053 /* Directory cache statistics */
80 #define TAG_S_OCACHE 2054 /* Object cache statistics */
81 #define TAG_S_GCACHE 2055 /* Group cache statistics */
82 #define TAG_S_STORAGE 2056 /* Group cache statistics *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis_tags.h 60 #define TAG_GCACHE 3 /* Flush the Group Cache */
62 #define TAG_DCACHE 4 /* Flush the directory cache */
64 #define TAG_OCACHE 5 /* Flush the Object Cache */
66 #define TAG_TCACHE_ONE 7 /* Flush the table cache */
67 #define TAG_DCACHE_ALL 8 /* Flush entire directory cache */
68 #define TAG_TCACHE_ALL 9 /* Flush entire table cache */
79 #define TAG_S_DCACHE 2053 /* Directory cache statistics */
80 #define TAG_S_OCACHE 2054 /* Object cache statistics */
81 #define TAG_S_GCACHE 2055 /* Group cache statistics */
82 #define TAG_S_STORAGE 2056 /* Group cache statistics *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis_tags.h 60 #define TAG_GCACHE 3 /* Flush the Group Cache */
62 #define TAG_DCACHE 4 /* Flush the directory cache */
64 #define TAG_OCACHE 5 /* Flush the Object Cache */
66 #define TAG_TCACHE_ONE 7 /* Flush the table cache */
67 #define TAG_DCACHE_ALL 8 /* Flush entire directory cache */
68 #define TAG_TCACHE_ALL 9 /* Flush entire table cache */
79 #define TAG_S_DCACHE 2053 /* Directory cache statistics */
80 #define TAG_S_OCACHE 2054 /* Object cache statistics */
81 #define TAG_S_GCACHE 2055 /* Group cache statistics */
82 #define TAG_S_STORAGE 2056 /* Group cache statistics *
    [all...]
  /external/chromium/net/ftp/
ftp_auth_cache.h 16 // The FtpAuthCache class is a simple cache structure to store authentication
26 // Maximum number of entries we allow in the cache.
45 // Add an entry for |origin| to the cache (consisting of |username| and
51 // Remove the entry for |origin| from the cache, if one exists and matches
59 // Internal representation of cache, an STL list. This makes lookups O(n),
  /external/clang/test/Modules/
diamond.c 24 // RUN: %clang_cc1 -fmodules -x objective-c -emit-module -fmodules-cache-path=%t -fmodule-name=diamond_top %S/Inputs/module.map
25 // RUN: %clang_cc1 -fmodules -x objective-c -emit-module -fmodules-cache-path=%t -fmodule-name=diamond_left %S/Inputs/module.map
26 // RUN: %clang_cc1 -fmodules -x objective-c -emit-module -fmodules-cache-path=%t -fmodule-name=diamond_right %S/Inputs/module.map
27 // RUN: %clang_cc1 -fmodules -x objective-c -emit-module -fmodules-cache-path=%t -fmodule-name=diamond_bottom %S/Inputs/module.map
28 // RUN: %clang_cc1 -fmodules -x objective-c -fmodules-cache-path=%t %s -verify
  /external/freetype/src/cache/
ftccmap.c 5 /* FreeType CharMap cache (body) */
107 /* the cmap cache node */
138 FTC_Cache cache )
141 FT_Memory memory = cache->memory;
152 FTC_Cache cache )
157 FT_Memory memory = cache->memory;
181 FTC_Cache cache )
184 FT_UNUSED( cache );
194 FTC_Cache cache,
199 FT_UNUSED( cache );
293 FTC_Cache cache = FTC_CACHE( cmap_cache ); local
    [all...]
  /external/oprofile/events/i386/p6_mobile/
unit_masks 6 0x08 (M)odified cache state
7 0x04 (E)xclusive cache state
8 0x02 (S)hared cache state
9 0x01 (I)nvalid cache state
10 0x0f All cache states
  /external/webkit/Source/WebKit/gtk/webkit/
webkitglobals.h 34 * @WEBKIT_CACHE_MODEL_DEFAULT: The default cache model. This is
36 * @WEBKIT_CACHE_MODEL_DOCUMENT_VIEWER: Disable the cache completely, which
40 * @WEBKIT_CACHE_MODEL_DOCUMENT_BROWSER: A cache model optimized for viewing
42 * designer. WebKit will cache a moderate number of resources.
46 * Enum values used for determining the webview cache model.
  /external/chromium/net/http/
http_cache_transaction.h 32 // its cache entry.
38 // the cache entry.
41 // the cache entry.
44 // optionally modify the cache entry (e.g., possibly corresponding to
45 // cache validation).
48 // update existing cache entries, but will never create a new entry or
49 // respond using the entry read from the cache.
60 Transaction(HttpCache* cache);
68 // HTTP cache entry that backs this transaction (if any).
84 // This transaction is being deleted and we are not done writing to the cache
    [all...]
  /development/samples/training/ContactsList/src/com/example/android/contactslist/util/
ImageCache.java 39 * @param memCacheSizePercent The cache size as a percent of available app memory.
50 * @param memCacheSizePercent The cache size as a percent of available app memory.
72 * Initialize the cache.
74 * @param memCacheSizePercent The cache size as a percent of available app memory.
79 // Set up memory cache
81 Log.d(TAG, "Memory cache created (size = " + memCacheSize + ")");
86 * for a bitmap cache
97 * Adds a bitmap to both memory and disk cache.
106 // Add to memory cache
113 * Get from memory cache
    [all...]
  /external/libnl-headers/netlink/
cache-api.h 2 * netlink/cache-api.h Caching API
22 * @ingroup cache
23 * @defgroup cache_api Cache Implementation
26 * @par 1) Cache Definition
38 * // The simplest way to fill a cache is by providing a request-update
40 * // whatever the cache covers.
41 * static int my_request_update(struct nl_cache *cache,
52 * // provide which will add the object to the cache.
93 * // a cache action, e.g. RTM_NEWADDR means address has been added or
106 * // It is now possible to keep the cache up-to-date using the cache manager
    [all...]
  /external/oprofile/events/alpha/ev5/
events 22 event:0x0e counters:1 um:zero minimum:256 name:ICACHE_ACCESS : Instruction cache access
23 event:0x0f um:zero minimum:256 name:DCACHE_ACCESS : Data cache access
27 event:0x13 counters:2 um:zero minimum:256 name:ICACHE_MISSES : Instruction cache misses
29 event:0x15 counters:2 um:zero minimum:256 name:DCACHE_MISSES : Data cache misses
36 event:0x1c counters:1 um:zero minimum:256 name:SCACHE_ACCESS : S-cache access
37 event:0x1d counters:1 um:zero minimum:256 name:SCACHE_READ : S-cache read
38 event:0x1e counters:1,2 um:zero minimum:256 name:SCACHE_WRITE : S-cache write
39 event:0x1f counters:1 um:zero minimum:256 name:SCACHE_VICTIM : S-cache victim
40 event:0x20 counters:2 um:zero minimum:256 name:SCACHE_MISS : S-cache miss
41 event:0x21 counters:2 um:zero minimum:256 name:SCACHE_READ_MISS : S-cache read mis
    [all...]
  /frameworks/native/opengl/libs/EGL/
egl_cache.h 41 // is able to insert and retrieve entries from the cache. This should be
43 // getBlob and setBlob methods will return without performing any cache
49 // performing any cache operations.
52 // setBlob attempts to insert a new key/value blob pair into the cache.
59 // blob from cache. This will be called by the hardware vendor's EGL
65 // cache contents from one program invocation to another.
79 // this will do so, loading the serialized cache contents from disk if
87 // loadBlobCache attempts to load the saved cache contents from disk into
94 // is called. When in this state, the cache behaves as normal. When not,
95 // the getBlob and setBlob methods will return without performing any cache
    [all...]
  /frameworks/volley/src/com/android/volley/toolbox/
DiskBasedCache.java 21 import com.android.volley.Cache;
39 * Cache implementation that caches files directly onto the hard disk in the specified
42 public class DiskBasedCache implements Cache {
48 /** Total amount of space currently used by the cache in bytes. */
51 /** The root directory to use for the cache. */
54 /** The maximum size of the cache in bytes. */
60 /** High water mark percentage for the cache */
63 /** Magic number for current version of cache file format. */
68 * @param rootDirectory The root directory of the cache.
69 * @param maxCacheSizeInBytes The maximum size of the cache in bytes
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11_auth.c 270 /* Check whether ACL cache has an entry for this station */
302 /* No entry in the cache - query external RADIUS server */
399 * hostapd_acl_expire - ACL cache expiration callback
421 struct hostapd_cached_radius_acl *cache)
453 psk->next = cache->psk;
454 cache->psk = psk;
481 struct hostapd_cached_radius_acl *cache; local
512 /* Insert Accept/Reject info into ACL cache */
513 cache = os_zalloc(sizeof(*cache));
    [all...]

Completed in 353 milliseconds

<<11121314151617181920>>