Home
last modified time | relevance | path

Searched defs:TEST_STR (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_socketserver.py26 TEST_STR = "hello world\n" variable
/external/python/cpython3/Lib/test/
Dtest_socketserver.py22 TEST_STR = b"hello world\n" variable
/external/icu/icu4c/source/test/iotest/
Dfiletst.c1488 static const UChar TEST_STR[] = { 0x03BC, 0x0025, 0x0024, 0}; in TestUnicodeFormat() local
/external/libevent/test/
Dregress_bufferevent.c625 #define TEST_STR "Now is the time for all good events to signal for " \ macro