Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/
DOldClassTest.java417 Object [] constants = TestEnum.class.getEnumConstants(); in test_getEnumConstants() local
418 assertEquals(TestEnum.values().length, constants.length); in test_getEnumConstants()
419 for(int i = 0; i < constants.length; i++) { in test_getEnumConstants()
420 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.bp1070 // Provide access to I18N constants that are used to initialize
1071 // constants in the public API. i.e. to allow the value of the
1174 // constants. The annotations are source only and do not introduce any runtime
/libcore/ojluni/src/main/native/
Djvm.h995 unsigned int constants; /* constant pool */ member
/libcore/ojluni/src/main/java/java/nio/
DHeap-X-Buffer.java.template49 // Android-removed: Removed unused constants.