Home
last modified time | relevance | path

Searched defs:typecode (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/test/
Dtest_array.py26 def __init__(self, typecode, newarg=None): argument
1168 typecode = 'u' variable in UnicodeTest
1286 def __new__(cls, typecode, data, offset): argument
1289 def __init__(self, typecode, data, offset): argument
1371 typecode = 'b' variable in ByteTest
1375 typecode = 'B' variable in UnsignedByteTest
1379 typecode = 'h' variable in ShortTest
1383 typecode = 'H' variable in UnsignedShortTest
1387 typecode = 'i' variable in IntTest
1391 typecode = 'I' variable in UnsignedIntTest
[all …]
/third_party/python/Lib/multiprocessing/dummy/
D__init__.py97 def Array(typecode, sequence, lock=True): argument
101 def __init__(self, typecode, value, lock=True): argument
/third_party/python/Modules/
Darraymodule.c33 char typecode; member
1826 typecode_to_mformat_code(char typecode) in typecode_to_mformat_code()
1931 make_array(PyTypeObject *arraytype, char typecode, PyObject *items) in make_array()
1979 int typecode, in array__array_reconstructor_impl()
2193 int typecode = self->ob_descr->typecode; in array_array___reduce_ex__() local
2270 char typecode = a->ob_descr->typecode; in array_get_typecode() local
2317 char typecode; in array_repr() local
/third_party/python/Modules/clinic/
Darraymodule.c.h509 int typecode; in array__array_reconstructor() local
/third_party/python/Lib/ctypes/
D__init__.py142 def _check_size(typ, typecode=None): argument
/third_party/flatbuffers/tests/
Dpy_flexbuffers_test.py1256 def encode_array(typecode, values): argument
/third_party/python/Lib/multiprocessing/
Dmanagers.py1012 def __init__(self, typecode, value, lock=True): argument
1023 def Array(typecode, sequence, lock=True): argument
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstmpegvideoparser.h77 #define GST_MPEG_VIDEO_PACKET_IS_SLICE(typecode) ((typecode) >= GST_MPEG_VIDEO_PACKET_SLICE_MIN && \ argument
/third_party/skia/third_party/externals/brotli/c/enc/
Dbrotli_bit_stream.c739 size_t typecode = NextBlockTypeCode(&code->type_code_calculator, block_type); in StoreBlockSwitch() local
/third_party/node/deps/brotli/c/enc/
Dbrotli_bit_stream.c739 size_t typecode = NextBlockTypeCode(&code->type_code_calculator, block_type); in StoreBlockSwitch() local