/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_outwin.py | 68 test_text = 'test text' 69 eq(write(test_text), len(test_text)) 75 test_text = 'test text\n' 76 eq(write(test_text), len(test_text)) 82 test_text = 'test text\nLine 2' 83 eq(write(test_text), len(test_text)) 90 test_text = 'test text\n' 92 eq(write(test_text, tags='mytag'), len(test_text)) 94 eq(get('mytag.first', 'mytag.last'), test_text) 96 eq(get('1.0', '1.end'), test_text.rstrip('\n'))
|
D | test_searchengine.py | 210 test_text = ( 214 cls.text.insert('1.0', test_text) 278 test_text = ( 282 cls.text.insert('1.0', test_text)
|
/external/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);
|
/external/skqp/gm/ |
D | skbug_257.cpp | 55 static void test_text(SkCanvas* canvas, SkScalar size, in test_text() function 117 test_text(canvas, size, SK_ColorBLACK, translate); 128 test_text(canvas, size, SK_ColorCYAN, 0.0f);
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_searchengine.py | 209 test_text = ( 213 cls.text.insert('1.0', test_text) 277 test_text = ( 281 cls.text.insert('1.0', test_text)
|
/external/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()
|
/external/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()
|
/external/python/cpython3/Lib/test/ |
D | test_cgitb.py | 31 def test_text(self): member in TestCgitb
|
/external/skia/samplecode/ |
D | SampleRegion.cpp | 92 static void test_text(SkCanvas* canvas) { in test_text() function 282 test_text(canvas); in onDrawContent()
|
/external/skqp/samplecode/ |
D | SampleRegion.cpp | 91 static void test_text(SkCanvas* canvas) { in test_text() function 286 test_text(canvas); in onDrawContent()
|
/external/python/cpython2/Lib/lib-tk/test/ |
D | widget_tests.py | 449 def test_text(self): member in StandardOptionsTests
|
/external/python/cpython3/Lib/tkinter/test/ |
D | widget_tests.py | 431 def test_text(self): member in StandardOptionsTests
|
/external/python/pyopenssl/tests/ |
D | test_ssl.py | 2905 def test_text(self): member in TestConnectionSend 3112 def test_text(self): member in TestConnectionSendall
|