Home
last modified time | relevance | path

Searched defs:Cache (Results 1 – 25 of 64) sorted by relevance

123

/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/
Dcache.js4 var Cache = module.exports = function Cache() { variable
9 Cache.prototype.put = function Cache_put(key, value) { class
/third_party/flatbuffers/java/com/google/flatbuffers/
DUtf8Old.java33 private static class Cache { class in Utf8Old
39 Cache() { in Cache() method in Utf8Old.Cache
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DD3D11on12Util.h80 using Cache = std::unordered_set<Ref<D3D11on12ResourceCacheEntry>, variable
DSamplerHeapCacheD3D12.h98 using Cache = std::unordered_set<SamplerHeapCacheEntry*, variable
/third_party/libnl/python/doc/
Dcore.rst60 Cache chapter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h110 SymbolCache Cache; variable
DSymbolCache.h36 std::vector<std::unique_ptr<NativeRawSymbol>> Cache; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCFLAndersAliasAnalysis.h85 DenseMap<const Function *, Optional<FunctionInfo>> Cache; variable
DCFLSteensAliasAnalysis.h101 DenseMap<Function *, Optional<FunctionInfo>> Cache; variable
DObjCARCAnalysisUtils.h92 DenseMap<const Value *, WeakTrackingVH> &Cache) { in GetUnderlyingObjCPtrCached()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DBaseLocale.java255 private static class Cache extends LocaleObjectCache<Key, BaseLocale> { class in BaseLocale
257 public Cache() { in Cache() method in BaseLocale.Cache
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DPtrState.cpp177 bool BottomUpPtrState::InitBottomUp(ARCMDKindCache &Cache, Instruction *I) { in InitBottomUp()
351 bool TopDownPtrState::MatchWithRelease(ARCMDKindCache &Cache, in MatchWithRelease()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DBaseLocale.java251 private static class Cache extends LocaleObjectCache<Key, BaseLocale> { class in BaseLocale
253 public Cache() { in Cache() method in BaseLocale.Cache
/third_party/ninja/src/
Ddisk_interface.h95 typedef map<string, DirCache> Cache; typedef
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPassCache.h81 using Cache = variable
/third_party/node/deps/npm/docs/content/configuring-npm/
Dfolders.md74 #### Cache subsubsection
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPassCache.h95 using Cache = variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp776 static void AssertSorted(MemoryDependenceResults::NonLocalDepInfo &Cache, in AssertSorted()
791 NonLocalDepInfo &Cache = CacheP.first; in getNonLocalCallDependency() local
980 BasicBlock *BB, NonLocalDepInfo *Cache, unsigned NumSortedEntries) { in GetNonLocalInfoForBlock()
1048 SortNonLocalDepInfoCache(MemoryDependenceResults::NonLocalDepInfo &Cache, in SortNonLocalDepInfoCache()
1169 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp899 Error LTO::run(AddStreamFn AddStream, NativeObjectCache Cache) { in run()
1056 NativeObjectCache Cache; member in __anon2fa804c90a11::InProcessThinBackend
1068 AddStreamFn AddStream, NativeObjectCache Cache) in InProcessThinBackend()
1081 AddStreamFn AddStream, NativeObjectCache Cache, unsigned Task, in runThinLTOBackendThread()
1165 AddStreamFn AddStream, NativeObjectCache Cache) { in createInProcessThinBackend()
1255 AddStreamFn AddStream, NativeObjectCache Cache) { in createWriteIndexesThinBackend()
1262 Error LTO::runThinLTO(AddStreamFn AddStream, NativeObjectCache Cache, in runThinLTO()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DGenderInfo.java227 private static class Cache { class in GenderInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugLoc.cpp84 DenseMap<const MDNode *, MDNode *> &Cache, in appendInlinedAt() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DGenderInfo.java223 private static class Cache { class in GenderInfo
/third_party/mesa3d/docs/gallium/
Ddistro.rst152 .. _draw:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DImmutableList.h153 CacheTy Cache; variable
/third_party/boost/boost/phoenix/function/
Dlazy_list.hpp878 class Cache : boost::noncopyable { class
948 Cache( CacheEmpty ) : refC(0), fxn(blackhole()), val() {} in Cache() function in boost::phoenix::impl::Cache
949 Cache( const odd_list<T>& x ) : refC(0), fxn(blackhole()), val(x) {} in Cache() function in boost::phoenix::impl::Cache
950 Cache( const T& x, const list<T>& l ) : refC(0),fxn(blackhole()),val(x,l) in Cache() function in boost::phoenix::impl::Cache
953 Cache( const fun0_odd_list_T& f ) in Cache() function in boost::phoenix::impl::Cache
958 Cache( const F& f ) // ()->odd_list in Cache() function in boost::phoenix::impl::Cache
964 Cache( CvtFxn, const F& f ) // ()->list in Cache() function in boost::phoenix::impl::Cache

123