Searched refs:constants (Results 1 – 5 of 5) sorted by relevance
417 Object [] constants = TestEnum.class.getEnumConstants(); in test_getEnumConstants() local418 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
25 The scripts take no options. There are some constants at the start you can
1070 // Provide access to I18N constants that are used to initialize1071 // constants in the public API. i.e. to allow the value of the1174 // constants. The annotations are source only and do not introduce any runtime
995 unsigned int constants; /* constant pool */ member
49 // Android-removed: Removed unused constants.