Home
last modified time | relevance | path

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

/third_party/python/Lib/email/
Dquoprimime.py84 def header_length(bytearray): argument
97 def body_length(bytearray): argument
Dbase64mime.py50 def header_length(bytearray): argument
/third_party/skia/third_party/externals/oboe/samples/drumthumper/src/main/cpp/
DDrumPlayerJNI.cpp78 JNIEnv* env, jobject, jbyteArray bytearray, jint index, jfloat pan, jint channels) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_loadWavAssetNative()
/third_party/python/Doc/whatsnew/
D3.5.rst402 .. _whatsnew-pep-484:
/third_party/qrcodegen/python/
Dqrcodegen.py339 def _add_ecc_and_interleave(self, data: bytearray) -> bytes:
/third_party/python/Lib/
Dtyping.py3286 def write(self, s: Union[bytes, bytearray]) -> int: argument
/third_party/python/Modules/
D_pickle.c5555 PyObject *bytearray; in load_counted_bytearray() local