Home
last modified time | relevance | path

Searched defs:evg (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/apache-commons-bcel/src/test/java/org/apache/bcel/
H A DElementValueGenTestCase.java50 final SimpleElementValueGen evg = new SimpleElementValueGen( in testCreateIntegerElementValue() local
64 final SimpleElementValueGen evg = new SimpleElementValueGen( in testCreateFloatElementValue() local
78 final SimpleElementValueGen evg = new SimpleElementValueGen( in testCreateDoubleElementValue() local
92 final SimpleElementValueGen evg = new SimpleElementValueGen( in testCreateLongElementValue() local
106 final SimpleElementValueGen evg = new SimpleElementValueGen( in testCreateCharElementValue() local
120 final SimpleElementValueGen evg = new SimpleElementValueGen( in testCreateByteElementValue() local
134 final SimpleElementValueGen evg = new SimpleElementValueGen( in testCreateBooleanElementValue() local
148 final SimpleElementValueGen evg = new SimpleElementValueGen( in testCreateShortElementValue() local
165 final SimpleElementValueGen evg = new SimpleElementValueGen( in testCreateStringElementValue() local
183 final EnumElementValueGen evg = new EnumElementValueGen(enumType, "Red", cp); in testCreateEnumElementValue() local
[all …]
H A DAbstractTestCase.java200 final SimpleElementValueGen evg = new SimpleElementValueGen( in createFruitAnnotationEntry() local
/aosp_15_r20/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
H A DAnnotationGenTestCase.java52 final SimpleElementValueGen evg = new SimpleElementValueGen( in testConstructMutableAnnotation() local
77 final SimpleElementValueGen evg = new SimpleElementValueGen( in testVisibleInvisibleAnnotationGen() local
H A DGeneratingAnnotatedClassesTestCase.java634 final SimpleElementValueGen evg = new SimpleElementValueGen( in createSimpleVisibleAnnotation() local
647 final SimpleElementValueGen evg = new SimpleElementValueGen( in createFruitAnnotation() local
671 final SimpleElementValueGen evg = new SimpleElementValueGen( in createSimpleInvisibleAnnotation() local