Searched refs:tf (Results 1 – 5 of 5) sorted by relevance
50 TestXmlPullParserFactory tf = new TestXmlPullParserFactory(null, null); in testOverriding_emptyClassList() local53 tf.newPullParser(); in testOverriding_emptyClassList()59 tf.newPullParser(); in testOverriding_emptyClassList()66 TestXmlPullParserFactory tf = new TestXmlPullParserFactory( in testOverriding_customClassList() local70 assertTrue(tf.newPullParser() instanceof XmlPullParserStub); in testOverriding_customClassList()71 assertTrue(tf.newSerializer() instanceof XmlSerializerStub); in testOverriding_customClassList()75 tf = new TestXmlPullParserFactory( in testOverriding_customClassList()83 assertTrue(tf.newPullParser() instanceof XmlPullParserStub); in testOverriding_customClassList()84 assertTrue(tf.newSerializer() instanceof XmlSerializerStub); in testOverriding_customClassList()89 TestXmlPullParserFactory tf = new TestXmlPullParserFactory( in testSetFeature_setsFeatureOnlyIfTrue() local[all …]
24 File tf = File.createTempFile("classes", ".dex"); in test_readResource() local53 File tf = File.createTempFile("classes", ".dex"); in test_signatureFormatError() local59 OutputStream fos = new FileOutputStream(tf); in test_signatureFormatError()72 ClassLoader cl = Support_ClassLoader.getInstance(tf.toURL(), in test_signatureFormatError()
92 TransformerFactory tf = TransformerFactory.newInstance(); in testTransform() local93 Templates tmpl = tf.newTemplates(xslsrc); in testTransform()
166 TransformerFactory tf = TransformerFactory.newInstance(); in emitDocument() local169 t = tf.newTransformer(); in emitDocument()
278 TransformerFactory tf = TransformerFactory.newInstance(); in writeDoc() local280 tf.setAttribute("indent-number", new Integer(2)); in writeDoc()285 Transformer t = tf.newTransformer(); in writeDoc()