Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java1185 StaticFieldSpec<?>[] fields = new StaticFieldSpec[] { in testStaticInitializer()
1186 new StaticFieldSpec<>(boolean.class, "booleanValue", true), in testStaticInitializer()
1187 new StaticFieldSpec<>(byte.class, "byteValue", Byte.MIN_VALUE), in testStaticInitializer()
1188 new StaticFieldSpec<>(short.class, "shortValue", Short.MAX_VALUE), in testStaticInitializer()
1189 new StaticFieldSpec<>(int.class, "intValue", Integer.MIN_VALUE), in testStaticInitializer()
1190 new StaticFieldSpec<>(long.class, "longValue", Long.MAX_VALUE), in testStaticInitializer()
1191 new StaticFieldSpec<>(float.class, "floatValue", Float.MIN_VALUE), in testStaticInitializer()
1192 new StaticFieldSpec<>(double.class, "doubleValue", Double.MAX_VALUE), in testStaticInitializer()
1193 new StaticFieldSpec<>(String.class, "stringValue", "qwerty"), in testStaticInitializer()
1201 for (StaticFieldSpec<?> field : fields) { in testStaticInitializer()
[all …]