Home
last modified time | relevance | path

Searched defs:Annotation (Results 1 – 25 of 42) sorted by relevance

12

/external/proguard/src/proguard/classfile/attribute/annotation/
DAnnotation.java32 public class Annotation implements VisitorAccepter class
56 public Annotation() in Annotation() method in Annotation
64 public Annotation(int u2typeIndex, in Annotation() method in Annotation
/external/opencensus-java/api/src/main/java/io/opencensus/trace/
DAnnotation.java33 public abstract class Annotation { class
82 Annotation() {} in Annotation() method in Annotation
/external/junit/src/main/java/org/junit/runners/model/
DTestClass.java63 …protected void scanAnnotatedMembers(Map<Class<? extends Annotation>, List<FrameworkMethod>> method… in scanAnnotatedMembers()
83 Map<Class<? extends Annotation>, List<T>> map) { in addToAnnotationLists()
99 makeDeeplyUnmodifiable(Map<Class<? extends Annotation>, List<T>> source) { in makeDeeplyUnmodifiable()
156 private static <T> List<T> getAnnotatedMembers(Map<Class<? extends Annotation>, List<T>> map, in getAnnotatedMembers()
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DAbstractComponentProcessingStep.java60 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in process()
102 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation); in componentElementValidator()
DMonitoringModuleProcessingStep.java51 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in process()
DProductionComponentProcessingStep.java74 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in componentElementValidator()
DMapKeyProcessingStep.java68 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in process()
DInjectProcessingStep.java77 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in process()
DProducerModuleProcessingStep.java75 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in process()
DComponentProcessingStep.java81 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in componentElementValidator()
DModuleProcessingStep.java74 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in process()
/external/v8/tools/clang/traffic_annotation_extractor/
Dtraffic_annotation_extractor.cpp67 struct Annotation { struct
68 std::string unique_id;
69 std::string text;
75 std::string extra_id;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
DAnnotation.java41 public interface Annotation extends BasicAnnotation, Comparable<Annotation> { interface
/external/google-fruit/include/fruit/
Dmacro.h101 #define ANNOTATED(Annotation, ...) FruitAnnotatedTypedef<Annotation, __VA_ARGS__> argument
/external/tensorflow/tensorflow/java/src/gen/cc/
Djava_defs.h39 class Annotation; variable
186 Annotation(const string& name, const string& package) in Annotation() function
/external/yapf/yapf/yapflib/
Dpytree_utils.py45 class Annotation(object): class
/external/testng/src/main/java/org/testng/internal/annotations/
DJDK15AnnotationFinder.java210 Constructor<?> testConstructor, Method testMethod, Pair<Annotation, ?> p) { in findAnnotation()
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp993 NestedNameSpecifierAnnotation *Annotation in SaveNestedNameSpecifierAnnotation() local
1008 NestedNameSpecifierAnnotation *Annotation in RestoreNestedNameSpecifierAnnotation() local
/external/llvm/lib/Target/Lanai/InstPrinter/
DLanaiInstPrinter.cpp139 StringRef Annotation, in printInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/InstPrinter/
DLanaiInstPrinter.cpp139 StringRef Annotation, in printInst()
/external/llvm/lib/MC/
DMCCodeView.cpp229 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, in compressAnnotation()
/external/protobuf/src/google/protobuf/
Ddescriptor.proto786 message Annotation { message
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto814 message Annotation { message
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.h246 CPVRTString Annotation; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp444 for (auto &Annotation : InlineSite.annotations()) { in visitKnownRecord() local

12