Searched refs:TEST_STR (Results 1 – 6 of 6) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/sysctl/ |
D | sysctl.sh | 174 echo "${TEST_STR}" > "${TARGET}" 181 if [ "${seen}" != "${TEST_STR}" ]; then 205 echo "$TEST_STR" | diff -q -w -u - $1 > /dev/null 235 echo "${TEST_STR}" > "${TEST_FILE}" 305 (perl -e 'print "A" x 50;'; echo "${TEST_STR}") | \ 320 TEST_STR="$1" 322 echo -n "$TEST_STR" > $TARGET 2> /dev/null 375 TEST_STR="3" 376 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \ 391 TEST_STR="4" [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) 173 s.sendto(TEST_STR, addr) 178 self.assertEqual(buf, TEST_STR)
|
/external/crosvm/sys_util/src/ |
D | syslog.rs | 619 const TEST_STR: &'static str = "hello shared memory file"; in syslog_file() constant 624 format_args!("{}", TEST_STR), in syslog_file() 632 assert!(buf.contains(TEST_STR)); in syslog_file()
|
/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 | 1490 static const UChar TEST_STR[] = { 0x03BC, 0x0025, 0x0024, 0}; in TestUnicodeFormat() local 1500 u_fprintf_u(myFile, PERCENT_S, TEST_STR); in TestUnicodeFormat() 1510 if (u_strcmp(TEST_STR, myUString) != 0) { in TestUnicodeFormat()
|