/libcore/benchmarks/src/benchmarks/regression/ |
D | BigIntegerBenchmark.java | 26 BigInteger y = new BigInteger(1024, r); in timeRandomDivision() local 35 BigInteger y = new BigInteger(1024, r); in timeRandomGcd() local 44 BigInteger y = new BigInteger(1024, r); in timeRandomMultiplication() local
|
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/ |
D | TCKIsoChronology.java | 346 …public void test_resolve_yearOfEra(ResolverStyle style, Integer e, Integer yoe, Integer y, ChronoF… in test_resolve_yearOfEra() 434 …public void test_resolve_ymd_lenient(int y, int m, int d, LocalDate expected, Object smart, boolea… in test_resolve_ymd_lenient() 445 …public void test_resolve_ymd_smart(int y, int m, int d, LocalDate expected, Object smart, boolean … in test_resolve_ymd_smart() 468 …public void test_resolve_ymd_strict(int y, int m, int d, LocalDate expected, Object smart, boolean… in test_resolve_ymd_strict() 518 …public void test_resolve_yd_lenient(int y, int d, LocalDate expected, boolean smart, boolean stric… in test_resolve_yd_lenient() 528 …public void test_resolve_yd_smart(int y, int d, LocalDate expected, boolean smart, boolean strict)… in test_resolve_yd_smart() 547 …public void test_resolve_yd_strict(int y, int d, LocalDate expected, boolean smart, boolean strict… in test_resolve_yd_strict() 625 …public void test_resolve_ymaa_lenient(int y, int m, int w, int d, LocalDate expected, boolean smar… in test_resolve_ymaa_lenient() 637 …public void test_resolve_ymaa_smart(int y, int m, int w, int d, LocalDate expected, boolean smart,… in test_resolve_ymaa_smart() 658 …public void test_resolve_ymaa_strict(int y, int m, int w, int d, LocalDate expected, boolean smart… in test_resolve_ymaa_strict() [all …]
|
D | TCKThaiBuddhistChronology.java | 597 …public void test_resolve_yearOfEra(ResolverStyle style, Integer e, Integer yoe, Integer y, ChronoF… in test_resolve_yearOfEra() 685 …public void test_resolve_ymd_lenient(int y, int m, int d, ThaiBuddhistDate expected, Object smart,… in test_resolve_ymd_lenient() 696 …public void test_resolve_ymd_smart(int y, int m, int d, ThaiBuddhistDate expected, Object smart, b… in test_resolve_ymd_smart() 719 …public void test_resolve_ymd_strict(int y, int m, int d, ThaiBuddhistDate expected, Object smart, … in test_resolve_ymd_strict() 769 …public void test_resolve_yd_lenient(int y, int d, ThaiBuddhistDate expected, boolean smart, boolea… in test_resolve_yd_lenient() 779 …public void test_resolve_yd_smart(int y, int d, ThaiBuddhistDate expected, boolean smart, boolean … in test_resolve_yd_smart() 798 …public void test_resolve_yd_strict(int y, int d, ThaiBuddhistDate expected, boolean smart, boolean… in test_resolve_yd_strict() 876 …public void test_resolve_ymaa_lenient(int y, int m, int w, int d, ThaiBuddhistDate expected, boole… in test_resolve_ymaa_lenient() 888 …public void test_resolve_ymaa_smart(int y, int m, int w, int d, ThaiBuddhistDate expected, boolean… in test_resolve_ymaa_smart() 909 …public void test_resolve_ymaa_strict(int y, int m, int w, int d, ThaiBuddhistDate expected, boolea… in test_resolve_ymaa_strict() [all …]
|
D | TCKHijrahChronology.java | 370 …public void test_resolve_ymd_lenient(int y, int m, int d, HijrahDate expected, Object smart, boole… in test_resolve_ymd_lenient() 391 …public void test_resolve_ymd_smart(int y, int m, int d, HijrahDate expected, Object smart, boolean… in test_resolve_ymd_smart() 414 …public void test_resolve_ymd_strict(int y, int m, int d, HijrahDate expected, Object smart, boolea… in test_resolve_ymd_strict() 484 …public void test_resolve_yd_lenient(int y, int d, HijrahDate expected, boolean smart, boolean stri… in test_resolve_yd_lenient() 494 …public void test_resolve_yd_smart(int y, int d, HijrahDate expected, boolean smart, boolean strict… in test_resolve_yd_smart() 513 …public void test_resolve_yd_strict(int y, int d, HijrahDate expected, boolean smart, boolean stric… in test_resolve_yd_strict() 532 private static HijrahDate date(int y, int m, int d) { in date() 536 private static HijrahDate dateYearDay(int y, int doy) { in dateYearDay()
|
D | TCKMinguoChronology.java | 621 …public void test_resolve_yearOfEra(ResolverStyle style, Integer e, Integer yoe, Integer y, ChronoF… in test_resolve_yearOfEra() 709 …public void test_resolve_ymd_lenient(int y, int m, int d, MinguoDate expected, Object smart, boole… in test_resolve_ymd_lenient() 720 …public void test_resolve_ymd_smart(int y, int m, int d, MinguoDate expected, Object smart, boolean… in test_resolve_ymd_smart() 743 …public void test_resolve_ymd_strict(int y, int m, int d, MinguoDate expected, Object smart, boolea… in test_resolve_ymd_strict() 793 …public void test_resolve_yd_lenient(int y, int d, MinguoDate expected, boolean smart, boolean stri… in test_resolve_yd_lenient() 803 …public void test_resolve_yd_smart(int y, int d, MinguoDate expected, boolean smart, boolean strict… in test_resolve_yd_smart() 822 …public void test_resolve_yd_strict(int y, int d, MinguoDate expected, boolean smart, boolean stric… in test_resolve_yd_strict() 900 …public void test_resolve_ymaa_lenient(int y, int m, int w, int d, MinguoDate expected, boolean sma… in test_resolve_ymaa_lenient() 912 …public void test_resolve_ymaa_smart(int y, int m, int w, int d, MinguoDate expected, boolean smart… in test_resolve_ymaa_smart() 933 …public void test_resolve_ymaa_strict(int y, int m, int w, int d, MinguoDate expected, boolean smar… in test_resolve_ymaa_strict() [all …]
|
D | TCKJapaneseChronology.java | 266 public void test_createYmd(int y, int moy, int dom, int doy, LocalDate iso) { in test_createYmd() 274 public void test_createYd(int y, int moy, int dom, int doy, LocalDate iso) { in test_createYd() 282 public void test_createByProleptic_isEqual(int y, int moy, int dom, int doy, LocalDate iso) { in test_createByProleptic_isEqual() 289 …public void test_createByProleptic_chronologyTemporalFactory(int y, int moy, int dom, int doy, Loc… in test_createByProleptic_chronologyTemporalFactory() 296 public void test_createByProleptic_dateFrom(int y, int moy, int dom, int doy, LocalDate iso) { in test_createByProleptic_dateFrom() 303 public void test_createByProleptic_query(int y, int moy, int dom, int doy, LocalDate iso) { in test_createByProleptic_query() 309 public void test_createByProleptic_epochDay(int y, int moy, int dom, int doy, LocalDate iso) { in test_createByProleptic_epochDay() 886 …public void test_resolve_ymd_lenient(int y, int m, int d, JapaneseDate expected, Object smart, boo… in test_resolve_ymd_lenient() 897 …public void test_resolve_ymd_smart(int y, int m, int d, JapaneseDate expected, Object smart, boole… in test_resolve_ymd_smart() 920 …public void test_resolve_ymd_strict(int y, int m, int d, JapaneseDate expected, Object smart, bool… in test_resolve_ymd_strict() [all …]
|
/libcore/ojluni/src/main/java/javax/crypto/spec/ |
D | DHPublicKeySpec.java | 46 private BigInteger y; field in DHPublicKeySpec 61 public DHPublicKeySpec(BigInteger y, BigInteger p, BigInteger g) { in DHPublicKeySpec()
|
/libcore/ojluni/annotations/hiddenapi/sun/util/calendar/ |
D | CalendarUtils.java | 62 public static final long mod(long x, long y) { in mod() 67 public static final int mod(int x, int y) { in mod() 71 public static final int amod(int x, int y) { in amod() 75 public static final long amod(long x, long y) { in amod()
|
/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | CallSitesTest.java | 107 int y = (int) site.getTarget().invokeExact(2, 6); in commonMutableCallSitesTest() local 136 private static int add2(int x, int y) { in add2() 140 private static int add3(int x, int y, int z) { in add3() 144 private static int sub2(int x, int y) { in sub2()
|
/libcore/ojluni/src/main/java/java/security/spec/ |
D | ECPoint.java | 42 private final BigInteger y; field in ECPoint 63 public ECPoint(BigInteger x, BigInteger y) { in ECPoint()
|
D | DSAPublicKeySpec.java | 47 private BigInteger y; field in DSAPublicKeySpec 63 public DSAPublicKeySpec(BigInteger y, BigInteger p, BigInteger q, in DSAPublicKeySpec()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | StrictMath.java | 509 public static native double atan2(double y, double x); in atan2() 723 public static int addExact(int x, int y) { in addExact() 738 public static long addExact(long x, long y) { in addExact() 753 public static int subtractExact(int x, int y) { in subtractExact() 768 public static long subtractExact(long x, long y) { in subtractExact() 783 public static int multiplyExact(int x, int y) { in multiplyExact() 798 public static long multiplyExact(long x, long y) { in multiplyExact() 836 public static int floorDiv(int x, int y) { in floorDiv() 860 public static long floorDiv(long x, long y) { in floorDiv() 887 public static int floorMod(int x, int y) { in floorMod() [all …]
|
D | Math.java | 507 public static native double atan2(double y, double x); in atan2() 809 public static int addExact(int x, int y) { in addExact() 828 public static long addExact(long x, long y) { in addExact() 847 public static int subtractExact(int x, int y) { in subtractExact() 867 public static long subtractExact(long x, long y) { in subtractExact() 887 public static int multiplyExact(int x, int y) { in multiplyExact() 905 public static long multiplyExact(long x, long y) { in multiplyExact() 1074 public static int floorDiv(int x, int y) { in floorDiv() 1108 public static long floorDiv(long x, long y) { in floorDiv() 1161 public static int floorMod(int x, int y) { in floorMod() [all …]
|
/libcore/ojluni/annotations/mmodule/java/lang/ |
D | Math.annotated.java | 71 public static native double atan2(double y, double x); in atan2() 84 public static int addExact(int x, int y) { throw new RuntimeException("Stub!"); } in addExact() 86 public static long addExact(long x, long y) { throw new RuntimeException("Stub!"); } in addExact() 88 public static int subtractExact(int x, int y) { throw new RuntimeException("Stub!"); } in subtractExact() 90 public static long subtractExact(long x, long y) { throw new RuntimeException("Stub!"); } in subtractExact() 92 public static int multiplyExact(int x, int y) { throw new RuntimeException("Stub!"); } in multiplyExact() 94 public static long multiplyExact(long x, long y) { throw new RuntimeException("Stub!"); } in multiplyExact() 110 public static int floorDiv(int x, int y) { throw new RuntimeException("Stub!"); } in floorDiv() 112 public static long floorDiv(long x, long y) { throw new RuntimeException("Stub!"); } in floorDiv() 114 public static int floorMod(int x, int y) { throw new RuntimeException("Stub!"); } in floorMod() [all …]
|
/libcore/ojluni/src/main/java/sun/util/calendar/ |
D | CalendarUtils.java | 135 public static final long mod(long x, long y) { in mod() 139 public static final int mod(int x, int y) { in mod() 143 public static final int amod(int x, int y) { in amod() 148 public static final long amod(long x, long y) { in amod()
|
/libcore/luni/src/main/java/libcore/util/ |
D | FP16.java | 208 public static int compare(short x, short y) { in compare() 390 public static short min(short x, short y) { in min() 416 public static short max(short x, short y) { in max() 439 public static boolean less(short x, short y) { in less() 458 public static boolean lessEquals(short x, short y) { in lessEquals() 477 public static boolean greater(short x, short y) { in greater() 496 public static boolean greaterEquals(short x, short y) { in greaterEquals() 515 public static boolean equals(short x, short y) { in equals()
|
/libcore/ojluni/src/main/java/java/time/chrono/ |
D | AbstractChronology.java | 552 int y = range(YEAR).checkValidIntValue(fieldValues.remove(YEAR), YEAR); in resolveYMD() local 572 int y = range(YEAR).checkValidIntValue(fieldValues.remove(YEAR), YEAR); in resolveYD() local 582 int y = range(YEAR).checkValidIntValue(fieldValues.remove(YEAR), YEAR); in resolveYMAA() local 600 int y = range(YEAR).checkValidIntValue(fieldValues.remove(YEAR), YEAR); in resolveYMAD() local 618 int y = range(YEAR).checkValidIntValue(fieldValues.remove(YEAR), YEAR); in resolveYAA() local 634 int y = range(YEAR).checkValidIntValue(fieldValues.remove(YEAR), YEAR); in resolveYAD() local
|
D | JapaneseChronology.java | 476 int y = prolepticYearLenient(era, yoe); in resolveYMD() local 487 int y = prolepticYearLenient(era, yoe); in resolveYMD() local 509 int y = prolepticYearLenient(era, yoe); in resolveYD() local
|
/libcore/ojluni/src/test/java/time/tck/java/time/ |
D | TCKLocalDateTime.java | 228 private void check(LocalDateTime test, int y, int m, int d, int h, int mi, int s, int n) { in check() 229 assertEquals(test.getYear(), y); in check() local
|
D | TCKLocalDate.java | 204 private void check(LocalDate test, int y, int m, int d) { in check() 205 assertEquals(test.getYear(), y); in check() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
D | ArrayTest.java | 62 Integer[] y = new Integer[]{ 1 }; in test_getLjava_lang_ObjectI() local 489 int[] y = { 2 }; in test_newInstanceLjava_lang_Class$I() local
|
/libcore/dom/src/test/resources/ |
D | staff2.dtd | 17 y CDATA #REQUIRED attribute
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | AtomicBooleanTest.java | 129 AtomicBoolean y = serialClone(x); in testSerialization() local
|
D | AtomicReferenceTest.java | 128 AtomicReference y = serialClone(x); in testSerialization() local
|
/libcore/luni/src/test/java/tests/security/spec/ |
D | ECPointTest.java | 124 BigInteger y = BigInteger.valueOf(23456L); in testGetAffineY01() local
|