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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pty.py 17 TEST_STRING_2 = "For my pet fish, Eric.\n"
105 os.write(slave_fd, TEST_STRING_2[:5])
106 os.write(slave_fd, TEST_STRING_2[5:])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pty.py 17 TEST_STRING_2 = "For my pet fish, Eric.\n"
105 os.write(slave_fd, TEST_STRING_2[:5])
106 os.write(slave_fd, TEST_STRING_2[5:])

Completed in 863 milliseconds