HomeSort by relevance Sort by last modified time
    Searched refs:_type_ (Results 1 - 25 of 42) sorted by null

1 2

  /external/python/cpython3/Lib/ctypes/test/
test_arrays.py 134 _type_ = c_int variable in class:ArrayTestCase.test_subclass.T
143 _type_ = c_short variable in class:ArrayTestCase.test_subclass.X
148 self.assertEqual(c._type_, c_int)
150 self.assertEqual(c()._type_, c_int)
153 self.assertEqual(X._type_, c_short)
155 self.assertEqual(X()._type_, c_short)
158 self.assertEqual(Y._type_, c_int)
160 self.assertEqual(Y()._type_, c_int)
171 _type_ = c_int variable in class:ArrayTestCase.test_bad_subclass.T
177 _type_ = c_in variable in class:ArrayTestCase.test_bad_subclass.T
181 _type_ = c_int variable in class:ArrayTestCase.test_bad_subclass.T
    [all...]
test_numbers.py 6 # given a sequence of numeric types, collect their _type_
13 fmt = t._type_
138 size = struct.calcsize(t._type_)
148 code = t._type_ # the typecode
164 array(t._type_)
167 a = array(t._type_, [100])
182 a = array(t._type_, [3.14])
208 a = array(c_bool._type_, [True])
238 _type_ = "i" variable in class:c_int_S
test_bytes.py 59 _type_ = "X" variable in class:BytesTest.test_BSTR.BSTR
  /frameworks/av/media/img_utils/src/
EndianUtils.cpp 60 #define DEFINE_WRITE(_type_) \
61 status_t EndianOutput::write(const _type_* buf, size_t offset, size_t count) { \
62 return writeHelper<_type_>(buf, offset, count); \
  /external/python/cpython2/Lib/ctypes/
__init__.py 149 # Most _type_ codes are the same as used in struct
150 typecode = typ._type_
157 _type_ = "O" variable in class:py_object
166 _type_ = "h" variable in class:c_short
170 _type_ = "H" variable in class:c_ushort
174 _type_ = "l" variable in class:c_long
178 _type_ = "L" variable in class:c_ulong
187 _type_ = "i" variable in class:.c_int
191 _type_ = "I" variable in class:.c_uint
195 _type_ = "f variable in class:c_float
199 _type_ = "d" variable in class:c_double
203 _type_ = "g" variable in class:c_longdouble
213 _type_ = "q" variable in class:.c_longlong
217 _type_ = "Q" variable in class:.c_ulonglong
224 _type_ = "B" variable in class:c_ubyte
231 _type_ = "b" variable in class:c_byte
236 _type_ = "c" variable in class:c_char
241 _type_ = "z" variable in class:c_char_p
253 _type_ = "P" variable in class:c_void_p
258 _type_ = "?" variable in class:c_bool
289 _type_ = "Z" variable in class:_reset_cache.c_wchar_p
292 _type_ = "u" variable in class:_reset_cache.c_wchar
404 _type_ = "l" variable in class:.HRESULT
    [all...]
_endian.py 17 return _other_endian(typ._type_) * typ._length_
  /external/python/cpython3/Lib/ctypes/
__init__.py 144 # Most _type_ codes are the same as used in struct
145 typecode = typ._type_
152 _type_ = "O" variable in class:py_object
161 _type_ = "h" variable in class:c_short
165 _type_ = "H" variable in class:c_ushort
169 _type_ = "l" variable in class:c_long
173 _type_ = "L" variable in class:c_ulong
182 _type_ = "i" variable in class:.c_int
186 _type_ = "I" variable in class:.c_uint
190 _type_ = "f variable in class:c_float
194 _type_ = "d" variable in class:c_double
198 _type_ = "g" variable in class:c_longdouble
208 _type_ = "q" variable in class:.c_longlong
212 _type_ = "Q" variable in class:.c_ulonglong
219 _type_ = "B" variable in class:c_ubyte
226 _type_ = "b" variable in class:c_byte
231 _type_ = "c" variable in class:c_char
236 _type_ = "z" variable in class:c_char_p
242 _type_ = "P" variable in class:c_void_p
247 _type_ = "?" variable in class:c_bool
252 _type_ = "Z" variable in class:c_wchar_p
257 _type_ = "u" variable in class:c_wchar
390 _type_ = "l" variable in class:.HRESULT
    [all...]
_endian.py 17 return _other_endian(typ._type_) * typ._length_
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
__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...]
_endian.py 20 return _other_endian(typ._type_) * typ._length_
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
__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...]
_endian.py 20 return _other_endian(typ._type_) * typ._length_
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__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...]
_endian.py 20 return _other_endian(typ._type_) * typ._length_
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__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...]
_endian.py 20 return _other_endian(typ._type_) * typ._length_
  /external/python/cpython2/Lib/ctypes/test/
test_numbers.py 6 # given a sequence of numeric types, collect their _type_
13 fmt = t._type_
138 size = struct.calcsize(t._type_)
148 code = t._type_ # the typecode
164 array(t._type_)
167 a = array(t._type_, [100])
182 a = array(t._type_, [3.14])
207 a = array(c_bool._type_, [True])
237 _type_ = "i" variable in class:c_int_S
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
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/gdb/linux-x86/lib/python2.7/ctypes/test/
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/test/
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_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
  /external/e2fsprogs/intl/
printf-parse.c 83 #define REGISTER_ARG(_index_,_type_) \
109 a->arg[n].type = (_type_); \
110 else if (a->arg[n].type != (_type_)) \
  /external/python/cpython2/Lib/multiprocessing/
sharedctypes.py 140 if obj._type_ is ctypes.c_char:
161 return rebuild_ctype, (obj._type_, obj._wrapper, obj._length_)
  /external/python/cpython3/Lib/multiprocessing/
sharedctypes.py 109 if obj._type_ is ctypes.c_char:
130 return rebuild_ctype, (obj._type_, obj._wrapper, obj._length_)
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
sharedctypes.py 135 if obj._type_ is ctypes.c_char:
156 return rebuild_ctype, (obj._type_, obj._wrapper, obj._length_)

Completed in 554 milliseconds

1 2