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

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp     [all...]
ffvertex_prog.c     [all...]
  /external/clang/include/clang/Sema/
Sema.h 206 void threadSafetyCleanup(BeforeSet* Cache);
234 /// A single-element cache based on the file ID.
238 } Cache;
242 // Check the single-element cache.
243 if (file == Cache.File)
244 return Cache.Nullability;
246 // It's not in the single-element cache; flush the cache if we have one.
247 if (!Cache.File.isInvalid()) {
248 Map[Cache.File] = Cache.Nullability
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 287 // Cache the results.
741 llvm::DIType *&Cache) {
742 if (Cache)
743 return Cache;
744 Cache = DBuilder.createForwardDecl(llvm::dwarf::DW_TAG_structure_type, Name,
747 Cache = DBuilder.createPointerType(Cache, Size);
748 return Cache;
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleidl.h 207 virtual HRESULT WINAPI Cache(FORMATETC *pformatetc,DWORD advf,DWORD *pdwConnection) = 0;
219 HRESULT (WINAPI *Cache)(IOleCache *This,FORMATETC *pformatetc,DWORD advf,DWORD *pdwConnection);
233 #define IOleCache_Cache(This,pformatetc,advf,pdwConnection) (This)->lpVtbl->Cache(This,pformatetc,advf,pdwConnection)
283 HRESULT (WINAPI *Cache)(IOleCache2 *This,FORMATETC *pformatetc,DWORD advf,DWORD *pdwConnection);
299 #define IOleCache2_Cache(This,pformatetc,advf,pdwConnection) (This)->lpVtbl->Cache(This,pformatetc,advf,pdwConnection)
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CacheTest.java 83 private Cache cache; field in class:CacheTest
88 cache = new Cache(new File("/cache/"), Integer.MAX_VALUE, fileSystem);
89 client.setCache(cache);
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.
228 assertEquals(1, cache.getWriteSuccessCount())
    [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 88 private Cache cache; field in class:UrlConnectionCacheTest
93 cache = new Cache(new File("/cache/"), Integer.MAX_VALUE, fileSystem);
94 client.client().setCache(cache);
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());
222 // Make sure that calling skip() doesn't omit bytes from the cache
    [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
coverage_html.js 43 // Cache elements.
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 
  /external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
storage_v1_messages.py 424 cacheControl: Cache-Control directive for the object data.
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
storage_v1_messages.py 412 cacheControl: Cache-Control directive for the object data.
    [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);
  /prebuilts/tools/common/offline-m2/com/android/support/constraint/constraint-layout-solver/1.0.0-alpha4/
constraint-layout-solver-1.0.0-alpha4.jar 
  /development/samples/SupportLeanbackShowcase/libs/
gson-1.7.2.jar 
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_cp.py 491 self.RunGsUtil(['-h', 'Cache-Control:public,max-age=12',
496 self.assertRegexpMatches(stdout, r'Cache-Control\s*:\s*public,max-age=12')
503 self.assertRegexpMatches(stdout, r'Cache-Control\s*:\s*public,max-age=12')
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 273 void reset(InterferenceCache &Cache, unsigned Reg) {
276 Intf.setPhysReg(Cache, Reg);
    [all...]
  /external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
mootools-core-full-nocompat.js     [all...]
  /external/robolectric/v3/
robolectric-3.1-SNAPSHOT.jar 
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 17 package com.google.common.cache;
21 import static com.google.common.cache.CacheBuilder.NULL_TICKER;
22 import static com.google.common.cache.CacheBuilder.UNSET_INT;
34 import com.google.common.cache.AbstractCache.SimpleStatsCounter;
35 import com.google.common.cache.AbstractCache.StatsCounter;
36 import com.google.common.cache.CacheBuilder.NullListener;
37 import com.google.common.cache.CacheBuilder.OneWeigher;
38 import com.google.common.cache.CacheLoader.InvalidCacheLoadException;
39 import com.google.common.cache.CacheLoader.UnsupportedLoadingOperationException;
121 * the cache hit rate to be similar to that of a global LRU algorithm
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 1818 milliseconds

1 2 3 4 5 6 78 91011>>