/prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.10/ |
library-1.0.10.jar | |
/external/clang/lib/Sema/ |
Sema.cpp | 565 RecordCompleteMap::iterator Cache = MNCComplete.find(RD); 566 if (Cache != MNCComplete.end()) 567 return Cache->second; 607 RecordCompleteMap::iterator Cache = RecordsComplete.find(RD); 608 if (Cache != RecordsComplete.end()) 609 return Cache->second; [all...] |
/prebuilts/go/darwin-x86/src/net/http/ |
response.go | 198 // Pragma: no-cache 200 // Cache-Control: no-cache 202 if hp, ok := header["Pragma"]; ok && len(hp) > 0 && hp[0] == "no-cache" { 203 if _, presentcc := header["Cache-Control"]; !presentcc { 204 header["Cache-Control"] = []string{"no-cache"}
|
/prebuilts/go/linux-x86/src/net/http/ |
response.go | 198 // Pragma: no-cache 200 // Cache-Control: no-cache 202 if hp, ok := header["Pragma"]; ok && len(hp) > 0 && hp[0] == "no-cache" { 203 if _, presentcc := header["Cache-Control"]; !presentcc { 204 header["Cache-Control"] = []string{"no-cache"}
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Sec/Arm/ |
ModuleEntryPoint.asm | 29 //Disable L2 cache
31 bic r0, r0, #0x00000002 // disable L2 cache
34 //Enable Strict alignment checking & Instruction cache
39 orr r0, r0, #0x00001000 /* set bit 12 (I) enable I-Cache */
|
/device/linaro/bootloader/edk2/BeagleBoardPkg/Sec/Arm/ |
ModuleEntryPoint.asm | 29 //Disable L2 cache
31 bic r0, r0, #0x00000002 // disable L2 cache
34 //Enable Strict alignment checking & Instruction cache
39 orr r0, r0, #0x00001000 /* set bit 12 (I) enable I-Cache */
|
/external/clang/lib/AST/ |
Type.cpp | [all...] |
/external/volley/src/main/java/com/android/volley/toolbox/ |
DiskBasedCache.java | 21 import com.android.volley.Cache; 41 * Cache implementation that caches files directly onto the hard disk in the specified 44 public class DiskBasedCache implements Cache { 50 /** Total amount of space currently used by the cache in bytes. */ 53 /** The root directory to use for the cache. */ 56 /** The maximum size of the cache in bytes. */ 62 /** High water mark percentage for the cache */ 65 /** Magic number for current version of cache file format. */ 70 * @param rootDirectory The root directory of the cache. 71 * @param maxCacheSizeInBytes The maximum size of the cache in bytes [all...] |
/prebuilts/go/darwin-x86/src/cmd/doc/ |
dirs.go | 22 paths []string // Cache of known paths.
|
/prebuilts/go/linux-x86/src/cmd/doc/ |
dirs.go | 22 paths []string // Cache of known paths.
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/ |
IsaFloppy.c | 244 FdcDev->Cache = NULL;
503 // Free the cache if one was allocated
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
IdeBus.h | 100 UINT8 *Cache;
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
android_browser_finder.py | 146 @decorators.Cache
|
cros_browser_backend.py | 217 @decorators.Cache
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
tracing_backend.py | 294 @decorators.Cache
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
android_platform_backend.py | 161 description = self._device.GetProp('ro.build.description', cache=True) 305 @decorators.Cache 312 @decorators.Cache 322 @decorators.Cache 333 cache = cache_control.CacheControl(self._device) 334 cache.DropRamCaches() 397 @decorators.Cache
|
cros_platform_backend.py | 114 @decorators.Cache
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/ |
powermetrics_power_monitor.py | 58 @decorators.Cache
|
sysfs_power_monitor.py | 50 @decorators.Cache
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CallEvent.h | [all...] |
/external/javassist/src/main/javassist/ |
CtNewWrappedMethod.java | 156 CtMember.Cache cache = clazz.hasMemberCache(); local 157 if (cache != null) 158 cache.addMethod(new CtMethod(body, clazz));
|
/external/llvm/include/llvm/Analysis/ |
MemoryDependenceAnalysis.h | 198 /// This is an entry in the NonLocalDepInfo cache. 282 /// If the pointer is null, the cache value is not a full query that starts 332 // used when removing instructions to keep the cache coherent. 340 /// Current AA implementation, just a cache. 462 BasicBlock *BB, NonLocalDepInfo *Cache,
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
MemoryDependenceAnalysis.h | 188 /// NonLocalDepEntry - This is an entry in the NonLocalDepInfo cache. For 270 /// block. If the pointer is null, the cache value is not a full query that 316 // used when removing instructions to keep the cache coherent. 324 /// Current AA implementation, just a cache. 428 NonLocalDepInfo *Cache,
|
/external/abi-dumper/ |
abi-dumper.pl | 140 "cache-headers=s" => \$CacheHeaders, 310 -cache-headers DIR 311 Cache headers analysis results to reuse later. 318 my %Cache; 536 if(defined $Cache{"check_Cmd"}{$Cmd}) { 537 return $Cache{"check_Cmd"}{$Cmd}; 542 return ($Cache{"check_Cmd"}{$Cmd} = 1); 548 return ($Cache{"check_Cmd"}{$Cmd} = 1); 551 return ($Cache{"check_Cmd"}{$Cmd} = 0); [all...] |
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
BindingGraph.java | 22 import com.google.common.cache.Cache; 23 import com.google.common.cache.CacheBuilder; 280 final Cache<BindingKey, Boolean> dependsOnLocalMultibindingsCache =
|