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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bytes.py 529 short_sample = b"Hello world\n"
530 sample = short_sample + b"\0"*(20 - len(short_sample))
535 f.write(short_sample)
540 self.assertEqual(n, len(short_sample))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bytes.py 529 short_sample = b"Hello world\n"
530 sample = short_sample + b"\0"*(20 - len(short_sample))
535 f.write(short_sample)
540 self.assertEqual(n, len(short_sample))
    [all...]

Completed in 359 milliseconds