/frameworks/base/libs/hwui/ |
PatchCache.h | 49 class Caches; 55 void init(Caches& caches);
|
PathCache.cpp | 29 #include "Caches.h" 142 PathTexture* texture = new PathTexture(Caches::getInstance()); 241 Caches::getInstance().deleteTexture(texture->id); 323 Caches::getInstance().bindTexture(texture->id); 339 PathCache::PathProcessor::PathProcessor(Caches& caches): 340 TaskProcessor<SkBitmap*>(&caches.tasks), mMaxTextureSize(caches.maxTextureSize) { 463 if (!Caches::getInstance().tasks.canRunTasks()) { 499 mProcessor = new PathProcessor(Caches::getInstance()) [all...] |
Layer.h | 43 class Caches; 293 Caches& caches; member in struct:android::uirenderer::Layer
|
/external/chromium_org/webkit/browser/appcache/ |
mock_appcache_storage.cc | 227 AppCacheGroup::Caches copy = group->old_caches(); 321 // * prefer candidates from newer caches 360 // We have a bias for hits from caches that are in use. 431 AppCacheGroup::Caches copy = group->old_caches(); 436 // Also remove from the working set, caches for an 'obsolete' group 469 // Do not remove from the working set, active caches are still usable 475 const AppCacheGroup::Caches& caches) { 476 AppCacheGroup::Caches::const_iterator it = caches.begin() [all...] |
mock_appcache_storage.h | 92 void RemoveStoredCaches(const AppCacheGroup::Caches& caches);
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
file_system.py | 99 namespace their caches. this will usually depend on the configuration of
|
new_github_file_system.py | 132 # Caches the zip file's stat. Overrides start_empty=False and use 171 stat caches.
|
/external/chromium_org/v8/test/mjsunit/ |
value-callic-prototype-change.js | 28 // Test that the inline caches correctly detect that constant
|
/external/v8/test/mjsunit/ |
value-callic-prototype-change.js | 28 // Test that the inline caches correctly detect that constant
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
assignment.js | 280 // Run three times to exercise caches.
|
/external/v8/test/mjsunit/compiler/ |
assignment.js | 280 // Run three times to exercise caches.
|
/external/chromium_org/third_party/freetype/src/cache/ |
ftccache.c | 288 cache = manager->caches[node->cache_index];
|
/external/freetype/src/cache/ |
ftccache.c | 288 cache = manager->caches[node->cache_index];
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/ |
metadata_cache.js | 108 * Margin of the cache size. This amount of caches may be kept in addition. 175 * Returns the current threshold to evict caches. When the number of caches 177 * @return {number} Threshold to evict caches. 572 * Caches all the properties from data to cache entry for the entry.
|
/external/oprofile/events/i386/nehalem/ |
events | 55 event:0x4F counters:0,1,2,3 um:ept minimum:6000 name:EPT : Counts Extended Page Directory Entry accesses. The Extended Page Directory cache is used by Virtual Machine operating systems while the guest operating systems use the standard TLB caches. 60 event:0x63 counters:0,1 um:cache_lock_cycles minimum:6000 name:CACHE_LOCK_CYCLES : Cycle count during which the L1/L2 caches are locked. A lock is asserted when there is a locked memory access, due to uncacheable memory, a locked operation that spans two cache lines, or a page walk from an uncacheable page table.
|
unit_masks | 46 0x08 remote_cache_local_home_hit Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and HIT in a remote socket's cache 47 0x10 remote_dram Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and was remotely homed 48 0x20 local_dram Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and required a local socket memory reference
|
/external/oprofile/events/x86-64/family11h/ |
unit_masks | 124 0x01 L2 fills (victims from L1 caches, TLB page table walks and data prefetches)
|
/external/oprofile/events/x86-64/hammer/ |
unit_masks | 113 0x01 L2 fills (victims from L1 caches, TLB page table walks and data prefetches)
|
/external/v8/src/ |
bootstrapper.cc | 1876 Handle<FixedArray> caches = FACTORY->NewFixedArray(kNumberOfCaches, TENURED); local [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
jstemplate.js | 48 * Name of the attribute that caches a reference to the parsed
55 * Name of the property that caches the parsed template processing
108 * Caches the document of the template node, so we don't have to
827 * Caches access to and parsing of template processing attributes. If
[all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
jstemplate.js | 48 * Name of the attribute that caches a reference to the parsed 55 * Name of the property that caches the parsed template processing 108 * Caches the document of the template node, so we don't have to 827 * Caches access to and parsing of template processing attributes. If [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
jstemplate.js | 48 * Name of the attribute that caches a reference to the parsed 55 * Name of the property that caches the parsed template processing 108 * Caches the document of the template node, so we don't have to 827 * Caches access to and parsing of template processing attributes. If [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
jstemplate.js | 48 * Name of the attribute that caches a reference to the parsed 55 * Name of the property that caches the parsed template processing 108 * Caches the document of the template node, so we don't have to 827 * Caches access to and parsing of template processing attributes. If [all...] |
/external/chromium_org/third_party/jstemplate/ |
jstemplate.js | 48 * Name of the attribute that caches a reference to the parsed 55 * Name of the property that caches the parsed template processing 105 * Caches the document of the template node, so we don't have to 794 * Caches access to and parsing of template processing attributes. If
|
/external/chromium_org/chrome/browser/resources/task_manager/ |
main.js | 576 // Sweeps unused caches, which elements no longer exist on the list.
|