Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 127) sorted by relevance

123456

/libcore/luni/src/main/java/java/util/concurrent/
DTimeUnit.java53 public long toNanos(long d) { return d; } in toNanos()
54 public long toMicros(long d) { return d/(C1/C0); } in toMicros()
55 public long toMillis(long d) { return d/(C2/C0); } in toMillis()
56 public long toSeconds(long d) { return d/(C3/C0); } in toSeconds()
57 public long toMinutes(long d) { return d/(C4/C0); } in toMinutes()
58 public long toHours(long d) { return d/(C5/C0); } in toHours()
59 public long toDays(long d) { return d/(C6/C0); } in toDays()
60 public long convert(long d, TimeUnit u) { return u.toNanos(d); } in convert()
61 int excessNanos(long d, long m) { return (int)(d - (m*C2)); } in excessNanos()
68 public long toNanos(long d) { return x(d, C1/C0, MAX/(C1/C0)); } in toNanos()
[all …]
DCompletableFuture.java444 CompletableFuture<?> d; Completion t; in postComplete() local
554 CompletableFuture<V> d; CompletableFuture<T> a; in tryFire() local
592 CompletableFuture<V> d = newIncompleteFuture(); in uniApplyStage() local
609 CompletableFuture<Void> d; CompletableFuture<T> a; in tryFire() local
647 CompletableFuture<Void> d = newIncompleteFuture(); in uniAcceptStage() local
664 CompletableFuture<Void> d; CompletableFuture<T> a; in tryFire() local
695 CompletableFuture<Void> d = newIncompleteFuture(); in uniRunStage() local
713 CompletableFuture<T> d; CompletableFuture<T> a; in tryFire() local
758 CompletableFuture<T> d = newIncompleteFuture(); in uniWhenCompleteStage() local
776 CompletableFuture<V> d; CompletableFuture<T> a; in tryFire() local
[all …]
/libcore/ojluni/src/main/native/
DMath.c31 Math_cos(JNIEnv *env, jclass unused, jdouble d) { in Math_cos()
36 Math_sin(JNIEnv *env, jclass unused, jdouble d) { in Math_sin()
41 Math_tan(JNIEnv *env, jclass unused, jdouble d) { in Math_tan()
46 Math_asin(JNIEnv *env, jclass unused, jdouble d) { in Math_asin()
51 Math_acos(JNIEnv *env, jclass unused, jdouble d) { in Math_acos()
56 Math_atan(JNIEnv *env, jclass unused, jdouble d) { in Math_atan()
61 Math_exp(JNIEnv *env, jclass unused, jdouble d) { in Math_exp()
66 Math_log(JNIEnv *env, jclass unused, jdouble d) { in Math_log()
71 Math_log10(JNIEnv *env, jclass unused, jdouble d) { in Math_log10()
76 Math_sqrt(JNIEnv *env, jclass unused, jdouble d) { in Math_sqrt()
[all …]
DStrictMath.c36 StrictMath_cos(JNIEnv *env, jclass unused, jdouble d) in StrictMath_cos()
42 StrictMath_sin(JNIEnv *env, jclass unused, jdouble d) in StrictMath_sin()
48 StrictMath_tan(JNIEnv *env, jclass unused, jdouble d) in StrictMath_tan()
54 StrictMath_asin(JNIEnv *env, jclass unused, jdouble d) in StrictMath_asin()
60 StrictMath_acos(JNIEnv *env, jclass unused, jdouble d) in StrictMath_acos()
66 StrictMath_atan(JNIEnv *env, jclass unused, jdouble d) in StrictMath_atan()
72 StrictMath_exp(JNIEnv *env, jclass unused, jdouble d) in StrictMath_exp()
78 StrictMath_log(JNIEnv *env, jclass unused, jdouble d) in StrictMath_log()
84 StrictMath_log10(JNIEnv *env, jclass unused, jdouble d) in StrictMath_log10()
90 StrictMath_sqrt(JNIEnv *env, jclass unused, jdouble d) in StrictMath_sqrt()
[all …]
DDouble.c45 double d; in Double_longBitsToDouble() member
60 double d; in Double_doubleToRawLongBits() member
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DDateTest.java203 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9) in test_getDate() local
213 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9) in test_getDay() local
223 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9) in test_getHours() local
233 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9) in test_getMinutes() local
243 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9) in test_getMonth() local
253 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9) in test_getSeconds() local
282 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9) in test_getYear() local
303 Date d = new Date(Date.parse("13 October 1998")); in test_parseLjava_lang_String() local
352 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9) in test_setDateI() local
363 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9) in test_setHoursI() local
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DDocumentBuilderTest.java169 Document d; in testNewDocument() local
184 DOMImplementation d; in testGetImplementation() local
229 Document d = db.parse(f); in testGetBaseURI() local
245 Document d = db.parse(f); in test_parseLjava_io_File() local
305 Document d = db.parse(is); in test_parseLjava_io_InputStream() local
367 Document d = db.parse(is); in testParseInputSource() local
428 Document d = db.parse(is, SAXParserTestSupport.XML_SYSTEM_ID); in test_parseLjava_io_InputStreamLjava_lang_String() local
492 Document d = db.parse(resource.toString()); in test_parseLjava_lang_String() local
536 Document d; in testReset() local
612 Document d; in testSetEntityResolver() local
/libcore/ojluni/src/main/java/sun/misc/
DFpUtils.java141 public static int getExponent(double d){ in getExponent()
241 public static boolean isFinite(double d) { in isFinite()
270 public static boolean isInfinite(double d) { in isInfinite()
302 public static boolean isNaN(double d) { in isNaN()
372 public static int ilogb(double d) { in ilogb()
562 public static double scalb(double d, int scale_factor) { in scalb()
919 public static double nextUp(double d) { in nextUp()
989 public static double nextDown(double d) { in nextDown()
1094 public static double ulp(double d) { in ulp()
1190 public static double signum(double d) { in signum()
/libcore/ojluni/src/main/java/sun/util/calendar/
DCalendarUtils.java70 public static final long floorDivide(long n, long d) { in floorDivide()
84 public static final int floorDivide(int n, int d) { in floorDivide()
102 public static final int floorDivide(int n, int d, int[] r) { in floorDivide()
125 public static final int floorDivide(long n, int d, int[] r) { in floorDivide()
157 long d = value; in sprintf0d() local
176 long d = value; in sprintf0d() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DDoubleTest.java200 Double d = new Double(dd); in test_toString() local
209 Double d = new Double(39089.88888888888888888888888888888888); in test_ConstructorD() local
218 Double d = new Double("39089.88888888888888888888888888888888"); in test_ConstructorLjava_lang_String() local
239 Double d = new Double(1923311.47712); in test_byteValue() local
282 Double d = new Double(Double.MAX_VALUE); in test_doubleToLongBitsD() local
294 double d = Double.longBitsToDouble(l); in test_doubleToRawLongBitsD() local
323 Double d = new Double(i); in test_hashCode() local
340 Double d = new Double(1923311.47712); in test_intValue() local
387 Double d = new Double(0.0 / 0.0); in test_isNaN() local
399 Double d = new Double(0.0 / 0.0); in test_isNaND() local
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DSimpleDateFormatTest.java683 Date d = new Date(1015822800000L); in test_parse_dd_MMMM_yyyy_EEEE() local
691 Date d = new Date(1015822800000L); in test_parse_dd_MMMM_yyyy_F() local
699 Date d = new Date(1015822800000L); in test_parse_dd_MMMM_yyyy_w() local
707 Date d = new Date(1015822800000L); in test_parse_dd_MMMM_yyyy_W() local
716 Date d = new Date(1015822800000L); in test_parse_dd_MMMM_yyyy_D() local
723 Date d = new Date(1015822800000L); in test_parse_W_w_dd_MMMM_yyyy_EEEE() local
735 Date d = new Date(1015822800000L); in test_parse_w_W_dd_MMMM_yyyy_EEEE() local
742 Date d = new Date(1015822800000L); in test_parse_F_dd_MMMM_yyyy_EEEE() local
749 Date d = new Date(1015822800000L); in test_parse_w_dd_MMMM_yyyy_EEEE() local
756 Date d = new Date(1015822800000L); in test_parse_w_dd_yyyy_EEEE_MMMM() local
[all …]
/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/
DNativeTestTarget.java36 public static native void emptyJniStaticMethod6(int a, int b, int c, int d, int e, int f); in emptyJniStaticMethod6()
38 public native void emptyJniMethod6(int a, int b, int c, int d, int e, int f); in emptyJniMethod6()
47 int[][] c, Object d, Object[] e, Object[][][][] f); in emptyJniStaticMethod6L()
50 int[][] c, Object d, Object[] e, Object[][][][] f); in emptyJniMethod6L()
/libcore/luni/src/test/java/tests/security/interfaces/
DRSAPrivateKeyTest.java34 final BigInteger d = BigInteger.valueOf(2753); in test_getPrivateExponent() local
DRSAKeyTest.java38 final BigInteger d = BigInteger.valueOf(2753); in test_getModulus() local
/libcore/ojluni/src/main/java/java/util/
DGregorianCalendar.java769 BaseCalendar.Date d = getGregorianCutoverDate(); in setGregorianChange() local
822 BaseCalendar.Date d = getCalendarDate(gregorianCutoverDate); // Gregorian in isLeapYear() local
1176 CalendarDate d = calsys.getCalendarDate(time, getZone()); in roll() local
1295 BaseCalendar.Date d = getCalendarDate(day1 + value * 7); in roll() local
1348 BaseCalendar.Date d = getCalendarDate(nfd); in roll() local
1371 BaseCalendar.Date d = getCalendarDate(month1 + value); in roll() local
1388 BaseCalendar.Date d = getCalendarDate(jan1 + value - 1); in roll() local
1423 BaseCalendar.Date d = getCalendarDate(fd); in roll() local
1458 BaseCalendar.Date d = (BaseCalendar.Date) cal.newCalendarDate(TimeZone.NO_TIMEZONE); in roll() local
1560 BaseCalendar.Date d = getGregorianCutoverDate(); in getGreatestMinimum() local
[all …]
/libcore/ojluni/src/main/java/java/lang/
DDouble.java202 public static String toString(double d) { in toString()
280 public static String toHexString(double d) { in toHexString()
527 public static Double valueOf(double d) { in valueOf()
584 public static boolean isFinite(double d) { in isFinite()
/libcore/luni/src/test/java/libcore/java/lang/
DOldAndroidBooleanTest.java30 Boolean d = new Boolean("Yes"); in testBoolean() local
DOldDoubleTest.java24 Double d = new Double(Byte.MAX_VALUE); in test_byteValue() local
/libcore/ojluni/src/main/java/java/io/
DBufferedWriter.java194 int d = min(nChars - nextChar, t - b); in write() local
225 int d = min(nChars - nextChar, t - b); in write() local
/libcore/luni/src/test/java/libcore/java/io/
DOldFileTest.java66 File d = new File(tmpDirName); in test_ConstructorLjava_io_FileLjava_lang_String() local
121 File d = new File(s, "/abc"); in test_ConstructorLjava_lang_StringLjava_lang_String() local
/libcore/benchmarks/src/benchmarks/regression/
DDoubleBenchmark.java20 private double d = 1.2; field in DoubleBenchmark
/libcore/support/src/test/java/tests/resources/
Dhyts_PropertiesTest.properties18 d=d\r\ne=e key
/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
DTestAnnotation3b.java23 double d() default 0.0d; in d() method
DTestAnnotation3.java23 double d() default 0.0d; in d() method
/libcore/luni/src/test/java/libcore/java/sql/
DOldDriverPropertyInfoTest.java52 Driver d = DriverManager.getDriver(connectionURL); in testPublicFields() local

123456