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

<<111213

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
Record.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c 695 * pull an entire cache line at a time for constant offset loads both of
707 /* The QT framework has a bug in their shader program cache, which is built
    [all...]
  /external/syzkaller/vendor/cloud.google.com/go/storage/
storage.go 574 cacheControl: res.Header.Get("Cache-Control"),
702 // CacheControl is the Cache-Control header to be sent in the response
    [all...]
  /external/u-boot/drivers/net/
dwc_eth_qos.c 233 * Warn if the cache-line size is larger than the descriptor size. In such
234 * cases the driver will likely fail because the CPU needs to flush the cache
245 #warning Cache line size is larger than descriptor size
294 * TX and RX descriptors are 16 bytes. This causes problems with the cache
295 * maintenance on CPUs where the cache-line size exceeds the size of these
298 * therefore need to flush the cache-line containing the descriptor, which
299 * will cause all other descriptors in the same cache-line to be flushed
309 * are unlikely to share cache-lines.
    [all...]
  /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/pdfium/xfa/fxfa/parser/
cxfa_node_statics.cpp 357 {0xc9bae94 /* cache */, XFA_Element::Cache},
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
URLConnectionTest.java 111 private Cache cache; field in class:URLConnectionTest
127 if (cache != null) {
128 cache.delete();
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
hibernate3.jar 
hsqldb.jar 
  /external/clang/lib/CodeGen/
CGExpr.cpp 652 // Look the hash up in our cache.
655 llvm::Value *Cache = CGM.CreateRuntimeVariable(HashTable,
662 Builder.CreateAlignedLoad(Builder.CreateInBoundsGEP(Cache, Indices),
665 // If the hash isn't in the cache, call a runtime handler to perform the
667 // type. This will either fill in the cache and return, or produce a
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.13.0.v20180512-1138.jar 
  /external/v8/src/js/
intl.js 492 // Cache these, they don't ever change per service.
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 
  /build/soong/finder/
finder.go 58 // 7. The Finder searches the cache for files matching the user's query (using multiple threads)
68 // children (by reading them from the cache or by having received a response to ReadDir).
78 // Tests indicate that it only takes about 10% as long to search the in-memory cache as to
85 // Update versionString whenever making a backwards-incompatible change to the cache file format
89 // potentially added to the cache
108 // a cacheConfig stores the inputs that determine what should be included in the cache
114 // FilesystemView is set to ensure that a cache file copied to another host or
124 // a cacheMetadata stores version information about the cache
127 // If the version changes, the entire cache file must be regenerated
131 // If the CacheParams change, the Finder can choose how much of the cache file to reus
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 
guava.jar 
  /external/python/apitools/samples/storage_sample/storage_v1/
storage_v1_messages.py 509 cacheControl: Cache-Control directive for the object data.
    [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js 18 cache: true
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /external/v8/tools/
grokdump.py     [all...]

Completed in 983 milliseconds

<<111213