Home
last modified time | relevance | path

Searched defs:tf (Results 1 – 9 of 9) sorted by relevance

/libcore/luni/src/test/java/libcore/sun/misc/
DUnsafeTest.java123 TestFixture tf = new TestFixture(); in test_getBoolean_Relative() local
132 TestFixture tf = new TestFixture(); in test_getByte_Relative() local
141 TestFixture tf = new TestFixture(); in test_getInt_Relative() local
150 TestFixture tf = new TestFixture(); in test_getLong_Relative() local
159 TestFixture tf = new TestFixture(); in test_getFloat_Relative() local
168 TestFixture tf = new TestFixture(); in test_getDouble_Relative() local
177 TestFixture tf = new TestFixture(); in test_getObject_Relative() local
186 TestFixture tf = new TestFixture(); in test_putBoolean_Relative() local
196 TestFixture tf = new TestFixture(); in test_putByte_Relative() local
206 TestFixture tf = new TestFixture(); in test_putInt_Relative() local
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DGenericSignatureFormatErrorTest.java24 File tf = File.createTempFile("classes", ".dex"); in test_readResource() local
53 File tf = File.createTempFile("classes", ".dex"); in test_signatureFormatError() local
/libcore/ojluni/src/test/javax/xml/jaxp/transform/
DXslSubstringTest.java92 TransformerFactory tf = TransformerFactory.newInstance(); in testTransform() local
/libcore/ojluni/src/test/java/lang/StackWalker/
DStackRecorderUtil.java66 TestFrame tf = testFrames.get(index); in compareFrame() local
/libcore/luni/src/test/java/libcore/xml/
DXmlPullParserFactoryTest.java50 TestXmlPullParserFactory tf = new TestXmlPullParserFactory(null, null); in testOverriding_emptyClassList() local
66 TestXmlPullParserFactory tf = new TestXmlPullParserFactory( in testOverriding_customClassList() local
89 TestXmlPullParserFactory tf = new TestXmlPullParserFactory( in testSetFeature_setsFeatureOnlyIfTrue() local
/libcore/ojluni/src/main/java/java/util/
DXMLUtils.java166 TransformerFactory tf = TransformerFactory.newInstance(); in emitDocument() local
/libcore/ojluni/src/test/java/lang/invoke/
DTryFinallyTest.java121 MethodHandle tf = MethodHandles.tryFinally(TryFinally.MH_dummyTarget, cleanup); in testTryFinallyOmitTrailingArguments() local
DMethodHandlesGeneralTest.java1670 MethodHandle tf = MethodHandles.tryFinally(target, cleanup); in testTryFinally() local
/libcore/ojluni/src/main/java/java/util/prefs/
DXmlSupport.java278 TransformerFactory tf = TransformerFactory.newInstance(); in writeDoc() local