Home
last modified time | relevance | path

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

/external/crosvm/base/tests/linux/
Dsyslog.rs43 const TEST_STR: &str = "hello shared memory file"; in syslog_file() constant
/external/nullaway/nullaway/src/test/resources/com/uber/nullaway/testdata/
DTestAnnot.java32 String TEST_STR = "test_str"; field
/external/ltp/testcases/kernel/syscalls/mount/
Dmount03.c37 #define TEST_STR "abcdefghijklmnopqrstuvwxyz" macro
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/
DArrayDeserializationTest.java278 final String TEST_STR = "Let's just test it? Ok!"; in testCharArray() local
/external/python/cpython2/Lib/test/
Dtest_socketserver.py26 TEST_STR = "hello world\n" variable
/external/python/cpython3/Lib/test/
Dtest_socketserver.py27 TEST_STR = b"hello world\n" variable
/external/cronet/third_party/icu/source/test/iotest/
Dfiletst.c1519 static const UChar TEST_STR[] = { 0x03BC, 0x0025, 0x0024, 0}; in TestUnicodeFormat() local
/external/icu/icu4c/source/test/iotest/
Dfiletst.c1519 static const UChar TEST_STR[] = { 0x03BC, 0x0025, 0x0024, 0}; in TestUnicodeFormat() local
/external/libevent/test/
Dregress_bufferevent.c638 #define TEST_STR "Now is the time for all good events to signal for " \ macro