Home | History | Annotate | Download | only in test

Lines Matching refs:typ

13 for typ in [c_short, c_int, c_long, c_longlong,
19 ("value", typ)]
23 ("value", typ)]
29 for typ in structures:
30 ## print typ.value
31 self.assertEqual(typ.value.offset, 1)
32 o = typ()
37 for typ in byteswapped_structures:
38 ## print >> sys.stderr, typ.value
39 self.assertEqual(typ.value.offset, 1)
40 o = typ()