/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/ |
D | io_read_until.rs | 37 let bytes = read.read_until(b'#', &mut chunk).await.unwrap(); in read_until_not_all_ready() localVariable 42 let bytes = read.read_until(b'#', &mut chunk).await.unwrap(); in read_until_not_all_ready() localVariable 47 let bytes = read.read_until(b'#', &mut chunk).await.unwrap(); in read_until_not_all_ready() localVariable 52 let bytes = read.read_until(b'#', &mut chunk).await.unwrap(); in read_until_not_all_ready() localVariable
|
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | ByteArrayUtil.java | 44 byte[] bytes, int offset, int length, int containerSize) { in getByteBuffer() 63 public static int getInt(byte[] bytes, int offset, int length) { in getInt() 78 public static long getLong(byte[] bytes, int offset, int length) { in getLong() 89 public static String getString(byte[] bytes, int offset, int length) { in getString()
|
/aosp_15_r20/external/tink/python/tink/daead/ |
H A D | _deterministic_aead_wrapper.py | 30 def encrypt_deterministically(self, plaintext: bytes, 31 associated_data: bytes) -> bytes: 36 def decrypt_deterministically(self, ciphertext: bytes, 37 associated_data: bytes) -> bytes:
|
/aosp_15_r20/external/tink/python/tink/aead/ |
H A D | _aead_wrapper.py | 30 def encrypt(self, plaintext: bytes, associated_data: bytes) -> bytes: 35 def decrypt(self, ciphertext: bytes, associated_data: bytes) -> bytes:
|
/aosp_15_r20/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/ |
H A D | BufferPerformanceBench.java | 242 public BufferedSource receive(byte[] bytes) throws IOException { in receive() 246 public BufferedSource transmit(byte[] bytes) throws IOException { in transmit() 277 protected Buffer receive(byte[] bytes, int maxChunkSize) throws IOException { in receive() 287 protected BufferedSource transmit(byte[] bytes, int maxChunkSize) throws IOException { in transmit() 292 private BufferedSource writeChunked(Buffer buffer, byte[] bytes, final int chunkSize) { in writeChunked()
|
/aosp_15_r20/external/okio/okio/jvm/jmh/src/jmh/java/com/squareup/okio/benchmarks/ |
H A D | BufferPerformanceBenchmark.java | 242 public BufferedSource receive(byte[] bytes) throws IOException { in receive() 246 public BufferedSource transmit(byte[] bytes) throws IOException { in transmit() 277 protected Buffer receive(byte[] bytes, int maxChunkSize) throws IOException { in receive() 287 protected BufferedSource transmit(byte[] bytes, int maxChunkSize) throws IOException { in transmit() 292 private BufferedSource writeChunked(Buffer buffer, byte[] bytes, final int chunkSize) { in writeChunked()
|
/aosp_15_r20/external/python/bumble/bumble/profiles/ |
D | asha.py | 101 hisyncid: Union[List[int], bytes], argument 104 audio_sink: Optional[Callable[[bytes], Any]] = None, 196 self, connection: Optional[Connection], value: bytes 243 def _on_volume_write(self, connection: Optional[Connection], value: bytes) -> None: 250 def on_data(data: bytes) -> None:
|
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/ |
H A D | context.cc | 50 BigNum Context::CreateBigNum(absl::string_view bytes) { in CreateBigNum() 62 std::string Context::Sha256String(absl::string_view bytes) { in Sha256String() 73 std::string Context::Sha384String(absl::string_view bytes) { in Sha384String() 84 std::string Context::Sha512String(absl::string_view bytes) { in Sha512String() 196 std::unique_ptr<unsigned char[]> bytes(new unsigned char[num_bytes]); in GenerateRandomBytes() local
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/ |
H A D | v8_module.cc | 142 void V8Module::ParseV8JsCode(protozero::ConstBytes bytes, in ParseV8JsCode() 170 void V8Module::ParseV8InternalCode(protozero::ConstBytes bytes, in ParseV8InternalCode() 192 void V8Module::ParseV8WasmCode(protozero::ConstBytes bytes, in ParseV8WasmCode() 220 void V8Module::ParseV8RegExpCode(protozero::ConstBytes bytes, in ParseV8RegExpCode() 242 void V8Module::ParseV8CodeMove(protozero::ConstBytes bytes, in ParseV8CodeMove()
|
/aosp_15_r20/external/webrtc/modules/audio_processing/test/ |
H A D | protobuf_utils.cc | 22 std::unique_ptr<uint8_t[]>* bytes) { in ReadMessageBytesFromString() 41 size_t ReadMessageBytesFromFile(FILE* file, std::unique_ptr<uint8_t[]>* bytes) { in ReadMessageBytesFromFile() 59 std::unique_ptr<uint8_t[]> bytes; in ReadMessageFromFile() local 70 std::unique_ptr<uint8_t[]> bytes; in ReadMessageFromString() local
|
/aosp_15_r20/external/python/bumble/bumble/ |
D | att.py | 762 Callable[[Optional[Connection]], bytes], argument 763 Callable[[Optional[Connection]], Awaitable[bytes]], 779 self, connection: Optional[Connection], value: bytes 831 attribute_type: Union[str, bytes, UUID], argument 860 def decode_value(self, value_bytes: bytes) -> Any: 900 async def write_value(self, connection: Connection, value_bytes: bytes) -> None:
|
D | gatt_client.py | 135 def decode_value(self, value_bytes: bytes) -> Any: 207 subscriber: Optional[Callable[[bytes], Any]] = None, 288 def send_gatt_pdu(self, pdu: bytes) -> None: 809 subscriber: Optional[Callable[[bytes], Any]] = None, 859 subscriber: Optional[Callable[[bytes], Any]] = None, 1030 value: bytes, 1134 def cache_value(self, attribute_handle: int, value: bytes) -> None:
|
/aosp_15_r20/external/libogg/src/ |
H A D | bitwise.c | 60 long bytes=bits>>3; in oggpack_writetrunc() local 71 long bytes=bits>>3; in oggpackB_writetrunc() local 188 long bytes=bits/8; in oggpack_writecopy_helper() local 258 void oggpack_readinit(oggpack_buffer *b,unsigned char *buf,int bytes){ in oggpack_readinit() 264 void oggpackB_readinit(oggpack_buffer *b,unsigned char *buf,int bytes){ in oggpackB_readinit() 550 long bytes,i; in cliptest() local 585 long bytes,i; in cliptestB() local 802 long bytes,i,j; in main() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/flate2/src/gz/ |
D | write.rs | 481 let bytes = e.finish().unwrap(); in decode_writer_one_chunk() localVariable 497 let bytes = e.finish().unwrap(); in decode_writer_partial_header() localVariable 517 let mut bytes = Vec::new(); in decode_writer_partial_header_filename() localVariable 542 let mut bytes = Vec::new(); in decode_writer_partial_header_comment() localVariable 565 let bytes = e.finish().unwrap(); in decode_writer_exact_header() localVariable 580 let bytes = e.finish().unwrap(); in decode_writer_partial_crc() localVariable 598 let bytes = e.finish().unwrap().repeat(2); in decode_multi_writer() localVariable
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/ |
H A D | ProcessEnvironment.java | 154 protected final byte[] bytes; field in ProcessEnvironment.ExternalData 156 protected ExternalData(String str, byte[] bytes) { in ExternalData() 182 protected Variable(String str, byte[] bytes) { in Variable() 199 public static Variable valueOf(byte[] bytes) { in valueOf() 215 protected Value(String str, byte[] bytes) { in Value() 232 public static Value valueOf(byte[] bytes) { in valueOf()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/3/libcore/ojluni/src/main/java/java/lang/ |
D | ProcessEnvironment.java | 154 protected final byte[] bytes; field in ProcessEnvironment.ExternalData 156 protected ExternalData(String str, byte[] bytes) { in ExternalData() 182 protected Variable(String str, byte[] bytes) { in Variable() 199 public static Variable valueOf(byte[] bytes) { in valueOf() 215 protected Value(String str, byte[] bytes) { in Value() 232 public static Value valueOf(byte[] bytes) { in valueOf()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/ |
D | ProcessEnvironment.java | 154 protected final byte[] bytes; field in ProcessEnvironment.ExternalData 156 protected ExternalData(String str, byte[] bytes) { in ExternalData() 182 protected Variable(String str, byte[] bytes) { in Variable() 199 public static Variable valueOf(byte[] bytes) { in valueOf() 215 protected Value(String str, byte[] bytes) { in Value() 232 public static Value valueOf(byte[] bytes) { in valueOf()
|
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/ |
H A D | Fingerprint2011.java | 60 static long fingerprint(byte[] bytes, int offset, int length) { in fingerprint() 97 byte[] bytes, int offset, long seedA, long seedB, long[] output) { in weakHashLength32WithSeeds() 116 private static long fullFingerprint(byte[] bytes, int offset, int length) { in fullFingerprint() 149 private static long hashLength33To64(byte[] bytes, int offset, int length) { in hashLength33To64() 173 static long murmurHash64WithSeed(byte[] bytes, int offset, int length, long seed) { in murmurHash64WithSeed()
|
/aosp_15_r20/external/executorch/exir/_serialize/test/ |
H A D | test_program.py | 46 def add_constant_data(program: Program, blobs: Sequence[bytes]) -> None: 53 program: Program, plan: ExecutionPlan, blobs: Sequence[bytes] 109 def assert_file_magic_present(self, program_data: bytes) -> None: 139 def get_and_validate_extended_header(self, pte_data: bytes) -> _ExtendedHeader: 464 def gen_blob_data(size: int, pattern: bytes) -> bytes:
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/hash/ |
H A D | Fingerprint2011.java | 60 static long fingerprint(byte[] bytes, int offset, int length) { in fingerprint() 97 byte[] bytes, int offset, long seedA, long seedB, long[] output) { in weakHashLength32WithSeeds() 116 private static long fullFingerprint(byte[] bytes, int offset, int length) { in fullFingerprint() 149 private static long hashLength33To64(byte[] bytes, int offset, int length) { in hashLength33To64() 173 static long murmurHash64WithSeed(byte[] bytes, int offset, int length, long seed) { in murmurHash64WithSeed()
|
/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | IsValidUtf8Test.java | 140 private byte[] toByteArray(int... bytes) { in toByteArray() 148 private void assertValidUtf8(ByteStringFactory factory, int[] bytes, boolean not) { in assertValidUtf8() 168 private void assertValidUtf8(int... bytes) { in assertValidUtf8() 175 private void assertInvalidUtf8(int... bytes) { in assertInvalidUtf8()
|
/aosp_15_r20/external/rust/android-crates-io/crates/byteorder/benches/ |
D | bench.rs | 269 let mut bytes = vec![0; numbers.len() * size_of::<$numty>()]; localVariable 284 let mut bytes = vec![0; numbers.len() * size_of::<$numty>()]; localVariable 299 let mut bytes = vec![0; numbers.len() * size_of::<$numty>()]; localVariable 313 let mut bytes = vec![0; numbers.len() * size_of::<$numty>()]; localVariable
|
/aosp_15_r20/external/intel-media-driver/cmrtlib/agnostic/share/ |
H A D | cm_mem.h | 40 inline void CmSafeMemCopy( void* dst, const void* src, const size_t bytes ) in CmSafeMemCopy() 64 inline void CmSafeMemSet( void* dst, const int data, const size_t bytes ) in CmSafeMemSet() 81 inline void CmDwordMemSet( void* dst, const uint32_t data, const size_t bytes ) in CmDwordMemSet() 97 inline int CmSafeMemCompare(const void* dst, const void* src, const size_t bytes) in CmSafeMemCompare()
|
/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/ |
H A D | StreamTracer.java | 83 public void outboundWireSize(long bytes) { in outboundWireSize() 91 public void outboundUncompressedSize(long bytes) { in outboundUncompressedSize() 99 public void inboundWireSize(long bytes) { in inboundWireSize() 107 public void inboundUncompressedSize(long bytes) { in inboundUncompressedSize()
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | IsValidUtf8Test.java | 140 private byte[] toByteArray(int... bytes) { in toByteArray() 148 private void assertValidUtf8(ByteStringFactory factory, int[] bytes, boolean not) { in assertValidUtf8() 168 private void assertValidUtf8(int... bytes) { in assertValidUtf8() 175 private void assertInvalidUtf8(int... bytes) { in assertInvalidUtf8()
|