/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/net/ |
D | ipv6_ext_slice_iter.rs | 25 fn next(&mut self) -> Option<Ipv6ExtensionSlice<'a>> { in next() 88 let a: Ipv6ExtensionsSlice = Default::default(); in into_iter() localVariable 125 let header = Ipv6RawExtHeaderSlice::from_slice(slice).unwrap(); localVariable 130 let header = Ipv6RawExtHeaderSlice::from_slice(slice).unwrap(); localVariable 135 let header = Ipv6RawExtHeaderSlice::from_slice(slice).unwrap(); localVariable 140 let header = Ipv6FragmentHeaderSlice::from_slice(slice).unwrap(); localVariable 145 let header = IpAuthHeaderSlice::from_slice(slice).unwrap(); localVariable 191 let a: Ipv6ExtensionSliceIter = Default::default(); in debug() localVariable 203 let a: Ipv6ExtensionSliceIter = Default::default(); in clone_eq() localVariable 209 let mut a: Ipv6ExtensionSliceIter = Default::default(); in default() localVariable
|
D | ipv6_slice.rs | 7 pub(crate) header: Ipv6HeaderSlice<'a>, field 23 pub fn from_slice(slice: &'a [u8]) -> Result<Ipv6Slice<'a>, SliceError> { in from_slice() 25 let header = Ipv6HeaderSlice::from_slice(slice).map_err(|err| { in from_slice() localVariable 139 pub fn from_slice_lax(slice: &'a [u8]) -> Result<Ipv6Slice<'a>, SliceError> { in from_slice_lax() 141 let header = Ipv6HeaderSlice::from_slice(slice).map_err(|err| { in from_slice_lax() localVariable 224 pub fn header(&self) -> Ipv6HeaderSlice<'a> { in header() method 230 pub fn extensions(&self) -> &Ipv6ExtensionsSlice<'a> { in extensions() 237 pub fn payload(&self) -> &IpPayloadSlice<'a> { in payload()
|
D | ipv6_exts.rs | 418 let header = Ipv6RawExtHeader::read(reader).map_err(Io)?; in read() localVariable 436 let header = Ipv6RawExtHeader::read(reader).map_err(Io)?; in read() localVariable 444 let header = Ipv6RawExtHeader::read(reader).map_err(Io)?; in read() localVariable 454 let header = Ipv6RawExtHeader::read(reader).map_err(Io)?; in read() localVariable 467 let header = Ipv6FragmentHeader::read(reader).map_err(Io)?; in read() localVariable 477 let header = IpAuthHeader::read(reader).map_err(|err| { in read() localVariable 551 let header = Ipv6RawExtHeader::read_limited(reader).map_err(map_limited_err)?; in read_limited() localVariable 569 let header = in read_limited() localVariable 578 let header = in read_limited() localVariable 589 let header = in read_limited() localVariable [all …]
|
D | lax_ipv6_slice.rs | 22 pub(crate) header: Ipv6HeaderSlice<'a>, field 73 LaxIpv6Slice<'a>, in from_slice() 79 let header = Ipv6HeaderSlice::from_slice(slice)?; in from_slice() localVariable 156 pub fn header(&self) -> Ipv6HeaderSlice<'a> { in header() method 162 pub fn extensions(&self) -> &Ipv6ExtensionsSlice<'a> { in extensions() 169 pub fn payload(&self) -> &LaxIpPayloadSlice<'a> { in payload()
|
D | ipv6_fragment_header_slice.rs | 13 pub fn from_slice(slice: &'a [u8]) -> Result<Ipv6FragmentHeaderSlice<'a>, err::LenError> { in from_slice() 40 pub unsafe fn from_slice_unchecked(slice: &'a [u8]) -> Ipv6FragmentHeaderSlice<'a> { in from_slice_unchecked() 273 let header = Ipv6FragmentHeader { localVariable 286 let header = Ipv6FragmentHeader { localVariable 300 let header = Ipv6FragmentHeader { localVariable 314 let header = Ipv6FragmentHeader { localVariable
|
D | ip_slice.rs | 68 pub fn payload(&self) -> &IpPayloadSlice<'a> { in payload() 132 let header = unsafe { in from_slice() localVariable 238 let header = unsafe { in from_slice() localVariable 344 let mut header: Ipv4Header = Default::default(); in debug_clone_eq() localVariable 360 let header = Ipv6Header { in debug_clone_eq() localVariable 498 let header = Ipv4Header::new( in payload() localVariable 522 let header = Ipv6Header { in payload() localVariable 593 let mut header = ipv4_header; localVariable 610 let mut header = ipv6_header; localVariable 678 let mut header = ipv6_header.clone(); localVariable [all …]
|
D | ipv4_exts_slice.rs | 21 ) -> Result<(Ipv4ExtensionsSlice<'a>, IpNumber, &'a [u8]), err::ip_auth::HeaderSliceError> { in from_slice() 24 let header = IpAuthHeaderSlice::from_slice(start_slice)?; in from_slice() localVariable 119 Ipv4ExtensionsSlice<'a>, in from_slice_lax() 222 let header = Ipv4ExtensionsSlice{ localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/acpi/src/ |
D | madt.rs | 37 pub header: SdtHeader, field 46 fn header(&self) -> &SdtHeader { in header() method 53 pub fn parse_interrupt_model_in<'a, A>( in parse_interrupt_model_in() 56 ) -> AcpiResult<(InterruptModel<'a, A>, Option<ProcessorInfo<'a, A>>)> in parse_interrupt_model_in() 98 fn parse_apic_model_in<'a, A>( in parse_apic_model_in() 101 ) -> AcpiResult<(InterruptModel<'a, A>, Option<ProcessorInfo<'a, A>>)> in parse_apic_model_in() 353 let header = unsafe { *(self.pointer as *const EntryHeader) }; in next() localVariable 425 pub header: EntryHeader, field 434 pub header: EntryHeader, field 444 pub header: EntryHeader, field [all …]
|
/aosp_15_r20/system/update_engine/payload_generator/ |
H A D | squashfs_filesystem.cc | 55 SquashfsFilesystem::SquashfsHeader* header) { in ReadSquashfsHeader() 67 bool CheckHeader(const SquashfsFilesystem::SquashfsHeader& header) { in CheckHeader() 97 const SquashfsHeader& header, in Init() 152 std::sort(files_.begin(), files_.end(), [](const File& a, const File& b) { in Init() 206 std::sort(files_.begin(), files_.end(), [](const File& a, const File& b) { in Init() 221 [](const puffin::ByteExtent& a, const puffin::ByteExtent& b) { in Init() 237 [](const puffin::ByteExtent& a, const puffin::ByteExtent& b) { in Init() 269 SquashfsHeader header; in CreateFromFile() local 298 const string& filemap, size_t size, const SquashfsHeader& header) { in CreateFromFileMap() 327 SquashfsHeader header; in IsSquashfsImage() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/ |
H A D | cff.rs | 10 header: CffHeader<'a>, field 18 pub fn offset_data(&self) -> FontData<'a> { in offset_data() 22 pub fn header(&self) -> CffHeader<'a> { in header() method 31 pub fn names(&self) -> Index1<'a> { in names() 37 pub fn name(&self, index: usize) -> Option<Latin1String<'a>> { in name() 47 pub fn top_dicts(&self) -> Index1<'a> { in top_dicts() 58 pub fn strings(&self) -> Index1<'a> { in strings() 66 pub fn string(&self, id: StringId) -> Option<Latin1String<'a>> { in string() 79 pub fn global_subrs(&self) -> Index1<'a> { in global_subrs() 90 let header = CffHeader::read(data)?; in read() localVariable
|
H A D | gvar.rs | 60 fn raw_tuple_header_data(&self) -> FontData<'a> { in raw_tuple_header_data() 67 fn data_for_gid(&self, gid: GlyphId) -> Result<FontData<'a>, ReadError> { in data_for_gid() 80 pub fn glyph_variation_data(&self, gid: GlyphId) -> Result<GlyphVariationData<'a>, ReadError> { in glyph_variation_data() 90 data: FontData<'a>, in new() 92 shared_tuples: SharedTuples<'a>, in new() 94 let header = GlyphVariationDataHeader::read(data)?; in new() localVariable 120 pub fn tuples(&self) -> TupleVariationIter<'a> { in tuples() 139 ) -> impl Iterator<Item = (TupleVariation<'a>, Fixed)> + 'a { in active_tuples_at() 160 fn next_tuple(&mut self) -> Option<TupleVariation<'a>> { in next_tuple() 167 let header = self.header_iter.next()?.ok()?; in next_tuple() localVariable [all …]
|
H A D | cff2.rs | 10 header: Cff2Header<'a>, field 15 pub fn offset_data(&self) -> FontData<'a> { in offset_data() 19 pub fn header(&self) -> &Cff2Header<'a> { in header() method 36 pub fn global_subrs(&self) -> Index2<'a> { in global_subrs() 47 let header = Cff2Header::read(data)?; in read() localVariable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/ |
D | avltree_algorithms.hpp | 214 static void replace_node(node_ptr node_to_be_replaced, node_ptr header, node_ptr new_node) in replace_node() 261 static void init_header(node_ptr header) in init_header() 268 static node_ptr erase(node_ptr header, node_ptr z) in erase() 370 (node_ptr header, node_ptr hint, node_ptr new_node, NodePtrCompare comp) in insert_equal() 379 (node_ptr header, node_ptr pos, node_ptr new_node) in insert_before() 387 static void push_back(node_ptr header, node_ptr new_node) in push_back() 394 static void push_front(node_ptr header, node_ptr new_node) in push_front() 416 (node_ptr header, node_ptr new_value, const insert_commit_data &commit_data) in insert_unique_commit() 428 static bool verify(const node_ptr &header) in verify() 486 ( node_ptr header, node_ptr z, const typename bstree_algo::data_for_rebalance &info) in rebalance_after_erasure() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-vsock/src/ |
D | packet.rs | 162 header: PacketHeader, field 182 pub fn header_slice(&self) -> &VolatileSlice<'a, B> { in header_slice() 187 pub fn data_slice(&self) -> Option<&VolatileSlice<'a, B>> { in data_slice() 231 let header = self in set_header_from_raw() localVariable 425 <<M as GuestMemory>::R as GuestMemoryRegion>::B: WithBitmapSlice<'a, S = B>, in from_tx_virtq_chain() 444 let header = mem in from_tx_virtq_chain() localVariable 588 <<M as GuestMemory>::R as GuestMemoryRegion>::B: WithBitmapSlice<'a, S = B>, in from_rx_virtq_chain() 668 pub unsafe fn new(header: &mut [u8], data: Option<&mut [u8]>) -> Result<VsockPacket<'a, ()>> { in new() 879 let header = packet.header_slice(); in test_from_rx_virtq_chain() localVariable 912 let header = packet.header_slice(); in test_from_rx_virtq_chain() localVariable [all …]
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | loop_optimization.cc | 220 static bool IsNarrowerOperands(HInstruction* a, in IsNarrowerOperands() 243 static bool IsNarrowerOperand(HInstruction* a, in IsNarrowerOperand() 273 /*out*/ HInstruction** a, in IsAddConst() 306 /*out*/ HInstruction** a, in IsAddConst2() 324 /*out*/ HInstruction** a, in IsSubConst2() 440 static DataType::Type GetNarrowerType(HInstruction* a, HInstruction* b) { in GetNarrowerType() 468 HBasicBlock* header = loop_info->GetHeader(); in HasLoopDiamondStructure() local 768 HBasicBlock* header = loop_info->GetHeader(); in TryToRemoveSuspendCheckFromLoopHeader() local 784 HBasicBlock* header = node->loop_info->GetHeader(); in SimplifyInduction() local 879 HBasicBlock* header = node->loop_info->GetHeader(); in TryOptimizeInnerLoopFinite() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/ |
D | any.rs | 61 T: Choice<'a> + DecodeValue<'a>, in decode_as() 67 let header = Header { in decode_as() localVariable 102 fn decode<R: Reader<'a>>(reader: &mut R) -> Result<AnyRef<'a>> { in decode() 103 let header = Header::decode(reader)?; in decode() localVariable 140 fn from(any: AnyRef<'a>) -> BytesRef<'a> { in from() 148 fn try_from(bytes: &'a [u8]) -> Result<AnyRef<'a>> { in try_from() 192 pub fn decode_as<'a, T>(&'a self) -> Result<T> in decode_as() 194 T: Choice<'a> + DecodeValue<'a>, in decode_as() 214 pub fn sequence<'a, F, T>(&'a self, f: F) -> Result<T> in sequence() 238 let header = Header::decode(reader)?; in decode() localVariable [all …]
|
D | context_specific.rs | 42 pub fn decode_explicit<'a, R: Reader<'a>>( in decode_explicit() 45 ) -> Result<Option<Self>> in decode_explicit() 58 pub fn decode_implicit<'a, R: Reader<'a>>( in decode_implicit() 66 let header = Header::decode(reader)?; in decode_implicit() localVariable 83 fn decode_with<'a, F, R: Reader<'a>>( in decode_with() 121 let header = Header::decode(reader)?; in decode() localVariable 225 fn encoder(&self) -> ContextSpecific<EncodeValueRef<'a, T>> { in encoder()
|
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-drivers/src/ |
D | queue.rs | 152 pub unsafe fn add<'a, 'b>( in add() 206 fn add_direct<'a, 'b>( in add_direct() 243 fn add_indirect<'a, 'b>( in add_indirect() 823 fn take_first<'a, T>(slice: &mut &'a [T]) -> Option<&'a T> { in take_first() 831 fn take_first_mut<'a, T>(slice: &mut &'a mut [T]) -> Option<&'a mut T> { in take_first_mut() 984 let mut header = VirtIOHeader::make_fake_header(MODERN_VERSION, 1, 0, 0, 4); in queue_too_big() localVariable 994 let mut header = VirtIOHeader::make_fake_header(MODERN_VERSION, 1, 0, 0, 4); in queue_already_used() localVariable 1005 let mut header = VirtIOHeader::make_fake_header(MODERN_VERSION, 1, 0, 0, 4); in add_empty() localVariable 1016 let mut header = VirtIOHeader::make_fake_header(MODERN_VERSION, 1, 0, 0, 4); in add_too_many() localVariable 1028 let mut header = VirtIOHeader::make_fake_header(MODERN_VERSION, 1, 0, 0, 4); in add_buffers() localVariable [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/async-task/src/ |
D | runnable.rs | 504 pub unsafe fn spawn_unchecked<'a, F, Fut, S>( in spawn_unchecked() 511 Fut: Future + 'a, in spawn_unchecked() 513 M: 'a, in spawn_unchecked() 740 let header = ptr as *const Header<M>; in schedule() localVariable 778 let header = ptr as *const Header<M>; in run() localVariable 809 let header = ptr as *const Header<M>; in waker() localVariable 817 fn header(&self) -> &Header<M> { in header() method 896 let header = self.header(); in drop() localVariable 939 let header = ptr as *const Header<M>; in fmt() localVariable
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_clip.c | 241 struct prim_header header; in emit_poly() local 296 dot4(const float *a, const float *b) in dot4() 345 struct prim_header *header, in do_clip_tri() 349 struct vertex_header *a[MAX_CLIPPED_VERTICES]; in do_clip_tri() local 569 struct prim_header *header, in do_clip_line() 648 clip_point(struct draw_stage *stage, struct prim_header *header) in clip_point() 662 clip_point_guard_xy(struct draw_stage *stage, struct prim_header *header) in clip_point_guard_xy() 689 clip_first_point(struct draw_stage *stage, struct prim_header *header) in clip_first_point() 697 clip_line(struct draw_stage *stage, struct prim_header *header) in clip_line() 714 clip_line_guard_xy(struct draw_stage *stage, struct prim_header *header) in clip_line_guard_xy() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/icmp/ |
D | icmp_header.hpp | 55 friend std::istream& operator>>(std::istream& is, icmp_header& header) in operator >>() 58 friend std::ostream& operator<<(std::ostream& os, const icmp_header& header) in operator <<() 62 unsigned short decode(int a, int b) const in decode() 65 void encode(int a, int b, unsigned short n) in encode() 75 void compute_checksum(icmp_header& header, in compute_checksum()
|
/aosp_15_r20/external/ComputeLibrary/tests/framework/instruments/ |
H A D | hwc.hpp | 44 #define MALI_IOR(a, b, c) _IOR_BAD(a, b, c) argument 45 #define MALI_IOW(a, b, c) _IOW_BAD(a, b, c) argument 47 #define MALI_IOR(a, b, c) _IOR(a, b, c) argument 48 #define MALI_IOW(a, b, c) _IOW(a, b, c) argument 163 uk_header header; member 271 union kbase_uk_hwcnt_header header; member 298 union kbase_uk_hwcnt_header header; member 307 union kbase_uk_hwcnt_header header; member 324 uk_header header; member
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/assets/msmt_interop_tests/ |
D | aggregatable_contributions_with_filtering_ids.json | 18 "a": "0x1", string 44 "a": 123, number 70 "a": { "value": 321, "filtering_id": "65535" }, object 109 "a": { "value": 321, "filtering_id": 255 } // wrong type object 128 "a": { "value": 321, "filtering_id": "256" } // too big object 195 "header": "Attribution-Reporting-Register-Trigger", string 207 "header": "Attribution-Reporting-Register-Trigger", string 219 "header": "Attribution-Reporting-Register-Trigger", string
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/ |
H A D | lib.rs | 197 header: TTCHeader<'a>, field 204 let header = TTCHeader::read(data)?; in new() localVariable 223 pub fn get(&self, index: u32) -> Result<FontRef<'a>, ReadError> { in get() 291 pub fn table_data(&self, tag: Tag) -> Option<FontData<'a>> { in table_data() 305 data: FontData<'a>, in with_table_directory() 306 table_directory: TableDirectory<'a>, in with_table_directory() 320 fn data_for_tag(&self, tag: Tag) -> Option<FontData<'a>> { in data_for_tag()
|
/aosp_15_r20/external/trusty/lk/lib/heap/cmpctmalloc/ |
D | cmpctmalloc.c | 84 header_t header; member 115 static void dump_free(header_t *header) in dump_free() 206 inline bool is_tagged_as_free(header_t *header) in is_tagged_as_free() 216 inline header_t *right_header(header_t *header) in right_header() 244 static bool is_start_of_os_allocation(header_t *header) in is_start_of_os_allocation() 275 static void free_to_os(header_t *header, size_t size) in free_to_os() 382 char *a, *a2 = NULL; in cmpct_test_trim() local 559 void *a = cmpct_alloc(5000); in cmpct_test_return_to_os() local 800 header_t *header = (header_t *)payload - 1; in cmpct_memalign() local 819 header_t *header = (header_t *)payload - 1; in cmpct_free() local [all …]
|