Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_array.py17 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/
Dtest_array.py24 def __init__(self, typecode, newarg=None): argument
1076 typecode = 'u' variable in UnicodeTest
1194 def __new__(cls, typecode, data, offset): argument
1197 def __init__(self, typecode, data, offset): argument
1279 typecode = 'b' variable in ByteTest
1283 typecode = 'B' variable in UnsignedByteTest
1287 typecode = 'h' variable in ShortTest
1291 typecode = 'H' variable in UnsignedShortTest
1295 typecode = 'i' variable in IntTest
1299 typecode = 'I' variable in UnsignedIntTest
[all …]
/external/python/cpython3/Lib/multiprocessing/dummy/
D__init__.py97 def Array(typecode, sequence, lock=True): argument
101 def __init__(self, typecode, value, lock=True): argument
/external/python/cpython2/Lib/multiprocessing/dummy/
D__init__.py128 def Array(typecode, sequence, lock=True): argument
132 def __init__(self, typecode, value, lock=True): argument
/external/python/cpython3/Modules/
Darraymodule.c30 char typecode; member
1784 typecode_to_mformat_code(char typecode) in typecode_to_mformat_code()
1889 make_array(PyTypeObject *arraytype, char typecode, PyObject *items) in make_array()
1937 int typecode, in array__array_reconstructor_impl()
2150 int typecode = self->ob_descr->typecode; in array_array___reduce_ex__() local
2227 char typecode = a->ob_descr->typecode; in array_get_typecode() local
2274 char typecode; in array_repr() local
/external/python/cpython2/Lib/plat-mac/
Daepack.py362 def mktype(typecode, modulename=None): argument
/external/fonttools/Lib/fontTools/ttLib/tables/
DotBase.py137 def readValue(self, typecode, staticSize): argument
147 def readArray(self, typecode, staticSize, count): argument
420 def writeValue(self, typecode, value): argument
D_g_l_y_f.py1435 def __init__(self, iterable=[], typecode="h"): argument
DotConverters.py305 typecode = "H" variable in GlyphID
323 typecode = "L" variable in GlyphID32
/external/python/cpython3/Modules/clinic/
Darraymodule.c.h466 int typecode; in array__array_reconstructor() local
/external/python/cpython2/Modules/
Darraymodule.c25 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/
Dmanagers.py949 def __init__(self, typecode, value, lock=True): argument
960 def Array(typecode, sequence, lock=True): argument
/external/python/cpython3/Lib/ctypes/
D__init__.py142 def _check_size(typ, typecode=None): argument
/external/python/cpython2/Lib/ctypes/
D__init__.py144 def _check_size(typ, typecode=None): argument
/external/python/cpython3/Lib/multiprocessing/
Dmanagers.py1003 def __init__(self, typecode, value, lock=True): argument
1014 def Array(typecode, sequence, lock=True): argument
/external/brotli/c/enc/
Dbrotli_bit_stream.c739 size_t typecode = NextBlockTypeCode(&code->type_code_calculator, block_type); in StoreBlockSwitch() local