Searched refs:Annotation (Results 1 – 13 of 13) sorted by relevance
/tools/dexter/slicer/export/slicer/ |
D | dex_ir.h | 72 struct Annotation; 146 Annotation* annotation_value; 261 struct Annotation : public Node { struct 272 std::vector<Annotation*> annotations; argument 377 std::vector<own<Annotation>> annotations; 458 void Track(Annotation* p) { PushOwn(annotations, p); } in Track()
|
D | reader.h | 75 ir::Annotation* ExtractAnnotationItem(dex::u4 offset); 82 ir::Annotation* ParseAnnotation(const dex::u1** pptr); 146 std::map<dex::u4, ir::Annotation*> annotations_;
|
D | writer.h | 211 dex::u4 WriteAnnotationItem(const ir::Annotation* ir_annotation);
|
/tools/metalava/ |
D | USAGE.md | 27 - Annotation include, exclude, rewrite, passthrough in stubs (`--include-annotations`, `--exclude-a… 29 - Annotation extraction (`--extract-annotations`, `--include-annotation-classes`, `--rewrite-annota…
|
D | FORMAT.md | 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
|
D | README.md | 95 "@interface" instead of "abstract class extends java.lang.Annotation", sorts 205 Nullness Annotation Coverage Statistics:
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | DocAnalyzerTest.kt | 1785 fun `Annotation annotating self`() { in Annotation annotating self() 1848 fun `Annotation annotating itself indirectly`() { in Annotation annotating itself indirectly()
|
D | ApiFileTest.kt | 1486 fun `Annotation class extraction`() { in Annotation class extraction() 1587 fun `Annotation retention`() { in Annotation retention() 4002 fun `Annotation value visibility`() { in Annotation value visibility()
|
D | ApiFromTextTest.kt | 154 fun `Annotation signatures requiring more complicated token matching`() { in Annotation signatures requiring more complicated token matching()
|
/tools/dexter/slicer/ |
D | dex_ir.cc | 284 [](const Annotation* a, const Annotation* b) { in Normalize()
|
D | reader.cc | 315 ir::Annotation* Reader::ExtractAnnotationItem(dex::u4 offset) { in ExtractAnnotationItem() 562 ir::Annotation* Reader::ParseAnnotation(const dex::u1** pptr) { in ParseAnnotation() 563 auto ir_annotation = dex_ir_->Alloc<ir::Annotation>(); in ParseAnnotation()
|
D | writer.cc | 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()
|
/tools/metalava/src/test/java/com/android/tools/metalava/stub/ |
D | StubsTest.kt | 3212 fun `Annotation default values`() { in <lambda>() 3355 fun `Annotation metadata in stubs`() { in <lambda>() 3817 fun `Annotation nested rewriting`() { in <lambda>()
|