Home
last modified time | relevance | path

Searched refs:Annotation (Results 1 – 13 of 13) sorted by relevance

/tools/dexter/slicer/export/slicer/
Ddex_ir.h72 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()
Dreader.h75 ir::Annotation* ExtractAnnotationItem(dex::u4 offset);
82 ir::Annotation* ParseAnnotation(const dex::u1** pptr);
146 std::map<dex::u4, ir::Annotation*> annotations_;
Dwriter.h211 dex::u4 WriteAnnotationItem(const ir::Annotation* ir_annotation);
/tools/metalava/
DUSAGE.md27 - Annotation include, exclude, rewrite, passthrough in stubs (`--include-annotations`, `--exclude-a…
29 - Annotation extraction (`--extract-annotations`, `--include-annotation-classes`, `--rewrite-annota…
DFORMAT.md155 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
DREADME.md95 "@interface" instead of "abstract class extends java.lang.Annotation", sorts
205 Nullness Annotation Coverage Statistics:
/tools/metalava/src/test/java/com/android/tools/metalava/
DDocAnalyzerTest.kt1785 fun `Annotation annotating self`() { in Annotation annotating self()
1848 fun `Annotation annotating itself indirectly`() { in Annotation annotating itself indirectly()
DApiFileTest.kt1486 fun `Annotation class extraction`() { in Annotation class extraction()
1587 fun `Annotation retention`() { in Annotation retention()
4002 fun `Annotation value visibility`() { in Annotation value visibility()
DApiFromTextTest.kt154 fun `Annotation signatures requiring more complicated token matching`() { in Annotation signatures requiring more complicated token matching()
/tools/dexter/slicer/
Ddex_ir.cc284 [](const Annotation* a, const Annotation* b) { in Normalize()
Dreader.cc315 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()
Dwriter.cc98 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/
DStubsTest.kt3212 fun `Annotation default values`() { in <lambda>()
3355 fun `Annotation metadata in stubs`() { in <lambda>()
3817 fun `Annotation nested rewriting`() { in <lambda>()