| /third_party/python/Lib/test/ |
| D | test_array.py | 27 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__.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 | 31 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/ |
| D | dmc.c | 121 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/ |
| D | arraymodule.c.h | 539 int typecode; in array__array_reconstructor() local
|
| /third_party/python/Lib/ctypes/ |
| D | __init__.py | 144 def _check_size(typ, typecode=None): argument
|
| /third_party/flatbuffers/tests/ |
| D | py_flexbuffers_test.py | 1256 def encode_array(typecode, values): argument
|
| /third_party/python/Lib/multiprocessing/ |
| D | managers.py | 1016 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/ |
| D | brotli_bit_stream.c | 739 size_t typecode = NextBlockTypeCode(&code->type_code_calculator, block_type); in StoreBlockSwitch() local
|
| /third_party/brotli/c/enc/ |
| D | brotli_bit_stream.c | 744 size_t typecode = NextBlockTypeCode(&code->type_code_calculator, block_type); in StoreBlockSwitch() local
|