/external/python/cpython3/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)
|
/external/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);
|
/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/tflite-support/tensorflow_lite_support/custom_ops/python/ |
D | sentencepiece_tokenizer_test.py | 228 test_text = [ 240 _ = opt_sp.tokenize(test_text) 245 _ = tftext_sp.tokenize(test_text)
|
/external/rust/beto-rust/nearby/presence/ldt_np_c_sample/tests/ |
D | np_ffi_tests.cc | 201 char test_text[] = "this text should not change!"; in TEST() local 203 memcpy(plaintext, test_text, 29); in TEST() 211 ASSERT_EQ(strcmp((char *)plaintext, test_text), 0); in TEST()
|
/external/cronet/third_party/icu/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/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/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/cronet/third_party/icu/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/python/cpython3/Lib/test/ |
D | test_cgitb.py | 31 def test_text(self): member in TestCgitb
|
/external/python/cpython2/Lib/lib-tk/test/ |
D | widget_tests.py | 449 def test_text(self): member in StandardOptionsTests
|