/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | kernel-list.h | 17 struct list_head *next, *prev; member 38 struct list_head * next) in __list_add() 70 struct list_head * next) in __list_del()
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/reflect/ |
D | map.rs | 29 fn next(&mut self) -> Option<(&'a dyn ProtobufValue, &'a dyn ProtobufValue)>; in next() method 39 fn next(&mut self) -> Option<(&'a dyn ProtobufValue, &'a dyn ProtobufValue)> { in next() method 54 fn next(&mut self) -> Option<(&'a dyn ProtobufValue, &'a dyn ProtobufValue)> { in next() method
|
D | repeated.rs | 63 fn next(&mut self) -> Option<&'a dyn ProtobufValue>; in next() method 73 fn next(&mut self) -> Option<&'a dyn ProtobufValue> { in next() method 85 fn next(&mut self) -> Option<Self::Item> { in next() method 170 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/ |
D | async_handler.hpp | 42 typedef typename has_io_context<Args...>::type next; typedef 68 typedef typename has_async_handler<Args...>::type next; typedef 87 typedef typename needs_io_context<Args...>::type next; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/adapted/mpl/ |
D | mpl_iterator.hpp | 50 struct next struct 54 type; 58 call(Iterator) in call()
|
/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | runqslower.bpf.c | 46 static int handle_switch(void *ctx, struct task_struct *prev, struct task_struct *next) in handle_switch() 94 int BPF_PROG(sched_switch, bool preempt, struct task_struct *prev, struct task_struct *next) in BPF_PROG() 112 int BPF_PROG(handle_sched_switch, bool preempt, struct task_struct *prev, struct task_struct *next) in BPF_PROG()
|
H A D | cpudist.bpf.c | 87 static int handle_switch(struct task_struct *prev, struct task_struct *next) in handle_switch() 109 struct task_struct *next) in BPF_PROG() 116 struct task_struct *next) in BPF_PROG()
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
H A D | PrimitiveArrayBuilder.java | 67 Node<T> next = new Node<T>(fullChunk, fullChunkLength); in appendCompletedChunk() local 172 public Node<T> next() { return _next; } in next() method in PrimitiveArrayBuilder.Node 174 public void linkNext(Node<T> next) in linkNext()
|
/aosp_15_r20/external/pigweed/pw_allocator/block/public/pw_allocator/block/ |
H A D | contiguous.h | 229 Derived* next = derived()->Next(); in DoSplitFirst() local 247 Derived* next = derived()->Next(); in DoMergeNext() local 257 Derived* next = derived()->NextUnchecked(); in DoCheckInvariants() local
|
/aosp_15_r20/external/trusty/musl/src/malloc/ |
D | malloc.c | 239 struct chunk *next, *split; in pretrim() local 269 struct chunk *next, *split; in trim() local 371 struct chunk *self, *next; in realloc() local 442 struct chunk *next = NEXT_CHUNK(self); in __bin_chunk() local
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/ |
H A D | queue.rs | 180 next: AtomicLink, field 262 let next = c.next.get().unwrap_unchecked(); in add_backlinks_and_find_tail() localVariable 346 let mut next = ptr::from_ref(&node) in lock_contended() localVariable 461 let next = state.map_addr(|a| (a & !LOCKED) | QUEUE_LOCKED); in unlock_contended() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/ |
H A D | queue.rs | 180 next: AtomicLink, field 262 let next = c.next.get().unwrap_unchecked(); in add_backlinks_and_find_tail() localVariable 346 let mut next = ptr::from_ref(&node) in lock_contended() localVariable 461 let next = state.map_addr(|a| (a & !LOCKED) | QUEUE_LOCKED); in unlock_contended() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/ |
H A D | queue.rs | 180 next: AtomicLink, field 262 let next = c.next.get().unwrap_unchecked(); in add_backlinks_and_find_tail() localVariable 346 let mut next = ptr::from_ref(&node) in lock_contended() localVariable 461 let next = state.map_addr(|a| (a & !LOCKED) | QUEUE_LOCKED); in unlock_contended() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/ |
H A D | queue.rs | 180 next: AtomicLink, field 262 let next = c.next.get().unwrap_unchecked(); in add_backlinks_and_find_tail() localVariable 346 let mut next = ptr::from_ref(&node) in lock_contended() localVariable 461 let next = state.map_addr(|a| (a & !LOCKED) | QUEUE_LOCKED); in unlock_contended() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/ |
H A D | queue.rs | 180 next: AtomicLink, field 262 let next = c.next.get().unwrap_unchecked(); in add_backlinks_and_find_tail() localVariable 346 let mut next = ptr::from_ref(&node) in lock_contended() localVariable 461 let next = state.map_addr(|a| (a & !LOCKED) | QUEUE_LOCKED); in unlock_contended() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ |
H A D | env.rs | 170 fn next(&mut self) -> Option<(String, String)> { in next() method 189 fn next(&mut self) -> Option<(OsString, OsString)> { in next() method 510 fn next(&mut self) -> Option<PathBuf> { in next() method 881 fn next(&mut self) -> Option<String> { in next() method 923 fn next(&mut self) -> Option<OsString> { in next() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ |
H A D | env.rs | 164 fn next(&mut self) -> Option<(String, String)> { in next() method 183 fn next(&mut self) -> Option<(OsString, OsString)> { in next() method 486 fn next(&mut self) -> Option<PathBuf> { in next() method 857 fn next(&mut self) -> Option<String> { in next() method 899 fn next(&mut self) -> Option<OsString> { in next() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/ |
H A D | env.rs | 164 fn next(&mut self) -> Option<(String, String)> { in next() method 183 fn next(&mut self) -> Option<(OsString, OsString)> { in next() method 486 fn next(&mut self) -> Option<PathBuf> { in next() method 857 fn next(&mut self) -> Option<String> { in next() method 899 fn next(&mut self) -> Option<OsString> { in next() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ |
H A D | env.rs | 170 fn next(&mut self) -> Option<(String, String)> { in next() method 189 fn next(&mut self) -> Option<(OsString, OsString)> { in next() method 510 fn next(&mut self) -> Option<PathBuf> { in next() method 881 fn next(&mut self) -> Option<String> { in next() method 923 fn next(&mut self) -> Option<OsString> { in next() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ |
H A D | env.rs | 164 fn next(&mut self) -> Option<(String, String)> { in next() method 183 fn next(&mut self) -> Option<(OsString, OsString)> { in next() method 486 fn next(&mut self) -> Option<PathBuf> { in next() method 857 fn next(&mut self) -> Option<String> { in next() method 899 fn next(&mut self) -> Option<OsString> { in next() method
|
/aosp_15_r20/external/skia/src/sksl/lex/ |
H A D | NFAtoDFA.h | 79 for (int next : state.fData) { in add() local 92 void addTransition(char c, int start, int next) { in addTransition() 106 std::vector<int> next; in scanState() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/iterator/ |
D | iterator_adapter.hpp | 102 struct next struct 108 type; 112 call(Iterator const& i) in call()
|
/aosp_15_r20/art/test/1922-owned-monitors-info/ |
H A D | owned_monitors.cc | 44 static bool doCallRunnable(JNIEnv* env, jobject next) { in doCallRunnable() 58 JNIEnv* env, jobject thiz, jobject next) { in Java_art_Test1922_00024Target_lockThisNative() 71 JNIEnv* env, [[maybe_unused]] jobject thiz, jobject mon, jobject next) { in Java_art_Test1922_00024Target_lockNative()
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-channel/src/mpsc/ |
D | queue.rs | 66 next: AtomicPtr<Self>, field 119 let next = (*tail).next.load(Ordering::Acquire); in pop() localVariable 171 let next = (*cur).next.load(Ordering::Relaxed); in drop() localVariable
|
/aosp_15_r20/external/crosvm/devices/src/virtio/queue/ |
H A D | split_descriptor_chain.rs | 42 pub next: Le16, field 86 fn next(&mut self) -> Result<Option<Descriptor>> { in next() method 117 let next: u16 = desc.next.into(); in next() localVariable
|