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

<<11121314151617181920>>

  /external/oprofile/events/mips/1004K/
events.h 7 "11-0 Data cache misses"},
23 "9-0 Instruction cache accesses"},
25 "10-0 Data cache accesses"},
27 "13-0 Cacheable stores that miss in the cache"},
43 "21-0 L2 cache lines written back to memory"},
45 "22-0 L2 cache accesses that missed in the cache"},
49 "24-0 Cache fixup cycles (specific to the 34K family microarchitecture)"},
71 "36-0 Cache coherence intervention processing stall cycles"},
73 "37-0 Stall cycles due to an instruction cache miss"}
    [all...]
  /external/guava/guava/src/com/google/common/cache/
AbstractCache.java 17 package com.google.common.cache;
32 * This class provides a skeletal implementation of the {@code Cache} interface to minimize the
35 * <p>To implement a cache, the programmer needs only to extend this class and provide an
46 public abstract class AbstractCache<K, V> implements Cache<K, V> {
136 * Accumulates statistics during the operation of a {@link Cache} for presentation by {@link
137 * Cache#stats}. This is solely intended for consumption by {@code Cache} implementors.
144 * Records cache hits. This should be called when a cache request returns a cached value.
152 * Records cache misses. This should be called when a cache request returns a value that wa
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
microtemplate.js 4 var cache = {};
8 // load the template - and be sure to cache the result.
10 cache[str] = cache[str] ||
  /external/clang/test/Modules/
cxx-inline-namespace.cpp 2 // RUN: %clang_cc1 -x objective-c++ -fmodules -fmodules-cache-path=%t -I %S/Inputs %s -verify -std=c++11
cxx-many-overloads.cpp 2 // RUN: %clang_cc1 -x objective-c++ -fmodules -fmodules-cache-path=%t -I %S/Inputs %s -verify
direct-module-import.m 2 // RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -F %S/Inputs -include Module/Module.h %s -emit-llvm -o - | FileCheck %s
header-import.m 2 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -F %S/Inputs -I %S/Inputs -verify %s
inferred-frameworks.m 2 // RUN: %clang_cc1 -x objective-c -Wauto-import -fmodules-cache-path=%t -fmodules -F %S/Inputs %s -verify
lookup.m 12 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -emit-module -x objective-c -fmodule-name=lookup_left_objc %S/Inputs/module.map
13 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -emit-module -x objective-c -fmodule-name=lookup_right_objc %S/Inputs/module.map
14 // RUN: %clang_cc1 -fmodules -x objective-c -fmodules-cache-path=%t -verify %s
15 // RUN: %clang_cc1 -fmodules -ast-print -x objective-c -fmodules-cache-path=%t %s | FileCheck -check-prefix=CHECK-PRINT %s
redecl-merge2.m 2 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I %S/Inputs %s -verify -Wno-objc-root-class
requires.m 2 // RUN: %clang_cc1 -Wauto-import -fmodules-cache-path=%t -fmodules -F %S/Inputs %s -verify
submodules.m 3 // RUN: %clang_cc1 -Wauto-import -fmodules-cache-path=%t -fmodules -F %S/Inputs %s -verify
  /external/freetype/src/cache/
ftcsbits.h 5 /* A small-bitmap cache (specification). */
73 FTC_Cache cache );
78 FTC_Cache cache );
91 FTC_Cache cache,
  /external/iproute2/doc/
rtstat.sgml 10 Here is some code for monitoring the route cache. For systems handling high
11 network load, servers, routers, firewalls etc the route cache and its garbage
16 from route cache process into
18 in a vmstat or iostat manner. The ratio between cache hits and misses gives
  /external/kernel-headers/original/asm-x86/
cache.h 4 /* L1 cache line size */
  /external/linux-tools-perf/util/
environment.c 6 #include "cache.h"
  /external/okhttp/src/main/java/com/squareup/okhttp/
ResponseSource.java 21 /** The response was returned from the local cache. */
22 CACHE,
25 * The response is available in the cache but must be validated with the
26 * network. The cache result will be used if it is still valid; otherwise
  /external/sonivox/docs/
EAS_Library_Integration_Guide.odt 
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/resources/
event-after-navigation-new.html 6 away when the original page is in the page cache.<br><br>
  /external/webkit/LayoutTests/fast/dom/Geolocation/
no-page-cache-expected.txt 1 Tests that pages that use Geolocation are not put in the page cache.
3 Currently, Geolocation does not work with the page cache so pages that use Geolocation are explicitly prevented from entering the cache. This test checks for accidental enabling of the page Cache for Geolocation. See https://bugs.webkit.org/show_bug.cgi?id=43956 for details.
  /external/webkit/LayoutTests/http/tests/appcache/
foreign-fallback-expected.txt 1 Test for bug 44406: Application Cache crash when a fallback document has a manifest URL.
manifest-parsing.html 3 <p>Test application cache manifest parsing.</p>
39 // Load a resource that was in UNKNOWN section - in other words, that is not in cache.
40 if (canLoad("resources/not-in-cache.txt")) {
41 log("Loaded 'not-in-cache.txt'");
origin-delete.html 38 log("clearing cache for origin");
43 log("SUCCESS - cache was made obsolete");
54 <p>This test checks that application cache groups correctly become obsolete after application cache is deletion for a specific origin.
  /external/webkit/LayoutTests/http/tests/appcache/resources/
main-resource-redirect.manifest 0 CACHE MANIFEST
subframe-2.html 8 // Loading should fail, because simple.txt is not in cache manifest.

Completed in 1045 milliseconds

<<11121314151617181920>>