/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/ |
D | cache.js | 4 var Cache = module.exports = function Cache() { variable 9 Cache.prototype.put = function Cache_put(key, value) { class
|
/third_party/flatbuffers/java/com/google/flatbuffers/ |
D | Utf8Old.java | 33 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/ |
D | D3D11on12Util.h | 80 using Cache = std::unordered_set<Ref<D3D11on12ResourceCacheEntry>, variable
|
D | SamplerHeapCacheD3D12.h | 98 using Cache = std::unordered_set<SamplerHeapCacheEntry*, variable
|
/third_party/libnl/python/doc/ |
D | core.rst | 60 Cache chapter
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSession.h | 110 SymbolCache Cache; variable
|
D | SymbolCache.h | 36 std::vector<std::unique_ptr<NativeRawSymbol>> Cache; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | CFLAndersAliasAnalysis.h | 85 DenseMap<const Function *, Optional<FunctionInfo>> Cache; variable
|
D | CFLSteensAliasAnalysis.h | 101 DenseMap<Function *, Optional<FunctionInfo>> Cache; variable
|
D | ObjCARCAnalysisUtils.h | 92 DenseMap<const Value *, WeakTrackingVH> &Cache) { in GetUnderlyingObjCPtrCached()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
D | BaseLocale.java | 255 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/ |
D | PtrState.cpp | 177 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/ |
D | BaseLocale.java | 251 private static class Cache extends LocaleObjectCache<Key, BaseLocale> { class in BaseLocale 253 public Cache() { in Cache() method in BaseLocale.Cache
|
/third_party/ninja/src/ |
D | disk_interface.h | 95 typedef map<string, DirCache> Cache; typedef
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPassCache.h | 81 using Cache = variable
|
/third_party/node/deps/npm/docs/content/configuring-npm/ |
D | folders.md | 74 #### Cache subsubsection
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPassCache.h | 95 using Cache = variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 776 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/ |
D | LTO.cpp | 899 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/ |
D | GenderInfo.java | 227 private static class Cache { class in GenderInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugLoc.cpp | 84 DenseMap<const MDNode *, MDNode *> &Cache, in appendInlinedAt() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | GenderInfo.java | 223 private static class Cache { class in GenderInfo
|
/third_party/mesa3d/docs/gallium/ |
D | distro.rst | 152 .. _draw:
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ImmutableList.h | 153 CacheTy Cache; variable
|
/third_party/boost/boost/phoenix/function/ |
D | lazy_list.hpp | 878 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
|