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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_struct.py 453 small_buf = array.array('c', ' '*10)
454 self.assertRaises((ValueError, struct.error), s.pack_into, small_buf, 0,
456 self.assertRaises((ValueError, struct.error), s.pack_into, small_buf, 2,
460 sb = small_buf
481 small_buf = array.array('c', ' '*10)
482 self.assertRaises((ValueError, struct.error), pack_into, small_buf, 0,
484 self.assertRaises((ValueError, struct.error), pack_into, small_buf, 2,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_struct.py 453 small_buf = array.array('c', ' '*10)
454 self.assertRaises((ValueError, struct.error), s.pack_into, small_buf, 0,
456 self.assertRaises((ValueError, struct.error), s.pack_into, small_buf, 2,
460 sb = small_buf
481 small_buf = array.array('c', ' '*10)
482 self.assertRaises((ValueError, struct.error), pack_into, small_buf, 0,
484 self.assertRaises((ValueError, struct.error), pack_into, small_buf, 2,

Completed in 341 milliseconds