Searched refs:annotation (Results 1 – 25 of 163) sorted by relevance
1234567
129 auto annotation = Alloc<DbgInfoAnnotation>(dex::DBG_SET_FILE); in DissasembleDebugInfo() local130 annotation->offset = 0; in DissasembleDebugInfo()131 annotation->operands.push_back(Alloc<String>( in DissasembleDebugInfo()133 dbg_annotations_.push_back(annotation); in DissasembleDebugInfo()138 auto annotation = Alloc<DbgInfoAnnotation>(dex::DBG_ADVANCE_LINE); in DissasembleDebugInfo() local139 annotation->offset = 0; in DissasembleDebugInfo()140 annotation->operands.push_back(Alloc<LineNumber>(line)); in DissasembleDebugInfo()141 dbg_annotations_.push_back(annotation); in DissasembleDebugInfo()148 DbgInfoAnnotation* annotation = nullptr; in DissasembleDebugInfo() local163 annotation = Alloc<DbgInfoAnnotation>(opcode); in DissasembleDebugInfo()[all …]
16 package androidx.annotation;18 import static java.lang.annotation.ElementType.FIELD;19 import static java.lang.annotation.ElementType.METHOD;20 import static java.lang.annotation.ElementType.PARAMETER;21 import static java.lang.annotation.ElementType.PACKAGE;22 import static java.lang.annotation.ElementType.TYPE_PARAMETER;23 import static java.lang.annotation.ElementType.TYPE_USE;24 import static java.lang.annotation.RetentionPolicy.CLASS;26 import java.lang.annotation.Retention;27 import java.lang.annotation.Target;
16 package androidx.annotation;18 import static java.lang.annotation.ElementType.FIELD;19 import static java.lang.annotation.ElementType.METHOD;20 import static java.lang.annotation.ElementType.PACKAGE;21 import static java.lang.annotation.ElementType.PARAMETER;22 import static java.lang.annotation.ElementType.TYPE_PARAMETER;23 import static java.lang.annotation.ElementType.TYPE_USE;24 import static java.lang.annotation.RetentionPolicy.CLASS;26 import java.lang.annotation.Retention;27 import java.lang.annotation.Target;
16 package androidx.annotation;18 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;19 import static java.lang.annotation.ElementType.CONSTRUCTOR;20 import static java.lang.annotation.ElementType.FIELD;21 import static java.lang.annotation.ElementType.METHOD;22 import static java.lang.annotation.ElementType.PACKAGE;23 import static java.lang.annotation.ElementType.TYPE;24 import static java.lang.annotation.RetentionPolicy.CLASS;26 import java.lang.annotation.Retention;27 import java.lang.annotation.Target;
17 package androidx.annotation;19 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;20 import static java.lang.annotation.ElementType.FIELD;21 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;22 import static java.lang.annotation.ElementType.METHOD;23 import static java.lang.annotation.ElementType.PARAMETER;24 import static java.lang.annotation.RetentionPolicy.CLASS;26 import java.lang.annotation.Retention;27 import java.lang.annotation.Target;
16 package androidx.annotation;18 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;19 import static java.lang.annotation.ElementType.FIELD;20 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;21 import static java.lang.annotation.ElementType.METHOD;22 import static java.lang.annotation.ElementType.PARAMETER;23 import static java.lang.annotation.RetentionPolicy.CLASS;25 import java.lang.annotation.Retention;26 import java.lang.annotation.Target;
16 package androidx.annotation;18 import java.lang.annotation.Retention;19 import java.lang.annotation.Target;21 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;22 import static java.lang.annotation.ElementType.CONSTRUCTOR;23 import static java.lang.annotation.ElementType.FIELD;24 import static java.lang.annotation.ElementType.METHOD;25 import static java.lang.annotation.ElementType.PARAMETER;26 import static java.lang.annotation.RetentionPolicy.CLASS;
16 package androidx.annotation;18 import static java.lang.annotation.ElementType.FIELD;19 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;20 import static java.lang.annotation.ElementType.METHOD;21 import static java.lang.annotation.ElementType.PARAMETER;22 import static java.lang.annotation.RetentionPolicy.CLASS;24 import java.lang.annotation.Retention;25 import java.lang.annotation.Target;
16 package androidx.annotation;18 import static java.lang.annotation.ElementType.CONSTRUCTOR;19 import static java.lang.annotation.ElementType.METHOD;20 import static java.lang.annotation.ElementType.PARAMETER;21 import static java.lang.annotation.ElementType.TYPE;22 import static java.lang.annotation.RetentionPolicy.CLASS;24 import java.lang.annotation.Retention;25 import java.lang.annotation.Target;
16 package androidx.annotation;18 import static java.lang.annotation.ElementType.FIELD;19 import static java.lang.annotation.ElementType.METHOD;20 import static java.lang.annotation.ElementType.PARAMETER;21 import static java.lang.annotation.ElementType.TYPE_USE;22 import static java.lang.annotation.RetentionPolicy.CLASS;24 import java.lang.annotation.Retention;25 import java.lang.annotation.Target;
16 package android.annotation;18 import static java.lang.annotation.ElementType.FIELD;19 import static java.lang.annotation.ElementType.METHOD;20 import static java.lang.annotation.ElementType.PARAMETER;21 import static java.lang.annotation.ElementType.TYPE_USE;22 import static java.lang.annotation.RetentionPolicy.CLASS;24 import java.lang.annotation.Retention;25 import java.lang.annotation.Target;