Home
last modified time | relevance | path

Searched refs:test_font (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_codecontext.py321 test_font = 'FakeFont'
329 cc.text['font'] = test_font
347 cc.text['font'] = test_font
349 eq(cc.textfont, test_font)
351 eq(cc.context['font'], test_font)
/external/icu/icu4c/source/test/perf/leperf/
Dxmlreader.cpp154 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in readTestFile() local
209 if (tag.compare(test_font) == 0) { in readTestFile()
/external/icu/icu4c/source/test/letest/
Dxmlreader.cpp150 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in readTestFile() local
205 if (tag.compare(test_font) == 0) { in readTestFile()
Dgendata.cpp178 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in main() local
236 if (tag.compare(test_font) == 0) { in main()
Dletest.cpp584 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in DataDrivenTest() local
640 if (tag.compare(test_font) == 0) { in DataDrivenTest()
/external/skia/tests/
DFontMgrTest.cpp21 static void test_font(skiatest::Reporter* reporter) { in test_font() function
719 test_font(reporter); in DEF_TEST()
/external/skqp/tests/
DFontMgrTest.cpp20 static void test_font(skiatest::Reporter* reporter) { in test_font() function
718 test_font(reporter); in DEF_TEST()
/external/python/cpython3/Lib/tkinter/test/
Dwidget_tests.py312 def test_font(self): member in StandardOptionsTests
/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py330 def test_font(self): member in StandardOptionsTests
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py203 def test_font(self): member in LabelTest
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py201 def test_font(self): member in LabelTest
/external/python/cpython3/Misc/
DHISTORY12202 - Issue #9899: Fix test_tkinter.test_font on various platforms. Patch by Ned