HomeSort by relevance Sort by last modified time
    Searched refs:Cache (Results 201 - 225 of 432) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/support/samples/SupportLeanbackShowcase/libs/
picasso-2.5.2.jar 
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.18/
library-1.0.18.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/picasso/picasso/2.5.2/
picasso-2.5.2.jar 
  /external/ImageMagick/scripts/
format_c_api_docs 32 'cache.c',
33 'cache-view.c',
101 'cache', 'Get or Set Image Pixels',
102 'cache_view', 'Working with Cache Views',
131 Cache => 'types.html#Cache',
  /external/chromium-trace/catapult/telemetry/telemetry/
benchmark_runner.py 256 @decorators.Cache
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
devtools_client_backend.py 201 @decorators.Cache
inspector_backend.py 136 @decorators.Cache
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
browser.py 54 logging.warning('Flush system cache is not supported. ' +
55 'Did not flush system cache.')
106 @decorators.Cache
  /external/guava/guava/src/com/google/common/cache/
CacheBuilder.java 17 package com.google.common.cache;
32 import com.google.common.cache.AbstractCache.SimpleStatsCounter;
33 import com.google.common.cache.AbstractCache.StatsCounter;
34 import com.google.common.cache.LocalCache.Strength;
47 * <p>A builder of {@link LoadingCache} and {@link Cache} instances having any combination of the
51 * <li>automatic loading of entries into the cache
58 * <li>accumulation of cache access statistics
62 * cache instances created by {@code CacheBuilder} will not perform any type of eviction.
91 * <p>The returned cache is implemented as a hash table with similar performance characteristics to
93 * {@link Cache} interfaces. The {@code asMap} view (and its collection views) have <i>weakl
    [all...]
  /external/libnl/python/netlink/route/
address.py 22 class AddressCache(netlink.Cache):
23 """Cache containing network addresses"""
25 def __init__(self, cache=None):
26 if not cache:
27 cache = self._alloc_cache_name('route/addr')
30 self._nl_cache = cache
53 def _new_cache(cache):
54 return AddressCache(cache=cache)
link.py 17 cache = link.LinkCache() # create new empty link cache
18 cache.refill(sock) # fill cache with all configured links
19 eth0 = cache['eth0'] # lookup link "eth0"
27 - LinkCache -- Derived from netlink.Cache, holds any number of
112 class LinkCache(netlink.Cache):
113 """Cache of network links"""
115 def __init__(self, family=socket.AF_UNSPEC, cache=None):
116 if not cache
    [all...]
  /external/pdfium/xfa/fxfa/parser/
xfa_basic_data_element_properties.cpp 167 {XFA_Element::Cache, 1, 0},
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
EmuVariable.c 281 A read that hits in the cache will have Read and Cache true for
291 @param[in] Cache TRUE for a cache hit.
302 IN BOOLEAN Cache
344 if (Cache) {
    [all...]
  /external/libnl/python/netlink/
core.py 16 base class for all object types which can be put into a Cache
17 - Cache -- A collection of objects which are derived from the base
44 'Cache',
429 def __init__(self, cache, obj):
430 self._cache = cache
483 class Cache(object):
486 if self.__class__ is Cache:
525 def _new_cache(self, cache):
529 """Return new cache containing subset of cache
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 493 /// This is a cache to record whether a SCEV contains any scAddRecExpr.
509 /// This is a cache of the values we have analyzed so far.
759 /// Cache the backedge-taken count of the loops for this function as they
763 /// Cache the predicated backedge-taken count of the loops for this
784 /// Cache for \c loopHasNoAbnormalExits.
818 DenseMap<const SCEV *, ConstantRange> &Cache =
821 auto Pair = Cache.insert({S, CR});
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-bookII.s 5 # Cache management instruction
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LazyValueInfo.cpp 292 /// LVIValueHandle - A callback value handle update the cache when
353 /// LazyValueInfoCache - This is the cache kept by LazyValueInfo which
367 /// for cache updating.
430 /// threadEdge - This is the update interface to inform the cache that an
435 /// eraseBlock - This is part of the update interface to inform the cache
439 /// clear - Empty the cache.
515 ValueCacheEntryTy &Cache = lookup(Val);
516 LVILatticeVal &BBLV = Cache[BB];
521 // cache needs updating, i.e. if we have solve a new value or not.
529 // OverDefinedCahce. The cache will have been properly updated
    [all...]
  /external/webrtc/webrtc/tools/rtcbot/
botmanager.js 88 // TODO(andresp): Cache browserify result for future serves.
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Nd.c 43 @param[out] NeighborCount The number of returned neighbor cache entries.
485 Allocate and initialize an IP6 neighbor cache entry.
494 @return NULL if failed to allocate memory for the neighbor cache entry.
495 Otherwise, point to the created neighbor cache entry.
550 Search a IP6 neighbor cache entry.
555 @return NULL if it failed to find the matching neighbor cache entry.
556 Otherwise, point to the found neighbor cache entry.
586 Free a IP6 neighbor cache entry and remove all the frames on the address
591 @param[in] NeighborCache The to be free neighbor cache entry.
593 @param[in] FullFree If TRUE, remove the neighbor cache entry.
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
resolver.py 160 class Cache(object):
161 """Simple DNS answer cache.
168 @ivar next_cleaning: The time the cache should next be cleaned (in seconds
174 """Initialize a DNS cache.
186 """Clean the cache if it's time to do so."""
215 """Associate key and value in the cache.
227 """Flush the cache.
230 the entire cache is flushed.
277 @ivar cache: The cache to use. The default is None
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 76 /// Cache of previously constructed Types.
90 /// Cache of previously constructed interfaces which may change.
93 /// Cache of references to clang modules and precompiled headers.
99 /// Cache of forward declared types to RAUW at the end of
103 /// Cache of replaceable forward declarations (functions and
123 /// Cache declarations relevant to DW_TAG_imported_declarations (C++
177 /// Get the type from the cache or return null type if it doesn't
197 llvm::DIType *getOrCreateStructPtrType(StringRef Name, llvm::DIType *&Cache);
423 /// Get the type from the cache or create a new type if necessary.
435 /// Get the type from the cache or create a new partial type i
    [all...]
  /external/guice/extensions/persist/lib/
oro-2.0.8.jar 
  /external/pdfium/third_party/lcms2-2.6/src/
lcms2_internal.h 941 // 1-pixel cache (16 bits only)
957 // Formatters, cannot be embedded into LUT because cache
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 651 Cache,

Completed in 469 milliseconds

1 2 3 4 5 6 7 891011>>