/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | DateFormatTest.java | 75 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getDateInstance(); in test_getDateInstance() local 92 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in test_getDateInstanceI() local 142 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getDateInstance( in test_getDateInstanceILjava_util_Locale() local 187 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in test_getDateTimeInstance() local 199 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in testDateTime() local 248 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in testDateTimeLocale() local 301 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getInstance(); in test_getInstance() local 325 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getTimeInstance(); in test_getTimeInstance() local 339 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in test_getTimeInstanceI() local 389 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getTimeInstance( in test_getTimeInstanceILjava_util_Locale() local
|
D | SimpleDateFormatTest.java | 54 SimpleDateFormat f2 = new SimpleDateFormat(); in test_Constructor() local 64 SimpleDateFormat f2 = new SimpleDateFormat("yyyy"); in test_ConstructorLjava_lang_String() local 93 SimpleDateFormat f2 = new SimpleDateFormat("y'y'yy", symbols); in test_ConstructorLjava_lang_StringLjava_text_DateFormatSymbols() local 115 SimpleDateFormat f2 = new SimpleDateFormat("'yyyy' MM yy", Locale.GERMAN); in test_ConstructorLjava_lang_StringLjava_util_Locale() local 135 SimpleDateFormat f2 = new SimpleDateFormat("y", new Locale("de", "CH")); in test_applyLocalizedPatternLjava_lang_String() local 164 SimpleDateFormat f2 = new SimpleDateFormat("y", new Locale("de", "CH")); in test_applyPatternLjava_lang_String() local 196 SimpleDateFormat f2 = new SimpleDateFormat(); in test_clone() local 784 SimpleDateFormat f2 = new SimpleDateFormat("GyMdkHmsSEDFwWahKzZLc", new Locale("de", "CH")); in test_toLocalizedPattern() local
|
D | ChoiceFormatTest.java | 238 ChoiceFormat f2 = new ChoiceFormat( in test_equalsLjava_lang_Object() local 324 ChoiceFormat f2 = new ChoiceFormat( in test_hashCode() local
|
D | MessageFormatTest.java | 717 MessageFormat f2 = (MessageFormat) format2.clone(); in test_setFormatByArgumentIndexILjava_text_Format() local 791 MessageFormat f2 = (MessageFormat) format2.clone(); in test_setFormatsByArgumentIndex$Ljava_text_Format() local
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
D | FieldTest.java | 33 Field f2 = FieldTestHelper.class.getField("a"); in testEqualConstructorEqualsAndHashCode() local 45 Field f2 = FieldTestHelper.class.getField("b"); in testDifferentConstructorEqualsAndHashCode() local
|
D | ClassLoaderReflectionTest.java | 145 Field f2 = bClass.getDeclaredField("field"); in testFieldsOfDifferentClassLoadersAreNotEqual() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | FloatTest.java | 123 Float f2 = new Float(90.8f); in test_byteValue() local 141 float f2 = values[j]; in test_compare() local 195 Float f2 = new Float(-0.876f); in test_floatValue() local 235 Float f2 = new Float(90.8f); in test_intValue() local 283 Float f2 = new Float(90.8f); in test_longValue() local 804 Float f2 = new Float(90.8f); in test_shortValue() local 951 float f2 = values[j]; in test_compareToLjava_lang_Float() local 971 Float f2 = new Float(8765.4321f); in test_equalsLjava_lang_Object() local
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ExecutorCompletionServiceTest.java | 107 Future f2 = ecs.take(); in testTake2() local 181 Future f2 = ecs.take(); in testNewTaskForCallable() local 213 Future f2 = ecs.take(); in testNewTaskForRunnable() local
|
D | RecursiveActionTest.java | 176 FibAction f2 = new FibAction(n - 2); in realCompute() local 194 FailingFibAction f2 = new FailingFibAction(n - 2); in compute() local
|
D | ForkJoinPoolTest.java | 137 LockingFibTask f2 = null; in compute() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | FileTest.java | 155 File f2 = new File("a/"); in test_ConstructorLjava_io_FileLjava_lang_String6() local 333 File f2 = new File("thisFile.file"); in test_compareToLjava_io_File() local 390 File f2 = new File(dir, "tempfile.tst"); in test_createNewFile() local 452 File f2 = null; in test_createTempFileLjava_lang_StringLjava_lang_String() local 525 File f2 = null; in test_createTempFileLjava_lang_StringLjava_lang_StringLjava_io_File() local 671 File f2 = new File("filechk.tst"); in test_equalsLjava_lang_Object() local 703 File f2 = f.getAbsoluteFile(); in test_getAbsoluteFile() local 746 File f2 = f.getCanonicalFile(); in test_getCanonicalFile() local 843 File f2 = null, f3 = null, dir2 = null; in test_getCanonicalPath() local 944 File f2 = new File(tempDirectory, "tempfile2.tmp"); in test_getParentFile() local [all …]
|
/libcore/luni/src/test/java/tests/security/spec/ |
D | ECFieldF2mTest.java | 429 ECFieldF2m f2 = new ECFieldF2m(2000, BigInteger.valueOf(0L). in testEqualsObject04() local 442 ECFieldF2m f2 = new ECFieldF2m(2000, BigInteger.valueOf(0L). in testEqualsObject05() local
|
/libcore/luni/src/main/java/java/lang/ |
D | StrictMath.java | 474 public static float max(float f1, float f2) { in max() 544 public static float min(float f1, float f2) { in min()
|
D | Math.java | 483 public static float max(float f1, float f2) { in max() 561 public static float min(float f1, float f2) { in min()
|
D | Float.java | 387 int f2 = floatToRawIntBits(float2); in compare() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
D | DeflaterOutputStreamTest.java | 343 File f2 = File.createTempFile("writeBII2", ".tst"); in test_write$BII() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | FormatterTest.java | 176 Formatter f2 = new Formatter((Appendable) null); in test_ConstructorLjava_lang_Appendable() local 197 Formatter f2 = new Formatter((Locale) null); in test_ConstructorLjava_util_Locale() local 212 Formatter f2 = new Formatter(ma, null); in test_ConstructorLjava_lang_AppendableLjava_util_Locale() local
|