Home
last modified time | relevance | path

Searched defs:bytes (Results 176 – 200 of 9640) sorted by relevance

12345678910>>...386

/aosp_15_r20/external/python/bumble/bumble/
Davctp.py68 def on_pdu(self, pdu: bytes) -> None:
178 def on_pdu(self, pdu: bytes) -> None:
187 payload: bytes,
229 payload: bytes,
246 def send_command(self, transaction_label: int, pid: int, payload: bytes) -> None:
255 def send_response(self, transaction_label: int, pid: int, payload: bytes):
Drfcomm.py238 def compute_fcs(buffer: bytes) -> int:
253 information: bytes = b'',
292 def make_mcc(mcc_type: int, c_r: int, data: bytes) -> bytes:
315 def uih(c_r: int, dlci: int, information: bytes, p_f: int = 0):
321 def from_bytes(data: bytes) -> RFCOMM_Frame:
381 def from_bytes(data: bytes) -> RFCOMM_MCC_PN:
419 def from_bytes(data: bytes) -> RFCOMM_MCC_MSC:
497 def sink(self, sink: Optional[Callable[[bytes], None]]) -> None: member in DLC
711 def write(self, data: Union[bytes, str]) -> None:
798 def on_pdu(self, pdu: bytes) -> None:
Dgatt_server.py123 def send_gatt_pdu(self, connection_handle: int, pdu: bytes) -> None:
324 value: bytes,
362 value: Optional[bytes] = None,
405 value: Optional[bytes] = None,
465 value: Optional[bytes] = None,
492 value: Optional[bytes] = None,
500 value: Optional[bytes] = None,
/aosp_15_r20/external/tremolo/Tremolo/
H A Dframing.c101 static ogg_buffer *_fetch_buffer(ogg_buffer_state *bs,long bytes){ in _fetch_buffer()
148 static ogg_reference *ogg_buffer_alloc(ogg_buffer_state *bs,long bytes){ in ogg_buffer_alloc()
156 static void ogg_buffer_realloc(ogg_reference *or,long bytes){ in ogg_buffer_realloc()
611 unsigned char *ogg_sync_bufferin(ogg_sync_state *oy, long bytes){ in ogg_sync_bufferin()
655 int ogg_sync_wrote(ogg_sync_state *oy, long bytes){ in ogg_sync_wrote()
667 static ogg_uint32_t _checksum(ogg_reference *or, int bytes){ in _checksum()
696 long bytes,ret=0; in ogg_sync_pageseek() local
781 long bytes=next-now; in ogg_sync_pageseek() local
787 long bytes=oy->fifo_tail->length; in ogg_sync_pageseek() local
/aosp_15_r20/external/perfetto/protos/perfetto/trace/ftrace/
H A Dandroid_fs.proto9 optional int32 bytes = 1; field
14 optional int32 bytes = 1; field
23 optional int32 bytes = 1; field
28 optional int32 bytes = 1; field
37 optional int32 bytes = 1; field
/aosp_15_r20/external/tink/python/tink/integration/awskms/
H A D_aws_kms_client.py33 def _encryption_context(associated_data: bytes) -> Dict[str, str]:
48 def encrypt(self, plaintext: bytes, associated_data: bytes) -> bytes:
59 def decrypt(self, ciphertext: bytes, associated_data: bytes) -> bytes:
/aosp_15_r20/external/federated-compute/fcp/demo/
H A Dmedia.py34 def __init__(self, prefix: str, add_fn: Callable[[str, bytes, str], None]): argument
45 data: bytes,
85 def add_file(name: str, data: bytes, content_type: str) -> None:
118 def download(self, body: bytes, group: str,
130 def upload(self, body: bytes, name: str) -> http_actions.HttpResponse:
H A Dplan_utils.py38 def __init__(self, plan: plan_pb2.Plan, checkpoint: bytes):
94 checkpoint: bytes) -> None:
109 session_token: Optional[bytes] = None,
143 callback_token: bytes,
187 def finalize(self, update: bytes) -> bytes:
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/
H A DFarmHashFingerprint64.java69 static long fingerprint(byte[] bytes, int offset, int length) { in fingerprint()
102 byte[] bytes, int offset, long seedA, long seedB, long[] output) { in weakHashLength32WithSeeds()
118 private static long hashLength0to16(byte[] bytes, int offset, int length) { in hashLength0to16()
143 private static long hashLength17to32(byte[] bytes, int offset, int length) { in hashLength17to32()
153 private static long hashLength33To64(byte[] bytes, int offset, int length) { in hashLength33To64()
172 private static long hashLength65Plus(byte[] bytes, int offset, int length) { in hashLength65Plus()
/aosp_15_r20/system/core/fastboot/
H A Dudp.cpp60 static uint16_t ExtractUint16(const uint8_t* bytes) { in ExtractUint16()
71 const uint8_t* bytes() const { return bytes_; } in bytes() function in udp::Header
229 ssize_t bytes = SendSinglePacketHelper(&header, tx_data, packet_data_length, rx_data, in SendData() local
267 ssize_t bytes = 0; in SendSinglePacketHelper() local
331 ssize_t bytes = SendData(kIdFastboot, nullptr, 0, reinterpret_cast<uint8_t*>(data), length, in Read() local
349 ssize_t bytes = SendData(kIdFastboot, reinterpret_cast<const uint8_t*>(data), length, nullptr, in Write() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/hash/
H A DFarmHashFingerprint64.java69 static long fingerprint(byte[] bytes, int offset, int length) { in fingerprint()
102 byte[] bytes, int offset, long seedA, long seedB, long[] output) { in weakHashLength32WithSeeds()
118 private static long hashLength0to16(byte[] bytes, int offset, int length) { in hashLength0to16()
143 private static long hashLength17to32(byte[] bytes, int offset, int length) { in hashLength17to32()
153 private static long hashLength33To64(byte[] bytes, int offset, int length) { in hashLength33To64()
172 private static long hashLength65Plus(byte[] bytes, int offset, int length) { in hashLength65Plus()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/perf/
H A Dfeatures.cc151 util::Status BuildId::Parse(TraceBlobView bytes, in Parse()
182 util::Status SimpleperfMetaInfo::Parse(const TraceBlobView& bytes, in Parse()
212 TraceBlobView bytes, in Parse()
240 util::Status ParseSimpleperfFile2(TraceBlobView bytes, in ParseSimpleperfFile2()
259 util::Status HeaderGroupDesc::Parse(TraceBlobView bytes, HeaderGroupDesc& out) { in Parse()
278 base::StatusOr<std::vector<std::string>> ParseCmdline(TraceBlobView bytes) { in ParseCmdline()
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/junit/
H A DSeedSerializer.java30 Object[] read(byte[] bytes); in read()
69 public Object[] read(byte[] bytes) { in read()
81 public Object[] read(byte[] bytes) { in read()
102 public Object[] read(byte[] bytes) { in read()
130 public Object[] read(byte[] bytes) { in read()
/aosp_15_r20/system/netd/server/
H A DBandwidthController.cpp462 int BandwidthController::getInterfaceSharedQuota(int64_t *bytes) { in getInterfaceSharedQuota()
466 int BandwidthController::getInterfaceQuota(const std::string& iface, int64_t* bytes) { in getInterfaceQuota()
517 int BandwidthController::updateQuota(const std::string& quotaName, int64_t bytes) { in updateQuota()
538 int64_t bytes) { in runIptablesAlertCmd()
557 int BandwidthController::setGlobalAlert(int64_t bytes) { in setGlobalAlert()
593 int BandwidthController::setInterfaceAlert(const std::string& iface, int64_t bytes) { in setInterfaceAlert()
629 int BandwidthController::setCostlyAlert(const std::string& costName, int64_t bytes, in setCostlyAlert()
/aosp_15_r20/external/rust/android-crates-io/crates/base64/src/read/
Ddecoder_tests.rs92 let mut bytes = Vec::new(); in handles_short_read_from_delegate() localVariable
127 let mut bytes = Vec::new(); in read_in_short_increments() localVariable
158 let mut bytes = Vec::new(); in read_in_short_increments_with_short_delegate_reads() localVariable
198 let mut bytes = Vec::new(); in reports_invalid_last_symbol_correctly() localVariable
249 let mut bytes = Vec::new(); in reports_invalid_byte_correctly() localVariable
303 let mut bytes = Vec::new(); in internal_padding_error_with_short_read_concatenated_texts_invalid_byte_error() localVariable
388 let mut bytes = Vec::new(); in internal_padding_anywhere_error() localVariable
/aosp_15_r20/external/libcups/cups/
H A Draster-stream.c754 ssize_t bytes; /* Bytes read */ in _cupsRasterReadPixels() local
1188 ssize_t bytes; /* Bytes read */ in _cupsRasterWritePixels() local
1362 size_t bytes) /* I - Number of bytes to read/write */ in cups_raster_io()
1406 size_t bytes) /* I - Number of bytes to read */ in cups_raster_read()
1832 size_t bytes) /* I - Number of bytes to swap */ in cups_swap()
1860 size_t bytes) /* I - Number of bytes to swap */ in cups_swap_copy()
/aosp_15_r20/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/
H A DAbstractBenchmark.java80 private final int bytes; field in AbstractBenchmark.MessageSize
81 MessageSize(int bytes) { in MessageSize()
85 public int bytes() { in bytes() method in AbstractBenchmark.MessageSize
96 private final int bytes; field in AbstractBenchmark.FlowWindowSize
97 FlowWindowSize(int bytes) { in FlowWindowSize()
101 public int bytes() { in bytes() method in AbstractBenchmark.FlowWindowSize
/aosp_15_r20/bionic/libc/bionic/
H A Dmalloc_limit.cpp97 static inline bool CheckLimit(size_t bytes) { in CheckLimit()
138 void* LimitMalloc(size_t bytes) { in LimitMalloc()
150 static void* LimitMemalign(size_t alignment, size_t bytes) { in LimitMemalign()
196 static void* LimitRealloc(void* old_mem, size_t bytes) { in LimitRealloc()
232 static void* LimitPvalloc(size_t bytes) { in LimitPvalloc()
244 static void* LimitValloc(size_t bytes) { in LimitValloc()
/aosp_15_r20/external/python/rsa/rsa/
Dcli.py112 def perform_operation(self, indata: bytes, key: rsa.key.AbstractKey,
181 def write_outfile(self, outdata: bytes, outname: str) -> None:
203 def perform_operation(self, indata: bytes, pub_key: rsa.key.AbstractKey,
221 def perform_operation(self, indata: bytes, priv_key: rsa.key.AbstractKey,
244 def perform_operation(self, indata: bytes, priv_key: rsa.key.AbstractKey,
271 def perform_operation(self, indata: bytes, pub_key: rsa.key.AbstractKey,
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_gpu.cu632 std::size_t bytes = in.size() * sizeof(Scalar); in test_gpu_lgamma() local
687 std::size_t bytes = in.size() * sizeof(Scalar); in test_gpu_digamma() local
748 std::size_t bytes = in_x.size() * sizeof(Scalar); in test_gpu_zeta() local
819 std::size_t bytes = in_x.size() * sizeof(Scalar); in test_gpu_polygamma() local
884 std::size_t bytes = a.size() * sizeof(Scalar); in test_gpu_igamma() local
954 std::size_t bytes = a.size() * sizeof(Scalar); in test_gpu_igammac() local
1003 std::size_t bytes = in.size() * sizeof(Scalar); in test_gpu_erf() local
1042 std::size_t bytes = in.size() * sizeof(Scalar); in test_gpu_erfc() local
1100 std::size_t bytes = in_x.size() * sizeof(Scalar); in test_gpu_ndtri() local
1237 std::size_t bytes = in_x.size() * sizeof(Scalar); in test_gpu_betainc() local
[all …]
/aosp_15_r20/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java695 private boolean processFileBytes(String name, long lastModified, byte[] bytes) { in processFileBytes()
749 private boolean processClass(String name, byte[] bytes) { in processClass()
768 private DirectClassFile parseClass(String name, byte[] bytes) { in parseClass()
777 private ClassDefItem translateClass(byte[] bytes, DirectClassFile cf) { in translateClass()
1718 byte[] bytes) { in processFileBytes()
1757 byte[] bytes; field in Main.ClassParserTask
1759 private ClassParserTask(String name, byte[] bytes) { in ClassParserTask()
1790 byte[] bytes; field in Main.DirectClassFileConsumer
1793 private DirectClassFileConsumer(String name, byte[] bytes, in DirectClassFileConsumer()
1889 byte[] bytes; field in Main.ClassTranslatorTask
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/byteorder/src/
Dlib.rs2002 let bytes = *(&n.to_be() as *const u64 as *const [u8; 8]); in write_uint() localVariable
2016 let bytes = *(&n.to_be() as *const u128 as *const [u8; 16]); in write_uint128() localVariable
2188 let bytes = *(&n.to_le() as *const u64 as *const [u8; 8]); in write_uint() localVariable
2198 let bytes = *(&n.to_le() as *const u128 as *const [u8; 16]); in write_uint128() localVariable
2423 let bytes = size_of::<$ty_int>(); localVariable
2434 let bytes = size_of::<$ty_int>(); localVariable
2445 let bytes = size_of::<$ty_int>(); localVariable
3089 let bytes = [0; $num_bytes]; localVariable
3097 let bytes = [0; $num_bytes]; localVariable
3105 let bytes = [0; $num_bytes]; localVariable
[all …]
/aosp_15_r20/external/grpc-grpc-java/census/src/main/java/io/grpc/census/
H A DCensusStatsModule.java273 public void outboundWireSize(long bytes) { in outboundWireSize()
285 public void inboundWireSize(long bytes) { in inboundWireSize()
297 public void outboundUncompressedSize(long bytes) { in outboundUncompressedSize()
307 public void inboundUncompressedSize(long bytes) { in inboundUncompressedSize()
649 public void outboundWireSize(long bytes) { in outboundWireSize()
661 public void inboundWireSize(long bytes) { in inboundWireSize()
673 public void outboundUncompressedSize(long bytes) { in outboundUncompressedSize()
683 public void inboundUncompressedSize(long bytes) { in inboundUncompressedSize()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/address_sorting/
Daddress_sorting.c105 uint8_t* bytes = (uint8_t*)ipv6_address; in in6_is_addr_sitelocal() local
110 uint8_t* bytes = (uint8_t*)ipv6_address; in in6_is_addr_linklocal() local
115 uint8_t* bytes = (uint8_t*)ipv6_address; in in6_is_addr_6to4() local
120 uint8_t* bytes = (uint8_t*)ipv6_address; in in6_is_addr_ula() local
125 uint8_t* bytes = (uint8_t*)ipv6_address; in in6_is_addr_teredo() local
131 uint8_t* bytes = (uint8_t*)ipv6_address; in in6_is_addr_6bone() local
/aosp_15_r20/external/pigweed/pw_tokenizer/public/pw_tokenizer/
H A Dtoken_database.h88 static constexpr uint32_t ReadUint32(const T* bytes) { in ReadUint32()
221 static constexpr bool IsValid(const ByteArray& bytes) { in IsValid()
292 static constexpr bool HasValidHeader(const ByteArray& bytes) { in HasValidHeader()
310 static constexpr bool EachEntryHasAString(const ByteArray& bytes) { in EachEntryHasAString()
333 const T* bytes = header_bytes + offsetof(Header, entry_count); in ReadEntryCount() local
348 constexpr TokenDatabase(const Byte bytes[]) in TokenDatabase()

12345678910>>...386