/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 91 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in test_getDateInstanceI() local 141 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getDateInstance( in test_getDateInstanceILjava_util_Locale() local 186 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in test_getDateTimeInstance() local 198 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in testDateTime() local 245 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in testDateTimeLocale() local 298 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getInstance(); in test_getInstance() local 322 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getTimeInstance(); in test_getTimeInstance() local 336 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in test_getTimeInstanceI() local 386 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getTimeInstance( in test_getTimeInstanceILjava_util_Locale() local
|
D | SimpleDateFormatTest.java | 48 SimpleDateFormat f2 = new SimpleDateFormat(); in test_Constructor() local 58 SimpleDateFormat f2 = new SimpleDateFormat("yyyy"); in test_ConstructorLjava_lang_String() local 87 SimpleDateFormat f2 = new SimpleDateFormat("y'y'yy", symbols); in test_ConstructorLjava_lang_StringLjava_text_DateFormatSymbols() local 109 SimpleDateFormat f2 = new SimpleDateFormat("'yyyy' MM yy", Locale.GERMAN); in test_ConstructorLjava_lang_StringLjava_util_Locale() local 129 SimpleDateFormat f2 = new SimpleDateFormat("y", new Locale("de", "CH")); in test_applyLocalizedPatternLjava_lang_String() local 158 SimpleDateFormat f2 = new SimpleDateFormat("y", new Locale("de", "CH")); in test_applyPatternLjava_lang_String() local 190 SimpleDateFormat f2 = new SimpleDateFormat(); in test_clone() local 888 SimpleDateFormat f2 = new SimpleDateFormat("GyMdkHmsSEDFwWahKzZLc", new Locale("de", "CH")); in test_toLocalizedPattern() local
|
D | ChoiceFormatTest.java | 239 ChoiceFormat f2 = new ChoiceFormat( in test_equalsLjava_lang_Object() local 325 ChoiceFormat f2 = new ChoiceFormat( in test_hashCode() local
|
D | MessageFormatTest.java | 720 MessageFormat f2 = (MessageFormat) format2.clone(); in test_setFormatByArgumentIndexILjava_text_Format() local 794 MessageFormat f2 = (MessageFormat) format2.clone(); in test_setFormatsByArgumentIndex$Ljava_text_Format() local
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
D | FieldTest.java | 35 Field f2 = FieldTestHelper.class.getField("a"); in testEqualConstructorEqualsAndHashCode() local 47 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 299 Float f2 = new Float(90.8f); in test_longValue() local 824 Float f2 = new Float(90.8f); in test_shortValue() local 971 float f2 = values[j]; in test_compareToLjava_lang_Float() local 991 Float f2 = new Float(8765.4321f); in test_equalsLjava_lang_Object() 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/jsr166-tests/src/test/java/jsr166/ |
D | ExecutorCompletionServiceTest.java | 113 Future f2 = ecs.take(); in testTake2() local 182 Future f2 = ecs.take(); in testNewTaskForCallable() local 213 Future f2 = ecs.take(); in testNewTaskForRunnable() local
|
D | Collection8Test.java | 81 final Future<?> f1, f2; in testForEachConcurrentStressTest() local
|
D | RecursiveActionTest.java | 186 FibAction f2 = new FibAction(n - 2); in realCompute() local 204 FailingFibAction f2 = new FailingFibAction(n - 2); in compute() local
|
D | ForkJoinPool8Test.java | 197 FibAction f2 = new FibAction(n - 2); in realCompute() local 215 FailingFibAction f2 = new FailingFibAction(n - 2); in compute() local
|
D | ForkJoinPoolTest.java | 147 LockingFibTask f2 = null; in compute() local
|
/libcore/ojluni/src/main/java/java/lang/ |
D | ProcessImpl.java | 90 FileOutputStream f2 = null; in start() local
|
D | Float.java | 908 public static int compare(float f1, float f2) { in compare()
|
D | StrictMath.java | 300 public static native double IEEEremainder(double f1, double f2); in IEEEremainder()
|
D | Math.java | 357 public static native double IEEEremainder(double f1, double f2); in IEEEremainder()
|
/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/ojluni/src/main/java/sun/net/www/http/ |
D | HttpCapture.java | 160 String f2 = f.replace("%d", Integer.toString(rand.nextInt())); in getCapture() local
|
/libcore/ojluni/src/main/java/java/io/ |
D | UnixFileSystem.java | 313 public boolean rename(File f1, File f2) { in rename() 325 private native boolean rename0(File f1, File f2); in rename0() 367 public int compare(File f1, File f2) { in compare()
|
D | FileSystem.java | 190 public abstract boolean rename(File f1, File f2); in rename() 226 public abstract int compare(File f1, File f2); in compare()
|
/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/luni/src/test/java/libcore/java/io/ |
D | FileTest.java | 332 File f2 = new File((String)null, "foo.bar"); in testEmptyParentString() local
|
/libcore/ojluni/src/main/java/java/util/logging/ |
D | FileHandler.java | 549 File f2 = files[i+1]; in rotate() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | FormatterTest.java | 178 Formatter f2 = new Formatter((Appendable) null); in test_ConstructorLjava_lang_Appendable() local 199 Formatter f2 = new Formatter((Locale) null); in test_ConstructorLjava_util_Locale() local 214 Formatter f2 = new Formatter(ma, null); in test_ConstructorLjava_lang_AppendableLjava_util_Locale() local
|