Searched refs:constants (Results 1 – 4 of 4) sorted by relevance
414 Object [] constants = TestEnum.class.getEnumConstants(); in test_getEnumConstants() local415 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
25 The scripts take no options. There are some constants at the start you can
828 // Provide access to I18N constants that are used to initialize829 // constants in the public API. i.e. to allow the value of the1010 // constants. The annotations are source only and do not introduce any runtime
992 unsigned int constants; /* constant pool */ member