Home
last modified time | relevance | path

Searched refs:enumArrayValue (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/ksp/test-utils/testData/api/
H A DannotatedUtil.kt75 val enumArrayValue: Array<TestEnum> = emptyArray(), constant in com.google.devtools.ksp.processor.ParameterArraysTestAnnotation
142 enumArrayValue = arrayOf(TestEnum.VALUE1, TestEnum.VALUE2, TestEnum.VALUE1, TestEnum.VALUE2),
H A DjavaAnnotatedUtil.kt86 TestEnum[] enumArrayValue() default { };
162 enumArrayValue = {TestEnum.VALUE1, TestEnum.VALUE2, TestEnum.VALUE1, TestEnum.VALUE2}
/aosp_15_r20/external/ow2-asm/asm-test/src/resources/java/jdk5/
H A DAllStructures.java64 enumArrayValue = {AllStructures.EnumClass.VALUE0},
199 EnumClass[] enumArrayValue() default {EnumClass.VALUE1}; in enumArrayValue() method
/aosp_15_r20/external/ow2-asm/asm-test/src/main/resources/jdk5/
H A DAllStructures$InvisibleAnnotation.classAllStructures.java package jdk5 abstract annotation jdk5.AllStructures$InvisibleAnnotation extends java.lang.Object implements ...
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/util/
H A DDebugUtilities.java75 public static int enumArrayValue(int type, int field) { in enumArrayValue() method in DebugUtilities
H A DDebugUtilitiesTest.java36 int enumValue = DebugUtilities.enumArrayValue(j, k); in TestStrings()
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DDebugUtilities.java79 public static int enumArrayValue(int type, int field) { in enumArrayValue() method in DebugUtilities
H A DDebugUtilitiesTest.java39 int enumValue = DebugUtilities.enumArrayValue(j, k); in TestStrings()
/aosp_15_r20/external/ksp/test-utils/src/main/kotlin/com/google/devtools/ksp/processor/
H A DAnnotatedUtilProcessor.kt119 val enumArrayValue: Array<TestEnum> = emptyArray(), in asString() constant in com.google.devtools.ksp.processor.ParameterArraysTestAnnotation
/aosp_15_r20/external/ow2-asm/asm-util/src/test/resources/
H A Djdk5.AllStructures$InvisibleAnnotation.txt102 public abstract enumArrayValue()[Ljdk5/AllStructures$EnumClass;
H A Djdk5.AllStructures.txt12 … classArrayValue={jdk5.AllStructures.class, int.class, int[].class}, enumArrayValue={Ljdk5/AllStru…