Home
last modified time | relevance | path

Searched refs:evg (Results 1 – 5 of 5) sorted by relevance

/external/apache-commons-bcel/src/test/java/org/apache/bcel/
DElementValueGenTestCase.java50 final SimpleElementValueGen evg = new SimpleElementValueGen( in testCreateIntegerElementValue() local
55 + evg.getIndex() + "!=" + cp.lookupInteger(555), in testCreateIntegerElementValue()
56 evg.getIndex() == cp.lookupInteger(555)); in testCreateIntegerElementValue()
57 checkSerialize(evg, cp); in testCreateIntegerElementValue()
64 final SimpleElementValueGen evg = new SimpleElementValueGen( in testCreateFloatElementValue() local
69 + evg.getIndex() + "!=" + cp.lookupFloat(111.222f), evg in testCreateFloatElementValue()
71 checkSerialize(evg, cp); in testCreateFloatElementValue()
78 final SimpleElementValueGen evg = new SimpleElementValueGen( in testCreateDoubleElementValue() local
84 + evg.getIndex() + "!=" + idx, evg.getIndex() == idx); in testCreateDoubleElementValue()
85 checkSerialize(evg, cp); in testCreateDoubleElementValue()
[all …]
DAbstractTestCase.java200 final SimpleElementValueGen evg = new SimpleElementValueGen( in createFruitAnnotationEntry() local
202 final ElementValuePairGen nvGen = new ElementValuePairGen("fruit", evg, cp); in createFruitAnnotationEntry()
/external/python/cpython3/Lib/test/
Dtest_osx_env.py16 with EnvironmentVarGuard() as evg:
20 evg.unset(ev)
25 evg.set(ev, val)
/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
DAnnotationGenTestCase.java52 final SimpleElementValueGen evg = new SimpleElementValueGen( in testConstructMutableAnnotation() local
55 final ElementValuePairGen nvGen = new ElementValuePairGen("id", evg, in testConstructMutableAnnotation()
77 final SimpleElementValueGen evg = new SimpleElementValueGen( in testVisibleInvisibleAnnotationGen() local
80 final ElementValuePairGen nvGen = new ElementValuePairGen("id", evg, in testVisibleInvisibleAnnotationGen()
DGeneratingAnnotatedClassesTestCase.java634 final SimpleElementValueGen evg = new SimpleElementValueGen( in createSimpleVisibleAnnotation() local
636 final ElementValuePairGen nvGen = new ElementValuePairGen("id", evg, cp); in createSimpleVisibleAnnotation()
647 final SimpleElementValueGen evg = new SimpleElementValueGen( in createFruitAnnotation() local
649 final ElementValuePairGen nvGen = new ElementValuePairGen("fruit", evg, cp); in createFruitAnnotation()
671 final SimpleElementValueGen evg = new SimpleElementValueGen( in createSimpleInvisibleAnnotation() local
673 final ElementValuePairGen nvGen = new ElementValuePairGen("id", evg, cp); in createSimpleInvisibleAnnotation()