/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-shape.c | 73 test_font (hb_font_t *font) in test_font() function 132 test_font (font); in test_shape() 135 test_font (sub_font); in test_shape()
|
D | test-ot-face.c | 37 test_font (hb_font_t *font, hb_codepoint_t cp) in test_font() function 181 test_font (hb_font_get_empty (), 0); in test_ot_face_empty()
|
/third_party/harfbuzz/test/api/ |
D | test-shape.c | 73 test_font (hb_font_t *font) in test_font() function 132 test_font (font); in test_shape() 135 test_font (sub_font); in test_shape()
|
D | test-ot-face.c | 37 test_font (hb_font_t *font, hb_codepoint_t cp) in test_font() function 181 test_font (hb_font_get_empty (), 0); in test_ot_face_empty()
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_sidebar.py | 339 def test_font(self): member in LineNumbersTest 343 test_font = 'TkTextFont' 344 self.assertNotEqual(orig_font, test_font) 349 self.font_override = test_font 355 self.assertEqual(ln.sidebar_text['font'], test_font) 623 def test_font(self): member in ShellSidebarTest 626 test_font = 'TkTextFont' 629 return test_font 645 self.assertNotEqual(get_sidebar_font(), test_font) 647 self.assertEqual(get_sidebar_font(), test_font)
|
D | test_codecontext.py | 356 def test_font(self): member in CodeContextTest 361 test_font = 'TkTextFont' 362 self.assertNotEqual(orig_font, test_font) 368 self.font_override = test_font 374 eq(cc.context['font'], test_font)
|
/third_party/flutter/engine/flutter/runtime/ |
D | BUILD.gn | 9 source_set("test_font") { 74 ":test_font",
|
/third_party/icu/icu4c/source/test/letest/ |
D | xmlreader.cpp | 150 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in readTestFile() local 205 if (tag.compare(test_font) == 0) { in readTestFile()
|
D | gendata.cpp | 178 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in main() local 236 if (tag.compare(test_font) == 0) { in main()
|
D | letest.cpp | 584 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in DataDrivenTest() local 640 if (tag.compare(test_font) == 0) { in DataDrivenTest()
|
/third_party/icu/icu4c/source/test/perf/leperf/ |
D | xmlreader.cpp | 154 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); in readTestFile() local 209 if (tag.compare(test_font) == 0) { in readTestFile()
|
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
D | hb-shape-fuzzer.cc | 50 text32[10] = test_font (font, text32[15]) % 256; in LLVMFuzzerTestOneInput()
|
/third_party/harfbuzz/test/fuzzing/ |
D | hb-shape-fuzzer.cc | 50 text32[10] = test_font (font, text32[15]) % 256; in LLVMFuzzerTestOneInput()
|
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottieTest.cpp | 53 "fName": "test_font", in DEF_TEST() 116 "f": "test_font", in DEF_TEST() 187 DummyFontMgr(sk_sp<SkTypeface> test_font) : fTestFont(test_font) {} in DEF_TEST() argument
|
/third_party/skia/modules/skottie/src/ |
D | SkottieTest.cpp | 54 "fName": "test_font", in DEF_TEST() 118 "f": "test_font", in DEF_TEST() 214 FakeFontMgr(sk_sp<SkTypeface> test_font) : fTestFont(test_font) {} in DEF_TEST() argument
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ |
D | asset_test.dart | 42 '[{"family":"packages/font/test_font","fonts":[{"asset":"packages/font/test_font_file"}]}]',
|
/third_party/flutter/engine/flutter/lib/ui/ |
D | BUILD.gn | 114 "$flutter_root/runtime:test_font",
|
/third_party/flutter/skia/tests/ |
D | FontMgrTest.cpp | 21 static void test_font(skiatest::Reporter* reporter) { in test_font() function 739 test_font(reporter); in DEF_TEST()
|
/third_party/python/Misc/ |
D | HISTORY | 12202 - Issue #9899: Fix test_tkinter.test_font on various platforms. Patch by Ned
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 45648 @@ -131,6 +131,7 @@ test_font (hb_font_t *font, hb_codepoint_t cp) 45656 @@ -162,11 +163,9 @@ test_font (hb_font_t *font, hb_codepoint_t cp) 46529 /* Similar to test-ot-face.c's #test_font() */ 46599 text32[10] = test_font (font, text32[15]) % 256;
|