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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_byteswap.py 205 class TestStructure(parent):
208 self.assertEqual(len(data), sizeof(TestStructure))
209 ptr = POINTER(TestStructure)
211 del ctypes._pointer_type_cache[TestStructure]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_byteswap.py 205 class TestStructure(parent):
208 self.assertEqual(len(data), sizeof(TestStructure))
209 ptr = POINTER(TestStructure)
211 del ctypes._pointer_type_cache[TestStructure]

Completed in 996 milliseconds