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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_struct.py 141 for (xfmt, exp) in [('>'+fmt, big), ('!'+fmt, big), ('<'+fmt, lil),
143 res = struct.pack(xfmt, arg)
145 self.assertEqual(struct.calcsize(xfmt), len(res))
146 rev = struct.unpack(xfmt, res)[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_struct.py 141 for (xfmt, exp) in [('>'+fmt, big), ('!'+fmt, big), ('<'+fmt, lil),
143 res = struct.pack(xfmt, arg)
145 self.assertEqual(struct.calcsize(xfmt), len(res))
146 rev = struct.unpack(xfmt, res)[0]

Completed in 174 milliseconds