Home
last modified time | relevance | path

Searched refs:tf1 (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/tests/
H A DSerialProcsTest.cpp180 static sk_sp<SkPicture> make_picture(sk_sp<SkTypeface> tf0, sk_sp<SkTypeface> tf1) { in make_picture() argument
186 font.setTypeface(tf1); canvas->drawString("hello", 0, 0, font, paint); in make_picture()
188 font.setTypeface(tf1); canvas->drawString("hello", 0, 0, font, paint); in make_picture()
194 auto tf1 = MakeResourceAsTypeface("fonts/Roboto2-Regular_NoEmbed.ttf"); in DEF_TEST() local
195 if (!tf0 || !tf1 || tf0.get() == tf1.get()) { in DEF_TEST()
199 auto pic = make_picture(tf0, tf1); in DEF_TEST()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
H A DRbnfDemo.java560 tf1 = new TextArea("", 0, 0, TextArea.SCROLLBARS_VERTICAL_ONLY); in DemoTextFieldHolder()
568 add(tf1, "TestField2"); in DemoTextFieldHolder()
574 tf1.addFocusListener(l); in addFocusListener()
579 tf1.addKeyListener(l); in addKeyListener()
583 tf1.setText(text); in setText()
588 return tf1.getText(); in getText()
592 tf1.select(start, end); in select()
596 tf1.selectAll(); in selectAll()
607 private TextArea tf1 = null; field in DemoTextFieldHolder
/third_party/python/Lib/test/
H A Dtest_ntpath.py812 with TemporaryFile() as tf1, TemporaryFile() as tf2:
814 self.assertTrue(ntpath.sameopenfile(tf1.fileno(), tf1.fileno()))
816 self.assertFalse(ntpath.sameopenfile(tf1.fileno(), tf2.fileno()))
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java3455 TestFactory1 tf1 = new TestFactory1(); in TestNumberFormatFactory()
3474 if (tf1.createFormat(new ULocale(""), 0) != null) { in TestNumberFormatFactory()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java3452 TestFactory1 tf1 = new TestFactory1(); in TestNumberFormatFactory()
3471 if (tf1.createFormat(new ULocale(""), 0) != null) { in TestNumberFormatFactory()

Completed in 26 milliseconds