Home
last modified time | relevance | path

Searched defs:next (Results 726 – 750 of 10451) sorted by relevance

1...<<21222324252627282930>>...419

/aosp_15_r20/external/libfuse/lib/
H A Dfuse_i.h32 struct fuse_req *next; member
40 struct fuse_notify_req *next; member
91 struct fuse_module *next; member
/aosp_15_r20/art/compiler/optimizing/
H A Dgvn.cc188 Node(HInstruction* instruction, size_t hash_code, Node* next) in Node() function in art::ValueSet::Node
284 Node* next = node->GetNext(); in DeleteAllImpureWhich() local
492 HInstruction* next = current->GetNext(); in VisitBasicBlock() local
/aosp_15_r20/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
H A DAltsProtocolNegotiatorTest.java546 private final ChannelHandler next; field in AltsProtocolNegotiatorTest.KickNegotiationHandler
548 KickNegotiationHandler(ChannelHandler next) { in KickNegotiationHandler()
555 ctx.pipeline().replace(ctx.name(), /*newName= */ null, next); in handlerAdded() local
/aosp_15_r20/prebuilts/vndk/v31/x86/include/bionic/libc/kernel/uapi/linux/
Ddm-ioctl.h45 __u32 next; member
55 __u32 next; member
59 __u32 next; member
/aosp_15_r20/external/musl/src/malloc/oldmalloc/
H A Dmalloc.c273 struct chunk *next, *split; in trim() local
354 struct chunk *self, *next; in realloc() local
436 struct chunk *next = NEXT_CHUNK(self); in __bin_chunk() local
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/linux/
Ddm-ioctl.h45 __u32 next; member
55 __u32 next; member
59 __u32 next; member
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/bionic/libc/kernel/uapi/linux/
Ddm-ioctl.h45 __u32 next; member
55 __u32 next; member
59 __u32 next; member
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/mpsc/
Dblock.rs31 next: AtomicPtr<Block<T>>, field
367 let next = NonNull::new( in grow() localVariable
374 let next = match next { in grow() localVariable
/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/linux/
Ddm-ioctl.h45 __u32 next; member
55 __u32 next; member
59 __u32 next; member
/aosp_15_r20/external/rust/android-crates-io/crates/weak-table/src/
Dweak_hash_set.rs195 fn next(&mut self) -> Option<Self::Item> { in next() method
210 fn next(&mut self) -> Option<Self::Item> { in next() method
225 fn next(&mut self) -> Option<Self::Item> { in next() method
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/linux/
Ddm-ioctl.h45 __u32 next; member
55 __u32 next; member
59 __u32 next; member
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/bionic/libc/kernel/uapi/linux/
Ddm-ioctl.h45 __u32 next; member
55 __u32 next; member
59 __u32 next; member
/aosp_15_r20/prebuilts/vndk/v32/arm/include/bionic/libc/kernel/uapi/linux/
Ddm-ioctl.h45 __u32 next; member
55 __u32 next; member
59 __u32 next; member
/aosp_15_r20/external/rust/android-crates-io/crates/clap_lex/src/
Dlib.rs189 pub fn next(&self, cursor: &mut ArgCursor) -> Option<ParsedArg<'_>> { in next() method
195 let next = self.items.get(cursor.cursor).map(|s| s.as_os_str()); in next_os() localVariable
462 fn next(&mut self) -> Option<Self::Item> { in next() method
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannel_trace.h108 TraceEvent* next() const { return next_; } in next() function
109 void set_next(TraceEvent* next) { next_ = next; } in set_next()
/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/
H A Dchannel_trace.h108 TraceEvent* next() const { return next_; } in next() function
109 void set_next(TraceEvent* next) { next_ = next; } in set_next()
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/
H A Dfapi_types.h27 struct str_node *next; /**< Pointer to next element */ member
37 struct object_node *next; /**< Pointer to next element */ member
/aosp_15_r20/external/aws-sdk-java-v2/core/profiles/src/main/java/software/amazon/awssdk/profiles/
H A DProfileFileSupplier.java144 ProfileFile next = supplier.get(); in aggregate() local
154 ProfileFile next = aggregator.build(); in aggregate() local
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/
H A DExecutionList.java163 @CheckForNull RunnableExecutorPair next; field in ExecutionList.RunnableExecutorPair
166 Runnable runnable, Executor executor, @CheckForNull RunnableExecutorPair next) { in RunnableExecutorPair()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/
H A DExecutionList.java163 @CheckForNull RunnableExecutorPair next; field in ExecutionList.RunnableExecutorPair
166 Runnable runnable, Executor executor, @CheckForNull RunnableExecutorPair next) { in RunnableExecutorPair()
/aosp_15_r20/external/libchrome/base/containers/
H A Dlinked_list.h88 LinkNode(LinkNode<T>* previous, LinkNode<T>* next) in LinkNode() function
135 LinkNode<T>* next() const { in next() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/containers/
Dlinked_list.h91 LinkNode(LinkNode<T>* previous, LinkNode<T>* next) in LinkNode() function
138 LinkNode<T>* next() const { in next() function
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
H A DAbstractBreakIteratorTests.java54 public int next(int n) { in next() method in AbstractBreakIteratorTests.AbstractBreakIterator
59 public int next() { in next() method in AbstractBreakIteratorTests.AbstractBreakIterator
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/containers/
Dlinked_list.h91 LinkNode(LinkNode<T>* previous, LinkNode<T>* next) in LinkNode() function
138 LinkNode<T>* next() const { in next() function
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/rbbi/
H A DAbstractBreakIteratorTests.java51 public int next(int n) { in next() method in AbstractBreakIteratorTests.AbstractBreakIterator
56 public int next() { in next() method in AbstractBreakIteratorTests.AbstractBreakIterator

1...<<21222324252627282930>>...419