Searched refs:TEST_STR (Results 1 – 5 of 5) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/sysctl/ |
D | sysctl.sh | 167 echo "${TEST_STR}" > "${TARGET}" 174 if [ "${seen}" != "${TEST_STR}" ]; then 182 echo "$TEST_STR" | diff -q -w -u - $1 212 echo "${TEST_STR}" > "${TEST_FILE}" 282 (perl -e 'print "A" x 50;'; echo "${TEST_STR}") | \ 300 TEST_STR="3" 301 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \ 316 TEST_STR="4" 317 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \ 334 TEST_STR="$INT_MAX" [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_socketserver.py | 26 TEST_STR = "hello world\n" variable 183 s.sendall(TEST_STR) 188 self.assertEqual(buf, TEST_STR) 195 s.sendto(TEST_STR, addr) 200 self.assertEqual(buf, TEST_STR)
|
/external/python/cpython3/Lib/test/ |
D | test_socketserver.py | 22 TEST_STR = b"hello world\n" variable 162 s.sendall(TEST_STR) 167 self.assertEqual(buf, TEST_STR) 174 s.sendto(TEST_STR, addr) 179 self.assertEqual(buf, TEST_STR)
|
/external/libevent/test/ |
D | regress_bufferevent.c | 625 #define TEST_STR "Now is the time for all good events to signal for " \ macro 633 const char s[] = TEST_STR; in listen_cb() 687 tt_str_op(buf, ==, TEST_STR); in reader_eventcb()
|
/external/icu/icu4c/source/test/iotest/ |
D | filetst.c | 1488 static const UChar TEST_STR[] = { 0x03BC, 0x0025, 0x0024, 0}; in TestUnicodeFormat() local 1498 u_fprintf_u(myFile, PERCENT_S, TEST_STR); in TestUnicodeFormat() 1508 if (u_strcmp(TEST_STR, myUString) != 0) { in TestUnicodeFormat()
|