Searched refs:Annotation (Results 1 – 21 of 21) sorted by relevance
21 import java.lang.annotation.Annotation;36 private Annotation[] mAnnotations;50 mAnnotations = new Annotation[0]; in TestDescription()68 public TestDescription(String className, String testName, Annotation... annotations) { in TestDescription()80 public TestDescription(String className, String testName, Collection<Annotation> annotations) { in TestDescription()81 this(className, testName, annotations.toArray(new Annotation[annotations.size()])); in TestDescription()88 public <T extends Annotation> T getAnnotation(Class<T> annotationType) { in getAnnotation()89 for (Annotation each : mAnnotations) { in getAnnotation()98 public Collection<Annotation> getAnnotations() { in getAnnotations()
28 import java.lang.annotation.Annotation;36 public static class TestAnnotation implements Annotation {38 public Class<? extends Annotation> annotationType() { in annotationType()44 public static class TestAnnotation2 implements Annotation {46 public Class<? extends Annotation> annotationType() { in annotationType()
21 import java.lang.annotation.Annotation;77 Collection<Annotation> annotations = desc.getAnnotations(); in checkAnnotations()95 private boolean checkIncludeAnnotations(Collection<Annotation> annotationsList) { in checkIncludeAnnotations()99 for (Annotation a : annotationsList) { in checkIncludeAnnotations()112 private boolean checkExcludeAnnotations(Collection<Annotation> annotationsList) { in checkExcludeAnnotations()114 for (Annotation a : annotationsList) { in checkExcludeAnnotations()
21 import java.lang.annotation.Annotation;173 private boolean shouldTestRun(Collection<Annotation> annotationsList) { in shouldTestRun()180 private boolean isExcluded(Collection<Annotation> annotationsList) { in isExcluded()182 for (Annotation a : annotationsList) { in isExcluded()192 private boolean isIncluded(Collection<Annotation> annotationsList) { in isIncluded()196 for (Annotation a : annotationsList) { in isIncluded()
29 import java.lang.annotation.Annotation;135 Annotation[] annotations = new Annotation[0]; in getTestId()
49 import java.lang.annotation.Annotation;263 public static class MetricAnnotation implements Annotation {272 public Class<? extends Annotation> annotationType() { in annotationType()323 public static class LogAnnotation implements Annotation {332 public Class<? extends Annotation> annotationType() { in annotationType()
67 import java.lang.annotation.Annotation;746 for (Annotation a : description.getAnnotations()) { in findIgnoredClass()
72 struct Annotation;146 Annotation* annotation_value;261 struct Annotation : public Node { struct272 std::vector<Annotation*> annotations; argument377 std::vector<own<Annotation>> annotations;458 void Track(Annotation* p) { PushOwn(annotations, p); } in Track()
75 ir::Annotation* ExtractAnnotationItem(dex::u4 offset);82 ir::Annotation* ParseAnnotation(const dex::u1** pptr);146 std::map<dex::u4, ir::Annotation*> annotations_;
211 dex::u4 WriteAnnotationItem(const ir::Annotation* ir_annotation);
32 import java.lang.annotation.Annotation;101 for (Annotation a : child.getAnnotations()) { in testFinished()
6 // Instrumentation Test with Annotation Filter/PushFilePreparer/
285 [](const Annotation* a, const Annotation* b) { in Normalize()
314 ir::Annotation* Reader::ExtractAnnotationItem(dex::u4 offset) { in ExtractAnnotationItem()561 ir::Annotation* Reader::ParseAnnotation(const dex::u1** pptr) { in ParseAnnotation()562 auto ir_annotation = dex_ir_->Alloc<ir::Annotation>(); in ParseAnnotation()
98 static void WriteAnnotation(const ir::Annotation* ir_annotation, Section& data);200 static void WriteAnnotation(const ir::Annotation* ir_annotation, Section& data) { in WriteAnnotation()646 dex::u4 Writer::WriteAnnotationItem(const ir::Annotation* ir_annotation) { in WriteAnnotationItem()
1708 fun `Annotation annotating self`() { in Annotation annotating self()1858 fun `Annotation annotating itself indirectly`() { in Annotation annotating itself indirectly()
158 fun `Annotation signatures requiring more complicated token matching`() { in Annotation signatures requiring more complicated token matching()
155 referred to as classes that extend java.lang.Enum, or java.lang.Annotation etc.163 public abstract class SuppressLint implements java.lang.annotation.Annotation { ... }225 …ublic static abstract class ViewDebug.ExportedProperty implements java.lang.annotation.Annotation {427 ### Annotation Simple Names
94 "@interface" instead of "abstract class extends java.lang.Annotation", sorts204 Nullness Annotation Coverage Statistics:
51 import java.lang.annotation.Annotation;375 public Class<? extends Annotation> annotationType() { in annotationType()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...