/libcore/ojluni/src/test/java/math/BigDecimal/ |
D | PrecisionTests.java | 45 BigDecimal[] testValues = { in testPrecision() local 52 for(BigDecimal bd : testValues) { in testPrecision() 57 testValues[0] = testValues[0].multiply(TEN); in testPrecision() 58 testValues[1] = testValues[1].multiply(TEN).add(NINE); in testPrecision()
|
D | EqualsTests.java | 42 BigDecimal[][] testValues = { in testEquals() local 73 for (BigDecimal[] testValuePair : testValues) { in testEquals()
|
/libcore/ojluni/src/test/java/util/Arrays/ |
D | CopyMethods.java | 53 check(a[0] == testValues[0]); in simpleTests() 54 check(a[1] == testValues[1]); in simpleTests() 55 check(a[2] == testValues[2]); in simpleTests() 122 check(sa[0].equals(Integer.toHexString(testValues[0]))); in simpleTests() 123 check(sa[1].equals(Integer.toHexString(testValues[1]))); in simpleTests() 124 check(sa[2].equals(Integer.toHexString(testValues[2]))); in simpleTests() 143 static final int[] testValues; field in CopyMethods 145 testValues = new int[1000]; 147 for (int i = 0; i < testValues.length; i++) { 148 testValues[i] = r.nextInt(); [all …]
|
/libcore/ojluni/src/test/java/lang/invoke/MethodHandles/ |
D | TestTableSwitch.java | 106 public static Object[] testArguments(int caseNum, List<Object> testValues) { in testArguments() argument 107 Object[] args = new Object[testValues.size() + 1]; in testArguments() 110 for (Object testValue : testValues) { in testArguments() 130 private static void check(List<Object> testValues, Object[] collectedValues) { in check() argument 131 assertEquals(collectedValues, testValues.toArray()); in check()
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | KeyRepTypeTest.java | 61 public void testValues() { in testValues() method in KeyRepTypeTest
|
D | ProviderTest.java | 260 public final void testValues() { in testValues() method in ProviderTest
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | SortedMapTestBase.java | 166 public final void testValues() { in testValues() method in SortedMapTestBase
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ConcurrentHashMapTest.java | 384 public void testValues() { in testValues() method in ConcurrentHashMapTest
|
D | TreeSubMapTest.java | 189 public void testValues() {
|
D | TreeMapTest.java | 256 public void testValues() {
|
D | ConcurrentSkipListSubMapTest.java | 190 public void testValues() {
|
D | ConcurrentSkipListMapTest.java | 273 public void testValues() {
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | ConcurrentHashMapTest.java | 424 public void testValues() { in testValues() method in ConcurrentHashMapTest
|
D | TreeSubMapTest.java | 212 public void testValues() {
|
D | TreeMapTest.java | 279 public void testValues() {
|
D | ConcurrentSkipListMapTest.java | 296 public void testValues() {
|
D | ConcurrentSkipListSubMapTest.java | 213 public void testValues() {
|