Searched refs:cache (Results 226 - 250 of 416) sorted by relevance

1234567891011>>

/external/webkit/Source/WebKit/win/
H A DWebIconDatabase.h73 /* [optional][in] */ BOOL cache,
/external/valgrind/main/exp-ptrcheck/
H A Dsg_main.c239 /* ---------- The StackBlock vector cache ---------- */
944 /* Per-thread query cache. Note that the invar can only be Inv_StackN
1481 /* Look in this thread's query cache */
1483 QCache* cache = &qcaches[tid]; local
1486 for (i = 0; i < cache->nInUse; i++) {
1488 tl_assert(cache->elems[i].addr + cache->elems[i].szB != 0);
1490 if (is_subinterval_of(cache->elems[i].addr,
1491 cache->elems[i].szB, ea, szB)) {
1495 tmp = cache
1548 QCache* cache = &qcaches[tid]; local
[all...]
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.mm1183 // Deleteing the WebCore::Page will clear the page cache so we call destroy on
1184 // all the plug-ins in the page cache to break any retain cycles.
1561 // Application Cache Preferences are stored on the global cache storage manager, not in Settings.
1576 WebResourceDelegateImplementationCache *cache = &_private->resourceLoadDelegateImplementations;
1580 bzero(cache, sizeof(WebResourceDelegateImplementationCache));
1584 cache->didCancelAuthenticationChallengeFunc = getMethod(delegate, @selector(webView:resource:didReceiveAuthenticationChallenge:fromDataSource:));
1585 cache->didFailLoadingWithErrorFromDataSourceFunc = getMethod(delegate, @selector(webView:resource:didFailLoadingWithError:fromDataSource:));
1586 cache->didFinishLoadingFromDataSourceFunc = getMethod(delegate, @selector(webView:resource:didFinishLoadingFromDataSource:));
1587 cache->didLoadResourceFromMemoryCacheFunc = getMethod(delegate, @selector(webView:didLoadResourceFromMemoryCache:response:length:fromDataSource:));
1588 cache
[all...]
/external/bluetooth/glib/glib/
H A Dgutils.c2193 cache_dir = g_build_filename (g_home_dir, ".cache", NULL);
2195 cache_dir = g_build_filename (g_tmp_dir, g_user_name, ".cache", NULL);
3059 GLanguageNamesCache *cache = data; local
3060 g_free (cache->languages);
3061 g_strfreev (cache->language_names);
3062 g_free (cache);
3089 GLanguageNamesCache *cache = g_static_private_get (&cache_private); local
3092 if (!cache)
3094 cache = g_new0 (GLanguageNamesCache, 1);
3095 g_static_private_set (&cache_private, cache, language_names_cache_fre
[all...]
/external/chromium/chrome/browser/ui/webui/
H A Dnet_internals_ui.cc84 return host_resolver_impl->cache();
87 // Returns the disk cache backend for |context| if there is one, or NULL.
947 net::HostCache* cache = GetHostResolverCache(context); local
949 if (!host_resolver_impl || !cache) {
964 static_cast<int>(cache->max_entries()));
967 static_cast<int>(cache->success_entry_ttl().InMilliseconds()));
970 static_cast<int>(cache->failure_entry_ttl().InMilliseconds()));
975 cache->entries().begin();
976 it != cache->entries().end();
1007 dict->Set("cache", cache_info_dic
1014 net::HostCache* cache = local
[all...]
/external/fdlibm/
H A Dconfigure344 -cache-file | --cache-file | --cache-fil | --cache-fi \
345 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
347 -cache-file=* | --cache-file=* | --cache
[all...]
/external/bluetooth/glib/
H A Dacglib.m4129 AC_MSG_ERROR($1 [must be set in cache file when cross-compiling.])
/external/chromium/chrome/browser/extensions/
H A Dimage_loading_tracker.cc138 CacheParam cache) {
156 if (cache == CACHE) {
191 // we don't attempt to cache the image when the load completes.
135 LoadImage(const Extension* extension, const ExtensionResource& resource, const gfx::Size& max_size, CacheParam cache) argument
/external/chromium/chrome/browser/policy/
H A Dcloud_policy_controller_unittest.cc61 explicit MockDeviceTokenFetcher(CloudPolicyCacheBase* cache) argument
62 : DeviceTokenFetcher(NULL, cache, NULL) {}
/external/e2fsprogs/lib/ext2fs/
H A Dinode.c68 fs->icache->cache[i].ino = 0;
96 &fs->icache->cache);
542 /* Create inode cache if not present */
548 /* Check to see if it's in the inode cache */
550 /* only old good inode can be retrieved from the cache */
552 if (fs->icache->cache[i].ino == ino) {
553 *inode = fs->icache->cache[i].inode;
613 /* Update the inode cache */
616 fs->icache->cache[fs->icache->cache_last].ino = ino;
617 fs->icache->cache[f
[all...]
/external/emma/core/java12/com/vladium/emma/report/
H A DAbstractReportGenerator.java58 final SourcePathCache cache, final IProperties properties)
66 m_cache = cache;
57 initialize(final IMetaData mdata, final ICoverageData cdata, final SourcePathCache cache, final IProperties properties) argument
/external/freetype/include/freetype/internal/
H A Dfttrace.h43 FT_TRACE_DEF( cache ) /* cache sub-system (ftcache.c, etc.) */
/external/openssl/ssl/
H A Dssl_sess.c253 /* XXX We should also check the external cache --
259 * (this problem applies to the internal cache as well).
497 * cache as well if and only if we are supposed to. */
520 goto err; /* treat like cache miss */
530 * the event like a cache miss (otherwise it would be easy for
531 * applications to effectively disable the session cache by
569 /* remove it from the cache */
600 /* add just 1 reference count for the SSL_CTX's session cache
604 /* if session c is in already in cache, we take back the increment later */
617 /* ... so pretend the other session did not exist in cache
[all...]
/external/oprofile/events/i386/atom/
H A Dunit_masks33 0x41 i_state L2 cache demand requests from this core that missed the L2
34 0x4F mesi L2 cache demand requests from this core
97 0x01 l2_hit Retired loads that hit the L2 cache (precise event)
98 0x02 l2_miss Retired loads that miss the L2 cache (precise event)
/external/skia/src/views/
H A DSkTextBox.cpp33 SkGlyphCache* cache = ac.getCache(); local
46 const SkGlyph& glyph = cache->getUnicharMetrics(uni);
/external/srtp/
H A DMakefile207 rm -rf crypto/include/config.h config.log config.cache config.status \
209 rm -rf autom4te.cache
/external/webkit/PerformanceTests/SunSpider/
H A Dsunspider60 --shark-cache Like --shark, but performs a L2 cache-miss sample instead of time sample
73 'shark-cache' => \$runSharkCache,
113 die "Failed to find L2 Cache Miss Profile for --shark-cache\n" unless ($sharkCacheProfileIndex);
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.h51 TextureMapperCache* cache; member in struct:WebCore::TexmapPaintOptions
137 TextureMapperCache* cache();
/external/v8/src/
H A Dobjects.cc1282 static bool IsIdentifier(UnicodeCache* cache, argument
1286 if (!cache->IsIdentifierStart(buffer->GetNext())) {
1290 if (!cache->IsIdentifierPart(buffer->GetNext())) {
1866 DescriptorLookupCache* cache = heap()->isolate()->descriptor_lookup_cache(); local
1867 int number = cache->Lookup(descriptors, name);
1870 cache->Update(descriptors, name, number);
1892 DescriptorLookupCache* cache = local
1894 int index = cache->Lookup(descriptors, external_array_sentinel_name);
1897 cache->Update(descriptors,
3077 // - This object and all prototypes has an enum cache (whic
3816 FixedArray* cache = default_cache(); local
3870 CodeCacheHashTable* cache = CodeCacheHashTable::cast(normal_type_cache()); local
3890 FixedArray* cache = default_cache(); local
3910 CodeCacheHashTable* cache = CodeCacheHashTable::cast(normal_type_cache()); local
3937 CodeCacheHashTable* cache = CodeCacheHashTable::cast(normal_type_cache()); local
4027 CodeCacheHashTable* cache = reinterpret_cast<CodeCacheHashTable*>(obj); local
6905 FixedArray* cache = prototype_transitions(); local
9540 CompilationCacheTable* cache = local
9561 CompilationCacheTable* cache = local
9586 CompilationCacheTable* cache = local
9662 MapCache* cache = reinterpret_cast<MapCache*>(obj); local
[all...]
/external/icu4c/common/
H A Duresbund.c39 Static cache for already opened resource bundles - mostly for keeping fallback info
40 TODO: This cache should probably be removed when the deprecated code is
43 static UHashtable *cache = NULL; variable
178 if (cache == NULL) {
187 while ((e = uhash_nextElement(cache, &pos)) != NULL)
202 uhash_removeElement(cache, e);
226 if (cache == NULL) {
232 while ((e = uhash_nextElement(cache, &pos)) != NULL) {
245 fprintf(stderr,"%s:%d: RB Cache still contains %d items.\n", __FILE__, __LINE__, uhash_count(cache));
256 if (cache !
[all...]
/external/srec/tools/grxmlcompile/
H A Dsub_min.cpp182 void SubGraph::DeterminizeAtVertex (int baseId, DetCache *cache) argument
239 if (PairwiseDeterminize (baseId, firstId, fix, secondId, six, cache) > 0) {
258 int sixStart, DetCache *cache)
281 newId= cache->QueryEntry (firstId, secondId);
338 cache->AddEntry (newId, firstId, secondId);
257 PairwiseDeterminize(int baseId, int firstId, int fixStart, int secondId, int sixStart, DetCache *cache) argument
/external/webkit/Source/WebCore/accessibility/
H A DAXObjectCache.cpp593 AXObjectCache* cache = renderer->document()->axObjectCache();
594 if (!cache->isIDinUse(textMarkerData.axID))
629 AXObjectCache* cache = renderer->document()->axObjectCache(); local
630 RefPtr<AccessibilityObject> obj = cache->getOrCreate(renderer);
637 cache->setNodeInUse(domNode);
/external/quake/quake/src/WinQuake/
H A Dmodel.cpp68 r = Cache_Check (&mod->cache);
74 if (!mod->cache.data)
76 return mod->cache.data;
176 if (mod->type == mod_sprite) mod->cache.data = NULL;
215 if (Cache_Check (&mod->cache))
216 Cache_Free (&mod->cache);
245 Cache_Check (&mod->cache);
253 Loads a model into the cache
259 byte stackbuf[1024]; // avoid dirtying the cache heap
263 if (Cache_Check (&mod->cache))
[all...]
/external/skia/src/core/
H A DSkDraw.cpp1255 static void measure_text(SkGlyphCache* cache, SkDrawCacheProc glyphCacheProc, argument
1265 const SkGlyph& glyph = glyphCacheProc(cache, &text, 0, 0);
1481 SkGlyphCache* cache) {
1487 fCache = cache;
1575 SkGlyphCache* cache = autoCache.getCache(); local
1589 measure_text(cache, glyphCacheProc, text, byteLength, &stop);
1629 SkDraw1Glyph::Proc proc = d1g.init(this, blitter.get(), cache);
1632 const SkGlyph& glyph = glyphCacheProc(cache, &text, fx & fxMask, fy & fyMask);
1774 SkGlyphCache* cache = autoCache.getCache(); local
1784 SkDraw1Glyph::Proc proc = d1g.init(this, blitter.get(), cache);
1480 init(const SkDraw* draw, SkBlitter* blitter, SkGlyphCache* cache) argument
2031 SkGlyphCache* cache = tempPaint.detachCache(NULL); local
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Djquery-1.3.2.js614 // cache defaultView
1272 cache: {},
1285 // Only generate the data cache if we're
1287 if ( name && !jQuery.cache[ id ] )
1288 jQuery.cache[ id ] = {};
1290 // Prevent overriding the named cache with undefined values
1292 jQuery.cache[ id ][ name ] = data;
1294 // Return the named cache data, or the ID for the element
1296 jQuery.cache[ id ][ name ] :
1309 if ( jQuery.cache[ i
[all...]

Completed in 1515 milliseconds

1234567891011>>