Home
last modified time | relevance | path

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

/aosp12/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
/aosp12/system/core/init/parser/
H A Dtokenizer_test.cpp29 #define ASSERT_TEXT_TOKEN(test_text) \ argument