/aosp12/packages/apps/TV/libs/m2/ |
H A D | jsr305-3.0.2.jar | ... /CheckForNull.class
CheckForNull.java
package javax.annotation
public abstract annotation javax.annotation.CheckForNull extends java ... |
/aosp12/packages/apps/TV/libs/ |
H A D | javax.annotation-api-1.2.jar | ... /Generated.class
Generated.java
package javax.annotation
public abstract annotation javax.annotation.Generated extends java |
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | AnnotationValidations.java | 63 public static void validate(Class<IntRange> annotation, IntRange ignored, int value, in validate() 133 public static void validate(Class<Size> annotation, Size ignored, int value, in validate() 139 public static void validate(Class<Size> annotation, Size ignored, int value, in validate() 169 Class<Intent.Flags> annotation, Intent.Flags ignored, int value) { in validate() 175 public static void validate(Class<? extends Annotation> annotation, in validate() 178 public static void validate(Class<? extends Annotation> annotation, in validate() 181 public static void validate(Class<? extends Annotation> annotation, in validate() 183 public static void validate(Class<? extends Annotation> annotation, in validate() 193 public static void validate(Class<? extends Annotation> annotation, in validate() 204 Class<? extends Annotation> annotation, int value, int lastValid) { in validateIntEnum() [all …]
|
/aosp12/system/chre/chpp/api_parser/ |
H A D | chre_api_annotations.json | 16 "annotation": "fixed_value", string 21 "annotation": "enum", string 26 "annotation": "fixed_value", string 31 "annotation": "rewrite_type", string 36 "annotation": "fixed_value", string 41 "annotation": "var_len_array", string 51 "annotation": "enum", string 69 "annotation": "fixed_value", string 79 "annotation": "fixed_value", string 104 "annotation": "fixed_value", string [all …]
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
H A D | ResolverListControllerTest.java | 92 String annotation = "test_annotation"; in reportChooserSelection() local 128 String annotation = "test_annotation"; in topKEqualsToSort() local 155 String annotation, int count) { in initStats() 166 private Intent createSendImageIntent(String annotation) { in createSendImageIntent() 178 UsageStatsManager usm, String packageName, String action, String annotation) { in getCount()
|
/aosp12/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/ |
H A D | InspectablePropertyProcessor.java | 144 final AnnotationMirror annotation = in process() local 176 @NonNull AnnotationMirror annotation) { in buildProperty() 311 @NonNull AnnotationMirror annotation) { in determinePropertyType() 518 @NonNull AnnotationMirror annotation) { in requirePackedIntToBeInt() 623 @NonNull AnnotationMirror annotation) { in processEnumMapping() 672 @NonNull AnnotationMirror annotation) { in processFlagMapping()
|
/aosp12/frameworks/base/tests/testables/src/android/testing/ |
H A D | AndroidTestingRunner.java | 83 private long getTimeout(Test annotation) { in getTimeout() 89 RunWithLooper annotation = method.getAnnotation(RunWithLooper.class); in looperWrap() local 103 RunWithLooper annotation = method.getAnnotation(RunWithLooper.class); in looperWrap() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | AnrHelper.java | 67 void appNotResponding(ProcessRecord anrProcess, String annotation) { in appNotResponding() 75 WindowProcessController parentProcess, boolean aboveSystem, String annotation) { in appNotResponding() 152 WindowProcessController parentProcess, boolean aboveSystem, String annotation) { in AnrRecord()
|
/aosp12/frameworks/libs/net/common/device/com/android/net/module/util/ |
H A D | Struct.java | 150 public final Field annotation; field in Struct.FieldInfo 154 FieldInfo(final Field annotation, final java.lang.reflect.Field field) { in FieldInfo() 161 private static void checkAnnotationType(final Field annotation, final Class fieldType) { in checkAnnotationType() 209 private static int getFieldLength(final Field annotation) { in getFieldLength() 535 final Field annotation = field.getAnnotation(Field.class); in getClassFieldInfo() local
|
/aosp12/art/runtime/dex/ |
H A D | dex_file_annotations.cc | 194 const uint8_t* annotation = annotation_item->annotation_; in SearchAnnotationSet() local 207 const uint8_t* annotation = *annotation_ptr; in SkipAnnotationValue() local 426 const uint8_t* annotation = *annotation_ptr; in ProcessAnnotationValue() local 772 const uint8_t* annotation = annotation_item->annotation_; in GetAnnotationItemFromAnnotationSet() local 807 const uint8_t* annotation = annotation_item->annotation_; in GetAnnotationObjectFromAnnotationSet() local 818 const uint8_t* annotation = in GetAnnotationValue() local 1049 const uint8_t* annotation = in GetAnnotationDefaultValue() local 1530 const uint8_t* annotation = in GetEnclosingClass() local 1589 const uint8_t* annotation = in GetInnerClass() local 1622 const uint8_t* annotation = in GetInnerClassFlags() local [all …]
|
/aosp12/packages/apps/Settings/src/com/android/settings/utils/ |
H A D | AnnotationSpan.java | 108 public LinkInfo(String annotation, View.OnClickListener listener) { in LinkInfo() 114 public LinkInfo(Context context, String annotation, Intent intent) { in LinkInfo()
|
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/ |
H A D | TestApplication.java | 26 public static Annotation annotation = getAnnotationWithEnum(); field in TestApplication
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | WrappedSysUiStatsEvent.java | 61 public Builder addBooleanAnnotation(byte annotation, boolean value) { in addBooleanAnnotation() 111 private void addAnnotation(byte annotation, Object value) { in addAnnotation()
|
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
H A D | AnnotationItem.java | 23 public EncodedAnnotation annotation; field in AnnotationItem
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/rootcomponentgenerator/ |
H A D | MetadataGeneratingStep.java | 79 Class<? extends Annotation> annotation, TypeElement annotatedElement) { in generateMetadataFor()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | AnnotationLinkSpan.java | 86 public LinkInfo(@NonNull String annotation, View.OnClickListener listener) { in LinkInfo()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
H A D | AnrHelperTest.java | 105 final String annotation = "test"; in testHandleAppNotResponding() local
|
H A D | ProcessRecordTests.java | 197 String annotation) { in appNotResponding()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | SysUiStatsEvent.java | 47 public Builder addBooleanAnnotation(byte annotation, boolean value) { in addBooleanAnnotation()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | IActivityController.aidl | 53 int appEarlyNotResponding(String processName, int pid, String annotation); in appEarlyNotResponding()
|
/aosp12/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | Watchable.java | 76 final Watched annotation = f.getAnnotation(Watched.class); in verifyWatchedAttributes() local
|
/aosp12/frameworks/base/tools/xmlpersistence/src/main/kotlin/ |
H A D | Parser.kt | 114 val annotation = classDeclaration.getAnnotationByName("XmlPersistence").getOrNull() regex 145 val annotation = annotations.getByName("XmlName") regex
|
/aosp12/art/test/715-clinit-implicit-parameter-annotations/src/ |
H A D | Main.java | 102 private static String annotationToNormalizedString(Annotation annotation) { in annotationToNormalizedString() 131 Annotation annotation = parameters[i].getDeclaredAnnotation(annotationClass); in DumpConstructorParameterAnnotations() local
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/parsing/library/ |
H A D | OptionalClassRunner.java | 49 OptionalClass annotation = testClass.getAnnotation(OptionalClass.class); in OptionalClassRunner() local
|
/aosp12/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/ |
H A D | UiAutomationShellWrapper.java | 106 public int appEarlyNotResponding(String processName, int pid, String annotation) in appEarlyNotResponding()
|