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

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h     [all...]
  /prebuilts/clang/host/linux-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/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h     [all...]
  /prebuilts/clang/host/linux-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/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /bionic/libc/dns/resolv/
res_cache.c 52 /* This code implements a small and *simple* DNS resolver cache.
54 * It is only used to cache DNS answers for a time defined by the smallest TTL
56 * to be a full DNS cache, since we plan to implement that in the future in a
68 * to keep an answer in the cache.
71 * (and should be solved by the later full DNS cache process).
77 * that a full DNS cache is expected to do.
81 * - the client calls _resolv_cache_get() to obtain a handle to the cache.
82 * this will initialize the cache on first usage. the result can be NULL
83 * if the cache is disabled.
92 * answer to the cache
1290 Cache* cache; member in struct:resolv_cache_info
1409 Cache* cache; local
1473 struct resolv_cache* cache; local
1685 Cache* cache; local
1774 Cache* cache = NULL; local
1880 struct resolv_cache* cache = _find_named_cache_locked(netid); local
1911 struct resolv_cache* cache = _find_named_cache_locked(netid); local
    [all...]
  /external/libcxxabi/src/
cxa_demangle.cpp 209 /// has an unexpanded parameter pack below it that may affect this cache.
210 enum class Cache : unsigned char { Yes, No, Unknown, };
214 Cache RHSComponentCache;
218 Cache ArrayCache;
222 Cache FunctionCache;
225 Cache RHSComponentCache_ = Cache::No, Cache ArrayCache_ = Cache::No,
226 Cache FunctionCache_ = Cache::No
    [all...]
  /external/pdfium/third_party/lcms/src/
lcms2_internal.h 956 // 1-pixel cache (16 bits only)
    [all...]
  /frameworks/base/services/core/java/com/android/server/locksettings/
LockSettingsStorage.java 89 private final Cache mCache = new Cache();
261 // Populate cache by reading the password and pattern files.
595 // framework, so only need to purge cache here.
775 * Cache consistency model:
776 * - Writes to storage write directly to the cache, but this MUST happen within the atomic
778 * cache and writes to the backing storage are guaranteed to occur in the same order
780 * - Reads can populate the cache, but because they are no strong ordering guarantees with
782 * - The cache is assigned a version number that increases every time the cache is modified
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Locale.java 568 static private final Cache LOCALECACHE = new Cache();
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /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...]
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.10/
library-1.0.10.jar 

Completed in 1269 milliseconds

1 2 3 4 56 7 8 91011>>