/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | Enumeration.java | 124 @Override public E next() { in asIterator() method
|
/aosp_15_r20/external/selinux/restorecond/ |
H A D | stringslist.h | 27 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 D | tcp.rs | 1028 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 D | utils.kt | 427 fun next(ref: Any): Int { in getInstanceForCurrentRound() method
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/ |
H A D | CopyOnWriteArrayList.java | 290 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 D | linker.cpp | 578 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/ |
D | weakrefobject.c | 272 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 D | ImmutableMultimap.java | 675 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 D | dm.cpp | 398 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/ |
D | complete.rs | 551 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/ |
D | alarm.cc | 450 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 D | tcp.rs | 1028 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 D | memory_usage_estimator.h | 392 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 D | FakeFingerprintEngineTest.cpp | 202 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 D | hb-common.cc | 250 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 D | tcp.rs | 1028 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 D | SkDOM.cpp | 165 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 D | st_program.c | 316 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 D | tcp.rs | 1028 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 D | ActivitySnapshotController.java | 374 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/ |
D | char.hpp | 299 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 D | filteredbrk.cpp | 426 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/ |
D | unstructured.rs | 726 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 D | tcp.rs | 1028 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/ |
D | perl_matcher.hpp | 156 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
|