Home
last modified time | relevance | path

Searched defs:converted (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/
DOldAndroidStrictMathTest.java597 double converted = StrictMath.toDegrees(StrictMath.toRadians(d)); in testToRadiansD() local
605 double converted = StrictMath.toRadians(StrictMath.toDegrees(d)); in testToDegreesD() local
DOldAndroidMathTest.java614 double converted = Math.toDegrees(Math.toRadians(d)); in testToRadiansD() local
622 double converted = Math.toRadians(Math.toDegrees(d)); in testToDegreesD() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DStrictMathTest.java1465 double converted = StrictMath.toDegrees(StrictMath.toRadians(d)); in test_toRadiansD() local
1476 double converted = StrictMath.toRadians(StrictMath.toDegrees(d)); in test_toDegreesD() local
DMathTest.java1868 double converted = Math.toDegrees(Math.toRadians(d)); in test_toRadiansD() local
1879 double converted = Math.toRadians(Math.toDegrees(d)); in test_toDegreesD() local
/libcore/luni/src/test/java/libcore/java/io/
DOldOutputStreamWriterTest.java210 String converted = new String(bout.toByteArray(), "ISO8859_1"); in test_close() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DOutputStreamWriterTest.java586 String converted = new String(bout.toByteArray(), "ISO8859_1"); in test_close() local
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java2454 String converted = literal.replace("'", "''"); in toString() local
3454 String converted = noOffsetText.replace("'", "''"); in toString() local