Searched refs:testValues (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/math/BigDecimal/
H A DPrecisionTests.java41 BigDecimal[] testValues = {
48 for(BigDecimal bd : testValues) {
53 testValues[0] = testValues[0].multiply(TEN);
54 testValues[1] = testValues[1].multiply(TEN).add(NINE);
H A DEqualsTests.java39 BigDecimal[][] testValues = {
70 for (BigDecimal[] testValuePair : testValues) {
/openjdk7/jdk/test/javax/management/modelmbean/
H A DDescriptorSupportXMLTest.java47 final Object[] testValues = {
73 for (int i = 0; i < testValues.length; i++) {
74 final Object v = testValues[i];
/openjdk7/jdk/test/java/util/Arrays/
H A DCopyMethods.java50 check(a[0] == testValues[0]);
51 check(a[1] == testValues[1]);
52 check(a[2] == testValues[2]);
119 check(sa[0].equals(Integer.toHexString(testValues[0])));
120 check(sa[1].equals(Integer.toHexString(testValues[1])));
121 check(sa[2].equals(Integer.toHexString(testValues[2])));
140 static final int[] testValues; field in class:CopyMethods
142 testValues = new int[1000];
144 for (int i = 0; i < testValues.length; i++) {
145 testValues[
[all...]
/openjdk7/langtools/test/tools/javac/
H A DHexThree.java34 double [] testValues = {
4237 for(int i = 0; i < testValues.length; i++) {
4238 double d = testValues[i];

Completed in 40 milliseconds