Home
last modified time | relevance | path

Searched defs:next (Results 351 – 375 of 10451) sorted by relevance

1...<<11121314151617181920>>...419

/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dkernel-list.h17 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/
Dmap.rs29 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
Drepeated.rs63 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/
Dasync_handler.hpp42 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/
Dmpl_iterator.hpp50 struct next struct
54 type;
58 call(Iterator) in call()
/aosp_15_r20/external/bcc/libbpf-tools/
H A Drunqslower.bpf.c46 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 Dcpudist.bpf.c87 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 DPrimitiveArrayBuilder.java67 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 Dcontiguous.h229 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/
Dmalloc.c239 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 Dqueue.rs180 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 Dqueue.rs180 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 Dqueue.rs180 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 Dqueue.rs180 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 Dqueue.rs180 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 Denv.rs170 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 Denv.rs164 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 Denv.rs164 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 Denv.rs170 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 Denv.rs164 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 DNFAtoDFA.h79 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/
Diterator_adapter.hpp102 struct next struct
108 type;
112 call(Iterator const& i) in call()
/aosp_15_r20/art/test/1922-owned-monitors-info/
H A Downed_monitors.cc44 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/
Dqueue.rs66 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 Dsplit_descriptor_chain.rs42 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

1...<<11121314151617181920>>...419