Home
last modified time | relevance | path

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

12

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDateFormatTest.java81 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getDateInstance(); in test_getDateInstance() local
97 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in test_getDateInstanceI() local
147 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getDateInstance( in test_getDateInstanceILjava_util_Locale() local
192 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in test_getDateTimeInstance() local
204 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in testDateTime() local
251 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in testDateTimeLocale() local
304 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getInstance(); in test_getInstance() local
328 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getTimeInstance(); in test_getTimeInstance() local
342 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in test_getTimeInstanceI() local
392 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
890 SimpleDateFormat f2 = new SimpleDateFormat("GyMdkHmsSEDFwWahKzZLc", new Locale("de", "CH")); in test_toLocalizedPattern() local
DChoiceFormatTest.java240 ChoiceFormat f2 = new ChoiceFormat( in test_equalsLjava_lang_Object() local
301 ChoiceFormat f2 = new ChoiceFormat( in test_hashCode() local
DMessageFormatTest.java721 MessageFormat f2 = (MessageFormat) format2.clone(); in test_setFormatByArgumentIndexILjava_text_Format() local
795 MessageFormat f2 = (MessageFormat) format2.clone(); in test_setFormatsByArgumentIndex$Ljava_text_Format() 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
992 Float f2 = new Float(8765.4321f); in test_equalsLjava_lang_Object() 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/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
457 File f2 = null; in test_createTempFileLjava_lang_StringLjava_lang_String() local
530 File f2 = null; in test_createTempFileLjava_lang_StringLjava_lang_StringLjava_io_File() local
676 File f2 = new File("filechk.tst"); in test_equalsLjava_lang_Object() local
708 File f2 = f.getAbsoluteFile(); in test_getAbsoluteFile() local
751 File f2 = f.getCanonicalFile(); in test_getCanonicalFile() local
848 File f2 = null, f3 = null, dir2 = null; in test_getCanonicalPath() local
949 File f2 = new File(tempDirectory, "tempfile2.tmp"); in test_getParentFile() local
[all …]
/libcore/ojluni/src/test/java/util/concurrent/tck/
DExecutorCompletionServiceTest.java124 Future f2 = cs.take(); in testTake2() local
242 Future f2 = cs.take(); in testNewTaskForCallable() local
272 Future f2 = cs.take(); in testNewTaskForRunnable() local
/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
/libcore/ojluni/src/test/java/lang/StackWalker/
DWalkFunction.java90 Function<? super Stream<? super StackFrame>, Void> f2 = WalkFunction::function; in testWildcards() local
/libcore/ojluni/src/main/java/java/lang/
DProcessImpl.java93 FileOutputStream f2 = null; in start() local
DFloat.java958 public static int compare(float f1, float f2) { in compare()
/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/java/io/
DFileSystem.java185 public abstract boolean rename(File f1, File f2); in rename()
228 public abstract int compare(File f1, File f2); in compare()
DUnixFileSystem.java409 public boolean rename(File f1, File f2) { in rename()
483 public int compare(File f1, File f2) { in compare()
/libcore/ojluni/annotations/hiddenapi/java/io/
DFileSystem.java98 public abstract boolean rename(java.io.File f1, java.io.File f2); in rename()
113 public abstract int compare(java.io.File f1, java.io.File f2); in compare()
/libcore/ojluni/src/test/java/lang/Math/
DPowTests.java241 static double f2(double y) { in f2() method in PowTests
/libcore/luni/src/test/java/libcore/java/io/
DFileTest.java400 File f2 = new File((String)null, "foo.bar"); in testEmptyParentString() local
462 File f2 = new File(tempDir, "testCannonCachesOff2"); in test_canonicalCachesAreOff() local
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DFloat.annotated.java87 public static int compare(float f1, float f2) { throw new RuntimeException("Stub!"); } in compare()
/libcore/ojluni/annotations/hiddenapi/java/lang/
DFloat.java139 public static int compare(float f1, float f2) { in compare()
/libcore/ojluni/annotations/flagged_api/java/lang/
DFloat.annotated.java89 public static int compare(float f1, float f2) { throw new RuntimeException("Stub!"); } in compare()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DDeflaterOutputStreamTest.java373 File f2 = File.createTempFile("writeBII2", ".tst"); in test_write$BII() local
/libcore/ojluni/src/test/java/util/Random/
DRandomTestCoverage.java65 float f2 = rng.nextFloat(1.0f); in coverRandomGenerator() local

12