Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDateFormatTest.java75 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
DSimpleDateFormatTest.java48 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
DChoiceFormatTest.java239 ChoiceFormat f2 = new ChoiceFormat( in test_equalsLjava_lang_Object() local
325 ChoiceFormat f2 = new ChoiceFormat( in test_hashCode() local
DMessageFormatTest.java720 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/
DFieldTest.java35 Field f2 = FieldTestHelper.class.getField("a"); in testEqualConstructorEqualsAndHashCode() local
47 Field f2 = FieldTestHelper.class.getField("b"); in testDifferentConstructorEqualsAndHashCode() local
DClassLoaderReflectionTest.java145 Field f2 = bClass.getDeclaredField("field"); in testFieldsOfDifferentClassLoadersAreNotEqual() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DFloatTest.java123 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/
DFileTest.java155 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/
DExecutorCompletionServiceTest.java113 Future f2 = ecs.take(); in testTake2() local
182 Future f2 = ecs.take(); in testNewTaskForCallable() local
213 Future f2 = ecs.take(); in testNewTaskForRunnable() local
DCollection8Test.java81 final Future<?> f1, f2; in testForEachConcurrentStressTest() local
DRecursiveActionTest.java186 FibAction f2 = new FibAction(n - 2); in realCompute() local
204 FailingFibAction f2 = new FailingFibAction(n - 2); in compute() local
DForkJoinPool8Test.java197 FibAction f2 = new FibAction(n - 2); in realCompute() local
215 FailingFibAction f2 = new FailingFibAction(n - 2); in compute() local
DForkJoinPoolTest.java147 LockingFibTask f2 = null; in compute() local
/libcore/ojluni/src/main/java/java/lang/
DProcessImpl.java90 FileOutputStream f2 = null; in start() local
DFloat.java908 public static int compare(float f1, float f2) { in compare()
DStrictMath.java300 public static native double IEEEremainder(double f1, double f2); in IEEEremainder()
DMath.java357 public static native double IEEEremainder(double f1, double f2); in IEEEremainder()
/libcore/luni/src/test/java/tests/security/spec/
DECFieldF2mTest.java429 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/
DHttpCapture.java160 String f2 = f.replace("%d", Integer.toString(rand.nextInt())); in getCapture() local
/libcore/ojluni/src/main/java/java/io/
DUnixFileSystem.java313 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()
DFileSystem.java190 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/
DDeflaterOutputStreamTest.java343 File f2 = File.createTempFile("writeBII2", ".tst"); in test_write$BII() local
/libcore/luni/src/test/java/libcore/java/io/
DFileTest.java332 File f2 = new File((String)null, "foo.bar"); in testEmptyParentString() local
/libcore/ojluni/src/main/java/java/util/logging/
DFileHandler.java549 File f2 = files[i+1]; in rotate() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DFormatterTest.java178 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