/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/MultiPlatformLib/ |
MultiPlatformLib.h | 69 #include <Ppi/Cache.h>
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/ |
MemoryCallback.c | 38 #include <Ppi/Cache.h>
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ |
page_action.py | 130 @decorators.Cache
|
/external/clang/include/clang/Analysis/Analyses/ |
ThreadSafety.h | 219 void threadSafetyCleanup(BeforeSet *Cache);
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_clock.h | 83 typedef DenseSlabAllocCache Cache;
|
/external/volley/src/test/java/com/android/volley/toolbox/ |
RequestTest.java | 48 assertNotNull(Request.class.getMethod("setCacheEntry", Cache.Entry.class));
|
DiskBasedCacheTest.java | 19 import com.android.volley.Cache; 35 Cache.Entry e = new Cache.Entry();
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
browser_finder.py | 31 @decorators.Cache 129 @decorators.Cache 152 @decorators.Cache
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
mac_platform_backend.py | 116 @decorators.Cache 136 @decorators.Cache 143 @decorators.Cache 182 assert p.returncode == 0, 'Failed to flush system cache'
|
linux_platform_backend.py | 45 @decorators.Cache 52 @decorators.Cache 81 assert p.returncode == 0, 'Failed to flush system cache'
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
ListFormatter.java | 166 return cache.get(locale, style.getName()); 300 private static class Cache { 301 private final ICUCache<String, ListFormatter> cache = field in class:ListFormatter.Cache 306 ListFormatter result = cache.get(key); 309 cache.put(key, result); 327 static Cache cache = new Cache(); field in class:ListFormatter
|
TimeZoneNames.java | 116 private static Cache TZNAMES_CACHE = new Cache(); 483 * TimeZoneNames cache used by {@link TimeZoneNames#getInstance(ULocale)} 485 private static class Cache extends SoftCache<String, TimeZoneNames, ULocale> {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
ListFormatter.java | 168 return cache.get(locale, style.getName()); 306 private static class Cache { 307 private final ICUCache<String, ListFormatter> cache = field in class:ListFormatter.Cache 312 ListFormatter result = cache.get(key); 315 cache.put(key, result); 333 static Cache cache = new Cache(); field in class:ListFormatter
|
TimeZoneNames.java | 133 private static Cache TZNAMES_CACHE = new Cache(); 515 * TimeZoneNames cache used by {@link TimeZoneNames#getInstance(ULocale)} 517 private static class Cache extends SoftCache<String, TimeZoneNames, ULocale> {
|
/external/lzma/C/ |
Ppmd7Enc.c | 15 p->Cache = 0;
23 Byte temp = p->Cache;
30 p->Cache = (Byte)((UInt32)p->Low >> 24);
|
/external/v8/tools/clang/blink_gc_plugin/ |
RecordInfo.h | 122 RecordInfo(clang::CXXRecordDecl* record, RecordCache* cache); 187 for (Cache::iterator it = cache_.begin(); it != cache_.end(); ++it) { 203 typedef std::map<clang::CXXRecordDecl*, RecordInfo> Cache; 204 Cache cache_;
|
/external/volley/src/main/java/com/android/volley/ |
Request.java | 99 * When a request can be retrieved from cache but must be refreshed from 100 * the network, the cache entry will be stored here so that in the event of 101 * a "Not Modified" response, we can be sure it hasn't been evicted from cache. 103 private Cache.Entry mCacheEntry = null; 280 * Returns the cache key for this request. By default, this is the URL. 287 * Annotates this request with an entry retrieved for it from cache. 288 * Used for cache coherency support. 292 public Request<?> setCacheEntry(Cache.Entry entry) { 298 * Returns the annotated cache entry, or null if there isn't one. 300 public Cache.Entry getCacheEntry() [all...] |
/external/volley/src/main/java/com/android/volley/toolbox/ |
BasicNetwork.java | 22 import com.android.volley.Cache; 23 import com.android.volley.Cache.Entry; 102 // Handle cache validation. 113 // have to use the header fields from the cache entry plus 216 private void addCacheHeaders(Map<String, String> headers, Cache.Entry entry) { 217 // If there's no cache entry, we're done.
|
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
PxeBcBoot.c | 68 PXEBC_DHCP_PACKET_CACHE *Cache;
85 Cache = Mode->ProxyOfferReceived ? &Private->ProxyOffer : &Private->DhcpAck;
86 OfferType = Mode->UsingIpv6 ? Cache->Dhcp6.OfferType : Cache->Dhcp4.OfferType;
100 VendorOpt = &Cache->Dhcp4.VendorOpt;
108 Cache->Dhcp4.OptList[PXEBC_DHCP4_TAG_INDEX_BOOTFILE] != NULL) {
276 PXEBC_DHCP_PACKET_CACHE *Cache;
296 Cache = Mode->ProxyOfferReceived ? &Private->ProxyOffer : &Private->DhcpAck;
297 OfferType = Mode->UsingIpv6 ? Cache->Dhcp6.OfferType : Cache->Dhcp4.OfferType; [all...] |
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/ArmV7/ |
ArmV7Support.S | 65 mcr p15, 0, r0, c7, c6, 1 @invalidate single data cache line
69 mcr p15, 0, r0, c7, c10, 1 @clean single data cache line
74 mcr p15, 0, r0, c7, c11, 1 @clean single data cache line to PoU
79 mcr p15, 0, r0, c7, c14, 1 @clean and invalidate single data cache line
98 mcr p15,0,R0,c7,c5,0 @Invalidate entire instruction cache
126 bic r0, r0, #CTRL_C_BIT @ Disable D Cache
127 bic r0, r0, #CTRL_I_BIT @ Disable I Cache
216 mov R3, R3, LSR #23 @ Cache level value (naturally aligned)
222 mov R12, R6, LSR R2 @ bottom 3 bits are the Cache type for this level
225 blt L_Skip @ no cache or only instruction cache at this level [all...] |
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
URICertStore.java | 58 import sun.security.util.Cache; 71 * Currently, the cache is shared between all applications in the VM and uses a 72 * hardcoded policy. The cache has a maximum size of 185 entries, which are held 73 * by SoftReferences. A request will be satisfied from the cache if we last 97 // size of the cache (see Cache class for sizing recommendations) 184 * Returns a URI CertStore. This method consults a cache of 187 private static final Cache<URICertStoreParameters, CertStore> 188 certStoreCache = Cache.newSoftMemoryCache(CACHE_SIZE); 200 debug.println("URICertStore.getInstance: cache hit") [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
Ip6Route.h | 2 EFI IP6 route table and route cache table defintions.
24 /// Max NO. of cache entry per hash bucket
59 // the default routes. A route table also contains a route cache.
66 IP6_ROUTE_CACHE Cache;
71 as the index of the route cache bucket according to the prefix of two IPv6 addresses.
86 Allocate and initialize an IP6 route cache entry.
91 @param[in] Tag The tag from the caller. This marks all the cache entries
94 @return NULL if it failed to allocate memory for the cache. Otherwise, point
95 to the created route cache entry.
107 Free the route cache entry. It is reference counted. [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/ |
cros_power_monitor.py | 31 @decorators.Cache
|
/external/llvm/include/llvm/Analysis/ |
CFLSteensAliasAnalysis.h | 50 /// \brief Inserts the given Function into the cache. 55 /// \brief Ensures that the given function is available in the cache. 56 /// Returns the appropriate entry from the cache. 120 /// in the cache as an Optional without a value. This way, if we 123 DenseMap<Function *, Optional<FunctionInfo>> Cache;
|
/external/llvm/lib/Transforms/Scalar/ |
LoopUnswitch.cpp | 394 DenseMap<Value *, Value *> &Cache) { 395 auto CacheIt = Cache.find(Cond); 396 if (CacheIt != Cache.end()) 413 Cache[Cond] = Cond; 424 FindLIVLoopCondition(BO->getOperand(0), L, Changed, Cache)) { 425 Cache[Cond] = LHS; 429 FindLIVLoopCondition(BO->getOperand(1), L, Changed, Cache)) { 430 Cache[Cond] = RHS; 435 Cache[Cond] = nullptr; 440 DenseMap<Value *, Value *> Cache; [all...] |