/third_party/python/Lib/idlelib/idle_test/ |
D | test_outwin.py | 63 test_text = 'test text' 64 eq(write(test_text), len(test_text)) 70 test_text = 'test text\n' 71 eq(write(test_text), len(test_text)) 77 test_text = 'test text\nLine 2' 78 eq(write(test_text), len(test_text)) 85 test_text = 'test text\n' 87 eq(write(test_text, tags='mytag'), len(test_text)) 89 eq(get('mytag.first', 'mytag.last'), test_text) 91 eq(get('1.0', '1.end'), test_text.rstrip('\n'))
|
D | test_searchengine.py | 212 test_text = ( 216 cls.text.insert('1.0', test_text) 280 test_text = ( 284 cls.text.insert('1.0', test_text)
|
/third_party/flutter/skia/gm/ |
D | skbug_257.cpp | 67 static void test_text(SkCanvas* canvas, SkScalar size, in test_text() function 129 test_text(canvas, size, SK_ColorBLACK, translate); 140 test_text(canvas, size, SK_ColorCYAN, 0.0f);
|
/third_party/skia/gm/ |
D | skbug_257.cpp | 68 static void test_text(SkCanvas* canvas, SkScalar size, in test_text() function 130 test_text(canvas, size, SK_ColorBLACK, translate); 141 test_text(canvas, size, SK_ColorCYAN, 0.0f);
|
/third_party/icu/icu4c/source/test/letest/ |
D | xmlreader.cpp | 149 UnicodeString test_text = UNICODE_STRING_SIMPLE("test-text"); in readTestFile() local 210 } else if (tag.compare(test_text) == 0) { in readTestFile()
|
D | gendata.cpp | 177 UnicodeString test_text = UNICODE_STRING_SIMPLE("test-text"); in main() local 283 } else if (tag.compare(test_text) == 0) { in main()
|
D | letest.cpp | 583 UnicodeString test_text = UNICODE_STRING_SIMPLE("test-text"); in DataDrivenTest() local 654 } else if (tag.compare(test_text) == 0) { in DataDrivenTest()
|
/third_party/icu/icu4c/source/test/perf/leperf/ |
D | xmlreader.cpp | 153 UnicodeString test_text = UNICODE_STRING_SIMPLE("test-text"); in readTestFile() local 214 } else if (tag.compare(test_text) == 0) { in readTestFile()
|
/third_party/openssl/test/ |
D | endecode_test.c | 460 static int test_text(const char *file, const int line, in test_text() function 566 test_text, check_unprotected_PKCS8_PEM, in test_unprotected_via_PEM() 624 test_text, check_params_PEM, in test_params_via_PEM() 652 test_text, check_unprotected_legacy_PEM, in test_unprotected_via_legacy_PEM() 745 test_text, check_protected_PKCS8_PEM, in test_protected_via_PEM() 773 test_text, check_protected_legacy_PEM, in test_protected_via_legacy_PEM() 836 test_text, check_public_PEM, dump_pem, in test_public_via_PEM()
|
/third_party/python/Lib/test/ |
D | test_cgitb.py | 31 def test_text(self): member in TestCgitb
|
/third_party/flutter/skia/samplecode/ |
D | SampleRegion.cpp | 91 static void test_text(SkCanvas* canvas) { in test_text() function 281 test_text(canvas); in onDrawContent()
|