/external/doclava/src/com/google/doclava/ |
D | Doclava2.java | 41 ClassInfo cl = InfoBuilder.Caches.getClass("android.preference.VolumePreference"); in main() 78 InfoBuilder.Caches.printResolutions(); in main() 83 InfoBuilder.Caches.printResolutions(); in main()
|
D | InfoBuilder.java | 93 Caches.resolve(); in resolve() 102 Caches.printResolutions(); in printStuff() 401 return Caches.obtainPackage(packageName); in buildPackage() 596 cls = Caches.obtainClass(qualifiedClassName); in buildClassName() 866 cl = Caches.obtainClass(qualifiedTypeName); in buildType() 1050 thrownExceptions.add(Caches.obtainClass(exceptionQualifiedName.toString())); in buildMethod() 1490 annotationInstance.setClass(Caches.obtainClass(qualifiedNameBuilder.toString())); in buildAnnotationInstance() 1608 Caches.addResolvableToCache(resolvable); in addFutureResolution() 1681 ClassInfo cl = Caches.obtainClass(imp); in resolveQualifiedName() 1693 PackageInfo pkg = Caches.obtainPackage(packageName); in resolveQualifiedName() [all …]
|
D | AnnotationValueInfo.java | 120 ClassInfo annotation = InfoBuilder.Caches.obtainClass(qualifiedClassName.toString()); in resolveResolutions()
|
D | AnnotationInstanceInfo.java | 117 setClass(InfoBuilder.Caches.obtainClass(qualifiedClassName.toString())); in resolveResolutions()
|
/external/llvm-project/llvm/utils/benchmark/test/ |
D | reporter_output_test.cc | 31 auto const& Caches = benchmark::CPUInfo::Get().caches; in AddContextCases() local 32 if (!Caches.empty()) { in AddContextCases() 35 for (size_t I = 0; I < Caches.size(); ++I) { in AddContextCases() 37 Caches[I].num_sharing != 0 ? " \\(x%int\\)$" : "$"; in AddContextCases()
|
/external/skqp/infra/bots/ |
D | gen_tasks.go | 286 Caches: []*specs.Cache{ 776 t.Caches = append(t.Caches, CACHES_GIT...) 778 t.Caches = append(t.Caches, CACHES_WORKDIR...) 787 t.Caches = append(t.Caches, CACHES_GO...) 795 t.Caches = append(t.Caches, CACHES_DOCKER...) 886 task.Caches = append(task.Caches, &specs.Cache{ 955 task.Caches = append(task.Caches, CACHES_WORKDIR...) 973 task.Caches = append(task.Caches, CACHES_WORKDIR...)
|
/external/llvm-project/libcxx/utils/google-benchmark/test/ |
D | reporter_output_test.cc | 34 auto const& Caches = Info.caches; in AddContextCases() local 35 if (!Caches.empty()) { in AddContextCases() 38 for (size_t I = 0; I < Caches.size(); ++I) { in AddContextCases() 40 Caches[I].num_sharing != 0 ? " \\(x%int\\)$" : "$"; in AddContextCases()
|
/external/libcxx/utils/google-benchmark/test/ |
D | reporter_output_test.cc | 34 auto const& Caches = Info.caches; in AddContextCases() local 35 if (!Caches.empty()) { in AddContextCases() 38 for (size_t I = 0; I < Caches.size(); ++I) { in AddContextCases() 40 Caches[I].num_sharing != 0 ? " \\(x%int\\)$" : "$"; in AddContextCases()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | ConfigProvider.cpp | 111 llvm::SmallVector<FileConfigCache *, 8> Caches; in fromAncestorRelativeYAMLFiles() local 124 Caches.push_back(&It->second); in fromAncestorRelativeYAMLFiles() 130 for (FileConfigCache *Cache : Caches) in fromAncestorRelativeYAMLFiles()
|
D | TidyProvider.cpp | 84 llvm::SmallVector<DotClangTidyCache *, 8> Caches; in apply() local 101 Caches.push_back(&It->second); in apply() 110 for (const DotClangTidyCache *Cache : Caches) in apply()
|
/external/skia/infra/bots/gen_tasks_logic/ |
D | task_builder.go | 48 for _, exist := range b.Spec.Caches { 58 b.Spec.Caches = append(b.Spec.Caches, c)
|
/external/google-benchmark/test/ |
D | reporter_output_test.cc | 33 auto const& Caches = Info.caches; in AddContextCases() local 34 if (!Caches.empty()) { in AddContextCases() 37 for (size_t I = 0; I < Caches.size(); ++I) { in AddContextCases() 39 Caches[I].num_sharing != 0 ? " \\(x%int\\)$" : "$"; in AddContextCases()
|
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
D | EHFrameSupport.cpp | 40 DenseMap<Block *, LinkGraph::SplitBlockCache> Caches; in operator ()() local 45 Caches[B] = LinkGraph::SplitBlockCache::value_type(); in operator ()() 47 Caches[&Sym->getBlock()]->push_back(Sym); in operator ()() 49 llvm::sort(*Caches[B], [](const Symbol *LHS, const Symbol *RHS) { in operator ()() 57 for (auto &KV : Caches) { in operator ()()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | EHFrameSupport.cpp | 38 DenseMap<Block *, LinkGraph::SplitBlockCache> Caches; in operator ()() local 43 Caches[B] = LinkGraph::SplitBlockCache::value_type(); in operator ()() 45 Caches[&Sym->getBlock()]->push_back(Sym); in operator ()() 47 llvm::sort(*Caches[B], [](const Symbol *LHS, const Symbol *RHS) { in operator ()() 55 for (auto &KV : Caches) { in operator ()()
|
/external/llvm-project/libc/benchmarks/ |
D | LibcBenchmark.cpp | 35 H.Caches.push_back(std::move(CI)); in get()
|
D | JSONTest.cpp | 61 Field(&HostState::Caches, Pointwise(EqualsCacheInfo(), H.Caches))); in Equals()
|
D | JSON.cpp | 222 O.map("Caches", Out.Caches); in fromJson() 308 for (const auto &CI : HS.Caches) in Serialize()
|
D | LibcBenchmark.h | 121 std::vector<CacheInfo> Caches; member
|
/external/swiftshader/src/SwiftShader/ |
D | SwiftShader.ini | 13 [Caches] section
|
/external/googletest/ |
D | .gitignore | 21 _ReSharper.Caches/
|
/external/libwebm/build/ |
D | cxx_flags.cmake | 16 # $CMAKE_CXX_FLAGS when the compile test passes. Caches $c_flag in
|
/external/oboe/docs/ |
D | FAQ.md | 26 1) Invalidate the Android Studio cache by going to File->Invalidate Caches / Restart 27 2) Delete the contents of `$HOME/Library/Caches/AndroidStudio<version>`
|
/external/clang/cmake/caches/ |
D | README.txt | 1 CMake Caches
|
/external/llvm-project/clang/cmake/caches/ |
D | README.txt | 1 CMake Caches
|
/external/libaom/libaom/build/cmake/ |
D | compiler_flags.cmake | 49 # Caches $c_flag in $AOM_C_FLAGS or $AOM_FAILED_C_FLAGS depending on test 79 # passes. Caches $cxx_flag in $AOM_CXX_FLAGS or $AOM_FAILED_CXX_FLAGS depending
|