/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/util/ |
D | linked_list.rs | 19 pub(crate) struct LinkedList<L, T> { struct 30 unsafe impl<L: Link> Send for LinkedList<L, L::Target> where L::Target: Send {} implementation 31 unsafe impl<L: Link> Sync for LinkedList<L, L::Target> where L::Target: Sync {} implementation 106 impl<L, T> LinkedList<L, T> { impl 117 impl<L: Link> LinkedList<L, L::Target> { implementation 235 impl<L: Link> fmt::Debug for LinkedList<L, L::Target> { implementation 251 impl<L: Link> LinkedList<L, L::Target> { impl 258 impl<L: Link> Default for LinkedList<L, L::Target> { implementation 273 impl<T: Link> LinkedList<T, T::Target> { impl 311 impl<T: Link> LinkedList<T, T::Target> { impl [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/ |
H A D | linked_list.rs | 51 pub struct LinkedList< struct 68 /// An iterator over the elements of a `LinkedList`. argument 167 impl<T, A: Allocator> LinkedList<T, A> { implementation 426 impl<T> Default for LinkedList<T> { implementation 434 impl<T> LinkedList<T> { impl 502 impl<T, A: Allocator> LinkedList<T, A> { impl 1170 unsafe impl<#[may_dangle] T, A: Allocator> Drop for LinkedList<T, A> { implementation 2016 impl<T> FromIterator<T> for LinkedList<T> { implementation 2025 impl<T, A: Allocator> IntoIterator for LinkedList<T, A> { implementation 2037 impl<'a, T, A: Allocator> IntoIterator for &'a LinkedList<T, A> { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/ |
H A D | linked_list.rs | 51 pub struct LinkedList< struct 68 /// An iterator over the elements of a `LinkedList`. argument 167 impl<T, A: Allocator> LinkedList<T, A> { implementation 426 impl<T> Default for LinkedList<T> { implementation 434 impl<T> LinkedList<T> { impl 502 impl<T, A: Allocator> LinkedList<T, A> { implementation 1170 unsafe impl<#[may_dangle] T, A: Allocator> Drop for LinkedList<T, A> { implementation 2036 impl<T> FromIterator<T> for LinkedList<T> { implementation 2045 impl<T, A: Allocator> IntoIterator for LinkedList<T, A> { implementation 2057 impl<'a, T, A: Allocator> IntoIterator for &'a LinkedList<T, A> { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/ |
H A D | linked_list.rs | 51 pub struct LinkedList< struct 68 /// An iterator over the elements of a `LinkedList`. argument 167 impl<T, A: Allocator> LinkedList<T, A> { implementation 426 impl<T> Default for LinkedList<T> { implementation 434 impl<T> LinkedList<T> { impl 502 impl<T, A: Allocator> LinkedList<T, A> { impl 1170 unsafe impl<#[may_dangle] T, A: Allocator> Drop for LinkedList<T, A> { implementation 2036 impl<T> FromIterator<T> for LinkedList<T> { implementation 2045 impl<T, A: Allocator> IntoIterator for LinkedList<T, A> { implementation 2057 impl<'a, T, A: Allocator> IntoIterator for &'a LinkedList<T, A> { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/ |
H A D | linked_list.rs | 51 pub struct LinkedList< struct 68 /// An iterator over the elements of a `LinkedList`. argument 167 impl<T, A: Allocator> LinkedList<T, A> { impl 426 impl<T> Default for LinkedList<T> { implementation 434 impl<T> LinkedList<T> { impl 502 impl<T, A: Allocator> LinkedList<T, A> { implementation 1170 unsafe impl<#[may_dangle] T, A: Allocator> Drop for LinkedList<T, A> { implementation 2016 impl<T> FromIterator<T> for LinkedList<T> { implementation 2025 impl<T, A: Allocator> IntoIterator for LinkedList<T, A> { implementation 2037 impl<'a, T, A: Allocator> IntoIterator for &'a LinkedList<T, A> { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/ |
H A D | linked_list.rs | 51 pub struct LinkedList< struct 68 /// An iterator over the elements of a `LinkedList`. argument 167 impl<T, A: Allocator> LinkedList<T, A> { implementation 426 impl<T> Default for LinkedList<T> { implementation 434 impl<T> LinkedList<T> { implementation 502 impl<T, A: Allocator> LinkedList<T, A> { implementation 1170 unsafe impl<#[may_dangle] T, A: Allocator> Drop for LinkedList<T, A> { implementation 2036 impl<T> FromIterator<T> for LinkedList<T> { implementation 2045 impl<T, A: Allocator> IntoIterator for LinkedList<T, A> { implementation 2057 impl<'a, T, A: Allocator> IntoIterator for &'a LinkedList<T, A> { implementation [all …]
|
/aosp_15_r20/external/libchrome/base/containers/ |
H A D | linked_list_unittest.cc | 76 TEST(LinkedList, Empty) { in TEST() argument 83 TEST(LinkedList, Append) { in TEST() argument 118 TEST(LinkedList, RemoveFromList) { in TEST() argument 193 TEST(LinkedList, InsertBefore) { in TEST() argument 230 TEST(LinkedList, InsertAfter) { in TEST() argument 267 TEST(LinkedList, MultipleInheritanceNode) { in TEST() argument 272 TEST(LinkedList, EmptyListIsEmpty) { in TEST() argument 277 TEST(LinkedList, NonEmptyListIsNotEmpty) { in TEST() argument 286 TEST(LinkedList, EmptiedListIsEmptyAgain) { in TEST() argument 296 TEST(LinkedList, NodesCanBeReused) { in TEST() argument [all …]
|
H A D | linked_list.h | 161 LinkedList() : root_(&root_, &root_) {} in LinkedList() function
|
/aosp_15_r20/external/cronet/base/containers/ |
H A D | linked_list_unittest.cc | 77 TEST(LinkedList, Empty) { in TEST() argument 84 TEST(LinkedList, Append) { in TEST() argument 119 TEST(LinkedList, RemoveFromList) { in TEST() argument 194 TEST(LinkedList, InsertBefore) { in TEST() argument 231 TEST(LinkedList, InsertAfter) { in TEST() argument 268 TEST(LinkedList, MultipleInheritanceNode) { in TEST() argument 273 TEST(LinkedList, EmptyListIsEmpty) { in TEST() argument 278 TEST(LinkedList, NonEmptyListIsNotEmpty) { in TEST() argument 287 TEST(LinkedList, EmptiedListIsEmptyAgain) { in TEST() argument 297 TEST(LinkedList, NodesCanBeReused) { in TEST() argument [all …]
|
H A D | linked_list.h | 162 LinkedList() : root_(&root_, &root_) {} in LinkedList() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/buddy_system_allocator/src/ |
D | linked_list.rs | 13 pub struct LinkedList { struct 17 unsafe impl Send for LinkedList {} argument 19 impl LinkedList { impl 69 impl fmt::Debug for LinkedList { implementation
|
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/ |
H A D | LinkedList.m | 40 + (ListIterator *) newIterator:(LinkedList *)anLL 45 + (ListIterator *) newIterator:(LinkedList *)anLL withIndex:(NSInteger)anIndex 50 - (id) init:(LinkedList *)anLL withIndex:(NSInteger)anIndex 157 + (DescendingIterator *)newIterator:(LinkedList *)anLL 162 - (id) init:(LinkedList *)anLL 195 @implementation LinkedList implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/algo/ |
D | feedback_arc_set.rs | 335 pub struct LinkedList<Data, Container, Ix> { struct 336 pub start: Option<Ix>, 337 marker: PhantomData<(Data, Container)>, 372 impl<Data, Container, Ix> LinkedList<Data, Container, Ix> implementation
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/ |
H A D | LinkedList.annotated.java | 31 public class LinkedList<E> extends java.util.AbstractSequentialList<E> implements java.util.List<E>… class 33 public LinkedList() { throw new RuntimeException("Stub!"); } in LinkedList() method in LinkedList 35 public LinkedList(@libcore.util.NonNull java.util.Collection<? extends @libcore.util.NullFromTypePa… in LinkedList() method in LinkedList
|
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/ |
H A D | LinkedList.annotated.java | 30 public class LinkedList<E> extends java.util.AbstractSequentialList<E> implements java.util.List<E>… class 32 public LinkedList() { throw new RuntimeException("Stub!"); } in LinkedList() method in LinkedList 34 public LinkedList(java.util.Collection<? extends E> c) { throw new RuntimeException("Stub!"); } in LinkedList() method in LinkedList
|
/aosp_15_r20/system/memory/libmemunreachable/ |
D | LinkedList.h | 25 LinkedList() : next_(this), prev_(this), data_() {} in LinkedList() function 26 explicit LinkedList(T data) : LinkedList() { data_ = data; } in LinkedList() function
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/ |
H A D | LinkedList.java | 31 public class LinkedList<E> extends java.util.AbstractSequentialList<E> class 37 public LinkedList() { in LinkedList() method in LinkedList 41 public LinkedList(java.util.Collection<? extends E> c) { in LinkedList() method in LinkedList
|
/aosp_15_r20/bionic/linker/ |
H A D | linked_list.h | 95 constexpr LinkedList() : header_(nullptr) {} in LinkedList() function 103 LinkedList(LinkedList&& that) noexcept { in LinkedList() function
|
/aosp_15_r20/external/openthread/src/core/common/ |
H A D | linked_list.hpp | 104 template <typename Type> class LinkedList class 114 LinkedList(void) in LinkedList() function in ot::LinkedList
|
/aosp_15_r20/frameworks/native/libs/binder/ |
H A D | MemoryDealer.cpp | 48 class LinkedList class 54 LinkedList() : mFirst(nullptr), mLast(nullptr) { } in LinkedList() function in android::LinkedList
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | LinkedList.java | 90 public class LinkedList<E> class 117 public LinkedList() { in LinkedList() method in LinkedList 128 public LinkedList(Collection<? extends E> c) { in LinkedList() method in LinkedList
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | LinkedList.java | 90 public class LinkedList<E> class 117 public LinkedList() { in LinkedList() method in LinkedList 128 public LinkedList(Collection<? extends E> c) { in LinkedList() method in LinkedList
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/libcore/ojluni/src/main/java/java/util/ |
D | LinkedList.java | 90 public class LinkedList<E> class 117 public LinkedList() { in LinkedList() method in LinkedList 128 public LinkedList(Collection<? extends E> c) { in LinkedList() method in LinkedList
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/containers/ |
D | linked_list.h | 164 LinkedList() : root_(&root_, &root_) {} in LinkedList() function
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/containers/ |
D | linked_list.h | 164 LinkedList() : root_(&root_, &root_) {} in LinkedList() function
|