Home
last modified time | relevance | path

Searched defs:next (Results 601 – 625 of 10451) sorted by relevance

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

/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot_core/src/
Dparking_lot.rs328 let next = (*current).next_in_queue.get(); in rehash_bucket_into() localVariable
666 let next = (*current).next_in_queue.get(); in park() localVariable
747 let next = (*current).next_in_queue.get(); in unpark_one() localVariable
825 let next = (*current).next_in_queue.get(); in unpark_all() localVariable
916 let next = (*current).next_in_queue.get(); in unpark_requeue() localVariable
1037 let next = (*current).next_in_queue.get(); in unpark_filter() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dre_unicode.rs756 fn next(&mut self) -> Option<Option<&'r str>> { in next() method
789 fn next(&mut self) -> Option<&'t str> { in next() method
827 fn next(&mut self) -> Option<&'t str> { in next() method
1090 fn next(&mut self) -> Option<Option<Match<'t>>> { in next() method
1124 fn next(&mut self) -> Option<Captures<'t>> { in next() method
1148 fn next(&mut self) -> Option<Match<'t>> { in next() method
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmheap.go312 next *arenaHint member
397 next *mspan // next span in list, or nil if none member
1831 next *special // linked list in span member
2232 func (i *specialsIter) next() { func
2304 next uintptr // *gcBits triggers recursive type bug. (issue 14620) member
2311 next *gcBitsArena member
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/zone/
H A DTCKZoneRules.java420 ZoneOffsetTransition next = trans.get(i + 1); in test_London_nextTransition_historic() local
422 assertEquals(test.nextTransition(cur.getInstant()), next); in test_London_nextTransition_historic() local
930 ZoneOffsetTransition next = trans.get(i + 1); in test_Kathmandu_nextTransition_historic() local
932 assertEquals(test.nextTransition(cur.getInstant()), next); in test_Kathmandu_nextTransition_historic() local
963 ZoneOffsetTransition next = trans.get(i + 1); in test_Apia_nextTransition_historic() local
965 assertEquals(test.nextTransition(cur.getInstant()), next); in test_Apia_nextTransition_historic() local
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_itertools.py41 def next(self): member in StopNow
645 def next(self): member in TestBasicOps.test_bug_7244.Repeater
1250 def next(self): member in I
1270 def next(self): member in X
1291 def next(self): member in E
1300 def next(self): member in S
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-deque/src/
Ddeque.rs1225 next: AtomicPtr<Block<T>>, field
1244 let next = self.next.load(Ordering::Acquire); in wait_next() localVariable
1482 let next = (*block).wait_next(); in steal() localVariable
1640 let next = (*block).wait_next(); in steal_batch_with_limit() localVariable
1837 let next = (*block).wait_next(); in steal_batch_with_limit_and_pop() localVariable
2000 let next = *(*block).next.get_mut(); in drop() localVariable
/aosp_15_r20/external/junit/src/main/java/org/junit/internal/runners/statements/
H A DRunBefores.java9 private final Statement next; field in RunBefores
15 public RunBefores(Statement next, List<FrameworkMethod> befores, Object target) { in RunBefores()
H A DRunAfters.java11 private final Statement next; field in RunAfters
17 public RunAfters(Statement next, List<FrameworkMethod> afters, Object target) { in RunAfters()
/aosp_15_r20/external/skia/fuzz/
H A DFuzz.cpp13 void Fuzz::next(bool* b) { in next() function in Fuzz
30 void Fuzz::next(SkRegion* region) { in next() function in Fuzz
/aosp_15_r20/libcore/luni/src/main/java/libcore/util/
H A DCollectionUtils.java43 private T next; in dereferenceIterable() local
60 @Override public T next() { in dereferenceIterable() method
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/
H A DLinkedList.h11 LLNode *next; variable
28 LLNode * next; variable
/aosp_15_r20/external/selinux/mcstrans/src/
H A Dmcscolor.c27 struct semnemonic *next; member
33 struct setab *next; member
52 setab_t *cur, *next; in finish_context_colors() local
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/
H A Difapi_policy_execute.h37 struct POLICY_LIST *next; /**< Pointer to next element */ member
47 struct policy_object_node *next; /**< Pointer to next element */ member
133 IFAPI_POLICY_EXEC_CTX *next; /**< Pointer to next policy */ member
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/util/
DFileUtils.java601 public String next() { in buildUniqueNameIterator() method
622 public String next() { in buildUniqueNameIterator() method
641 public String next() { in buildUniqueNameIterator() method
/aosp_15_r20/external/libcups/scheduler/
H A Dmime.c434 mime_filter_t *next = (mime_filter_t *)cupsArrayNext(mime->filters); in mimeNextFilter() local
459 mime_type_t *next = (mime_type_t *)cupsArrayNext(mime->types); in mimeNextType() local
623 mime_magic_t *next; /* Next rule to free */ in mime_delete_rules() local
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DJitDebugTest.cpp215 void JitDebugTest::WriteEntry32Pack(uint64_t addr, uint32_t prev, uint32_t next, uint32_t elf_addr, in WriteEntry32Pack()
228 void JitDebugTest::WriteEntry32Pad(uint64_t addr, uint32_t prev, uint32_t next, uint32_t elf_addr, in WriteEntry32Pad()
243 void JitDebugTest::WriteEntry64(uint64_t addr, uint64_t prev, uint64_t next, uint64_t elf_addr, in WriteEntry64()
/aosp_15_r20/external/llvm-libc/src/__support/
H A Dblock.h215 LIBC_INLINE Block *next() const { in next() function
309 Block *next; member
437 if (optional<Block *> next = info.block->split(size)) in allocate() local
/aosp_15_r20/external/exfatprogs/include/
H A Dlist.h33 struct list_head *next, *prev; member
53 struct list_head *next) in __list_add()
94 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dcircular_list_algorithms.hpp111 node_ptr next = NodeTraits::get_next(this_node); in unique() local
143 node_ptr next(NodeTraits::get_next(this_node)); in unlink() local
194 node_ptr next(NodeTraits::get_next(prev_node)); in link_after() local
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
H A DPOJOPropertyBuilder.java412 Linked<AnnotatedMethod> next = curr.next; in getGetter() local
463 Linked<AnnotatedMethod> next = curr.next; in getSetter() local
529 Linked<AnnotatedField> next = _fields.next; in getField() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/heap_manager/
H A Dmemory_block_manager.cpp43 MemoryBlockInternal *next = nullptr; in ~MemoryBlockManager() local
204 auto prev = block->GetPrev(), next = block->GetNext(); in RefreshBlockStates() local
328 MemoryBlockInternal *next = nullptr; in UnregisterHeap() local
/aosp_15_r20/external/skia/src/sksl/
H A DSkSLParser.cpp327 Token next = this->nextToken(); in checkNext() local
339 Token next = this->nextToken(); in expect() local
689 Token next = this->peek(); in arraySize() local
737 Token next; in parseArrayDimensions() local
859 std::unique_ptr<Statement> next = VarDeclaration::Convert(fCompiler.context(), in localVarDeclarationEnd() local
1598 std::unique_ptr<Expression> next; in forStatement() local
2188 Token next = this->nextToken(); in suffix() local
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/
H A DStreamIterator.java97 public E next() { in next() method in StreamIterator
98 final E next = iterator.next(); in next() local
/aosp_15_r20/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DDominatorReferenceIterator.java50 public AhatInstance next() { in next() method in DominatorReferenceIterator
52 AhatInstance next = mNext; in next() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/
Dis_sorted.hpp28 ForwardIt next = first, cur(first); in is_sorted() local
42 ForwardIt next = first; in is_sorted_and_unique() local

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