/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
Arrays2Test.java | 132 double[] specials2 = new double[]{0d, Double.POSITIVE_INFINITY, -0d, Double.NEGATIVE_INFINITY, Double.MIN_VALUE, Double.NaN, Double.MAX_VALUE}; local 143 Arrays.sort(specials2); 144 Object[] print2 = new Object[specials2.length]; 145 for (int i = 0; i < specials2.length; i++) { 146 print2[i] = new Double(specials2[i]); 149 Arrays.equals(specials2, answer)); 168 float[] specials2 = new float[]{0f, Float.POSITIVE_INFINITY, -0f, Float.NEGATIVE_INFINITY, Float.MIN_VALUE, Float.NaN, Float.MAX_VALUE}; local 179 Arrays.sort(specials2); 180 Object[] print2 = new Object[specials2.length]; 181 for (int i = 0; i < specials2.length; i++) [all...] |
ArraysTest.java | 996 double[] specials2 = new double[] { 0d, Double.POSITIVE_INFINITY, -0d, local 1096 float[] specials2 = new float[] { 0f, Float.POSITIVE_INFINITY, -0f, local [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
ArraysTest.java | 1052 double[] specials2 = new double[] { 0d, Double.POSITIVE_INFINITY, -0d, local 1134 float[] specials2 = new float[] { 0f, Float.POSITIVE_INFINITY, -0f, local [all...] |