/external/python/cpython2/Lib/test/ |
D | test_array.py | 17 def __init__(self, typecode, newarg=None): argument 823 typecode = 'c' variable in CharacterTest 863 typecode = 'u' variable in UnicodeTest 974 def __new__(cls, typecode, data, offset): argument 977 def __init__(self, typecode, data, offset): argument 1027 typecode = 'b' variable in ByteTest 1032 typecode = 'B' variable in UnsignedByteTest 1037 typecode = 'h' variable in ShortTest 1042 typecode = 'H' variable in UnsignedShortTest 1047 typecode = 'i' variable in IntTest [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_array.py | 26 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 …]
|
/external/python/cpython3/Lib/multiprocessing/dummy/ |
D | __init__.py | 97 def Array(typecode, sequence, lock=True): argument 101 def __init__(self, typecode, value, lock=True): argument
|
/external/python/cpython2/Lib/multiprocessing/dummy/ |
D | __init__.py | 128 def Array(typecode, sequence, lock=True): argument 132 def __init__(self, typecode, value, lock=True): argument
|
/external/python/cpython3/Modules/ |
D | arraymodule.c | 33 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
|
/external/python/cpython2/Lib/plat-mac/ |
D | aepack.py | 362 def mktype(typecode, modulename=None): argument
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otBase.py | 148 def readValue(self, typecode, staticSize): argument 154 def readArray(self, typecode, staticSize, count): argument 447 def writeValue(self, typecode, value): argument 449 def writeArray(self, typecode, values): argument
|
D | otConverters.py | 348 typecode = "H" variable in GlyphID 361 typecode = "L" variable in GlyphID32
|
/external/libconfig/lib/ |
D | libconfigcpp.c++ | 84 int typecode; in __toTypeCode() local 1113 int typecode = __toTypeCode(type); in add() local 1151 int typecode = __toTypeCode(type); in add() local
|
/external/python/cpython3/Modules/clinic/ |
D | arraymodule.c.h | 509 int typecode; in array__array_reconstructor() local
|
/external/python/cpython2/Modules/ |
D | arraymodule.c | 25 int typecode; member 1657 char buf[256], typecode; in array_repr() local 1960 PyObject *initial = NULL, *it = NULL, *typecode = NULL; in array_new() local
|
/external/python/cpython2/Lib/multiprocessing/ |
D | managers.py | 949 def __init__(self, typecode, value, lock=True): argument 960 def Array(typecode, sequence, lock=True): argument
|
/external/python/cpython2/Lib/ctypes/ |
D | __init__.py | 144 def _check_size(typ, typecode=None): argument
|
/external/python/cpython3/Lib/ctypes/ |
D | __init__.py | 142 def _check_size(typ, typecode=None): argument
|
/external/python/cpython3/Lib/multiprocessing/ |
D | managers.py | 1012 def __init__(self, typecode, value, lock=True): argument 1023 def Array(typecode, sequence, lock=True): argument
|
/external/brotli/c/enc/ |
D | brotli_bit_stream.c | 739 size_t typecode = NextBlockTypeCode(&code->type_code_calculator, block_type); in StoreBlockSwitch() local
|