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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_struct.py 444 from_buf = writable_buf.tostring()[:len(test_string)]
445 self.assertEqual(from_buf, test_string)
449 from_buf = writable_buf.tostring()[:len(test_string)+10]
450 self.assertEqual(from_buf, test_string[:10] + test_string)
472 from_buf = writable_buf.tostring()[:len(test_string)]
473 self.assertEqual(from_buf, test_string)
477 from_buf = writable_buf.tostring()[:len(test_string)+10]
478 self.assertEqual(from_buf, test_string[:10] + test_string)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_struct.py 444 from_buf = writable_buf.tostring()[:len(test_string)]
445 self.assertEqual(from_buf, test_string)
449 from_buf = writable_buf.tostring()[:len(test_string)+10]
450 self.assertEqual(from_buf, test_string[:10] + test_string)
472 from_buf = writable_buf.tostring()[:len(test_string)]
473 self.assertEqual(from_buf, test_string)
477 from_buf = writable_buf.tostring()[:len(test_string)+10]
478 self.assertEqual(from_buf, test_string[:10] + test_string)

Completed in 171 milliseconds