/dalvik/libcore/luni/src/main/java/java/lang/ |
D | StrictMath.java | 85 public static double abs(double d) { in abs() 165 public static native double acos(double d); in acos() 184 public static native double asin(double d); in asin() 205 public static native double atan(double d); in atan() 270 public static native double cbrt(double d); in cbrt() 292 public static native double ceil(double d); in ceil() 311 public static native double cosh(double d); in cosh() 329 public static native double cos(double d); in cos() 348 public static native double exp(double d); in exp() 373 public static native double expm1(double d); in expm1() [all …]
|
D | Math.java | 68 public static double abs(double d) { in abs() 147 public static native double acos(double d); in acos() 167 public static native double asin(double d); in asin() 189 public static native double atan(double d); in atan() 255 public static native double cbrt(double d); in cbrt() 277 public static native double ceil(double d); in ceil() 297 public static native double cos(double d); in cos() 317 public static native double cosh(double d); in cosh() 337 public static native double exp(double d); in exp() 366 public static native double expm1(double d); in expm1() [all …]
|
D | Double.java | 262 public static boolean isInfinite(double d) { in isInfinite() 287 public static boolean isNaN(double d) { in isNaN() 346 public static String toString(double d) { in toString() 414 public static Double valueOf(double d) { in valueOf() 426 public static String toHexString(double d) { in toHexString()
|
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
D | DateTest.java | 288 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9) in test_getDate() local 304 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9) in test_getDay() local 320 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9) in test_getHours() local 336 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9) in test_getMinutes() local 352 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9) in test_getMonth() local 368 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9) in test_getSeconds() local 417 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9) in test_getYear() local 450 Date d = new Date(Date.parse("13 October 1998")); in test_parseLjava_lang_String() local 499 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9) in test_setDateI() local 516 Date d = new GregorianCalendar(1998, Calendar.OCTOBER, 13, 19, 9) in test_setHoursI() local [all …]
|
D | ArraysTest.java | 465 short d[] = new short[1000]; in test_fill$SS() local 484 short d[] = new short[1000]; in test_fill$SIIS() local 525 char d[] = new char[1000]; in test_fill$CC() local 543 char d[] = new char[1000]; in test_fill$CIIC() local 584 int d[] = new int[1000]; in test_fill$II() local 603 int d[] = new int[1000]; in test_fill$IIII() local 644 long d[] = new long[1000]; in test_fill$JJ() local 662 long d[] = new long[1000]; in test_fill$JIIJ() local 703 float d[] = new float[1000]; in test_fill$FF() local 722 float d[] = new float[1000]; in test_fill$FIIF() local [all …]
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/ |
D | JDKMessageDigest.java | 64 SHA1 d = (SHA1)super.clone(); in clone() local 83 SHA224 d = (SHA224)super.clone(); in clone() local 102 SHA256 d = (SHA256)super.clone(); in clone() local 121 SHA384 d = (SHA384)super.clone(); in clone() local 140 SHA512 d = (SHA512)super.clone(); in clone() local 199 MD5 d = (MD5)super.clone(); in clone() local
|
/dalvik/libcore/xml/src/test/java/tests/api/javax/xml/parsers/ |
D | DocumentBuilderTest.java | 188 Document d; in testNewDocument() local 209 DOMImplementation d; in testGetImplementation() local 287 Document d = db.parse(f); in test_parseLjava_io_File() local 369 Document d = db.parse(is); in test_parseLjava_io_InputStream() local 437 Document d = db.parse(is); in testParseInputSource() local 504 Document d = db.parse(is, SAXParserTestSupport.XML_SYSTEM_ID); in test_parseLjava_io_InputStreamLjava_lang_String() local 576 Document d = db.parse(f.getAbsolutePath()); in test_parseLjava_lang_String() local 639 Document d; in testReset() local 726 Document d; in testSetEntityResolver() local
|
/dalvik/libcore/luni/src/main/native/ |
D | java_lang_Double.c | 16 double d; member 26 Double d; in doubleToLongBits() local 44 Double d; in doubleToRawLongBits() local 56 Double d; in longBitsToDouble() local
|
/dalvik/tests/003-omnibus-opcodes/src/ |
D | UnresTest1.java | 29 double d = stuff.wideInstField; in run() local 55 double d = UnresStuff.wideStaticField; in run() local
|
D | FloatMath.java | 12 double d; in convTest() local 185 static int[] convI(long l, float f, double d, float zero) { in convI() 205 static long[] convL(int i, float f, double d, double zero) { in convL() 225 static float[] convF(int i, long l, double d) { in convF() 261 double d = 10.0; // const-wide/special in checkConsts() local
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
D | DoubleTest.java | 206 Double d = new Double(dd); in test_toString() local 221 Double d = new Double(39089.88888888888888888888888888888888); in test_ConstructorD() local 236 Double d = new Double("39089.88888888888888888888888888888888"); in test_ConstructorLjava_lang_String() local 259 Double d = new Double(1923311.47712); in test_byteValue() local 320 Double d = new Double(Double.MAX_VALUE); in test_doubleToLongBitsD() local 342 double d = Double.longBitsToDouble(l); in test_doubleToRawLongBitsD() local 401 Double d = new Double(i); in test_hashCode() local 424 Double d = new Double(1923311.47712); in test_intValue() local 477 Double d = new Double(0.0 / 0.0); in test_isNaN() local 495 Double d = new Double(0.0 / 0.0); in test_isNaND() local [all …]
|
/dalvik/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ |
D | NativeTestTarget.java | 43 int d, int e, int f); in emptyJniStaticMethod6() 52 int[][] c, Object d, Object[] e, Object[][][][] f); in emptyJniStaticMethod6L()
|
/dalvik/tests/017-float/src/ |
D | Main.java | 23 double d = 3.1415926535; in main() local
|
/dalvik/dx/tests/056-dex-call-interface/ |
D | Blort.java | 19 public static int test(Zorch z, double d) { in test()
|
D | Zorch.java | 20 public void zorch2(double d); in zorch2()
|
/dalvik/libcore/dalvik/src/main/native/ |
D | org_apache_harmony_dalvik_NativeTestTarget.c | 36 int a, int b, int c, int d, int e, int f) in emptyJniStaticMethod6() 48 jobject a, jarray b, jarray c, jobject d, jarray e, jarray f) in emptyJniStaticMethod6L()
|
/dalvik/libcore/security/src/test/java/tests/security/interfaces/ |
D | RSAPrivateKeyTest.java | 44 final BigInteger d = BigInteger.valueOf(2753); in test_getPrivateExponent() local
|
D | RSAKeyTest.java | 48 final BigInteger d = BigInteger.valueOf(2753); in test_getModulus() local
|
/dalvik/tests/027-arithmetic/src/ |
D | Main.java | 42 long d = 0x44; in shiftTest2() local 57 double d; in convTest() local
|
/dalvik/tests/014-math3/src/ |
D | Main.java | 26 double d = 0.0; in main() local
|
/dalvik/tests/005-args/src/ |
D | ArgsTest.java | 33 void argTest(int a, char c, double d, long j, float f) { in argTest()
|
/dalvik/libcore/sql/src/test/java/tests/sql/ |
D | ResultSetGetterTests.java | 546 Date d = res.getDate(15); in testGetDateInt() local 554 Date d = res.getDate(500); in testGetDateInt() local 565 Date d = res.getDate(15); in testGetDateInt() local 586 Date d = res.getDate(15, testCal); in testGetDateIntCalendar() local 595 Date d = res.getDate(500, testCal); in testGetDateIntCalendar() local 607 Date d = res.getDate(15,testCal); in testGetDateIntCalendar() local 627 Date d = res.getDate("dateVal"); in testGetDateString() local 635 Date d = res.getDate("bla"); in testGetDateString() local 644 Date d = res.getDate("dateVal"); in testGetDateString() local 664 Date d = res.getDate("dateVal", testCal); in testGetDateStringCalendar() local [all …]
|
/dalvik/dx/tests/093-ssa-invoke-range/ |
D | Blort.java | 5 (int a, int b, int c, int d, int e, int f) { in methodThatNeedsInvokeRange() 32 void testAllParams(int a, int b, int c, int d, int e, int f) { in testAllParams()
|
/dalvik/tests/049-show-object/src/ |
D | Main.java | 10 double d = 3.1415; in Main() local
|
/dalvik/dx/tests/054-dex-high16/ |
D | Blort.java | 31 public static void sink(double d) { in sink()
|