Home
last modified time | relevance | path

Searched defs:enumArrayValue (Results 1 – 6 of 6) sorted by relevance

/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
/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
/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/ksp/test-utils/testData/api/
H A DannotatedUtil.kt75 val enumArrayValue: Array<TestEnum> = emptyArray(), constant in com.google.devtools.ksp.processor.ParameterArraysTestAnnotation
/aosp_15_r20/external/ow2-asm/asm-test/src/resources/java/jdk5/
H A DAllStructures.java199 EnumClass[] enumArrayValue() default {EnumClass.VALUE1}; in enumArrayValue() method
/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