HomeSort by relevance Sort by last modified time
    Searched full:teststructure (Results 1 - 3 of 3) 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]
  /frameworks/base/docs/html/tools/testing/
testing_android.jd 11 <a href="#TestStructure">Test Structure</a>
141 <h2 id="TestStructure">Test Structure</h2>

Completed in 424 milliseconds