Home
last modified time | relevance | path

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

123456

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DFormatterTest.java159 Formatter f = new Formatter(); in test_Constructor() local
225 Formatter f = null; in test_ConstructorLjava_lang_String() local
256 Formatter f = null; in test_ConstructorLjava_lang_StringLjava_lang_String() local
301 Formatter f = null; in test_ConstructorLjava_lang_StringLjava_lang_StringLjava_util_Locale() local
354 Formatter f = null; in test_ConstructorLjava_io_File() local
385 Formatter f = null; in test_ConstructorLjava_io_FileLjava_lang_String() local
442 Formatter f = null; in test_ConstructorLjava_io_FileLjava_lang_StringLjava_util_Locale() local
493 Formatter f = null; in test_ConstructorLjava_io_PrintStream() local
511 Formatter f = null; in test_ConstructorLjava_io_OutputStream() local
530 Formatter f = null; in test_ConstructorLjava_io_OutputStreamLjava_lang_String() local
[all …]
/libcore/luni/src/test/java/tests/security/spec/
DEllipticCurveTest.java44 ECFieldFp f = new ECFieldFp(BigInteger.valueOf(23L)); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray01() local
78 ECFieldFp f = null; in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray02() local
125 ECFieldFp f = new ECFieldFp(BigInteger.valueOf(23L)); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray03() local
186 ECFieldF2m f = new ECFieldF2m(5); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray04() local
230 ECFieldF2m f = new ECFieldF2m(5); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray05() local
252 ECFieldFp f = new ECFieldFp(BigInteger.valueOf(23L)); in testEllipticCurveECFieldBigIntegerBigInteger01() local
284 ECFieldFp f = null; in testEllipticCurveECFieldBigIntegerBigInteger02() local
328 ECFieldFp f = new ECFieldFp(BigInteger.valueOf(23L)); in testEllipticCurveECFieldBigIntegerBigInteger03() local
385 ECFieldF2m f = new ECFieldF2m(5); in testEllipticCurveECFieldBigIntegerBigInteger04() local
427 ECFieldF2m f = new ECFieldF2m(5); in testGetA() local
[all …]
DECFieldF2mTest.java324 ECFieldF2m f = new ECFieldF2m(2000); in testHashCode01() local
343 ECFieldF2m f = new ECFieldF2m(2000, new int[] {981, 2, 1}); in testHashCode02() local
548 ECFieldF2m f = new ECFieldF2m(1999, aCopy); in testIsStatePreserved01() local
566 ECFieldF2m f = new ECFieldF2m(2000, aCopy); in testIsStatePreserved02() local
/libcore/luni/src/test/java/libcore/java/security/cert/
DX509CertificateTest.java123 private final X509Certificate getCertificate(CertificateFactory f, String name) in getCertificate()
137 …private final Collection<? extends X509Certificate> getCertificates(CertificateFactory f, String n… in getCertificates()
246 CertificateFactory f = CertificateFactory.getInstance("X.509", p); in test_Provider() local
309 private void getPublicKey(CertificateFactory f) throws Exception { in getPublicKey()
319 private void getType(CertificateFactory f) throws Exception { in getType()
324 private void verify(CertificateFactory f) throws Exception { in verify()
352 private void check_equals(CertificateFactory f) throws Exception { in check_equals()
363 private void check_toString(CertificateFactory f) throws Exception { in check_toString()
377 private void check_hashCode(CertificateFactory f) throws Exception { in check_hashCode()
387 private void checkValidity(CertificateFactory f) throws Exception { in checkValidity()
[all …]
DX509CRLTest.java77 private final X509Certificate getCertificate(CertificateFactory f, String name) in getCertificate()
93 private final X509CRL getCRL(CertificateFactory f, String name) throws Exception { in getCRL()
155 CertificateFactory f = CertificateFactory.getInstance("X.509", p); in test_Provider() local
183 private void verify(CertificateFactory f) throws Exception { in verify()
197 private void getType(CertificateFactory f) throws Exception { in getType()
203 private void isRevoked(CertificateFactory f) throws Exception { in isRevoked()
227 private void getThisUpdateNextUpdate(CertificateFactory f) throws Exception { in getThisUpdateNextUpdate()
257 private void getSigAlgName(CertificateFactory f) throws Exception { in getSigAlgName()
270 private void getSigAlgOID(CertificateFactory f) throws Exception { in getSigAlgOID()
276 private void getVersion(CertificateFactory f) throws Exception { in getVersion()
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DFileTest.java45 File f = new File(dir, files[i]); in deleteTempFolder() local
87 File f = new File(tempDirectory.getPath(), "input.tst"); in test_ConstructorLjava_io_FileLjava_lang_String0() local
100 File f = new File((File) null, "input.tst"); in test_ConstructorLjava_io_FileLjava_lang_String2() local
108 File f = new File("/abc"); in test_ConstructorLjava_io_FileLjava_lang_String3() local
137 File f = new File(d, fileName); in test_ConstructorLjava_io_FileLjava_lang_String5() local
174 File f = new File(fileName); in test_ConstructorLjava_lang_String() local
184 File f = new File(dirName, fileName); in test_ConstructorLjava_lang_StringLjava_lang_String() local
293 File f = new File(new URI("file:///pa%20th/another\u20ac/pa%25th")); in test_ConstructorLjava_net_URI() local
303 File f = new File(tempDirectory, platformId + "canRead.tst"); in test_canRead() local
318 File f = new File(tempDirectory, platformId + "canWrite.tst"); in test_canWrite() local
[all …]
DFileDescriptorTest.java32 File f = File.createTempFile("FileDescriptorText", "txt"); in test_sync() local
74 File f = File.createTempFile("FileDescriptorText", "txt"); in test_valid() local
DSyncFailedExceptionTest.java32 File f = null; in test_ConstructorLjava_lang_String() local
/libcore/benchmarks/src/benchmarks/regression/
DFormatterBenchmark.java30 Formatter f = new Formatter(); in timeFormatter_NoFormatting() local
45 Formatter f = new Formatter(); in timeFormatter_OneInt() local
54 Formatter f = new Formatter(); in timeFormatter_OneIntArabic() local
71 Formatter f = new Formatter(); in timeFormatter_OneHexInt() local
88 Formatter f = new Formatter(); in timeFormatter_OneFloat() local
96 Formatter f = new Formatter(); in timeFormatter_OneFloat_dot2f() local
104 Formatter f = new Formatter(); in timeFormatter_TwoFloats() local
120 Formatter f = new Formatter(); in timeFormatter_OneString() local
DPropertyAccessBenchmark.java102 void setFloat(View v, float f); in setFloat()
106 public void setFloat(View v, float f) { in setFloat()
112 public void setFloat(View v, float f) { in setFloat()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DFieldTest.java163 Field f = null; in test_equalsLjava_lang_Object() local
187 Field f = TestField.class.getDeclaredField("doubleField"); in test_getLjava_lang_Object() local
241 Object getField(char primitiveType, Object o, Field f, in getField()
289 void setField(char primitiveType, Object o, Field f, in setField()
559 Field f = null; in test_getBooleanLjava_lang_Object() local
613 Field f = null; in test_getByteLjava_lang_Object() local
666 Field f = null; in test_getCharLjava_lang_Object() local
742 Field f = null; in test_getDoubleLjava_lang_Object() local
797 Field f = null; in test_getFloatLjava_lang_Object() local
851 Field f = null; in test_getIntLjava_lang_Object() local
[all …]
DProxyTest.java277 Object f(); in f() method
281 String f(); in f() method
285 Integer f(); in f() method
290 public String f() { in f() method in ProxyTest.TestProxyImpl
/libcore/luni/src/main/native/
Djava_lang_Float.cpp29 float f; member
33 Float f; in Float_floatToRawIntBits() local
39 Float f; in Float_intBitsToFloat() local
/libcore/luni/src/test/java/libcore/java/io/
DFileDescriptorTest.java29 File f= File.createTempFile("FileDescriptorTest", "tmp"); in testReadOnlyFileDescriptorSync() local
34 File f = new File("/dev/null"); in test_isSocket() local
DOldFileTest.java52 File f = new File(dir, files[i]); in deleteTempFolder() local
67 File f = new File(d, "input.tst"); in test_ConstructorLjava_io_FileLjava_lang_String() local
101 File f = new File(tmpDir, fileName); in test_ConstructorLjava_lang_StringLjava_lang_String() local
140 File f = new File(dir, "xxx.xxx"); in test_renameToLjava_io_File() local
DFileTest.java48 File f = base; in createDeepStructure() local
87 File f = new File(""); in test_emptyFilename() local
195 File f = File.createTempFile("FileTest", "tmp"); in test_createNewFile() local
211 File f = File.createTempFile("FileTest", "tmp"); in test_rename() local
224 File f = new File("poop"); in test_getAbsolutePath() local
DOldFileWriterTest.java37 File f; field in OldFileWriterTest
92 File f = null; in test_handleEarlyEOFChar_1() local
128 File f = File.createTempFile("FileWriterBugTest ", null); in test_handleEarlyEOFChar_2() local
/libcore/luni/src/test/java/libcore/java/util/zip/
DZipEntryTest.java39 private static ZipOutputStream createZipOutputStream(File f) throws IOException { in createZipOutputStream()
54 File f = File.createTempFile("your", "mum"); in test_utf8FileNames() local
107 File f = createTemporaryZipFile(); in testMaxLengthName() local
132 File f = createTemporaryZipFile(); in testMaxLengthExtra() local
159 File f = createTemporaryZipFile(); in testMaxLengthComment() local
177 File f = createTemporaryZipFile(); in testCommentAndExtraInSameOrder() local
/libcore/luni/src/main/java/java/util/
DFormatFlagsConversionMismatchException.java32 private final String f; field in FormatFlagsConversionMismatchException
45 public FormatFlagsConversionMismatchException(String f, char c) { in FormatFlagsConversionMismatchException()
/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/
DNativeTestTarget.java36 public static native void emptyJniStaticMethod6(int a, int b, int c, int d, int e, int f); in emptyJniStaticMethod6()
38 public native void emptyJniMethod6(int a, int b, int c, int d, int e, int f); in emptyJniMethod6()
47 int[][] c, Object d, Object[] e, Object[][][][] f); in emptyJniStaticMethod6L()
50 int[][] c, Object d, Object[] e, Object[][][][] f); in emptyJniMethod6L()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DFloatTest.java103 Float f = new Float(900.89f); in test_ConstructorF() local
113 Float f = new Float("900.89"); in test_ConstructorLjava_lang_String() local
122 Float f = new Float(0.46874f); in test_byteValue() local
174 float f = 9876.2345f; in test_floatToIntBitsF() local
185 float f = Float.intBitsToFloat(i); in test_floatToRawIntBitsF() local
194 Float f = new Float(87.657f); in test_floatValue() local
206 Float f = new Float(1908.8786f); in test_hashCode() local
223 float f = 9876.2345f; in test_intBitsToFloatI() local
234 Float f = new Float(0.46874f); in test_intValue() local
282 Float f = new Float(0.46874f); in test_longValue() local
[all …]
/libcore/luni/src/main/java/java/util/concurrent/
DAbstractExecutorService.java141 Future<T> f = ecs.poll(); in doInvokeAny() local
205 RunnableFuture<T> f = newTaskFor(t); in invokeAll() local
210 Future<T> f = futures.get(i); in invokeAll() local
253 Future<T> f = futures.get(i); in invokeAll() local
/libcore/luni/src/main/java/java/lang/
DRealToString.java70 long f = inputNumberBits & Double.MANTISSA_MASK; in convertDouble() local
125 public String floatToString(float f) { in floatToString()
129 public void appendFloat(AbstractStringBuilder sb, float f) { in appendFloat()
137 int f = inputNumberBits & Float.MANTISSA_MASK; in convertFloat() local
246 private void longDigitGenerator(long f, int e, boolean isDenormalized, in longDigitGenerator()
DFloat.java262 public static boolean isInfinite(float f) { in isInfinite()
285 public static boolean isNaN(float f) { in isNaN()
327 public static String toString(float f) { in toString()
402 public static Float valueOf(float f) { in valueOf()
414 public static String toHexString(float f) { in toHexString()
/libcore/luni/src/main/java/libcore/net/
DMimeUtils.java402 File f = new File(userTable); in getContentTypesPropertiesStream() local
412 …File f = new File(System.getProperty("java.home"), "lib" + File.separator + "content-types.propert… in getContentTypesPropertiesStream() local

123456