HomeSort by relevance Sort by last modified time
    Searched full:c_uint (Results 1 - 25 of 35) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 27 __uint32_t = c_uint
31 __darwin_natural_t = c_uint
59 ('sc_eax', c_uint),
60 ('sc_ebx', c_uint),
61 ('sc_ecx', c_uint),
62 ('sc_edx', c_uint),
63 ('sc_edi', c_uint),
64 ('sc_esi', c_uint),
65 ('sc_ebp', c_uint),
66 ('sc_esp', c_uint),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 27 __uint32_t = c_uint
31 __darwin_natural_t = c_uint
59 ('sc_eax', c_uint),
60 ('sc_ebx', c_uint),
61 ('sc_ecx', c_uint),
62 ('sc_edx', c_uint),
63 ('sc_edi', c_uint),
64 ('sc_esi', c_uint),
65 ('sc_ebp', c_uint),
66 ('sc_esp', c_uint),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_parameters.py 91 from ctypes import c_short, c_uint, c_int, c_long, POINTER, pointer namespace
104 self.assertRaises(TypeError, LPINT.from_param, pointer(c_uint(42)))
110 from ctypes import c_short, c_uint, c_int, c_long, pointer, POINTER, byref namespace
118 self.assertRaises(TypeError, LPINT.from_param, byref(c_uint(22)))
122 from ctypes import c_short, c_uint, c_int, c_long, pointer, POINTER, byref namespace
130 self.assertRaises(TypeError, LPLPINT.from_param, byref(pointer(c_uint(22))))
133 from ctypes import c_short, c_uint, c_int, c_long, POINTER namespace
145 self.assertRaises(TypeError, LPINT.from_param, c_uint*3)
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_unaligned_structures.py 15 c_ushort, c_uint, c_ulong, c_ulonglong]:
test_pep3118.py 119 # c_int and c_uint may be aliases to c_long
121 #(c_uint, "<I", None, c_uint),
test_cfuncs.py 78 self._dll.tf_I.restype = c_uint
79 self._dll.tf_I.argtypes = (c_uint,)
84 self._dll.tf_bI.restype = c_uint
85 self._dll.tf_bI.argtypes = (c_byte, c_uint)
test_byteswap.py 69 s = c_uint.__ctype_be__(0x12345678)
74 s = c_uint.__ctype_le__(0x12345678)
165 ("f", c_uint),
test_arrays.py 6 formats = c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint, \
test_funcptr.py 57 _fields_ = [("style", c_uint),
test_pointers.py 6 ctype_types = [c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_parameters.py 91 from ctypes import c_short, c_uint, c_int, c_long, POINTER, pointer namespace
104 self.assertRaises(TypeError, LPINT.from_param, pointer(c_uint(42)))
110 from ctypes import c_short, c_uint, c_int, c_long, pointer, POINTER, byref namespace
118 self.assertRaises(TypeError, LPINT.from_param, byref(c_uint(22)))
122 from ctypes import c_short, c_uint, c_int, c_long, pointer, POINTER, byref namespace
130 self.assertRaises(TypeError, LPLPINT.from_param, byref(pointer(c_uint(22))))
133 from ctypes import c_short, c_uint, c_int, c_long, POINTER namespace
145 self.assertRaises(TypeError, LPINT.from_param, c_uint*3)
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_unaligned_structures.py 15 c_ushort, c_uint, c_ulong, c_ulonglong]:
test_pep3118.py 119 # c_int and c_uint may be aliases to c_long
121 #(c_uint, "<I", None, c_uint),
test_cfuncs.py 78 self._dll.tf_I.restype = c_uint
79 self._dll.tf_I.argtypes = (c_uint,)
84 self._dll.tf_bI.restype = c_uint
85 self._dll.tf_bI.argtypes = (c_byte, c_uint)
test_byteswap.py 69 s = c_uint.__ctype_be__(0x12345678)
74 s = c_uint.__ctype_le__(0x12345678)
165 ("f", c_uint),
test_arrays.py 6 formats = c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint, \
test_funcptr.py 57 _fields_ = [("style", c_uint),
test_pointers.py 6 ctype_types = [c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 13 UINT = c_uint
138 ("message", c_uint),
__init__.py 187 c_uint = c_ulong variable
193 class c_uint(_SimpleCData): class in inherits:_SimpleCData
195 _check_size(c_uint)
473 if sizeof(c_uint) == sizeof(c_void_p):
474 c_size_t = c_uint
549 for kind in [c_ushort, c_uint, c_ulong, c_ulonglong]:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 13 UINT = c_uint
138 ("message", c_uint),
__init__.py 187 c_uint = c_ulong variable
193 class c_uint(_SimpleCData): class in inherits:_SimpleCData
195 _check_size(c_uint)
473 if sizeof(c_uint) == sizeof(c_void_p):
474 c_size_t = c_uint
549 for kind in [c_ushort, c_uint, c_ulong, c_ulonglong]:
  /external/clang/bindings/python/clang/
cindex.py 164 _fields_ = [("ptr_data", c_void_p * 2), ("int_data", c_uint)]
169 f, l, c, o = c_object_p(), c_uint(), c_uint(), c_uint()
238 ("begin_int_data", c_uint),
239 ("end_int_data", c_uint)]
413 tokens_count = c_uint()
    [all...]

Completed in 69 milliseconds

1 2