HomeSort by relevance Sort by last modified time
    Searched refs:TEST_STRING_2 (Results 1 - 6 of 6) sorted by null

  /external/dtc/tests/
string_escapes.c 38 strlen(TEST_STRING_2)+1, TEST_STRING_2);
testdata.h 21 #define TEST_STRING_2 "nastystring: \a\b\t\n\v\f\r\\\""
appendprop2.c 57 CHECK(fdt_appendprop_string(fdt, 0, "prop-str", TEST_STRING_2));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pty.py 15 TEST_STRING_2 = "For my pet fish, Eric.\n"
103 os.write(slave_fd, TEST_STRING_2[:5])
104 os.write(slave_fd, TEST_STRING_2[5:])
  /external/python/cpython2/Lib/test/
test_pty.py 18 TEST_STRING_2 = "For my pet fish, Eric.\n"
119 os.write(slave_fd, TEST_STRING_2[:5])
120 os.write(slave_fd, TEST_STRING_2[5:])
  /external/python/cpython3/Lib/test/
test_pty.py 17 TEST_STRING_2 = b"For my pet fish, Eric.\n"
119 os.write(slave_fd, TEST_STRING_2[:5])
120 os.write(slave_fd, TEST_STRING_2[5:])

Completed in 151 milliseconds