Home
last modified time | relevance | path

Searched defs:next (Results 2001 – 2025 of 10451) sorted by relevance

1...<<81828384858687888990>>...419

/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DEnumeration.java124 @Override public E next() { in asIterator() method
/aosp_15_r20/external/selinux/restorecond/
H A Dstringslist.h27 struct stringsList *next; member
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/net/
H A Dtcp.rs1028 fn next(&mut self) -> Option<io::Result<TcpStream>> { in next() method
1039 fn next(&mut self) -> Option<io::Result<TcpStream>> { in next() method
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/
H A Dutils.kt427 fun next(ref: Any): Int { in getInstanceForCurrentRound() method
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
H A DCopyOnWriteArrayList.java290 public E next() { in next() method in CopyOnWriteArrayList.COWIterator
443 public E next() { in next() method in CopyOnWriteArrayList.COWSubListIterator
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/link/
H A Dlinker.cpp578 auto next = linked_context->types_values_begin(); in RemoveLinkageSpecificInstructions() local
603 auto next = linked_context->annotation_begin(); in RemoveLinkageSpecificInstructions() local
/aosp_15_r20/external/python/cpython3/Objects/
Dweakrefobject.c272 PyWeakReference *next = *list; in insert_head() local
990 PyWeakReference *next = current->wr_next; in PyObject_ClearWeakRefs() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DImmutableMultimap.java675 public Entry<K, V> next() { in entryIterator() method
794 public V next() { in valueIterator() method
/aosp_15_r20/system/core/fs_mgr/libdm/
H A Ddm.cpp398 uint32_t next = sizeof(*io); in GetAvailableTargets() local
475 uint32_t next = sizeof(*io); in GetAvailableDevices() local
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/bytes/
Dcomplete.rs551 let next = control_char.len_utf8(); in escaped() localVariable
669 let next = index + control_char.len_utf8(); in escaped_transform() localVariable
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dalarm.cc450 list_node_t* next = list_next(node); in schedule_next_instance() local
471 alarm_t* next; in reschedule_root_alarm() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/net/
H A Dtcp.rs1028 fn next(&mut self) -> Option<io::Result<TcpStream>> { in next() method
1039 fn next(&mut self) -> Option<io::Result<TcpStream>> { in next() method
/aosp_15_r20/external/cronet/base/trace_event/
H A Dmemory_usage_estimator.h392 raw_ptr<Node> next; in EstimateMemoryUsage() member
482 raw_ptr<void> next; in EstimateHashMapMemoryUsage() member
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/aidl/default/tests/
H A DFakeFingerprintEngineTest.cpp202 auto next = "4:0,0:true"; in TEST_F() local
217 auto next = "2:0,0:false"; in TEST_F() local
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-common.cc250 struct hb_language_item_t *next; member
288 hb_language_item_t *next = first_lang->next; in free_langs() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/net/
H A Dtcp.rs1028 fn next(&mut self) -> Option<io::Result<TcpStream>> { in next() method
1039 fn next(&mut self) -> Option<io::Result<TcpStream>> { in next() method
/aosp_15_r20/external/skia/src/xml/
H A DSkDOM.cpp165 const char* SkDOM::AttrIter::next(const char** value) { in next() function in SkDOM::AttrIter
255 SkDOM::Node* next = child->fNextSibling; in onEndElement() local
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_program.c316 struct st_variant *next = v->next; in st_release_variants() local
1205 struct st_variant *next = v->next; in destroy_program_variants() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/net/
H A Dtcp.rs1028 fn next(&mut self) -> Option<io::Result<TcpStream>> { in next() method
1039 fn next(&mut self) -> Option<io::Result<TcpStream>> { in next() method
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DActivitySnapshotController.java374 final ActivityRecord next = activity.get(i); in recordSnapshot() local
411 final WindowContainer next = mTmpTransitionParticipants.get(i); in handleTransitionFinish() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/char/
Dchar.hpp299 in_type next = *definition++; in char_set() local
361 char_type next = *definition++; in char_set() local
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dfilteredbrk.cpp426 SimpleFilteredSentenceBreakIterator::next() { in next() function in SimpleFilteredSentenceBreakIterator
466 SimpleFilteredSentenceBreakIterator::next(int32_t offset) { in next() function in SimpleFilteredSentenceBreakIterator
/aosp_15_r20/external/rust/android-crates-io/crates/arbitrary/src/
Dunstructured.rs726 fn next(&mut self) -> Option<Result<ElementType>> { in next() method
745 fn next(&mut self) -> Option<Result<ElementType>> { in next() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/net/
H A Dtcp.rs1028 fn next(&mut self) -> Option<io::Result<TcpStream>> { in next() method
1039 fn next(&mut self) -> Option<io::Result<TcpStream>> { in next() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dperl_matcher.hpp156 iterator BOOST_REGEX_CALL re_is_set_member(iterator next, in re_is_set_member()
271 repeater_count* next; member in boost::BOOST_REGEX_DETAIL_NS::repeater_count

1...<<81828384858687888990>>...419