Searched refs:Cache (Results 126 - 150 of 263) sorted by relevance

1234567891011

/external/oprofile/events/mips/rm9000/
H A Devents25 event:0x16 counters:0,1 um:zero minimum:500 name:CACHE_REMISSES : Cache remisses
/external/chromium_org/third_party/skia/include/core/
H A DSkDevice.h383 virtual SkImageFilter::Cache* getImageFilterCache() { return NULL; }
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.h155 virtual SkImageFilter::Cache* getImageFilterCache() SK_OVERRIDE;
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dandroid_browser_finder.py135 @decorators.Cache
H A Dinspector_backend.py92 @decorators.Cache
/external/chromium_org/tools/telemetry/telemetry/core/backends/remote/
H A Dtrybot_browser_finder.py230 @decorators.Cache
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbrowser.py106 @decorators.Cache
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
H A Dippet_power_monitor.py41 @decorators.Cache
H A Dpowermetrics_power_monitor.py56 @decorators.Cache
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dandroid_profiling_helper.py86 @decorators.Cache
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h901 SmallVector<void *, 8> Cache; member in class:clang::ento::CallEventManager
905 Cache.push_back(const_cast<void *>(Memory));
910 if (Cache.empty())
913 return Cache.pop_back_val();
/external/javassist/src/main/javassist/
H A DCtNewWrappedMethod.java156 CtMember.Cache cache = clazz.hasMemberCache();
/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h433 NonLocalDepInfo *Cache,
/external/skia/tests/
H A DImageFilterTest.cpp225 SkAutoTUnref<SkImageFilter::Cache> cache(SkImageFilter::Cache::Create(2));
282 SkAutoTUnref<SkImageFilter::Cache> cache(SkImageFilter::Cache::Create(2));
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_cache_storage.cc221 ServiceWorkerCacheStorageIndex::Cache* index_cache = index.add_cache();
301 const ServiceWorkerCacheStorageIndex::Cache& cache = index.cache(i);
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dc.cc19 using leveldb::Cache;
53 struct leveldb_cache_t { Cache* rep; };
H A Dcorruption_test.cc31 Cache* tiny_cache_;
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_runner.py299 @decorators.Cache
312 @decorators.Cache
/external/llvm/lib/Support/Unix/
H A DMemory.inc61 // Cache uses instructions dcbf and icbi, both of which are treated by
/external/llvm/test/MC/PowerPC/
H A Dppc64-encoding-bookII.s5 # Cache management instruction
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DCacheBuilder.java106 public <K1 extends K, V1 extends V> Cache<K1, V1> build() {
128 // Cache methods
190 // Cache methods
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h349 factory->Cache[factory->maskCacheIndex(computeDigest())] = next;
372 CacheTy Cache; member in class:llvm::ImutAVLFactory
618 TreeTy *&entry = Cache[maskCacheIndex(digest)];
/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp881 GlobalVariable *Cache = local
900 Value *CachedVal = new LoadInst(Cache, "fpcache", EntryBB);
918 new StoreInst(CastedResolver, Cache, LookupBB);
/external/oprofile/events/x86-64/family10/
H A Dunit_masks241 0x08 Cache miss penalty in cycles
273 0x20 Cache line evicted brought into the cache by PrefetchNTA
274 0x40 Cache line evicted not brought into the cache by PrefetchNTA
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js2531 var Selectors = {Cache: {nth: {}, parsed: {}}};
2551 if (Selectors.Cache.nth[argument]) return Selectors.Cache.nth[argument];
2576 return Selectors.Cache.nth[argument] = parsed;
2580 if (Selectors.Cache.parsed[selector]) return Selectors.Cache.parsed[selector];
2598 return Selectors.Cache.parsed[selector] = parsed;
3336 if (Fx.CSS.Cache[selector]) return Fx.CSS.Cache[selector];
3355 return Fx.CSS.Cache[selecto
[all...]

Completed in 893 milliseconds

1234567891011