Home
last modified time | relevance | path

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

/external/openthread/tests/scripts/thread-cert/pktverify/
Daddrs.py40 def __init__(self, addr: Union[str, bytearray, 'Bytes']): argument
57 def __init__(self, addr: Union[str, bytearray, 'Bytes']): argument
74 def __init__(self, addr: Union[str, bytearray, 'Bytes']): argument
Dcoap.py38 def parse(t, v: bytearray) -> List[Tuple[str, str]]:
Dbytes.py36 def __init__(self, s: Union[str, bytearray, 'Bytes', Any]): argument
/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/rust/crates/zeroize/tests/
Dzeroize_derive.rs23 bytearray: [u8; 3], in derive_struct_test() field
133 bytearray: [u8; 3], in derive_struct_skip() field
/external/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()
/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.py2608 def write(self, s: Union[bytes, bytearray]) -> int: argument
/external/python/cpython3/Modules/
D_pickle.c5546 PyObject *bytearray; in load_counted_bytearray() local