Home
last modified time | relevance | path

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

/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/javassist/src/main/javassist/bytecode/annotation/
DAnnotation.java47 public class Annotation { class
70 public Annotation(int type, ConstPool cp) { in Annotation() method in Annotation
85 public Annotation(String typeName, ConstPool cp) { in Annotation() method in Annotation
98 public Annotation(ConstPool cp, CtClass clazz) 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/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
DAnnotation.java41 public interface Annotation extends BasicAnnotation, Comparable<Annotation> { interface
/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/llvm/lib/MC/
DMCCodeView.cpp229 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, in compressAnnotation()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.h246 CPVRTString Annotation; member
/external/protobuf/src/google/protobuf/
Ddescriptor.proto786 message Annotation { message
Ddescriptor.pb.h3607 typedef GeneratedCodeInfo_Annotation Annotation; typedef
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5154 …public pbc::RepeatedField<global::Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation> A… property in Google.Protobuf.Reflection.GeneratedCodeInfo
5220 internal sealed partial class Annotation : pb::IMessage<Annotation> { class in Google.Protobuf.Reflection.GeneratedCodeInfo.Types
5232 public Annotation() { in Annotation() method in Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation
5238 public Annotation(Annotation other) : this() { in Annotation() method in Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp445 for (auto &Annotation : InlineSite.annotations()) { in visitInlineSiteSym() local
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h177 Annotation, enumerator
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h414 uint32_t Annotation = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() local
/external/clang/tools/c-index-test/
Dc-index-test.c2012 CXString Annotation; in print_completion_result() local