/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_
|
wintypes.py | 24 _type_ = "v" variable in class:VARIANT_BOOL
|
/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_
|
wintypes.py | 24 _type_ = "v" variable in class:VARIANT_BOOL
|
/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
|
test_pointers.py | 19 # Pointer can't set contents: has no _type_
|
test_functions.py | 40 _type_ = "i" variable in class:FunctionTestCase.test_mro.X 55 _type_ = "i" variable in class:FunctionTestCase.test_mro.X
|
/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
|
test_pointers.py | 19 # Pointer can't set contents: has no _type_
|
test_functions.py | 40 _type_ = "i" variable in class:FunctionTestCase.test_mro.X 55 _type_ = "i" variable in class:FunctionTestCase.test_mro.X
|
/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_)) \
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
sharedctypes.py | 135 if obj._type_ is ctypes.c_char: 156 return rebuild_ctype, (obj._type_, obj._wrapper, obj._length_)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
sharedctypes.py | 135 if obj._type_ is ctypes.c_char: 156 return rebuild_ctype, (obj._type_, obj._wrapper, obj._length_)
|
/external/bison/lib/ |
printf-parse.c | 100 #define REGISTER_ARG(_index_,_type_) \ 128 a->arg[n].type = (_type_); \ 129 else if (a->arg[n].type != (_type_)) \
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-private.hh | 124 #define _ASSERT_TYPE_POD1(_line, _type) union _type_##_type##_on_line_##_line##_is_not_POD { _type instance; } 131 typedef __typeof__(_instance) _type_##_line; \ 132 _ASSERT_TYPE_POD1 (_line, _type_##_line); \
|
/external/harfbuzz_ng/src/ |
hb-private.hh | 121 #define _ASSERT_TYPE_POD1(_line, _type) union _type_##_type##_on_line_##_line##_is_not_POD { _type instance; } 128 typedef __typeof__(_instance) _type_##_line; \ 129 _ASSERT_TYPE_POD1 (_line, _type_##_line); \
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/ |
openid.php | 512 if (!isset($this->data['openid_' . $alias . '_type_' . $key])) { 518 $key = substr($this->data['openid_' . $alias . '_type_' . $key],
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/ |
openid.php | 512 if (!isset($this->data['openid_' . $alias . '_type_' . $key])) { 518 $key = substr($this->data['openid_' . $alias . '_type_' . $key],
|
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/ |
heap-checker.h | 41 // 1. Set the environment variable HEAPCHEK to _type_ before 44 // _type_ is usually "normal" but can also be "minimal", "strict", or
|
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/ |
heap-checker.h | 41 // 1. Set the environment variable HEAPCHEK to _type_ before 44 // _type_ is usually "normal" but can also be "minimal", "strict", or
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
ir.py | 693 # # _type_ ignores the name of our identifier [all...] |
/external/chromium_org/third_party/cld/encodings/compact_lang_det/generated/ |
compact_lang_det_generated_quadschrome.cc | [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/ |
gdb.info | [all...] |