Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_array.py27 def __init__(self, typecode, newarg=None): argument
1169 typecode = 'u' variable in UnicodeTest
1287 def __new__(cls, typecode, data, offset): argument
1290 def __init__(self, typecode, data, offset): argument
1372 typecode = 'b' variable in ByteTest
1376 typecode = 'B' variable in UnsignedByteTest
1380 typecode = 'h' variable in ShortTest
1384 typecode = 'H' variable in UnsignedShortTest
1388 typecode = 'i' variable in IntTest
1392 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.c31 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___impl() local
2271 char typecode = a->ob_descr->typecode; in array_get_typecode() local
2318 char typecode; in array_repr() local
/third_party/backends/backend/
Ddmc.c121 DMCRead(int fd, unsigned int typecode, unsigned int qualifier, in DMCRead()
160 DMCWrite(int fd, unsigned int typecode, unsigned int qualifier, in DMCWrite()
/third_party/python/Modules/clinic/
Darraymodule.c.h539 int typecode; in array__array_reconstructor() local
/third_party/python/Lib/ctypes/
D__init__.py144 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.py1016 def __init__(self, typecode, value, lock=True): argument
1027 def Array(typecode, sequence, lock=True): 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/brotli/c/enc/
Dbrotli_bit_stream.c744 size_t typecode = NextBlockTypeCode(&code->type_code_calculator, block_type); in StoreBlockSwitch() local