Home
last modified time | relevance | path

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

12

/external/python/bumble/bumble/
Ddecoder.py170 def decode_frame(self, encoded_data: Union[bytes, bytearray]) -> bytearray: argument
175 def g722_decode(self, result_array, encoded_data: Union[bytes, bytearray]) -> int: argument
204 self, xout: int, byte_length: int, byte_array: bytearray
Dhfp.py538 def parse_from(cls: Type[Self], buffer: bytearray) -> Self:
566 def parse_from(cls: Type[Self], buffer: bytearray) -> Self:
/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/executorch/backends/vulkan/serialization/
Dvulkan_graph_serialize.py156 raw_bytes: bytearray,
182 raw_bytes: bytearray,
/external/python/cpython3/Lib/email/
Dquoprimime.py84 def header_length(bytearray): argument
97 def body_length(bytearray): argument
Dbase64mime.py49 def header_length(bytearray): argument
/external/rust/android-crates-io/crates/serde_bytes/src/
Dlib.rs46 mod bytearray; module
/external/tink/python/tink/streaming_aead/
D_encrypting_stream.py73 def readinto(self, b: bytearray) -> Optional[int]:
D_decrypting_stream.py104 def readinto(self, b: bytearray) -> int:
D_streaming_aead_wrapper.py115 def readinto(self, b: bytearray) -> Optional[int]:
/external/coreboot/util/cbfstool/tests/
Delogtool_test.py83 def elog_add(elogtool_path: str, path: str, typ: int, data: bytearray) -> None:
/external/openthread/tools/tcat_ble_client/ble/
Dble_stream.py59 def __handle_rx(self, _: BleakGATTCharacteristic, data: bytearray):
/external/tink/python/tink/testing/
Dbytes_io.py88 def readinto(self, b: bytearray) -> Optional[int]:
/external/executorch/runtime/
D__init__.py166 data: Union[bytes, bytearray, BinaryIO, Path, str], argument
/external/executorch/backends/xnnpack/serialization/
Dxnnpack_graph_serialize.py304 xnnpack_graph: XNNGraph, constant_data_bytes: bytearray
/external/rust/android-crates-io/crates/zeroize/tests/
Dzeroize_derive.rs24 bytearray: [u8; 3], in derive_struct_test() field
134 bytearray: [u8; 3], in derive_struct_skip() field
/external/oboe/samples/drumthumper/src/main/cpp/
DDrumPlayerJNI.cpp76 JNIEnv* env, jobject, jbyteArray bytearray, jint index, jfloat pan) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_loadWavAssetNative()
/external/executorch/backends/xnnpack/operators/
Dnode_visitor.py89 constant_data_bytes: bytearray,
/external/cronet/stable/third_party/jni_zero/benchmarks/java/src/org/jni_zero/benchmark/
DBenchmark.java481 void sendByteArrayUseView(@JniType("jni_zero::ByteArrayView") byte[] bytearray); in sendByteArrayUseView()
/external/cronet/tot/third_party/jni_zero/benchmarks/java/src/org/jni_zero/benchmark/
DBenchmark.java481 void sendByteArrayUseView(@JniType("jni_zero::ByteArrayView") byte[] bytearray); in sendByteArrayUseView()
/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.py3561 def write(self, s: Union[bytes, bytearray]) -> int: argument

12