Home
last modified time | relevance | path

Searched +defs:head +defs:default (Results 1 – 25 of 533) sorted by relevance

12345678910>>...22

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/
Dtypelist.h48 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument
69 typedef Hd head; in _GLIBCXX_VISIBILITY() typedef
136 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
Dtypelist.h48 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument
69 typedef Hd head; in _GLIBCXX_VISIBILITY() typedef
136 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY() argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Darray.rs45 fn default() -> Self { in default() method
59 head: CachePadded<AtomicUsize>, field
99 let head = 0; in with_capacity() localVariable
178 let head = self.head.load(Ordering::Relaxed); in start_send() localVariable
217 let mut head = self.head.load(Ordering::Relaxed); in start_recv() localVariable
417 let head = self.head.load(Ordering::SeqCst); in len() localVariable
496 let mut head = self.head.load(Ordering::Relaxed); in discard_all_messages() localVariable
543 let head = self.head.load(Ordering::SeqCst); in is_empty() localVariable
556 let head = self.head.load(Ordering::SeqCst); in is_full() localVariable
H A Dlist.rs132 fn default() -> Self { in default() method
146 head: CachePadded<Position<T>>, field
280 let mut head = self.head.index.load(Ordering::Acquire); in start_recv() localVariable
464 let mut head = self.head.index.load(Ordering::SeqCst); in len() localVariable
549 let mut head = self.head.index.load(Ordering::Acquire); in discard_all_messages() localVariable
606 let head = self.head.index.load(Ordering::SeqCst); in is_empty() localVariable
619 let mut head = self.head.index.load(Ordering::Relaxed); in drop() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Darray.rs45 fn default() -> Self { in default() method
59 head: CachePadded<AtomicUsize>, field
99 let head = 0; in with_capacity() localVariable
178 let head = self.head.load(Ordering::Relaxed); in start_send() localVariable
218 let mut head = self.head.load(Ordering::Relaxed); in start_recv() localVariable
421 let head = self.head.load(Ordering::SeqCst); in len() localVariable
500 let mut head = self.head.load(Ordering::Relaxed); in discard_all_messages() localVariable
547 let head = self.head.load(Ordering::SeqCst); in is_empty() localVariable
560 let head = self.head.load(Ordering::SeqCst); in is_full() localVariable
H A Dlist.rs132 fn default() -> Self { in default() method
146 head: CachePadded<Position<T>>, field
282 let mut head = self.head.index.load(Ordering::Acquire); in start_recv() localVariable
468 let mut head = self.head.index.load(Ordering::SeqCst); in len() localVariable
553 let mut head = self.head.index.load(Ordering::Acquire); in discard_all_messages() localVariable
610 let head = self.head.index.load(Ordering::SeqCst); in is_empty() localVariable
623 let mut head = self.head.index.load(Ordering::Relaxed); in drop() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Darray.rs45 fn default() -> Self { in default() method
59 head: CachePadded<AtomicUsize>, field
99 let head = 0; in with_capacity() localVariable
178 let head = self.head.load(Ordering::Relaxed); in start_send() localVariable
218 let mut head = self.head.load(Ordering::Relaxed); in start_recv() localVariable
421 let head = self.head.load(Ordering::SeqCst); in len() localVariable
500 let mut head = self.head.load(Ordering::Relaxed); in discard_all_messages() localVariable
547 let head = self.head.load(Ordering::SeqCst); in is_empty() localVariable
560 let head = self.head.load(Ordering::SeqCst); in is_full() localVariable
H A Dlist.rs132 fn default() -> Self { in default() method
146 head: CachePadded<Position<T>>, field
282 let mut head = self.head.index.load(Ordering::Acquire); in start_recv() localVariable
468 let mut head = self.head.index.load(Ordering::SeqCst); in len() localVariable
553 let mut head = self.head.index.load(Ordering::Acquire); in discard_all_messages() localVariable
610 let head = self.head.index.load(Ordering::SeqCst); in is_empty() localVariable
623 let mut head = self.head.index.load(Ordering::Relaxed); in drop() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Darray.rs45 fn default() -> Self { in default() method
59 head: CachePadded<AtomicUsize>, field
99 let head = 0; in with_capacity() localVariable
178 let head = self.head.load(Ordering::Relaxed); in start_send() localVariable
217 let mut head = self.head.load(Ordering::Relaxed); in start_recv() localVariable
417 let head = self.head.load(Ordering::SeqCst); in len() localVariable
496 let mut head = self.head.load(Ordering::Relaxed); in discard_all_messages() localVariable
543 let head = self.head.load(Ordering::SeqCst); in is_empty() localVariable
556 let head = self.head.load(Ordering::SeqCst); in is_full() localVariable
H A Dlist.rs132 fn default() -> Self { in default() method
146 head: CachePadded<Position<T>>, field
280 let mut head = self.head.index.load(Ordering::Acquire); in start_recv() localVariable
464 let mut head = self.head.index.load(Ordering::SeqCst); in len() localVariable
549 let mut head = self.head.index.load(Ordering::Acquire); in discard_all_messages() localVariable
606 let head = self.head.index.load(Ordering::SeqCst); in is_empty() localVariable
619 let mut head = self.head.index.load(Ordering::Relaxed); in drop() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Darray.rs45 fn default() -> Self { in default() method
59 head: CachePadded<AtomicUsize>, field
99 let head = 0; in with_capacity() localVariable
178 let head = self.head.load(Ordering::Relaxed); in start_send() localVariable
218 let mut head = self.head.load(Ordering::Relaxed); in start_recv() localVariable
421 let head = self.head.load(Ordering::SeqCst); in len() localVariable
500 let mut head = self.head.load(Ordering::Relaxed); in discard_all_messages() localVariable
547 let head = self.head.load(Ordering::SeqCst); in is_empty() localVariable
560 let head = self.head.load(Ordering::SeqCst); in is_full() localVariable
H A Dlist.rs132 fn default() -> Self { in default() method
146 head: CachePadded<Position<T>>, field
282 let mut head = self.head.index.load(Ordering::Acquire); in start_recv() localVariable
468 let mut head = self.head.index.load(Ordering::SeqCst); in len() localVariable
553 let mut head = self.head.index.load(Ordering::Acquire); in discard_all_messages() localVariable
610 let head = self.head.index.load(Ordering::SeqCst); in is_empty() localVariable
623 let mut head = self.head.index.load(Ordering::Relaxed); in drop() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-queue/src/
Dseg_queue.rs140 head: CachePadded<Position<T>>, field
288 let mut head = self.head.index.load(Ordering::Acquire); in pop() localVariable
387 let head = self.head.index.load(Ordering::SeqCst); in is_empty() localVariable
412 let mut head = self.head.index.load(Ordering::SeqCst); in len() localVariable
446 let mut head = *self.head.index.get_mut(); in drop() localVariable
488 fn default() -> SegQueue<T> { in default() method
513 let head = *value.head.index.get_mut(); in next() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/
Dheaders.rs279 let head = self.head(); in encode() localVariable
286 fn head(&self) -> Head { in head() method
499 let head = self.head(); in encode() localVariable
509 fn head(&self) -> Head { in head() method
539 fn head(&self) -> Head { in head() method
545 let head = self.head(); in encode() localVariable
768 fn default() -> Self { in default() method
816 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/
Drequest.rs158 head: Parts, field
346 pub fn head<T>(uri: T) -> Builder in head() method
699 fn default() -> Request<T> { in default() method
1076 fn default() -> Builder { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/src/flavors/
Darray.rs46 fn default() -> Self { in default() method
63 head: CachePadded<AtomicUsize>, field
103 let head = 0; in with_capacity() localVariable
195 let head = self.head.load(Ordering::Relaxed); in start_send() localVariable
234 let mut head = self.head.load(Ordering::Relaxed); in start_recv() localVariable
452 let head = self.head.load(Ordering::SeqCst); in len() localVariable
499 let head = self.head.load(Ordering::SeqCst); in is_empty() localVariable
512 let head = self.head.load(Ordering::SeqCst); in is_full() localVariable
526 let head = *self.head.get_mut(); in drop() localVariable
Dlist.rs142 fn default() -> Self { in default() method
159 head: CachePadded<Position<T>>, field
303 let mut head = self.head.index.load(Ordering::Acquire); in start_recv() localVariable
500 let mut head = self.head.index.load(Ordering::SeqCst); in len() localVariable
585 let mut head = self.head.index.load(Ordering::Acquire); in discard_all_messages() localVariable
640 let head = self.head.index.load(Ordering::SeqCst); in is_empty() localVariable
653 let mut head = *self.head.index.get_mut(); in drop() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs55 head: Option<NonNull<Node<T>>>, field
75 head: Option<NonNull<Node<T>>>, field
112 head: Option<NonNull<Node<T>>>, field
323 let head = self.head.take(); in detach_all_nodes() localVariable
429 fn default() -> Self { in default() method
1252 fn default() -> Self { in default() method
1313 fn default() -> Self { in default() method
2010 fn default() -> Self { in default() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs55 head: Option<NonNull<Node<T>>>, field
75 head: Option<NonNull<Node<T>>>, field
112 head: Option<NonNull<Node<T>>>, field
323 let head = self.head.take(); in detach_all_nodes() localVariable
429 fn default() -> Self { in default() method
1252 fn default() -> Self { in default() method
1313 fn default() -> Self { in default() method
2030 fn default() -> Self { in default() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs55 head: Option<NonNull<Node<T>>>, field
75 head: Option<NonNull<Node<T>>>, field
112 head: Option<NonNull<Node<T>>>, field
323 let head = self.head.take(); in detach_all_nodes() localVariable
429 fn default() -> Self { in default() method
1252 fn default() -> Self { in default() method
1313 fn default() -> Self { in default() method
2030 fn default() -> Self { in default() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs55 head: Option<NonNull<Node<T>>>, field
75 head: Option<NonNull<Node<T>>>, field
112 head: Option<NonNull<Node<T>>>, field
323 let head = self.head.take(); in detach_all_nodes() localVariable
429 fn default() -> Self { in default() method
1252 fn default() -> Self { in default() method
1313 fn default() -> Self { in default() method
2010 fn default() -> Self { in default() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs55 head: Option<NonNull<Node<T>>>, field
75 head: Option<NonNull<Node<T>>>, field
112 head: Option<NonNull<Node<T>>>, field
323 let head = self.head.take(); in detach_all_nodes() localVariable
429 fn default() -> Self { in default() method
1252 fn default() -> Self { in default() method
1313 fn default() -> Self { in default() method
2030 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/
Dio_uring.rs418 fn default() -> Self { in default() method
443 fn default() -> Self { in default() method
945 fn default() -> Self { in default() method
997 fn default() -> Self { in default() method
1215 pub head: u32, field
1230 pub head: u32, field
1367 fn default() -> Self { in default() method
1374 fn default() -> Self { in default() method
1381 fn default() -> Self { in default() method
1388 fn default() -> Self { in default() method
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/intrusive-collections/src/
Dxor_linked_list.rs151 fn default() -> Link { in default() method
333 fn default() -> AtomicLink { in default() method
914 let head = list.head.unwrap_unchecked(); localVariable
952 let head = list.head.unwrap_unchecked(); localVariable
1682 let head = self.head?; localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/futures_unordered/
Dmod.rs108 fn default() -> Self { in default() method
337 let head = *self.head_all.get_mut(); in unlink() localVariable
358 let head = *self.head_all.get_mut(); in unlink() localVariable
593 let head = *guard.0.head_all.get_mut(); in drop() localVariable

12345678910>>...22