Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/math/BigDecimal/
DPrecisionTests.java45 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()
DEqualsTests.java42 BigDecimal[][] testValues = { in testEquals() local
73 for (BigDecimal[] testValuePair : testValues) { in testEquals()
/libcore/ojluni/src/test/java/util/Arrays/
DCopyMethods.java53 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/
DTestTableSwitch.java106 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/
DKeyRepTypeTest.java61 public void testValues() { in testValues() method in KeyRepTypeTest
DProviderTest.java260 public final void testValues() { in testValues() method in ProviderTest
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DSortedMapTestBase.java166 public final void testValues() { in testValues() method in SortedMapTestBase
/libcore/jsr166-tests/src/test/java/jsr166/
DConcurrentHashMapTest.java384 public void testValues() { in testValues() method in ConcurrentHashMapTest
DTreeSubMapTest.java189 public void testValues() {
DTreeMapTest.java256 public void testValues() {
DConcurrentSkipListSubMapTest.java190 public void testValues() {
DConcurrentSkipListMapTest.java273 public void testValues() {
/libcore/ojluni/src/test/java/util/concurrent/tck/
DConcurrentHashMapTest.java424 public void testValues() { in testValues() method in ConcurrentHashMapTest
DTreeSubMapTest.java212 public void testValues() {
DTreeMapTest.java279 public void testValues() {
DConcurrentSkipListMapTest.java296 public void testValues() {
DConcurrentSkipListSubMapTest.java213 public void testValues() {