/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vet/testdata/print/ |
D | print.go | 528 next *RecursiveStruct member 534 next *RecursiveStruct2 member 538 next *RecursiveStruct1 member
|
/aosp_15_r20/external/rust/crates/openssl/src/ |
D | stack.rs | 155 fn next(&mut self) -> Option<T> { in next() method 323 fn next(&mut self) -> Option<&'a T::Ref> { in next() method 357 fn next(&mut self) -> Option<&'a mut T::Ref> { in next() method
|
/aosp_15_r20/external/selinux/libsepol/src/ |
H A D | policydb.c | 623 class_perm_node_t *cur, *next; in avrule_destroy() local 663 role_trans_rule_t *next = x->next; in role_trans_rule_list_destroy() local 688 filename_trans_rule_t *next; in filename_trans_rule_list_destroy() local 713 role_allow_rule_t *next = x->next; in role_allow_rule_list_destroy() local 740 range_trans_rule_t *next = x->next; in range_trans_rule_list_destroy() local 749 avrule_t *next, *cur; in avrule_list_destroy() local 1421 filename_trans_datum_t *fd = datum, *next; in filenametr_destroy() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/internal/ |
H A D | thread_identity.h | 65 PerThreadSynch *next; // Circular waiter queue; initialized to 0. member 163 ThreadIdentity* next; member
|
/aosp_15_r20/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/ |
H A D | CompressionTest.java | 263 ServerCall<ReqT, RespT> call, Metadata headers, ServerCallHandler<ReqT, RespT> next) { in interceptCall() 278 MethodDescriptor<ReqT, RespT> method, CallOptions callOptions, Channel next) { in interceptCall()
|
/aosp_15_r20/external/pigweed/pw_containers/public/pw_containers/internal/ |
H A D | aa_tree.h | 385 AATreeItem* next = GetLowerBoundImpl(left, key); in GetLowerBoundImpl() local 409 AATreeItem* next = GetUpperBoundImpl(left, key); in GetUpperBoundImpl() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/ |
H A D | quiche_data_reader.cc | 148 const unsigned char* next = in PeekVarInt62Length() local 177 const unsigned char* next = in ReadVarInt62() local
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/android/icu/text/ |
H A D | BreakIterator.java | 261 public abstract int next(int n); in next() method in BreakIterator 274 public abstract int next(); in next() method in BreakIterator
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/android/icu/text/ |
H A D | BreakIterator.java | 261 public abstract int next(int n); in next() method in BreakIterator 274 public abstract int next(); in next() method in BreakIterator
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/internal/ |
H A D | thread_identity.h | 65 PerThreadSynch *next; // Circular waiter queue; initialized to 0. member 159 ThreadIdentity* next; member
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/zkvm/ |
H A D | os.rs | 35 fn next(&mut self) -> Option<PathBuf> { in next() method 72 fn next(&mut self) -> Option<(OsString, OsString)> { in next() method
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/module-lib/i18n.module.public.api_stub_sources/android/icu/text/ |
H A D | BreakIterator.java | 261 public abstract int next(int n); in next() method in BreakIterator 274 public abstract int next(); in next() method in BreakIterator
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | thread_identity.h | 65 PerThreadSynch *next; // Circular waiter queue; initialized to 0. member 163 ThreadIdentity* next; member
|
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/core/tests/src/com/android/compose/animation/ |
H A D | BounceableTest.kt | 206 val next = if (i < bounceables.lastIndex) bounceables[i + 1] else null in <lambda>() constant
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/zkvm/ |
H A D | os.rs | 35 fn next(&mut self) -> Option<PathBuf> { in next() method 72 fn next(&mut self) -> Option<(OsString, OsString)> { in next() method
|
/aosp_15_r20/external/guava/guava/src/com/google/common/primitives/ |
H A D | UnsignedInts.java | 129 int next = flip(array[i]); in min() local 149 int next = flip(array[i]); in max() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | Semaphore.java | 196 int next = current + releases; in tryReleaseShared() local 207 int next = current - reductions; in reducePermits() local
|
/aosp_15_r20/external/fonttools/Lib/fontTools/feaLib/ |
H A D | lexer.py | 55 def next(self): # Python 2 member in Lexer 224 def next(self): # Python 2 member in IncludingLexer
|
/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
H A D | XMPIteratorImpl.java | 153 public Object next() in next() method in XMPIteratorImpl 368 public Object next() in next() method in XMPIteratorImpl.NodeIterator
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.public.api_stub_sources/android/icu/text/ |
H A D | BreakIterator.java | 261 public abstract int next(int n); in next() method in BreakIterator 274 public abstract int next(); in next() method in BreakIterator
|
/aosp_15_r20/bionic/linker/ |
H A D | linked_list.h | 35 LinkedListEntry<T>* next; member 190 LinkedListEntry<T>* next = e->next; in remove_if() local
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/internal/ |
H A D | thread_identity.h | 65 PerThreadSynch* next; // Circular waiter queue; initialized to 0. member 160 ThreadIdentity* next; member
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/stable.i18n.module.platform.api_stub_sources/android/icu/text/ |
H A D | BreakIterator.java | 261 public abstract int next(int n); in next() method in BreakIterator 274 public abstract int next(); in next() method in BreakIterator
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
H A D | thread_identity.h | 65 PerThreadSynch *next; // Circular waiter queue; initialized to 0. member 159 ThreadIdentity* next; member
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | SplineMath.java | 39 double[] next = null; in calculatetCurve() local 79 double[] next = null; in getValue() local
|