Searched refs:cache (Results 51 - 75 of 416) sorted by relevance

1234567891011>>

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DMemoryUsage.cpp75 static MemoryUsageCache cache; local
76 return cache.getCachedMemoryUsage(forceFresh);
/external/webkit/Source/WebKit/mac/Misc/
H A DWebIconDatabase.h50 - memory cache icons at different sizes
80 @discussion Calls iconForURL:withSize:cache: with YES for cache.
87 @method iconForURL:withSize:cache:
93 @param cache If yes, caches the returned image in memory if not already cached
95 - (NSImage *)iconForURL:(NSString *)URL withSize:(NSSize)size cache:(BOOL)cache;
98 @method iconURLForURL:withSize:cache:
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
H A DInjectedBundleRangeHandle.cpp40 DEFINE_STATIC_LOCAL(DOMHandleCache, cache, ());
41 return cache;
/external/chromium/sdch/open-vcdiff/
H A Dautogen.sh12 rm -rf autom4te.cache
50 rm -rf autom4te.cache
/external/emma/core/java12/com/vladium/emma/report/
H A DIReportGenerator.java29 void process (IMetaData mdata, ICoverageData cdata, SourcePathCache cache, IProperties parameters) argument
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DLoadPathToFileCache.java26 * This class implements a cache of a list of loadpaths and a file name to the absolute file name
34 private final LRUCache<String, String> cache; field in class:LoadPathToFileCache
38 cache = new LRUCache<String, String>(capacity);
42 * Lookup in the cache to see if we have a mapping from the given loadpaths and filename to an
47 * @return the absolute filepath location of the file, or {@code null} if not in the cache.
53 return cache.get(filePathMapKey);
60 * Add a new mapping to the cache.
70 cache.put(filePathMapKey, filePath);
110 * This code is copied from {@link com.google.common.cache.LRUCache} but is distilled to basics in
/external/kernel-headers/original/asm-arm/
H A Dprocinfo.h42 struct cpu_cache_fns *cache; member in struct:proc_info_list
/external/libnl-headers/netlink/route/
H A Dtc.h16 #include <netlink/cache.h>
/external/oprofile/module/
H A Dop_cache.h15 #include <asm/cache.h>
/external/skia/src/core/
H A DSkDrawProcs.h20 Proc init(const SkDraw* draw, SkBlitter* blitter, SkGlyphCache* cache);
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp116 LOG_ERROR("Could not load cache group, error \"%s\"", m_database.lastErrorMsg());
122 RefPtr<ApplicationCache> cache = loadCache(newestCacheStorageID); local
123 if (!cache)
129 group->setNewestCache(cache.release());
198 // Check if a cache already exists in memory.
208 if (ApplicationCache* cache = group->newestCache()) {
209 ApplicationCacheResource* resource = cache->resourceForURL(url);
221 // Check the database. Look for all cache groups with a newest cache.
236 // We found a cache grou
239 RefPtr<ApplicationCache> cache = loadCache(newestCacheID); local
310 RefPtr<ApplicationCache> cache = loadCache(newestCacheID); local
483 remainingSizeForOriginExcludingCache(const SecurityOrigin* origin, ApplicationCache* cache, int64_t& remainingSize) argument
695 store(ApplicationCache* cache, ResourceStorageIDJournal* storageIDJournal) argument
885 storeUpdatedType(ApplicationCacheResource* resource, ApplicationCache* cache) argument
901 store(ApplicationCacheResource* resource, ApplicationCache* cache) argument
1067 RefPtr<ApplicationCache> cache = ApplicationCache::create(); local
1160 remove(ApplicationCache* cache) argument
1263 ApplicationCache* cache = cacheHost->applicationCache(); local
[all...]
/external/webkit/Source/WebCore/svg/properties/
H A DSVGAnimatedProperty.h53 // Remove wrapper from cache.
54 Cache* cache = animatedPropertyCache(); local
55 const Cache::const_iterator end = cache->end();
56 for (Cache::const_iterator it = cache->begin(); it != end; ++it) {
58 cache->remove(it->first);
/external/openssl/crypto/x509v3/
H A Dpcy_tree.c148 const X509_POLICY_CACHE *cache; local
182 /* First setup policy cache in all certificates apart from the
183 * trust anchor. Note any bad cache results on the way. Also can
190 cache = policy_cache_set(x);
191 /* If cache NULL something bad happened: return immediately */
192 if (cache == NULL)
200 else if ((ret == 1) && !cache->data)
206 if ((cache->explicit_skip != -1)
207 && (cache->explicit_skip < explicit_policy))
208 explicit_policy = cache
340 tree_link_nodes(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache) argument
374 tree_add_unmatched(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, const ASN1_OBJECT *id, X509_POLICY_NODE *node, X509_POLICY_TREE *tree) argument
402 tree_link_unmatched(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, X509_POLICY_NODE *node, X509_POLICY_TREE *tree) argument
442 tree_link_any(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, X509_POLICY_TREE *tree) argument
700 const X509_POLICY_CACHE *cache; local
[all...]
/external/chromium/chrome/browser/history/
H A Din_memory_url_index.h99 // within the profile wherein the cache and transaction journals will be
113 // Reloads the history index. Attempts to reload from the cache unless
114 // |clear_cache| is true. If the cache is unavailable then reload the
119 // flushes the cache to disk.
122 // Restores the index's private data from the cache file stored in the
126 // Caches the index private data and writes the cache file to the profile
255 // from the cache or a complete rebuild from the history database.
264 // set. Updates the previously-typed-character cache.
314 // Clears the search term cache. This cache hold
[all...]
/external/chromium/net/disk_cache/
H A Ddisk_cache_perftest.cc42 // Creates num_entries on the cache, and writes 200 bytes of metadata and up
44 int TimeWrite(int num_entries, disk_cache::Backend* cache, argument
60 PerfTimeLogger timer("Write disk cache entries");
70 int rv = cache->CreateEntry(entry.key, &cache_entry, &cb);
95 int TimeRead(int num_entries, disk_cache::Backend* cache, argument
111 const char* message = cold ? "Read disk cache entries (cold)" :
112 "Read disk cache entries (warm)";
118 int rv = cache->OpenEntry(entries[i].key, &cache_entry, &cb);
152 PerfTimeLogger timer("Hash disk cache keys");
169 disk_cache::Backend* cache; local
[all...]
/external/e2fsprogs/lib/blkid/
H A Dtag.c101 * Find the desired tag type in the cache.
104 static blkid_tag blkid_find_head_cache(blkid_cache cache, const char *type) argument
109 if (!cache || !type)
112 list_for_each(p, &cache->bic_tags) {
116 printf(" found cache tag head %s\n", type));
185 printf(" creating new cache tag head %s\n", name));
328 extern blkid_dev blkid_find_dev_with_tag(blkid_cache cache, argument
338 if (!cache || !type || !value)
341 blkid_read_cache(cache);
343 DBG(DEBUG_TAG, printf("looking for %s=%s in cache\
404 blkid_cache cache = NULL; local
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_GetLocal.java35 static Hashtable<String, File> cache = new Hashtable<String, File>(20); field in class:Support_GetLocal
40 File temp = cache.get(url);
53 cache.put(url, temp);
60 File temp = cache.get(url);
73 cache.put(url, temp);
/external/bluetooth/bluez/compat/
H A Ddund.c84 } cache; variable in typeref:struct:__anon78
107 if (!cache.valid)
110 if (create_connection(cache.dst, &cache.bdaddr, type) < 0) {
224 if (use_cache && cache.valid && cache.channel) {
226 ch = cache.channel;
284 /* Succesesful connection, validate cache */
285 strcpy(cache.dst, dst);
286 bacpy(&cache
[all...]
/external/webkit/Source/WebCore/css/
H A DCSSPrimitiveValueCache.cpp68 // Just wipe out the cache and start rebuilding if it gets too big.
91 IntegerValueCache* cache;
96 cache = &m_pixelValueCache;
101 cache = &m_percentValueCache;
106 cache = &m_numberValueCache;
113 pair<IntegerValueCache::iterator, bool> entry = cache->add(intValue, dummyValue);
/external/webkit/Source/WebCore/platform/network/qt/
H A DResourceHandleQt.cpp123 QAbstractNetworkCache* cache = 0; local
126 cache = manager->cache();
129 if (!cache)
132 QNetworkCacheMetaData data = cache->metaData(request.url());
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_auth.c245 /* Check whether ACL cache has an entry for this station */
268 /* No entry in the cache - query external RADIUS server */
364 * hostapd_acl_expire - ACL cache expiration callback
398 struct hostapd_cached_radius_acl *cache; local
428 /* Insert Accept/Reject info into ACL cache */
429 cache = os_zalloc(sizeof(*cache));
430 if (cache == NULL) {
431 wpa_printf(MSG_DEBUG, "Failed to add ACL cache entry");
434 time(&cache
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_auth.c245 /* Check whether ACL cache has an entry for this station */
268 /* No entry in the cache - query external RADIUS server */
364 * hostapd_acl_expire - ACL cache expiration callback
398 struct hostapd_cached_radius_acl *cache; local
428 /* Insert Accept/Reject info into ACL cache */
429 cache = os_zalloc(sizeof(*cache));
430 if (cache == NULL) {
431 wpa_printf(MSG_DEBUG, "Failed to add ACL cache entry");
434 time(&cache
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_auth.c245 /* Check whether ACL cache has an entry for this station */
268 /* No entry in the cache - query external RADIUS server */
364 * hostapd_acl_expire - ACL cache expiration callback
398 struct hostapd_cached_radius_acl *cache; local
428 /* Insert Accept/Reject info into ACL cache */
429 cache = os_zalloc(sizeof(*cache));
430 if (cache == NULL) {
431 wpa_printf(MSG_DEBUG, "Failed to add ACL cache entry");
434 time(&cache
[all...]
/external/chromium/net/url_request/
H A Dview_cache_helper_unittest.cc23 // Gets a pointer to the cache backend.
68 void WriteToEntry(disk_cache::Backend* cache, const std::string key, argument
73 int rv = cache->CreateEntry(key, &entry, &cb);
76 rv = cache->OpenEntry(key, &entry, &cb);
89 disk_cache::Backend* cache; local
91 context->http_transaction_factory()->GetCache()->GetBackend(&cache, &cb);
95 WriteToEntry(cache, "first", "some", empty, empty);
96 WriteToEntry(cache, "second", "only hex_dumped", "same", "kind");
97 WriteToEntry(cache, "third", empty, "another", "thing");
184 disk_cache::Backend* cache; local
[all...]
/external/v8/src/
H A Ddate.js121 // In this way, only one check, for a DST cache miss, is needed.
126 // we keep a cache of the last computed DST offset along with a time interval
127 // where we know the cache is valid.
128 // When the cache is valid, local_time_offset is also valid.
149 // Load the cache object from the builtins object.
150 var cache = DST_offset_cache;
153 var start = cache.start;
154 var end = cache.end;
158 if (t <= end) return cache.offset;
160 // If the cache misse
[all...]

Completed in 3247 milliseconds

1234567891011>>