/aosp_15_r20/external/libfuse/lib/ |
H A D | fuse_i.h | 32 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 D | gvn.cc | 188 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 D | AltsProtocolNegotiatorTest.java | 546 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/ |
D | dm-ioctl.h | 45 __u32 next; member 55 __u32 next; member 59 __u32 next; member
|
/aosp_15_r20/external/musl/src/malloc/oldmalloc/ |
H A D | malloc.c | 273 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/ |
D | dm-ioctl.h | 45 __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/ |
D | dm-ioctl.h | 45 __u32 next; member 55 __u32 next; member 59 __u32 next; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/mpsc/ |
D | block.rs | 31 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/ |
D | dm-ioctl.h | 45 __u32 next; member 55 __u32 next; member 59 __u32 next; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/weak-table/src/ |
D | weak_hash_set.rs | 195 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/ |
D | dm-ioctl.h | 45 __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/ |
D | dm-ioctl.h | 45 __u32 next; member 55 __u32 next; member 59 __u32 next; member
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/bionic/libc/kernel/uapi/linux/ |
D | dm-ioctl.h | 45 __u32 next; member 55 __u32 next; member 59 __u32 next; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_lex/src/ |
D | lib.rs | 189 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/ |
D | channel_trace.h | 108 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 D | channel_trace.h | 108 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 D | fapi_types.h | 27 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 D | ProfileFileSupplier.java | 144 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 D | ExecutionList.java | 163 @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 D | ExecutionList.java | 163 @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 D | linked_list.h | 88 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/ |
D | linked_list.h | 91 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 D | AbstractBreakIteratorTests.java | 54 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/ |
D | linked_list.h | 91 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 D | AbstractBreakIteratorTests.java | 51 public int next(int n) { in next() method in AbstractBreakIteratorTests.AbstractBreakIterator 56 public int next() { in next() method in AbstractBreakIteratorTests.AbstractBreakIterator
|