HomeSort by relevance Sort by last modified time
    Searched refs:Cache (Results 251 - 275 of 317) sorted by null

<<111213

  /external/mesa3d/src/mesa/state_tracker/
st_context.c 276 /* free glDrawPixels cache data */
280 /* free glReadPixels cache data */
536 st->bitmap.cache.empty = true;
588 ctx->Cache = pipe->screen->get_disk_shader_cache(pipe->screen);
  /external/pdfium/third_party/lcms/src/
lcms2_internal.h 956 // 1-pixel cache (16 bits only)
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 652 Cache,
  /external/v8/tools/clang/blink_gc_plugin/
RecordInfo.cpp 12 RecordInfo::RecordInfo(CXXRecordDecl* record, RecordCache* cache)
13 : cache_(cache),
228 Cache::iterator it = cache_.find(record);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocGreedy.cpp 196 void reset(InterferenceCache &Cache, unsigned Reg) {
199 Intf.setPhysReg(Cache, Reg);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 326 // Cache the results.
767 llvm::DIType *&Cache) {
768 if (Cache)
769 return Cache;
770 Cache = DBuilder.createForwardDecl(llvm::dwarf::DW_TAG_structure_type, Name,
773 Cache = DBuilder.createPointerType(Cache, Size);
774 return Cache;
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
ffvertex_prog.c     [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CacheTest.java 82 private Cache cache; field in class:CacheTest
87 cache = new Cache(new File("/cache/"), Integer.MAX_VALUE, fileSystem);
88 client.setCache(cache);
95 cache.delete();
116 assertCached(false, 206); //Electing to not cache partial responses
184 Response cached = cache.get(request);
218 // Make sure that calling skip() doesn't omit bytes from the cache
    [all...]
CallTest.java 97 private Cache cache = new Cache(new File("/cache/"), Integer.MAX_VALUE, fileSystem); field in class:CallTest
105 cache.delete();
    [all...]
  /external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
UrlConnectionCacheTest.java 87 private Cache cache; field in class:UrlConnectionCacheTest
92 cache = new Cache(new File("/cache/"), Integer.MAX_VALUE, fileSystem);
93 client.client().setCache(cache);
100 cache.delete();
104 assertSame(cache, client.client().getCache());
125 assertCached(false, 206); //Electing to not cache partial responses
188 Response cached = cache.get(new Request.Builder().url(url).build())
    [all...]
  /external/python/google-api-python-client/tests/
test_discovery.py 60 from googleapiclient.discovery_cache.base import Cache
567 # Make sure the contents are returned from the cache.
583 class DictCache(Cache):
596 cache = mock.Mock(wraps=DictCache())
598 return_value=cache):
603 # cache.get is called once
605 cache.get.assert_called_once_with(url)
607 # cache.set is called once
610 cache.set.assert_called_once_with(url, content)
612 # Make sure there is a cache entry for the plus v1 discovery doc
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
PlatformEarlyInit.h 79 #include <Ppi/Cache.h>
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator.cc 132 explicit QuarantineCallback(AllocatorCache *cache)
133 : cache_(cache) {
174 typedef AsanQuarantine::Cache QuarantineCache;
196 // static THREADLOCAL AllocatorCache cache;
366 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); local
368 allocator.Allocate(cache, needed_size, 8, false, check_rss_limit);
371 AllocatorCache *cache = &fallback_allocator_cache; local
373 allocator.Allocate(cache, needed_size, 8, false, check_rss_limit);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
CloneFunction.cpp 44 DenseMap<const MDNode *, MDNode *> Cache;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 209 void threadSafetyCleanup(BeforeSet* Cache);
237 /// A single-element cache based on the file ID.
241 } Cache;
245 // Check the single-element cache.
246 if (file == Cache.File)
247 return Cache.Nullability;
249 // It's not in the single-element cache; flush the cache if we have one.
250 if (!Cache.File.isInvalid()) {
251 Map[Cache.File] = Cache.Nullability
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolution.cpp 548 /// have seen unequal values, there is no need to track them in the cache.
    [all...]
  /external/u-boot/doc/
README.x86 58 (0x01920000) Board specific Cache-As-RAM (CAR) address
59 (0x4000) Board specific Cache-As-RAM (CAR) size
62 to point to a new board. You can also change the Cache-As-RAM (CAR) related
325 6f0000 MRC cache CONFIG_ENABLE_MRC_CACHE
571 tell the CPU whether memory is cacheable and if so the cache write
796 [ 4.387452] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
Variable.c 36 /// Define a memory cache that improves the search performance for a variable.
41 /// Memory cache of Fv Header.
158 A read that hits in the cache will have Read and Cache true for
168 @param[in] Cache TRUE for a cache hit.
179 IN BOOLEAN Cache
219 if (Cache) {
837 // Update the data in NV cache.
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.asm 40 ; CR0 cache control bit definition
142 ; Protected mode portion initializes stack, configures cache, and calls C entry point
245 ; (1) Disable Cache
261 ; Ensure cache is disabled.
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
Variable.c 38 // Other common variables are only accessed a single time. This is why this cache algorithm
40 // a Cache you would need a cache that improves the search performance for a variable.
693 A read that hits in the cache will have Read and Cache true for
703 @param[in] Cache TRUE for a cache hit.
714 IN BOOLEAN Cache
762 if (Cache) {
790 Updates variable in cache.
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 275 void reset(InterferenceCache &Cache, unsigned Reg) {
278 Intf.setPhysReg(Cache, Reg);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegAllocGreedy.cpp 370 void reset(InterferenceCache &Cache, unsigned Reg) {
373 Intf.setPhysReg(Cache, Reg);
    [all...]

Completed in 1378 milliseconds

<<111213