Home
last modified time | relevance | path

Searched defs:test_font (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_sidebar.py340 def test_font(self): member in LineNumbersTest
622 def test_font(self): member in ShellSidebarTest
Dtest_codecontext.py356 def test_font(self): member in CodeContextTest
/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dtest-ot-face.c37 test_font (hb_font_t *font, hb_codepoint_t cp) in test_font() function
H A Dtest-shape.c73 test_font (hb_font_t *font) in test_font() function
/aosp_15_r20/external/icu/icu4c/source/test/letest/
H A Dxmlreader.cpp150 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in readTestFile() local
H A Dgendata.cpp178 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in main() local
H A Dletest.cpp578 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in DataDrivenTest() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/leperf/
H A Dxmlreader.cpp154 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in readTestFile() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/letest/
H A Dxmlreader.cpp150 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in readTestFile() local
H A Dgendata.cpp178 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in main() local
H A Dletest.cpp584 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in DataDrivenTest() local
/aosp_15_r20/external/icu/icu4c/source/test/perf/leperf/
H A Dxmlreader.cpp154 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in readTestFile() local
/aosp_15_r20/external/skia/modules/skottie/tests/
H A DPropertyObserver.cpp142 MockFontMgr(sk_sp<SkTypeface> test_font) : fTestFont(std::move(test_font)) {} in MockFontMgr()
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py330 def test_font(self): member in StandardOptionsTests
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py203 def test_font(self): member in LabelTest