Home
last modified time | relevance | path

Searched defs:bytearray (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/email/
Dquoprimime.py84 def header_length(bytearray): argument
97 def body_length(bytearray): argument
Dbase64mime.py50 def header_length(bytearray): argument
/external/pdfium/fxbarcode/pdf417/
DBC_PDF417BarcodeMatrix.cpp59 std::vector<uint8_t> bytearray = m_matrix[0]->getScaledRow(xScale); in getScaledMatrix() local
/external/python/cpython2/Modules/
D_randommodule.c471 unsigned char *bytearray; in random_getrandbits() local
/external/python/cpython3/Doc/whatsnew/
D3.5.rst402 .. _whatsnew-pep-484:
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialutil.py19 class bytearray(list): class
/external/python/cpython3/Lib/
Dtyping.py1551 def write(self, s: Union[bytes, bytearray]) -> int: argument