Searched defs:typecode (Results 1 – 8 of 8) sorted by relevance
| /third_party/python/Lib/test/ |
| D | test_array.py | 25 def __init__(self, typecode, newarg=None): argument 1097 typecode = 'u' variable in UnicodeTest 1215 def __new__(cls, typecode, data, offset): argument 1218 def __init__(self, typecode, data, offset): argument 1300 typecode = 'b' variable in ByteTest 1304 typecode = 'B' variable in UnsignedByteTest 1308 typecode = 'h' variable in ShortTest 1312 typecode = 'H' variable in UnsignedShortTest 1316 typecode = 'i' variable in IntTest 1320 typecode = 'I' variable in UnsignedIntTest [all …]
|
| /third_party/python/Lib/multiprocessing/dummy/ |
| D | __init__.py | 97 def Array(typecode, sequence, lock=True): argument 101 def __init__(self, typecode, value, lock=True): argument
|
| /third_party/python/Modules/ |
| D | arraymodule.c | 30 char typecode; member 1719 char typecode; in array_array_fromunicode_impl() local 1753 char typecode; in array_array_tounicode_impl() local 1817 typecode_to_mformat_code(char typecode) in typecode_to_mformat_code() 1922 make_array(PyTypeObject *arraytype, char typecode, PyObject *items) in make_array() 1970 int typecode, in array__array_reconstructor_impl() 2183 int typecode = self->ob_descr->typecode; in array_array___reduce_ex__() local 2260 char typecode = a->ob_descr->typecode; in array_get_typecode() local 2309 char typecode; in array_repr() local
|
| /third_party/python/Modules/clinic/ |
| D | arraymodule.c.h | 531 int typecode; in array__array_reconstructor() local
|
| /third_party/python/Lib/ctypes/ |
| D | __init__.py | 141 def _check_size(typ, typecode=None): argument
|
| /third_party/python/Lib/multiprocessing/ |
| D | managers.py | 1029 def __init__(self, typecode, value, lock=True): argument 1040 def Array(typecode, sequence, lock=True): argument
|
| /third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
| D | gstmpegvideoparser.h | 74 #define GST_MPEG_VIDEO_PACKET_IS_SLICE(typecode) ((typecode) >= GST_MPEG_VIDEO_PACKET_SLICE_MIN && \ argument
|
| /third_party/node/deps/brotli/c/enc/ |
| D | brotli_bit_stream.c | 739 size_t typecode = NextBlockTypeCode(&code->type_code_calculator, block_type); in StoreBlockSwitch() local
|