Home
last modified time | relevance | path

Searched defs:typecode (Results 1 – 7 of 7) 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/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/cpython2/Lib/plat-mac/
Daepack.py362 def mktype(typecode, modulename=None): argument
/external/python/cpython2/Modules/
Darraymodule.c25 int typecode; member
1657 char buf[256], typecode; in array_repr() local
1959 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/cpython2/Lib/ctypes/
D__init__.py144 def _check_size(typ, typecode=None): argument
/external/brotli/enc/
Dbrotli_bit_stream.c752 size_t typecode = NextBlockTypeCode(&code->type_code_calculator, block_type); in StoreBlockSwitch() local