/external/apache-http/src/org/apache/commons/logging/impl/ |
D | WeakHashtable.java | 146 Referenced referenced = new Referenced(key); in containsKey() 167 Referenced referencedKey = (Referenced) entry.getKey(); in entrySet() 183 Referenced referenceKey = new Referenced(key); in get() 198 Referenced nextReference = (Referenced) enumer.nextElement(); in keys() 213 Referenced referenceKey = (Referenced) it.next(); 246 Referenced keyRef = new Referenced(key, queue); 285 return super.remove(new Referenced(key)); 395 private final static class Referenced { 404 private Referenced(Object referant) { 415 private Referenced(Object key, ReferenceQueue queue) { [all …]
|
/external/perfetto/src/profiling/memory/test/data/ |
D | cat_smaps | 11 Referenced: 8 kB 33 Referenced: 8 kB 55 Referenced: 8 kB
|
D | cat_smaps_noeol | 11 Referenced: 8 kB 33 Referenced: 8 kB 55 Referenced: 8 kB
|
/external/icu/android_icu4j/ |
D | Android.bp | 243 // Referenced implicitly from i18n.module.intra.core.api. 251 // Referenced implicitly from i18n.module.intra.core.api. 259 // Referenced implicitly from i18n.module.intra.core.api. 267 // Referenced implicitly from legacy.i18n.module.platform.api. 275 // Referenced implicitly from legacy.i18n.module.platform.api. 283 // Referenced implicitly from legacy.i18n.module.platform.api. 291 // Referenced implicitly from stable.i18n.module.platform.api. 299 // Referenced implicitly from stable.i18n.module.platform.api. 307 // Referenced implicitly from stable.i18n.module.platform.api.
|
/external/llvm-project/lld/test/ELF/ |
D | merge-sym-gc.s | 11 a2: ## Referenced. 17 c1: ## Referenced.
|
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
D | Object.cpp | 61 Sym.Referenced = false; in markSymbols() 68 It->second->Referenced = true; in markSymbols()
|
D | COFFObjcopy.cpp | 190 if (Sym.Referenced) in handleArgs() 198 if (!Sym.Referenced) { in handleArgs()
|
D | Object.h | 92 bool Referenced; member
|
/external/conscrypt/ |
D | Android.bp | 293 // Referenced implicitly from conscrypt.module.platform.api. 301 // Referenced implicitly from conscrypt.module.platform.api. 309 // Referenced implicitly from conscrypt.module.platform.api. 404 // Referenced implicitly from conscrypt.module.intra.core.api. 412 // Referenced implicitly from conscrypt.module.intra.core.api. 420 // Referenced implicitly from conscrypt.module.intra.core.api.
|
/external/clang/include/clang/AST/ |
D | DeclBase.h | 280 unsigned Referenced : 1; variable 337 HasAttrs(false), Implicit(false), Used(false), Referenced(false), in Decl() 347 HasAttrs(false), Implicit(false), Used(false), Referenced(false), in Decl() 543 bool isThisDeclarationReferenced() const { return Referenced; } in isThisDeclarationReferenced() 545 void setReferenced(bool R = true) { Referenced = R; }
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclBase.h | 305 unsigned Referenced : 1; variable 383 Implicit(false), Used(false), Referenced(false), in Decl() 392 Used(false), Referenced(false), TopLevelDeclInObjCContainer(false), in Decl() 591 bool isThisDeclarationReferenced() const { return Referenced; } in isThisDeclarationReferenced() 593 void setReferenced(bool R = true) { Referenced = R; }
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | saved_object_graph.proto | 32 // Referenced from SavedBareConcreteFunction and SavedFunction. 105 // Stores low-level information about a concrete function. Referenced in either
|
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
D | Object.h | 112 bool Referenced = false; member
|
D | MachOObjcopy.cpp | 84 (*ISE.Symbol)->Referenced = true; in markSymbols() 95 if (N->Referenced) in updateAndRemoveSymbols()
|
/external/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
D | remove_unused_instruction_test.cpp | 226 TEST(RemoveUnusedInstructionReductionPassTest, Referenced) { in TEST() argument
|
/external/deqp-deps/SPIRV-Tools/test/reduce/ |
D | remove_unused_instruction_test.cpp | 226 TEST(RemoveUnusedInstructionReductionPassTest, Referenced) { in TEST() argument
|
/external/llvm-project/clang/tools/c-index-test/ |
D | c-index-test.c | 772 CXCursor Referenced; in PrintCursor() local 795 Referenced = clang_getCursorReferenced(Cursor); in PrintCursor() 796 if (!clang_equalCursors(Referenced, clang_getNullCursor())) { in PrintCursor() 797 if (clang_getCursorKind(Referenced) == CXCursor_OverloadedDeclRef) { in PrintCursor() 798 unsigned I, N = clang_getNumOverloadedDecls(Referenced); in PrintCursor() 801 CXCursor Ovl = clang_getOverloadedDecl(Referenced, I); in PrintCursor() 812 CXSourceLocation Loc = clang_getCursorLocation(Referenced); in PrintCursor() 817 if (clang_getCursorKind(Referenced) == CXCursor_TypedefDecl) { in PrintCursor() 818 CXType T = clang_getCursorType(Referenced); in PrintCursor() 820 CXType Underlying = clang_getTypedefDeclUnderlyingType(Referenced); in PrintCursor()
|
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
D | ELFObjcopy.cpp | 355 return !Sym.Referenced && in isUnneededSymbol() 445 if (!Config.OnlySection.empty() && !Sym.Referenced && in updateAndRemoveSymbols()
|
D | Object.h | 635 bool Referenced = false; member
|
D | Object.cpp | 1012 Reloc.RelocSymbol->Referenced = true; in markSymbols() 1101 Sym->Referenced = true; in markSymbols()
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 668 CXCursor Referenced; in PrintCursor() local 692 Referenced = clang_getCursorReferenced(Cursor); in PrintCursor() 693 if (!clang_equalCursors(Referenced, clang_getNullCursor())) { in PrintCursor() 694 if (clang_getCursorKind(Referenced) == CXCursor_OverloadedDeclRef) { in PrintCursor() 695 unsigned I, N = clang_getNumOverloadedDecls(Referenced); in PrintCursor() 698 CXCursor Ovl = clang_getOverloadedDecl(Referenced, I); in PrintCursor() 709 CXSourceLocation Loc = clang_getCursorLocation(Referenced); in PrintCursor()
|
/external/tensorflow/tensorflow/lite/schema/ |
D | schema_v3.fbs | 296 // Table of raw data buffers (used for constant tensors). Referenced by tensors
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 370 if (Referenced) in isReferenced() 375 if (I->Referenced) in isReferenced()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclBase.cpp | 469 if (Referenced) in isReferenced() 474 if (I->Referenced) in isReferenced()
|
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 8318 Decl *Referenced = nullptr; in CheckTypenameType() local 8368 Referenced = Result.getFoundDecl(); in CheckTypenameType() 8373 Referenced = *Result.begin(); in CheckTypenameType() 8385 if (Referenced) in CheckTypenameType() 8386 Diag(Referenced->getLocation(), diag::note_typename_refers_here) in CheckTypenameType()
|