HomeSort by relevance Sort by last modified time
    Searched defs:Cache (Results 101 - 125 of 385) sorted by null

1 2 3 45 6 7 8 91011>>

  /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/ADT/
ImmutableSet.h 349 factory->Cache[factory->maskCacheIndex(computeDigest())] = next;
372 CacheTy Cache;
616 TreeTy *&entry = Cache[maskCacheIndex(digest)];
    [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/lib/Analysis/
MemoryDependenceAnalysis.cpp 444 // Create a numbered basic block to lazily compute and cache instruction
735 /// This method is used when -debug is specified to verify that cache arrays
737 static void AssertSorted(MemoryDependenceResults::NonLocalDepInfo &Cache,
740 Count = Cache.size();
741 assert(std::is_sorted(Cache.begin(), Cache.begin() + Count) &&
742 "Cache isn't sorted!");
752 NonLocalDepInfo &Cache = CacheP.first;
759 if (!Cache.empty()) {
760 // Okay, we have a cache entry. If we know it is not dirty, just return i
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 394 DenseMap<Value *, Value *> &Cache) {
395 auto CacheIt = Cache.find(Cond);
396 if (CacheIt != Cache.end())
413 Cache[Cond] = Cond;
424 FindLIVLoopCondition(BO->getOperand(0), L, Changed, Cache)) {
425 Cache[Cond] = LHS;
429 FindLIVLoopCondition(BO->getOperand(1), L, Changed, Cache)) {
430 Cache[Cond] = RHS;
435 Cache[Cond] = nullptr;
440 DenseMap<Value *, Value *> Cache;
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Cache.java 53 * <h3>Cache Optimization</h3>
54 * To measure cache effectiveness, this class tracks three statistics:
57 * requests issued since this cache was created.
61 * responses were served by the cache.
64 * Sometimes a request will result in a conditional cache hit. If the cache contains a stale copy of
69 * <p>The best way to improve the cache hit rate is by configuring the web server to return
71 * href="http://tools.ietf.org/html/rfc7234">HTTP/1.1 (RFC 7234)</a> cache headers, it doesn't cache
76 * the cache, and fetch data directly from the server. To force a full refresh, add the {@cod
158 private final DiskLruCache cache; field in class:Cache
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ImmutableSet.h 349 factory->Cache[computeDigest()] = next;
372 CacheTy Cache;
613 TreeTy *&entry = Cache[digest];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 355 factory->Cache[factory->maskCacheIndex(computeDigest())] = next;
378 CacheTy Cache;
621 TreeTy *&entry = Cache[maskCacheIndex(digest)];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h 496 /// This is a cache to record whether a SCEV contains any scAddRecExpr.
531 /// This is a cache of the values we have analyzed so far.
710 /// Cache the backedge-taken count of the loops for this function as they
714 /// Cache the predicated backedge-taken count of the loops for this
748 /// Cache for \c getLoopProperties.
786 DenseMap<const SCEV *, ConstantRange> &Cache =
789 auto Pair = Cache.insert({S, CR});
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
ScalarEvolution.h 496 /// This is a cache to record whether a SCEV contains any scAddRecExpr.
531 /// This is a cache of the values we have analyzed so far.
701 /// Cache the backedge-taken count of the loops for this function as they
705 /// Cache the predicated backedge-taken count of the loops for this
739 /// Cache for \c getLoopProperties.
777 DenseMap<const SCEV *, ConstantRange> &Cache =
780 auto Pair = Cache.try_emplace(S, std::move(CR));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
ScalarEvolution.h 496 /// This is a cache to record whether a SCEV contains any scAddRecExpr.
531 /// This is a cache of the values we have analyzed so far.
701 /// Cache the backedge-taken count of the loops for this function as they
705 /// Cache the predicated backedge-taken count of the loops for this
739 /// Cache for \c getLoopProperties.
777 DenseMap<const SCEV *, ConstantRange> &Cache =
780 auto Pair = Cache.try_emplace(S, std::move(CR));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 355 factory->Cache[factory->maskCacheIndex(computeDigest())] = next;
378 CacheTy Cache;
621 TreeTy *&entry = Cache[maskCacheIndex(digest)];
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h 496 /// This is a cache to record whether a SCEV contains any scAddRecExpr.
531 /// This is a cache of the values we have analyzed so far.
710 /// Cache the backedge-taken count of the loops for this function as they
714 /// Cache the predicated backedge-taken count of the loops for this
748 /// Cache for \c getLoopProperties.
786 DenseMap<const SCEV *, ConstantRange> &Cache =
789 auto Pair = Cache.insert({S, CR});
    [all...]

Completed in 2608 milliseconds

1 2 3 45 6 7 8 91011>>