Searched refs:CONSTANTS (Results 1 - 7 of 7) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/bugs/injection/
H A DShouldNotTryToInjectInFinalOrStaticFieldsTest.java24 public static final List<String> CONSTANTS = Arrays.asList("c1", "c1"); field in class:ShouldNotTryToInjectInFinalOrStaticFieldsTest.ExampleService
/external/proguard/src/proguard/optimize/evaluation/
H A DSimpleEnumClassSimplifier.java75 private static final Constant[] CONSTANTS = new Constant[] field in class:SimpleEnumClassSimplifier
112 new InstructionSequenceReplacer(CONSTANTS,
/external/proguard/src/proguard/optimize/
H A DOptimizer.java852 new InstructionSequencesReplacer(InstructionSequenceConstants.CONSTANTS,
861 new InstructionSequencesReplacer(InstructionSequenceConstants.CONSTANTS,
870 new InstructionSequencesReplacer(InstructionSequenceConstants.CONSTANTS,
879 new InstructionSequencesReplacer(InstructionSequenceConstants.CONSTANTS,
888 new InstructionSequencesReplacer(InstructionSequenceConstants.CONSTANTS,
903 new InstructionSequencesReplacer(InstructionSequenceConstants.CONSTANTS,
/external/doclava/res/assets/templates-sdk/
H A Dclass.cs588 <!-- ========= ENUM CONSTANTS DETAIL ======== -->
596 <!-- ========= ENUM CONSTANTS DETAIL ======== -->
/external/proguard/src/proguard/optimize/peephole/
H A DInstructionSequenceConstants.java226 public static final Constant[] CONSTANTS = new Constant[] field in class:InstructionSequenceConstants
5039 clazz.constantPool = CONSTANTS;
5043 for (int index = 0; index < CONSTANTS.length; index++)
5048 CONSTANTS[index].accept(clazz, printer);
5056 if (CONSTANTS.length != SENTINEL)
5058 throw new IllegalStateException("Constants length ["+CONSTANTS.length+"] different from number of constant names ["+SENTINEL+"]");
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 4545 milliseconds