/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | PoolAlloc.cpp | 121 tHeader* next = inUseList->nextPage; in ~TPoolAllocator() local 135 tHeader* next = freeList->nextPage; in ~TPoolAllocator() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/net/ |
D | ipv6_ext_slice_iter.rs | 25 fn next(&mut self) -> Option<Ipv6ExtensionSlice<'a>> { in next() method 122 let next = iter.next().unwrap(); localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/waitqueue/ |
H A D | unsafe_list.rs | 11 next: NonNull<UnsafeListEntry<T>>, field 149 let mut next = entry.next; in remove() localVariable
|
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/stack/ |
H A D | TCPMessageProcessor.java | 186 TCPMessageChannel next = (TCPMessageChannel) it.next(); in stop() local 192 TCPMessageChannel next = (TCPMessageChannel) incomingMCIterator.next(); in stop() local
|
H A D | TLSMessageProcessor.java | 204 TLSMessageChannel next = (TLSMessageChannel) it.next(); in stop() local 209 TLSMessageChannel next = (TLSMessageChannel) incomingMCIterator.next(); in stop() local
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/waitqueue/ |
H A D | unsafe_list.rs | 11 next: NonNull<UnsafeListEntry<T>>, field 149 let mut next = entry.next; in remove() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-epoch/tests/ |
D | loom.rs | 61 next: Atomic<Node<T>>, in treiber_stack() field 105 let next = h.next.load(Relaxed, &guard); in treiber_stack() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/waitqueue/ |
H A D | unsafe_list.rs | 11 next: NonNull<UnsafeListEntry<T>>, field 149 let mut next = entry.next; in remove() localVariable
|
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_gm107.cpp | 3886 Instruction *next = insn->next; in setReuseFlag() local 3998 const Instruction *next) in setDelay() 4158 Instruction *insn, *next; in findFirstUse() local 4182 Instruction *insn, *next; in findFirstDef() local 4208 Instruction *insn, *next; in insertBarriers() local 4330 Instruction *insn, *next = NULL; in visit() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/permission/ |
H A D | PermissionManagerService.java | 923 final AttributionSource next = source.getNext(); in registerAttributionSource() local 1047 AttributionSource next = null; in finishDataDelivery() local 1182 AttributionSource next = null; in checkAppOpPermission() local 1247 AttributionSource next = null; in checkRuntimePermission() local 1455 AttributionSource next = null; in checkOp() local 1533 final AttributionSource next = accessorSource.getNext(); in performOpTransaction() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/src/regex/ |
H A D | bytes.rs | 2178 fn next(&mut self) -> Option<Match<'h>> { in next() method 2222 fn next(&mut self) -> Option<Captures<'h>> { in next() method 2266 fn next(&mut self) -> Option<&'h [u8]> { in next() method 2301 fn next(&mut self) -> Option<&'h [u8]> { in next() method 2330 fn next(&mut self) -> Option<Option<&'r str>> { in next() method 2375 fn next(&mut self) -> Option<Option<Match<'h>>> { in next() method
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
H A D | OneStepIterator.java | 215 int next; in getProximityPosition() local 274 int next; in getLength() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | UnmodifiableLazyStringList.java | 122 public String next() { in listIterator() method 174 public String next() { in iterator() method
|
/aosp_15_r20/external/moshi/moshi/src/test/java/com/squareup/moshi/ |
H A D | KotlinExtensionsTest.kt | 43 val next = annotations.nextAnnotations<TestAnnotation2>() in nextAnnotationsShouldWork() constant
|
/aosp_15_r20/frameworks/av/drm/common/ |
H A D | DrmSupportInfo.cpp | 131 String8& DrmSupportInfo::FileSuffixIterator::next() { in next() function in DrmSupportInfo::FileSuffixIterator 155 String8& DrmSupportInfo::MimeTypeIterator::next() { in next() function in DrmSupportInfo::MimeTypeIterator
|
/aosp_15_r20/external/selinux/libsepol/include/sepol/policydb/ |
H A D | constraint.h | 63 struct constraint_expr *next; /* next expression */ member 69 struct constraint_node *next; /* next constraint */ member
|
/aosp_15_r20/external/skia/fuzz/ |
H A D | Fuzz.h | 64 void next(T* t) { this->nextBytes(t, sizeof(T)); } in next() function 113 inline void Fuzz::next(Arg* first, Args... rest) { in next() function
|
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | UnmodifiableLazyStringList.java | 122 public String next() { in listIterator() method 174 public String next() { in iterator() method
|
/aosp_15_r20/external/javassist/src/main/javassist/convert/ |
H A D | TransformCall.java | 38 public TransformCall(Transformer next, CtMethod origMethod, in TransformCall() 45 public TransformCall(Transformer next, String oldMethodName, in TransformCall()
|
/aosp_15_r20/external/pytorch/torch/csrc/api/src/data/samplers/ |
H A D | distributed.cpp | 28 std::optional<std::vector<size_t>> DistributedRandomSampler::next( in next() function in torch::data::samplers::DistributedRandomSampler 109 std::optional<std::vector<size_t>> DistributedSequentialSampler::next( in next() function in torch::data::samplers::DistributedSequentialSampler
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
H A D | cso_hash.h | 55 struct cso_node *next; member 185 struct cso_hash_iter next = {iter.hash, cso_hash_data_next(iter.node)}; in cso_hash_iter_next() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/adaptors/ |
D | multi_product.rs | 103 fn next(&mut self) -> Option<Self::Item> { in next() function 126 let next: Option<Vec<_>> = inner.iters.iter_mut().map(|i| i.iter.next()).collect(); in next() localVariable
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/ |
H A D | ConcurrentLinkedQueue.java | 186 volatile Node<E> next; field in ConcurrentLinkedQueue.Node 199 void appendRelaxed(Node<E> next) { in appendRelaxed() 775 public E next() { in next() method in ConcurrentLinkedQueue.Itr
|
/aosp_15_r20/external/googletest/googlemock/src/ |
H A D | gmock-spec-builders.cc | 125 ExpectationBase* next = it->expectation_base().get(); in RetireAllPreRequisites() local 147 const ExpectationBase* next = it->expectation_base().get(); in AllPrerequisitesAreSatisfied() local 167 const ExpectationBase* next = it->expectation_base().get(); in FindUnsatisfiedPrerequisites() local
|
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/usb/ |
H A D | ohci.c | 399 td_t *const next = (td_t *)dma_memalign(sizeof(td_t), sizeof(td_t)); in ohci_control() local 507 td_t *cur, *next; in ohci_bulk() local 636 struct _intrq_td *next; member
|