HomeSort by relevance Sort by last modified time
    Searched defs:_type_ (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_functions.py 40 _type_ = "i" variable in class:FunctionTestCase.test_mro.X
55 _type_ = "i" variable in class:FunctionTestCase.test_mro.X
test_numbers.py 6 # given a sequence of numeric types, collect their _type_
13 fmt = t._type_
137 size = struct.calcsize(t._type_)
147 code = t._type_ # the typecode
163 array(t._type_)
166 a = array(t._type_, [100])
181 a = array(t._type_, [3.14])
205 # a = array(c_bool._type_, [True])
234 _type_ = "i" variable in class:c_int_S
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_functions.py 40 _type_ = "i" variable in class:FunctionTestCase.test_mro.X
55 _type_ = "i" variable in class:FunctionTestCase.test_mro.X
test_numbers.py 6 # given a sequence of numeric types, collect their _type_
13 fmt = t._type_
137 size = struct.calcsize(t._type_)
147 code = t._type_ # the typecode
163 array(t._type_)
166 a = array(t._type_, [100])
181 a = array(t._type_, [3.14])
205 # a = array(c_bool._type_, [True])
234 _type_ = "i" variable in class:c_int_S
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 24 _type_ = "v" variable in class:VARIANT_BOOL
__init__.py 152 # Most _type_ codes are the same as used in struct
153 typecode = typ._type_
160 _type_ = "O" variable in class:py_object
169 _type_ = "h" variable in class:c_short
173 _type_ = "H" variable in class:c_ushort
177 _type_ = "l" variable in class:c_long
181 _type_ = "L" variable in class:c_ulong
190 _type_ = "i" variable in class:.c_int
194 _type_ = "I" variable in class:.c_uint
198 _type_ = "f variable in class:c_float
202 _type_ = "d" variable in class:c_double
206 _type_ = "g" variable in class:c_longdouble
216 _type_ = "q" variable in class:.c_longlong
220 _type_ = "Q" variable in class:.c_ulonglong
227 _type_ = "B" variable in class:c_ubyte
234 _type_ = "b" variable in class:c_byte
239 _type_ = "c" variable in class:c_char
244 _type_ = "z" variable in class:c_char_p
256 _type_ = "P" variable in class:c_void_p
261 _type_ = "?" variable in class:c_bool
292 _type_ = "Z" variable in class:_reset_cache.c_wchar_p
295 _type_ = "u" variable in class:_reset_cache.c_wchar
407 _type_ = "l" variable in class:.HRESULT
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 24 _type_ = "v" variable in class:VARIANT_BOOL
__init__.py 152 # Most _type_ codes are the same as used in struct
153 typecode = typ._type_
160 _type_ = "O" variable in class:py_object
169 _type_ = "h" variable in class:c_short
173 _type_ = "H" variable in class:c_ushort
177 _type_ = "l" variable in class:c_long
181 _type_ = "L" variable in class:c_ulong
190 _type_ = "i" variable in class:.c_int
194 _type_ = "I" variable in class:.c_uint
198 _type_ = "f variable in class:c_float
202 _type_ = "d" variable in class:c_double
206 _type_ = "g" variable in class:c_longdouble
216 _type_ = "q" variable in class:.c_longlong
220 _type_ = "Q" variable in class:.c_ulonglong
227 _type_ = "B" variable in class:c_ubyte
234 _type_ = "b" variable in class:c_byte
239 _type_ = "c" variable in class:c_char
244 _type_ = "z" variable in class:c_char_p
256 _type_ = "P" variable in class:c_void_p
261 _type_ = "?" variable in class:c_bool
292 _type_ = "Z" variable in class:_reset_cache.c_wchar_p
295 _type_ = "u" variable in class:_reset_cache.c_wchar
407 _type_ = "l" variable in class:.HRESULT
    [all...]

Completed in 545 milliseconds