Home
last modified time | relevance | path

Searched refs:constants (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/
DOldClassTest.java414 Object [] constants = TestEnum.class.getEnumConstants(); in test_getEnumConstants() local
415 assertEquals(TestEnum.values().length, constants.length); in test_getEnumConstants()
416 for(int i = 0; i < constants.length; i++) { in test_getEnumConstants()
417 assertEquals(TestEnum.values()[i], constants[i]); in test_getEnumConstants() local
/libcore/tools/testmapping/
DREADME25 The scripts take no options. There are some constants at the start you can
/libcore/
DJavaLibrary.bp828 // Provide access to I18N constants that are used to initialize
829 // constants in the public API. i.e. to allow the value of the
1010 // constants. The annotations are source only and do not introduce any runtime
/libcore/ojluni/src/main/native/
Djvm.h992 unsigned int constants; /* constant pool */ member