Home
last modified time | relevance | path

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

123456

/dalvik/libcore/security/src/test/java/tests/security/spec/
DEllipticCurveTest.java56 ECFieldFp f = new ECFieldFp(BigInteger.valueOf(23L)); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray01() local
96 ECFieldFp f = null; in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray02() local
149 ECFieldFp f = new ECFieldFp(BigInteger.valueOf(23L)); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray03() local
216 ECFieldF2m f = new ECFieldF2m(5); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray04() local
266 ECFieldF2m f = new ECFieldF2m(5); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray05() local
294 ECFieldFp f = new ECFieldFp(BigInteger.valueOf(23L)); in testEllipticCurveECFieldBigIntegerBigInteger01() local
332 ECFieldFp f = null; in testEllipticCurveECFieldBigIntegerBigInteger02() local
382 ECFieldFp f = new ECFieldFp(BigInteger.valueOf(23L)); in testEllipticCurveECFieldBigIntegerBigInteger03() local
445 ECFieldF2m f = new ECFieldF2m(5); in testEllipticCurveECFieldBigIntegerBigInteger04() local
493 ECFieldF2m f = new ECFieldF2m(5); in testGetA() local
[all …]
DECFieldF2mTest.java353 ECFieldF2m f = new ECFieldF2m(2000); in testHashCode01() local
378 ECFieldF2m f = new ECFieldF2m(2000, new int[] {981, 2, 1}); in testHashCode02() local
691 ECFieldF2m f = new ECFieldF2m(1999, aCopy); in testIsStatePreserved01() local
723 ECFieldF2m f = new ECFieldF2m(2000, aCopy); in testIsStatePreserved02() local
/dalvik/libcore/luni/src/test/java/tests/api/java/util/
DFormatterTest.java180 Formatter f = new Formatter(); in test_Constructor() local
271 Formatter f = null; in test_ConstructorLjava_lang_String() local
319 Formatter f = null; in test_ConstructorLjava_lang_StringLjava_lang_String() local
381 Formatter f = null; in test_ConstructorLjava_lang_StringLjava_lang_StringLjava_util_Locale() local
452 Formatter f = null; in test_ConstructorLjava_io_File() local
500 Formatter f = null; in test_ConstructorLjava_io_FileLjava_lang_String() local
574 Formatter f = null; in test_ConstructorLjava_io_FileLjava_lang_StringLjava_util_Locale() local
643 Formatter f = null; in test_ConstructorLjava_io_PrintStream() local
667 Formatter f = null; in test_ConstructorLjava_io_OutputStream() local
692 Formatter f = null; in test_ConstructorLjava_io_OutputStreamLjava_lang_String() local
[all …]
/dalvik/libcore/luni/src/test/java/tests/api/java/io/
DFileTest.java77 File f = new File(dir, files[i]); in deleteTempFolder() local
103 File f = new File(d, "input.tst"); in test_ConstructorLjava_io_FileLjava_lang_String() local
156 File f = new File(fileName); in test_ConstructorLjava_lang_String() local
178 File f = new File(dirName, fileName); in test_ConstructorLjava_lang_StringLjava_lang_String() local
318 File f = new File(new URI("file:///pa%20th/another\u20ac/pa%25th")); in test_ConstructorLjava_net_URI() local
341 File f = new File(System.getProperty("java.io.tmpdir"), platformId in test_canRead() local
366 File f = new File(System.getProperty("java.io.tmpdir"), platformId in test_canWrite() local
410 File f = new File(""); in test_createNewFile_EmptyString() local
701 File f = new File(dir, "filechk.tst"); in test_delete() local
779 File f = new File(System.getProperty("java.io.tmpdir"), platformId in test_exists() local
[all …]
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
DFieldTest.java174 Field f = null; in test_equalsLjava_lang_Object() local
204 Field f = x.getClass().getDeclaredField("doubleField"); in test_getLjava_lang_Object() local
271 Object getField(char primitiveType, Object o, Field f, in getField()
319 void setField(char primitiveType, Object o, Field f, in setField()
703 Field f = null; in test_getBooleanLjava_lang_Object() local
776 Field f = null; in test_getByteLjava_lang_Object() local
848 Field f = null; in test_getCharLjava_lang_Object() local
949 Field f = null; in test_getDoubleLjava_lang_Object() local
1023 Field f = null; in test_getFloatLjava_lang_Object() local
1096 Field f = null; in test_getIntLjava_lang_Object() local
[all …]
DProxyTest.java359 Object f(); in f() method
363 String f(); in f() method
367 Integer f(); in f() method
372 public String f() { in f() method in ProxyTest.TestProxyImpl
/dalvik/libcore/luni/src/main/native/
Djava_lang_Float.c15 float f; member
34 Float f; in floatToIntBits() local
52 Float f; in floatToRawBits() local
64 Float f; in intBitsToFloat() local
/dalvik/libcore/luni/src/main/java/java/util/
DFormatFlagsConversionMismatchException.java32 private String f; field in FormatFlagsConversionMismatchException
45 public FormatFlagsConversionMismatchException(String f, char c) { in FormatFlagsConversionMismatchException()
DUnknownFormatFlagsException.java40 public UnknownFormatFlagsException(String f) { in UnknownFormatFlagsException()
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
DFloatTest.java115 Float f = new Float(900.89f); in test_ConstructorF() local
127 Float f = new Float(Double.MAX_VALUE); in test_ConstructorD() local
143 Float f = new Float("900.89"); in test_ConstructorLjava_lang_String() local
164 Float f = new Float(0.46874f); in test_byteValue() local
234 float f = 9876.2345f; in test_floatToIntBitsF() local
255 float f = Float.intBitsToFloat(i); in test_floatToRawIntBitsF() local
274 Float f = new Float(87.657f); in test_floatValue() local
292 Float f = new Float(1908.8786f); in test_hashCode() local
316 float f = 9876.2345f; in test_intBitsToFloatI() local
341 Float f = new Float(0.46874f); in test_intValue() local
[all …]
/dalvik/tests/073-mismatched-field/src/
DSuperMain.java18 public int f = 456; field in SuperMain
/dalvik/tests/073-mismatched-field/src2/
DIMain.java18 static int f = 123; field
/dalvik/tests/003-omnibus-opcodes/src/
DFloatMath.java11 float f; in convTest() local
180 static float unopTest(float f) { in unopTest()
185 static int[] convI(long l, float f, double d, float zero) { in convI()
205 static long[] convL(int i, float f, double d, double zero) { in convL()
240 static double[] convD(int i, long l, float f) { in convD()
258 float f = 10.0f; // const/special in checkConsts() local
/dalvik/libcore/luni/src/main/java/java/lang/
DFloat.java243 public static boolean isInfinite(float f) { in isInfinite()
266 public static boolean isNaN(float f) { in isNaN()
310 public static String toString(float f) { in toString()
386 public static Float valueOf(float f) { in valueOf()
398 public static String toHexString(float f) { in toHexString()
/dalvik/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/
DNativeTestTarget.java43 int d, int e, int f); in emptyJniStaticMethod6()
52 int[][] c, Object d, Object[] e, Object[][][][] f); in emptyJniStaticMethod6L()
/dalvik/libcore/security/src/test/java/tests/security/permissions/
DJavaIoFileTest.java90 File f = File.createTempFile(filename, null); in test_File1() local
203 File f = File.createTempFile(filename, null); in test_File2() local
353 File f = File.createTempFile(filename, null); in test_File3() local
456 File f = new File(filename); in test_File4() local
512 File f = new File(filename); in test_File5() local
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
DRandomAccessFileTest.java41 File f = File.createTempFile("xxx", "yyy"); in test_ConstructorLjava_io_FileLjava_lang_String() local
/dalvik/tests/017-float/src/
DMain.java22 float f = 3.1415926535f; in main() local
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
DExecutorCompletionServiceTest.java91 Future f = ecs.take(); in testTake() local
130 Future f = ecs.poll(); in testPoll1() local
153 Future f = ecs.poll(SHORT_DELAY_MS, TimeUnit.MILLISECONDS); in testPoll2() local
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/file/
DFileURLConnection.java78 File f = new File(fileName); in connect() local
151 private InputStream getDirectoryListing(File f) { in getDirectoryListing()
/dalvik/libcore/dalvik/src/main/native/
Dorg_apache_harmony_dalvik_NativeTestTarget.c36 int a, int b, int c, int d, int e, int f) in emptyJniStaticMethod6()
48 jobject a, jarray b, jarray c, jobject d, jarray e, jarray f) in emptyJniStaticMethod6L()
/dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DFilterTest.java56 MockFilter f = new MockFilter(); in testFilter() local
/dalvik/tests/027-arithmetic/src/
DMain.java44 long f = 0x66; in shiftTest2() local
56 float f; in convTest() local
/dalvik/tests/014-math3/src/
DMain.java25 float f = 0.0f; in main() local
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
DChoiceFormatTest.java166 ChoiceFormat f = (ChoiceFormat) f1.clone(); in test_applyPatternLjava_lang_String() local
234 ChoiceFormat f = (ChoiceFormat) f1.clone(); in test_clone() local
364 String[] f = (String[]) f1.getFormats(); in test_getFormats() local
502 ChoiceFormat f = (ChoiceFormat) f1.clone(); in test_setChoices$D$Ljava_lang_String() local

123456