Home
last modified time | relevance | path

Searched defs:test_text (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/art/libartbase/base/
H A Dhex_dump_test.cc34 const char* test_text = "0123456789abcdef"; in TEST() local
43 const char* test_text = "0123456789abcdef0123456789ABCDEF"; in TEST() local
64 const char* test_text = "0123456789abcdef"; in TEST() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_cgitb.py32 def test_text(self): member in TestCgitb
/aosp_15_r20/external/skia/gm/
H A Dskbug_257.cpp69 static void test_text(SkCanvas* canvas, SkScalar size, in test_text() function
/aosp_15_r20/external/icu/icu4c/source/test/letest/
H A Dxmlreader.cpp149 UnicodeString test_text = UNICODE_STRING_SIMPLE("test-text"); in readTestFile() local
H A Dgendata.cpp177 UnicodeString test_text = UNICODE_STRING_SIMPLE("test-text"); in main() local
H A Dletest.cpp577 UnicodeString test_text = UNICODE_STRING_SIMPLE("test-text"); in DataDrivenTest() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/leperf/
H A Dxmlreader.cpp153 UnicodeString test_text = UNICODE_STRING_SIMPLE("test-text"); in readTestFile() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/letest/
H A Dxmlreader.cpp149 UnicodeString test_text = UNICODE_STRING_SIMPLE("test-text"); in readTestFile() local
H A Dgendata.cpp177 UnicodeString test_text = UNICODE_STRING_SIMPLE("test-text"); in main() local
H A Dletest.cpp583 UnicodeString test_text = UNICODE_STRING_SIMPLE("test-text"); in DataDrivenTest() local
/aosp_15_r20/external/icu/icu4c/source/test/perf/leperf/
H A Dxmlreader.cpp153 UnicodeString test_text = UNICODE_STRING_SIMPLE("test-text"); in readTestFile() local
/aosp_15_r20/system/core/init/parser/
H A Dtokenizer_test.cpp29 #define ASSERT_TEXT_TOKEN(test_text) \ argument
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_adv_ffi/c/tests/
Dldt_ffi_tests.cc203 char test_text[] = "this text should not change!"; in TEST() local
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dform_filing_listbox_test.cc270 std::string test_text = "Test Text"; in TEST() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_tensorboard.py417 def test_text(self): member in TestTensorBoardSummary
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py449 def test_text(self): member in StandardOptionsTests