HomeSort by relevance Sort by last modified time
    Searched refs:test_font (Results 1 - 9 of 9) sorted by null

  /external/python/cpython3/Lib/idlelib/idle_test/
test_codecontext.py 321 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/letest/
xmlreader.cpp 150 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); local
205 if (tag.compare(test_font) == 0) {
gendata.cpp 178 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); local
236 if (tag.compare(test_font) == 0) {
letest.cpp 584 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); local
640 if (tag.compare(test_font) == 0) {
    [all...]
  /external/icu/icu4c/source/test/perf/leperf/
xmlreader.cpp 154 UnicodeString test_font = UNICODE_STRING_SIMPLE("test-font"); local
209 if (tag.compare(test_font) == 0) {
  /external/skia/tests/
FontMgrTest.cpp 21 static void test_font(skiatest::Reporter* reporter) { function
719 test_font(reporter);
  /external/skqp/tests/
FontMgrTest.cpp 20 static void test_font(skiatest::Reporter* reporter) { function
718 test_font(reporter);
  /external/python/cpython2/Lib/lib-tk/test/
widget_tests.py 330 def test_font(self): member in class:StandardOptionsTests
  /external/python/cpython3/Lib/tkinter/test/
widget_tests.py 312 def test_font(self): member in class:StandardOptionsTests

Completed in 2449 milliseconds