/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/src/ |
H A D | bytes.rs | 100 pub struct Bytes { struct 110 pub clone: unsafe fn(&AtomicPtr<()>, *const u8, usize) -> Bytes, argument 121 impl Bytes { impl 515 ) -> Bytes { in with_vtable() 541 unsafe impl Send for Bytes {} implementation 542 unsafe impl Sync for Bytes {} implementation 544 impl Drop for Bytes { implementation 551 impl Clone for Bytes { implementation 553 fn clone(&self) -> Bytes { in clone() 558 impl Buf for Bytes { implementation [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/src/ |
D | bytes.rs | 102 pub struct Bytes { struct 112 pub clone: unsafe fn(&AtomicPtr<()>, *const u8, usize) -> Bytes, argument 124 impl Bytes { impl 641 pub fn try_into_mut(self) -> Result<BytesMut, Bytes> { in try_into_mut() argument 655 ) -> Bytes { in with_vtable() 681 unsafe impl Send for Bytes {} implementation 682 unsafe impl Sync for Bytes {} implementation 684 impl Drop for Bytes { implementation 691 impl Clone for Bytes { implementation 693 fn clone(&self) -> Bytes { in clone() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/stream/ |
D | impls.rs | 46 impl fmt::Display for Bytes { implementation 53 impl fmt::Debug for Bytes { implementation 60 impl fmt::LowerHex for Bytes { implementation 70 impl fmt::UpperHex for Bytes { implementation 86 impl ops::Deref for Bytes { implementation 95 impl ops::Index<usize> for Bytes { implementation 104 impl ops::Index<ops::RangeFull> for Bytes { implementation 108 fn index(&self, _: ops::RangeFull) -> &Bytes { in index() 113 impl ops::Index<ops::Range<usize>> for Bytes { implementation 117 fn index(&self, r: ops::Range<usize>) -> &Bytes { in index() [all …]
|
/aosp_15_r20/external/boringssl/src/crypto/test/ |
H A D | test_util.h | 40 struct Bytes { struct 41 Bytes(const uint8_t *data_arg, size_t len_arg) in Bytes() argument 43 Bytes(const char *data_arg, size_t len_arg) in Bytes() function 46 explicit Bytes(const char *str) in Bytes() argument 48 explicit Bytes(const std::string &str) in Bytes() argument 50 explicit Bytes(bssl::Span<const uint8_t> span) in Bytes() argument 56 inline bool operator==(const Bytes &a, const Bytes &b) { argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/test/ |
D | test_util.h | 38 struct Bytes { struct 39 Bytes(const uint8_t *data_arg, size_t len_arg) in Bytes() function 41 Bytes(const char *data_arg, size_t len_arg) in Bytes() argument 44 explicit Bytes(const char *str) in Bytes() function 46 explicit Bytes(const std::string &str) in Bytes() argument 48 explicit Bytes(bssl::Span<const uint8_t> span) in Bytes() argument 54 inline bool operator==(const Bytes &a, const Bytes &b) { argument
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/test/ |
H A D | test_util.h | 40 struct Bytes { struct 41 Bytes(const uint8_t *data_arg, size_t len_arg) in Bytes() argument 43 Bytes(const char *data_arg, size_t len_arg) in Bytes() function 46 explicit Bytes(const char *str) in Bytes() function 48 explicit Bytes(const std::string &str) in Bytes() function 50 explicit Bytes(bssl::Span<const uint8_t> span) in Bytes() argument 56 inline bool operator==(const Bytes &a, const Bytes &b) { argument
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/test/ |
D | test_util.h | 38 struct Bytes { struct 39 Bytes(const uint8_t *data_arg, size_t len_arg) in Bytes() function 41 Bytes(const char *data_arg, size_t len_arg) in Bytes() argument 44 explicit Bytes(const char *str) in Bytes() function 46 explicit Bytes(const std::string &str) in Bytes() function 48 explicit Bytes(bssl::Span<const uint8_t> span) in Bytes() function 54 inline bool operator==(const Bytes &a, const Bytes &b) { argument
|
/aosp_15_r20/tools/netsim/rust/daemon/src/wireless/ |
H A D | wifi.rs | 53 tx_request: mpsc::Sender<(u32, Bytes)>, in new() argument 72 rx_request: mpsc::Receiver<(u32, Bytes)>, in start() argument 73 rx_ieee8023_response: mpsc::Receiver<Bytes>, in start() 74 rx_ieee80211_response: mpsc::Receiver<Bytes>, in start() 75 tx_ieee8023_response: mpsc::Sender<Bytes>, in start() 143 rx_ieee8023_response: mpsc::Receiver<Bytes>, in start_ieee8023_response_thread() 159 rx_ieee80211_response: mpsc::Receiver<Bytes>, in start_ieee80211_response_thread() 172 _tx_ieee8023_response: mpsc::Sender<Bytes>, in start_mdns_forwarder_thread() 180 tx_ieee8023_response: mpsc::Sender<Bytes>, in start_mdns_forwarder_thread() 206 fn handle_request(&self, packet: &Bytes) { in handle_request() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/httparse/src/ |
D | iter.rs | 5 pub struct Bytes<'a> { struct 14 impl<'a> Bytes<'a> { implementation 158 impl<'a> AsRef<[u8]> for Bytes<'a> { implementation 175 impl<'a> Iterator for Bytes<'a> { implementation
|
/aosp_15_r20/external/llvm/unittests/Bitcode/ |
H A D | BitstreamReaderTest.cpp | 36 uint8_t Bytes[4] = { in TEST() local 56 uint8_t Bytes[4] = { in TEST() local 75 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03}; in TEST() local 87 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07}; in TEST() local 97 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07}; in TEST() local 107 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07}; in TEST() local 118 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, in TEST() local 132 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, in TEST() local 146 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, in TEST() local 163 uint8_t Bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, in TEST() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/ffi/ |
H A D | c_str.rs | 781 pub struct Bytes<'a> { struct 788 unsafe impl Send for Bytes<'_> {} implementation 791 unsafe impl Sync for Bytes<'_> {} implementation 793 impl<'a> Bytes<'a> { impl 809 impl Iterator for Bytes<'_> { implementation 844 impl FusedIterator for Bytes<'_> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ffi/ |
H A D | c_str.rs | 781 pub struct Bytes<'a> { struct 788 unsafe impl Send for Bytes<'_> {} implementation 791 unsafe impl Sync for Bytes<'_> {} implementation 793 impl<'a> Bytes<'a> { implementation 809 impl Iterator for Bytes<'_> { implementation 844 impl FusedIterator for Bytes<'_> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ffi/ |
H A D | c_str.rs | 781 pub struct Bytes<'a> { struct 788 unsafe impl Send for Bytes<'_> {} argument 791 unsafe impl Sync for Bytes<'_> {} implementation 793 impl<'a> Bytes<'a> { implementation 809 impl Iterator for Bytes<'_> { implementation 844 impl FusedIterator for Bytes<'_> {} implementation
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/Disassembler/ |
H A D | WebAssemblyDisassembler.cpp | 76 static int nextByte(ArrayRef<uint8_t> Bytes, uint64_t &Size) { in nextByte() 84 static bool nextLEB(int64_t &Val, ArrayRef<uint8_t> Bytes, uint64_t &Size, in nextLEB() 100 ArrayRef<uint8_t> Bytes, bool Signed) { in parseLEBImmediate() 109 bool parseImmediate(MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes) { in parseImmediate() 124 StringRef Name, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, in onSymbolStart() 159 MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t /*Address*/, in getInstruction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/Disassembler/ |
H A D | WebAssemblyDisassembler.cpp | 75 static int nextByte(ArrayRef<uint8_t> Bytes, uint64_t &Size) { in nextByte() 83 static bool nextLEB(int64_t &Val, ArrayRef<uint8_t> Bytes, uint64_t &Size, in nextLEB() 99 ArrayRef<uint8_t> Bytes, bool Signed) { in parseLEBImmediate() 108 bool parseImmediate(MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes) { in parseImmediate() 125 ArrayRef<uint8_t> Bytes, in onSymbolStart() 161 MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t /*Address*/, in getInstruction()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand_core-0.6.4/src/ |
H A D | impls.rs | 56 type Bytes: AsRef<[u8]>; typedef 57 fn to_le_bytes(self) -> Self::Bytes; in to_le_bytes() 63 type Bytes = [u8; 4]; typedef 64 fn to_le_bytes(self) -> Self::Bytes { in to_le_bytes() 74 type Bytes = [u8; 8]; typedef 75 fn to_le_bytes(self) -> Self::Bytes { in to_le_bytes()
|
/aosp_15_r20/external/rust/android-crates-io/crates/rand_core/src/ |
D | impls.rs | 56 type Bytes: AsRef<[u8]>; typedef 57 fn to_le_bytes(self) -> Self::Bytes; in to_le_bytes() 63 type Bytes = [u8; 4]; typedef 64 fn to_le_bytes(self) -> Self::Bytes { in to_le_bytes() 74 type Bytes = [u8; 8]; typedef 75 fn to_le_bytes(self) -> Self::Bytes { in to_le_bytes()
|
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/ops/ |
D | bytes.rs | 36 type Bytes: NumBytes; typedef 48 fn to_be_bytes(&self) -> Self::Bytes; in to_be_bytes() 60 fn to_le_bytes(&self) -> Self::Bytes; in to_le_bytes() 84 fn to_ne_bytes(&self) -> Self::Bytes { in to_ne_bytes() 94 type Bytes: NumBytes + ?Sized; typedef
|
/aosp_15_r20/external/capstone/bindings/powershell/Capstone/ |
H A D | Capstone.psm1 | 214 …C:\PS> $Bytes = [byte[]] @( 0x10, 0xf1, 0x10, 0xe7, 0x11, 0xf2, 0x31, 0xe7, 0xdc, 0xa1, 0x2e, 0xf3… in Get-CapstoneDisassembly() variable 215 C:\PS> Get-CapstoneDisassembly -Architecture CS_ARCH_ARM -Mode CS_MODE_ARM -Bytes $Bytes in Get-CapstoneDisassembly() variable 232 C:\PS> $Bytes = [byte[]] @( 0xB8, 0x0A, 0x00, 0x00, 0x00, 0xF7, 0xF3 ) in Get-CapstoneDisassembly() variable 233 …C:\PS> Get-CapstoneDisassembly -Architecture CS_ARCH_X86 -Mode CS_MODE_32 -Bytes $Bytes -Syntax AT… in Get-CapstoneDisassembly() variable 254 C:\PS> $Bytes = [byte[]] @( 0xB8, 0x0A, 0x00, 0x00, 0x00, 0xF7, 0xF3 ) in Get-CapstoneDisassembly() variable 303 [byte[]]$Bytes, in Get-CapstoneDisassembly() variable
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/required/ |
H A D | required.pb.go | 581 type Bytes struct { struct 582 state protoimpl.MessageState 583 sizeCache protoimpl.SizeCache 584 unknownFields protoimpl.UnknownFields 586 V []byte `protobuf:"bytes,1,req,name=v" json:"v,omitempty"` 589 func (x *Bytes) Reset() { 598 func (x *Bytes) String() string { 602 func (*Bytes) ProtoMessage() {} 604 func (x *Bytes) ProtoReflect() protoreflect.Message { 617 func (*Bytes) Descriptor() ([]byte, []int) { [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ffi/ |
H A D | c_str.rs | 777 pub struct Bytes<'a> { struct 782 impl<'a> Bytes<'a> { impl 798 impl Iterator for Bytes<'_> { implementation 827 impl FusedIterator for Bytes<'_> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ffi/ |
H A D | c_str.rs | 777 pub struct Bytes<'a> { struct 782 impl<'a> Bytes<'a> { argument 798 impl Iterator for Bytes<'_> { implementation 827 impl FusedIterator for Bytes<'_> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ |
H A D | to_bytes.rs | 16 type Bytes: Copy typedef 27 fn to_ne_bytes(self) -> Self::Bytes; in to_ne_bytes() 31 fn to_be_bytes(self) -> Self::Bytes; in to_be_bytes() 35 fn to_le_bytes(self) -> Self::Bytes; in to_le_bytes()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ |
H A D | to_bytes.rs | 16 type Bytes: Copy typedef 27 fn to_ne_bytes(self) -> Self::Bytes; in to_ne_bytes() 31 fn to_be_bytes(self) -> Self::Bytes; in to_be_bytes() 35 fn to_le_bytes(self) -> Self::Bytes; in to_le_bytes()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ |
H A D | to_bytes.rs | 16 type Bytes: Copy typedef 27 fn to_ne_bytes(self) -> Self::Bytes; in to_ne_bytes() 31 fn to_be_bytes(self) -> Self::Bytes; in to_be_bytes() 35 fn to_le_bytes(self) -> Self::Bytes; in to_le_bytes()
|