/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CountedCompleterTest.java | 55 private void testInvokeOnPool(ForkJoinPool pool, ForkJoinTask a) { in testInvokeOnPool() 75 void checkNotDone(CountedCompleter a) { in checkNotDone() 90 void checkCompletedNormally(CountedCompleter<?> a) { in checkCompletedNormally() 629 ForkJoinTask a = new CheckedRecursiveAction() { in testInvoke() local 636 testInvokeOnPool(mainPool(), a); in testInvoke() local 645 ForkJoinTask a = new CheckedRecursiveAction() { in testQuietlyInvoke() local 652 testInvokeOnPool(mainPool(), a); in testQuietlyInvoke() local 659 ForkJoinTask a = new CheckedRecursiveAction() { in testForkJoin() local 667 testInvokeOnPool(mainPool(), a); in testForkJoin() local 674 ForkJoinTask a = new CheckedRecursiveAction() { in testForkGet() local [all …]
|
D | RecursiveActionTest.java | 52 private void testInvokeOnPool(ForkJoinPool pool, RecursiveAction a) { in testInvokeOnPool() 62 void checkNotDone(RecursiveAction a) { in checkNotDone() 93 void checkCompletedNormally(RecursiveAction a) { in checkCompletedNormally() 111 void checkCancelled(RecursiveAction a) { in checkCancelled() 138 void checkCompletedAbnormally(RecursiveAction a, Throwable t) { in checkCompletedAbnormally() 217 RecursiveAction a = new CheckedRecursiveAction() { in testInvoke() local 224 testInvokeOnPool(mainPool(), a); in testInvoke() local 233 RecursiveAction a = new CheckedRecursiveAction() { in testQuietlyInvoke() local 240 testInvokeOnPool(mainPool(), a); in testQuietlyInvoke() local 247 RecursiveAction a = new CheckedRecursiveAction() { in testForkJoin() local [all …]
|
D | RecursiveTaskTest.java | 48 private <T> T testInvokeOnPool(ForkJoinPool pool, RecursiveTask<T> a) { in testInvokeOnPool() 59 void checkNotDone(RecursiveTask a) { in checkNotDone() 90 <T> void checkCompletedNormally(RecursiveTask<T> a, T expected) { in checkCompletedNormally() 112 void checkCompletesNormally(RecursiveTask<Integer> a, int expected) { in checkCompletesNormally() 122 void checkCompletedNormally(RecursiveTask<Integer> a, int expected) { in checkCompletedNormally() 128 void checkCancelled(RecursiveTask a) { in checkCancelled() 155 void checkCompletedAbnormally(RecursiveTask a, Throwable t) { in checkCompletedAbnormally() 234 RecursiveTask<Integer> a = new CheckedRecursiveTask<Integer>() { in testInvoke() local 251 RecursiveTask<Integer> a = new CheckedRecursiveTask<Integer>() { in testQuietlyInvoke() local 265 RecursiveTask<Integer> a = new CheckedRecursiveTask<Integer>() { in testForkJoin() local [all …]
|
D | Atomic8Test.java | 73 AtomicLong a = new AtomicLong(1L); in testLongGetAndUpdate() local 84 AtomicLong a = new AtomicLong(1L); in testLongUpdateAndGet() local 94 AtomicLong a = new AtomicLong(1L); in testLongGetAndAccumulate() local 105 AtomicLong a = new AtomicLong(1L); in testLongAccumulateAndGet() local 116 AtomicInteger a = new AtomicInteger(1); in testIntGetAndUpdate() local 127 AtomicInteger a = new AtomicInteger(1); in testIntUpdateAndGet() local 138 AtomicInteger a = new AtomicInteger(1); in testIntGetAndAccumulate() local 149 AtomicInteger a = new AtomicInteger(1); in testIntAccumulateAndGet() local 160 AtomicReference<Integer> a = new AtomicReference<Integer>(one); in testReferenceGetAndUpdate() local 171 AtomicReference<Integer> a = new AtomicReference<Integer>(one); in testReferenceUpdateAndGet() local [all …]
|
D | ForkJoinPool8Test.java | 67 private void checkInvoke(ForkJoinTask a) { in checkInvoke() 73 void checkNotDone(ForkJoinTask a) { in checkNotDone() 104 void checkCompletedNormally(ForkJoinTask a) { in checkCompletedNormally() 122 void checkCancelled(ForkJoinTask a) { in checkCancelled() 149 void checkCompletedAbnormally(ForkJoinTask a, Throwable t) { in checkCompletedAbnormally() 228 RecursiveAction a = new CheckedRecursiveAction() { in testInvoke() local 244 RecursiveAction a = new CheckedRecursiveAction() { in testQuietlyInvoke() local 258 RecursiveAction a = new CheckedRecursiveAction() { in testForkJoin() local 273 RecursiveAction a = new CheckedRecursiveAction() { in testJoinIgnoresInterrupts() local 350 RecursiveAction a = new CheckedRecursiveAction() { in testForkGet() local [all …]
|
D | AtomicLongFieldUpdaterTest.java | 36 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a = in checkPrivateAccess() local 46 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a = in checkCompareAndSetProtectedSub() local 63 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a = in checkPackageAccess() local 73 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a = in checkPrivateAccess() local 142 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a; in testGetSet() local 156 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a; in testGetLazySet() local 170 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a; in testCompareAndSet() local 187 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a; in testCompareAndSetProtected() local 215 final AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a; in testCompareAndSetInMultipleThreads() local 236 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a; in testWeakCompareAndSet() local [all …]
|
D | AtomicIntegerFieldUpdaterTest.java | 36 AtomicIntegerFieldUpdater<AtomicIntegerFieldUpdaterTest> a = in checkPrivateAccess() local 46 AtomicIntegerFieldUpdater<AtomicIntegerFieldUpdaterTest> a = in checkCompareAndSetProtectedSub() local 63 AtomicIntegerFieldUpdater<AtomicIntegerFieldUpdaterTest> a = in checkPackageAccess() local 73 AtomicIntegerFieldUpdater<AtomicIntegerFieldUpdaterTest> a = in checkPrivateAccess() local 142 AtomicIntegerFieldUpdater<AtomicIntegerFieldUpdaterTest> a; in testGetSet() local 156 AtomicIntegerFieldUpdater<AtomicIntegerFieldUpdaterTest> a; in testGetLazySet() local 170 AtomicIntegerFieldUpdater<AtomicIntegerFieldUpdaterTest> a; in testCompareAndSet() local 187 AtomicIntegerFieldUpdater<AtomicIntegerFieldUpdaterTest> a; in testCompareAndSetProtected() local 215 final AtomicIntegerFieldUpdater<AtomicIntegerFieldUpdaterTest> a; in testCompareAndSetInMultipleThreads() local 236 AtomicIntegerFieldUpdater<AtomicIntegerFieldUpdaterTest> a; in testWeakCompareAndSet() local [all …]
|
D | AtomicReferenceFieldUpdaterTest.java | 38 AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest,Integer> a = in checkPrivateAccess() local 48 AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest,Integer> a = in checkCompareAndSetProtectedSub() local 65 AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest,Integer> a = in checkPackageAccess() local 75 AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest,Integer> a = in checkPrivateAccess() local 154 AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest, Integer> a; in testGetSet() local 168 AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest, Integer> a; in testGetLazySet() local 182 AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest, Integer> a; in testCompareAndSet() local 200 final AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest, Integer> a; in testCompareAndSetInMultipleThreads() local 221 AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest, Integer> a; in testWeakCompareAndSet() local 235 AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest, Integer> a; in testGetAndSet() local
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | CountedCompleterTest.java | 80 private void testInvokeOnPool(ForkJoinPool pool, ForkJoinTask a) { in testInvokeOnPool() 100 void checkNotDone(CountedCompleter a) { in checkNotDone() 115 void checkCompletedNormally(CountedCompleter<?> a) { in checkCompletedNormally() 654 ForkJoinTask a = new CheckedRecursiveAction() { in testInvoke() local 661 testInvokeOnPool(mainPool(), a); in testInvoke() local 670 ForkJoinTask a = new CheckedRecursiveAction() { in testQuietlyInvoke() local 677 testInvokeOnPool(mainPool(), a); in testQuietlyInvoke() local 684 ForkJoinTask a = new CheckedRecursiveAction() { in testForkJoin() local 692 testInvokeOnPool(mainPool(), a); in testForkJoin() local 699 ForkJoinTask a = new CheckedRecursiveAction() { in testForkGet() local [all …]
|
D | RecursiveActionTest.java | 76 private void testInvokeOnPool(ForkJoinPool pool, RecursiveAction a) { in testInvokeOnPool() 86 void checkNotDone(RecursiveAction a) { in checkNotDone() 117 void checkCompletedNormally(RecursiveAction a) { in checkCompletedNormally() 135 void checkCancelled(RecursiveAction a) { in checkCancelled() 162 void checkCompletedAbnormally(RecursiveAction a, Throwable t) { in checkCompletedAbnormally() 241 RecursiveAction a = new CheckedRecursiveAction() { in testInvoke() local 248 testInvokeOnPool(mainPool(), a); in testInvoke() local 257 RecursiveAction a = new CheckedRecursiveAction() { in testQuietlyInvoke() local 264 testInvokeOnPool(mainPool(), a); in testQuietlyInvoke() local 271 RecursiveAction a = new CheckedRecursiveAction() { in testForkJoin() local [all …]
|
D | RecursiveTaskTest.java | 71 private <T> T testInvokeOnPool(ForkJoinPool pool, RecursiveTask<T> a) { in testInvokeOnPool() 82 void checkNotDone(RecursiveTask a) { in checkNotDone() 113 <T> void checkCompletedNormally(RecursiveTask<T> a, T expected) { in checkCompletedNormally() 135 void checkCompletesNormally(RecursiveTask<Integer> a, int expected) { in checkCompletesNormally() 145 void checkCompletedNormally(RecursiveTask<Integer> a, int expected) { in checkCompletedNormally() 151 void checkCancelled(RecursiveTask a) { in checkCancelled() 178 void checkCompletedAbnormally(RecursiveTask a, Throwable t) { in checkCompletedAbnormally() 257 RecursiveTask<Integer> a = new CheckedRecursiveTask<Integer>() { in testInvoke() local 274 RecursiveTask<Integer> a = new CheckedRecursiveTask<Integer>() { in testQuietlyInvoke() local 288 RecursiveTask<Integer> a = new CheckedRecursiveTask<Integer>() { in testForkJoin() local [all …]
|
D | ForkJoinPool8Test.java | 91 private void checkInvoke(ForkJoinTask a) { in checkInvoke() 97 void checkNotDone(ForkJoinTask a) { in checkNotDone() 128 void checkCompletedNormally(ForkJoinTask a) { in checkCompletedNormally() 146 void checkCancelled(ForkJoinTask a) { in checkCancelled() 173 void checkCompletedAbnormally(ForkJoinTask a, Throwable t) { in checkCompletedAbnormally() 252 RecursiveAction a = new CheckedRecursiveAction() { in testInvoke() local 268 RecursiveAction a = new CheckedRecursiveAction() { in testQuietlyInvoke() local 282 RecursiveAction a = new CheckedRecursiveAction() { in testForkJoin() local 297 RecursiveAction a = new CheckedRecursiveAction() { in testJoinIgnoresInterrupts() local 368 RecursiveAction a = new CheckedRecursiveAction() { in testForkGet() local [all …]
|
D | Atomic8Test.java | 94 AtomicLong a = new AtomicLong(1L); in testLongGetAndUpdate() local 105 AtomicLong a = new AtomicLong(1L); in testLongUpdateAndGet() local 115 AtomicLong a = new AtomicLong(1L); in testLongGetAndAccumulate() local 126 AtomicLong a = new AtomicLong(1L); in testLongAccumulateAndGet() local 137 AtomicInteger a = new AtomicInteger(1); in testIntGetAndUpdate() local 148 AtomicInteger a = new AtomicInteger(1); in testIntUpdateAndGet() local 159 AtomicInteger a = new AtomicInteger(1); in testIntGetAndAccumulate() local 170 AtomicInteger a = new AtomicInteger(1); in testIntAccumulateAndGet() local 181 AtomicReference<Integer> a = new AtomicReference<>(one); in testReferenceGetAndUpdate() local 192 AtomicReference<Integer> a = new AtomicReference<>(one); in testReferenceUpdateAndGet() local [all …]
|
D | AtomicLongFieldUpdaterTest.java | 59 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a = in checkPrivateAccess() local 69 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a = in checkCompareAndSetProtectedSub() local 86 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a = in checkPackageAccess() local 96 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a = in checkPrivateAccess() local 165 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a; in testGetSet() local 179 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a; in testGetLazySet() local 193 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a; in testCompareAndSet() local 210 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a; in testCompareAndSetProtected() local 238 final AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a; in testCompareAndSetInMultipleThreads() local 259 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a; in testWeakCompareAndSet() local [all …]
|
D | AtomicIntegerFieldUpdaterTest.java | 59 AtomicIntegerFieldUpdater<AtomicIntegerFieldUpdaterTest> a = in checkPrivateAccess() local 69 AtomicIntegerFieldUpdater<AtomicIntegerFieldUpdaterTest> a = in checkCompareAndSetProtectedSub() local 86 AtomicIntegerFieldUpdater<AtomicIntegerFieldUpdaterTest> a = in checkPackageAccess() local 96 AtomicIntegerFieldUpdater<AtomicIntegerFieldUpdaterTest> a = in checkPrivateAccess() local 165 AtomicIntegerFieldUpdater<AtomicIntegerFieldUpdaterTest> a; in testGetSet() local 179 AtomicIntegerFieldUpdater<AtomicIntegerFieldUpdaterTest> a; in testGetLazySet() local 193 AtomicIntegerFieldUpdater<AtomicIntegerFieldUpdaterTest> a; in testCompareAndSet() local 210 AtomicIntegerFieldUpdater<AtomicIntegerFieldUpdaterTest> a; in testCompareAndSetProtected() local 238 final AtomicIntegerFieldUpdater<AtomicIntegerFieldUpdaterTest> a; in testCompareAndSetInMultipleThreads() local 259 AtomicIntegerFieldUpdater<AtomicIntegerFieldUpdaterTest> a; in testWeakCompareAndSet() local [all …]
|
D | AtomicReferenceFieldUpdaterTest.java | 61 AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest,Integer> a = in checkPrivateAccess() local 71 AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest,Integer> a = in checkCompareAndSetProtectedSub() local 88 AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest,Integer> a = in checkPackageAccess() local 98 AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest,Integer> a = in checkPrivateAccess() local 177 AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest, Integer> a; in testGetSet() local 191 AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest, Integer> a; in testGetLazySet() local 205 AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest, Integer> a; in testCompareAndSet() local 223 final AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest, Integer> a; in testCompareAndSetInMultipleThreads() local 244 AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest, Integer> a; in testWeakCompareAndSet() local 258 AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest, Integer> a; in testGetAndSet() local
|
/libcore/ojluni/src/main/native/ |
D | jlong_md.h | 33 #define jlong_high(a) ((jint)((a)>>32)) argument 34 #define jlong_low(a) ((jint)(a)) argument 35 #define jlong_add(a, b) ((a) + (b)) argument 36 #define jlong_and(a, b) ((a) & (b)) argument 37 #define jlong_div(a, b) ((a) / (b)) argument 38 #define jlong_mul(a, b) ((a) * (b)) argument 39 #define jlong_neg(a) (-(a)) argument 40 #define jlong_not(a) (~(a)) argument 41 #define jlong_or(a, b) ((a) | (b)) argument 42 #define jlong_shl(a, n) ((a) << (n)) argument [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
D | BigDecimalConvertTest.java | 37 String a = "-123809648392384754573567356745735.63567890295784902768787678287E+21"; in testDoubleValueNeg() local 47 String a = "123809648392384754573567356745735.63567890295784902768787678287E+21"; in testDoubleValuePos() local 57 String a = "123809648392384754573567356745735.63567890295784902768787678287E+400"; in testDoubleValuePosInfinity() local 67 String a = "-123809648392384754573567356745735.63567890295784902768787678287E+400"; in testDoubleValueNegInfinity() local 77 String a = "-123809648392384754573567356745735.63567890295784902768787678287E-400"; in testDoubleValueMinusZero() local 88 String a = "123809648392384754573567356745735.63567890295784902768787678287E-400"; in testDoubleValuePlusZero() local 99 String a = "-1238096483923847.6356789029578E+21"; in testFloatValueNeg() local 109 String a = "1238096483923847.6356789029578E+21"; in testFloatValuePos() local 119 String a = "123809648373567356745735.6356789787678287E+200"; in testFloatValuePosInfinity() local 129 String a = "-123809648392384755735.63567887678287E+200"; in testFloatValueNegInfinity() local [all …]
|
D | BigDecimalConstructorsTest.java | 69 String a = "1231212478987482988429808779810457634781384756794987"; in testConstrBI() local 87 String a = "1231212478987482988429808779810457634781384756794987"; in testConstrBIScale() local 99 String a = "1231212478987482988429808779810457634781384756794987"; in testConstrBigIntegerMathContext() local 115 String a = "1231212478987482988429808779810457634781384756794987"; in testConstrBigIntegerScaleMathContext() local 242 double a = Double.NaN; in testConstrDoubleNaN() local 254 double a = Double.POSITIVE_INFINITY; in testConstrDoublePosInfinity() local 266 double a = Double.NEGATIVE_INFINITY; in testConstrDoubleNegInfinity() local 278 double a = 732546982374982347892379283571094797.287346782359284756; in testConstrDouble() local 290 double a = 732546982374982347892379283571094797.287346782359284756; in testConstrDoubleMathContext() local 305 double a = 1.E-1; in testConstrDouble01() local [all …]
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | MathTest.java | 37 private void testIntExact(int a, int b) { in testIntExact() 46 private void testAddExactI(int a, int b) { in testAddExactI() 57 private void testSubtractExactI(int a, int b) { in testSubtractExactI() 69 private void testMultiplyExactI(int a, int b) { in testMultiplyExactI() 80 private void testIncrementExactI(int a) { in testIncrementExactI() 91 private void testDecrementExactI(int a) { in testDecrementExactI() 102 private void testNegateExactI(int a) { in testNegateExactI() 125 private void testLongExact(long a, long b) { in testLongExact() 135 private void testAddExactL(long a, long b) { in testAddExactL() 146 private void testSubtractExactL(long a, long b) { in testSubtractExactL() [all …]
|
D | StrictMathTest.java | 37 private void testIntExact(int a, int b) { in testIntExact() 43 private void testAddExactI(int a, int b) { in testAddExactI() 54 private void testSubtractExactI(int a, int b) { in testSubtractExactI() 66 private void testMultiplyExactI(int a, int b) { in testMultiplyExactI() 89 private void testLongExact(long a, long b) { in testLongExact() 96 private void testAddExactL(long a, long b) { in testAddExactL() 107 private void testSubtractExactL(long a, long b) { in testSubtractExactL() 118 private void testMultiplyExactL(long a, long b) { in testMultiplyExactL() 129 private void testToIntExactL(long a) { in testToIntExactL() 151 private void testFloorDivModI(int a, int b) { in testFloorDivModI() [all …]
|
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | Arrays.annotated.java | 46 public static void sort(int @libcore.util.NonNull [] a) { throw new RuntimeException("Stub!"); } in sort() 48 public static void sort(int @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new Run… in sort() 50 public static void sort(long @libcore.util.NonNull [] a) { throw new RuntimeException("Stub!"); } in sort() 52 public static void sort(long @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new Ru… in sort() 54 public static void sort(short @libcore.util.NonNull [] a) { throw new RuntimeException("Stub!"); } in sort() 56 public static void sort(short @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new R… in sort() 58 public static void sort(char @libcore.util.NonNull [] a) { throw new RuntimeException("Stub!"); } in sort() 60 public static void sort(char @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new Ru… in sort() 62 public static void sort(byte @libcore.util.NonNull [] a) { throw new RuntimeException("Stub!"); } in sort() 64 public static void sort(byte @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new Ru… in sort() [all …]
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | Arrays.java | 42 public static void sort(int[] a) { in sort() 46 public static void sort(int[] a, int fromIndex, int toIndex) { in sort() 50 public static void sort(long[] a) { in sort() 54 public static void sort(long[] a, int fromIndex, int toIndex) { in sort() 58 public static void sort(short[] a) { in sort() 62 public static void sort(short[] a, int fromIndex, int toIndex) { in sort() 66 public static void sort(char[] a) { in sort() 70 public static void sort(char[] a, int fromIndex, int toIndex) { in sort() 74 public static void sort(byte[] a) { in sort() 78 public static void sort(byte[] a, int fromIndex, int toIndex) { in sort() [all …]
|
/libcore/luni/src/test/java/tests/security/spec/ |
D | EllipticCurveTest.java | 45 BigInteger a = BigInteger.ONE; in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray01() local 79 BigInteger a = BigInteger.ONE; in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray02() local 126 BigInteger a = BigInteger.valueOf(24L); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray03() local 187 BigInteger a = BigInteger.valueOf(32L); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray04() local 231 BigInteger a = BigInteger.valueOf(0L); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray05() local 253 BigInteger a = BigInteger.ONE; in testEllipticCurveECFieldBigIntegerBigInteger01() local 285 BigInteger a = BigInteger.ONE; in testEllipticCurveECFieldBigIntegerBigInteger02() local 329 BigInteger a = BigInteger.valueOf(24L); in testEllipticCurveECFieldBigIntegerBigInteger03() local 386 BigInteger a = BigInteger.valueOf(32L); in testEllipticCurveECFieldBigIntegerBigInteger04() local 428 BigInteger a = BigInteger.valueOf(5L); in testGetA() local [all …]
|
/libcore/ojluni/src/main/java/java/util/ |
D | Arrays.java | 146 public static void sort(int[] a) { in sort() 170 public static void sort(int[] a, int fromIndex, int toIndex) { in sort() 186 public static void sort(long[] a) { in sort() 210 public static void sort(long[] a, int fromIndex, int toIndex) { in sort() 226 public static void sort(short[] a) { in sort() 250 public static void sort(short[] a, int fromIndex, int toIndex) { in sort() 266 public static void sort(char[] a) { in sort() 290 public static void sort(char[] a, int fromIndex, int toIndex) { in sort() 306 public static void sort(byte[] a) { in sort() 330 public static void sort(byte[] a, int fromIndex, int toIndex) { in sort() [all …]
|