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

  /art/libartbase/base/
hex_dump_test.cc 34 const char* test_text = "0123456789abcdef"; local
36 oss << HexDump(test_text, strlen(test_text), false, "");
43 const char* test_text = "0123456789abcdef0123456789ABCDEF"; local
45 oss << HexDump(test_text, strlen(test_text), false, "");
64 const char* test_text = "0123456789abcdef"; local
66 oss << HexDump(test_text, strlen(test_text), false, "test prefix: ");
  /external/python/cpython3/Lib/idlelib/idle_test/
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
    [all...]
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/
skbug_257.cpp 55 static void test_text(SkCanvas* canvas, SkScalar size, function
117 test_text(canvas, size, SK_ColorBLACK, translate);
128 test_text(canvas, size, SK_ColorCYAN, 0.0f);
  /external/skqp/gm/
skbug_257.cpp 55 static void test_text(SkCanvas* canvas, SkScalar size, 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/
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/python/cpython3/Lib/test/
test_cgitb.py 31 def test_text(self): member in class:TestCgitb
  /external/icu/icu4c/source/test/letest/
xmlreader.cpp 149 UnicodeString test_text = UNICODE_STRING_SIMPLE("test-text"); local
210 } else if (tag.compare(test_text) == 0) {
gendata.cpp 177 UnicodeString test_text = UNICODE_STRING_SIMPLE("test-text"); local
283 } else if (tag.compare(test_text) == 0) {
letest.cpp 583 UnicodeString test_text = UNICODE_STRING_SIMPLE("test-text"); local
654 } else if (tag.compare(test_text) == 0) {
    [all...]
  /external/icu/icu4c/source/test/perf/leperf/
xmlreader.cpp 153 UnicodeString test_text = UNICODE_STRING_SIMPLE("test-text"); local
214 } else if (tag.compare(test_text) == 0) {
  /external/skia/samplecode/
SampleRegion.cpp 91 static void test_text(SkCanvas* canvas) { function
286 test_text(canvas);
  /external/skqp/samplecode/
SampleRegion.cpp 91 static void test_text(SkCanvas* canvas) { function
286 test_text(canvas);

Completed in 755 milliseconds