Home
last modified time | relevance | path

Searched defs:next (Results 501 – 525 of 10451) sorted by relevance

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

/aosp_15_r20/external/python/cpython2/Modules/expat/
Dxmlparse.c301 struct block *next; member
377 struct open_internal_entity *next; member
2580 const char *next = start; /* XmlContentTok doesn't always set the last arg */ in externalEntityInitProcessor2() local
2621 const char *next = start; /* XmlContentTok doesn't always set the last arg */ in externalEntityInitProcessor3() local
2702 const char *next = s; /* XmlContentTok doesn't always set the last arg */ in doContent() local
3727 const char *next; in doCdataSection() local
3855 const char *next; in doIgnoreSection() local
3960 const char *s, const char *next) in processXmlDecl()
4140 const char *next = start; in entityValueInitProcessor() local
4212 const char *next = s; in externalParEntProcessor() local
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/collections/hash/
H A Dset.rs1503 fn next(&mut self) -> Option<&'a K> { in next() method
1545 fn next(&mut self) -> Option<K> { in next() method
1587 fn next(&mut self) -> Option<K> { in next() method
1628 fn next(&mut self) -> Option<K> { in next() function
1667 fn next(&mut self) -> Option<&'a T> { in next() function
1728 fn next(&mut self) -> Option<&'a T> { in next() function
1789 fn next(&mut self) -> Option<&'a T> { in next() function
1861 fn next(&mut self) -> Option<&'a T> { in next() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/collections/hash/
H A Dset.rs1503 fn next(&mut self) -> Option<&'a K> { in next() method
1545 fn next(&mut self) -> Option<K> { in next() method
1587 fn next(&mut self) -> Option<K> { in next() method
1628 fn next(&mut self) -> Option<K> { in next() function
1667 fn next(&mut self) -> Option<&'a T> { in next() function
1728 fn next(&mut self) -> Option<&'a T> { in next() function
1789 fn next(&mut self) -> Option<&'a T> { in next() function
1861 fn next(&mut self) -> Option<&'a T> { in next() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/collections/hash/
H A Dset.rs1503 fn next(&mut self) -> Option<&'a K> { in next() method
1545 fn next(&mut self) -> Option<K> { in next() method
1587 fn next(&mut self) -> Option<K> { in next() method
1628 fn next(&mut self) -> Option<K> { in next() function
1667 fn next(&mut self) -> Option<&'a T> { in next() function
1728 fn next(&mut self) -> Option<&'a T> { in next() function
1789 fn next(&mut self) -> Option<&'a T> { in next() function
1861 fn next(&mut self) -> Option<&'a T> { in next() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/collections/hash/
H A Dset.rs1503 fn next(&mut self) -> Option<&'a K> { in next() method
1545 fn next(&mut self) -> Option<K> { in next() method
1587 fn next(&mut self) -> Option<K> { in next() method
1628 fn next(&mut self) -> Option<K> { in next() function
1667 fn next(&mut self) -> Option<&'a T> { in next() function
1728 fn next(&mut self) -> Option<&'a T> { in next() function
1789 fn next(&mut self) -> Option<&'a T> { in next() function
1861 fn next(&mut self) -> Option<&'a T> { in next() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/collections/hash/
H A Dset.rs1503 fn next(&mut self) -> Option<&'a K> { in next() method
1545 fn next(&mut self) -> Option<K> { in next() method
1587 fn next(&mut self) -> Option<K> { in next() method
1628 fn next(&mut self) -> Option<K> { in next() function
1667 fn next(&mut self) -> Option<&'a T> { in next() function
1728 fn next(&mut self) -> Option<&'a T> { in next() function
1789 fn next(&mut self) -> Option<&'a T> { in next() function
1861 fn next(&mut self) -> Option<&'a T> { in next() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/iter/adapters/
H A Dstep_by.rs65 fn next(&mut self) -> Option<Self::Item> { in test_iterator_step_by_nth_overflow() method
168 fn next(&mut self) -> Option<()> { in test_iterator_step_by_size_hint() method
257 fn next(&mut self) -> core::option::Option<Self::Item> { in next() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/iter/adapters/
H A Dstep_by.rs65 fn next(&mut self) -> Option<Self::Item> { in test_iterator_step_by_nth_overflow() method
168 fn next(&mut self) -> Option<()> { in test_iterator_step_by_size_hint() method
257 fn next(&mut self) -> core::option::Option<Self::Item> { in next() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/iter/adapters/
H A Dstep_by.rs65 fn next(&mut self) -> Option<Self::Item> { in test_iterator_step_by_nth_overflow() method
168 fn next(&mut self) -> Option<()> { in test_iterator_step_by_size_hint() method
257 fn next(&mut self) -> core::option::Option<Self::Item> { in next() method
/aosp_15_r20/external/moshi/moshi/src/main/java/com/squareup/moshi/
H A DJsonValueReader.java440 int next; field in JsonValueReader.JsonIterator
442 JsonIterator(Token endToken, Object[] array, int next) { in JsonIterator()
454 public Object next() { in next() method in JsonValueReader.JsonIterator
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/iter/adapters/
H A Dstep_by.rs65 fn next(&mut self) -> Option<Self::Item> { in test_iterator_step_by_nth_overflow() method
168 fn next(&mut self) -> Option<()> { in test_iterator_step_by_size_hint() method
257 fn next(&mut self) -> core::option::Option<Self::Item> { in next() method
/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/
Diter.rs47 fn next(&mut self) -> Option<Self::Item> { in next() method
160 fn next(&mut self) -> Option<Self::Item> { in next() method
240 fn next(&mut self) -> Option<Self::Item> { in next() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/iter/adapters/
H A Dstep_by.rs65 fn next(&mut self) -> Option<Self::Item> { in test_iterator_step_by_nth_overflow() method
168 fn next(&mut self) -> Option<()> { in test_iterator_step_by_size_hint() method
257 fn next(&mut self) -> core::option::Option<Self::Item> { in next() method
/aosp_15_r20/external/grpc-grpc/src/core/lib/promise/
H A Dinterceptor_list.h69 void SetNext(Map* next) { in SetNext()
78 Map* next() const { return next_; } in next() function
320 auto* next = f->next(); in DeleteFactories() local
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/algo/
Ddominators.rs109 fn next(&mut self) -> Option<Self::Item> { in next() function
110 let next = self.node.take(); in next() localVariable
134 fn next(&mut self) -> Option<Self::Item> { in next() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/
Dinterceptor_list.h70 void SetNext(Map* next) { in SetNext()
79 Map* next() const { return next_; } in next() function
313 auto* next = f->next(); in DeleteFactories() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DCollections.java673 T next = i.next(); in min() local
712 T next = i.next(); in min() local
746 T next = i.next(); in max() local
785 T next = i.next(); in max() local
1123 public E next() {return i.next();} in iterator() method
1579 public E next() {return i.next();} in listIterator() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/
DCollections.java673 T next = i.next(); in min() local
712 T next = i.next(); in min() local
746 T next = i.next(); in max() local
785 T next = i.next(); in max() local
1123 public E next() {return i.next();} in iterator() method
1579 public E next() {return i.next();} in listIterator() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DCollections.java673 T next = i.next(); in min() local
712 T next = i.next(); in min() local
746 T next = i.next(); in max() local
785 T next = i.next(); in max() local
1123 public E next() {return i.next();} in iterator() method
1579 public E next() {return i.next();} in listIterator() method
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dutil.cc420 Safe_PyObjectPtr next() override { in next() function in tensorflow::swig::__anon01053efb0211::DictValueIterator
455 Safe_PyObjectPtr next() override { in next() function in tensorflow::swig::__anon01053efb0211::MappingValueIterator
485 Safe_PyObjectPtr next() override { in next() function in tensorflow::swig::__anon01053efb0211::SequenceValueIterator
511 Safe_PyObjectPtr next() override { return std::move(x_); } in next() function in tensorflow::swig::__anon01053efb0211::SingleValueIterator
522 Safe_PyObjectPtr next() override { return nullptr; } in next() function in tensorflow::swig::__anon01053efb0211::ErrorValueIterator
539 Safe_PyObjectPtr next() override { in next() function in tensorflow::swig::__anon01053efb0211::AttrsValueIterator
/aosp_15_r20/prebuilts/sdk/tools/lib/
HDd8.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/ui/include_private/ui/
DRegionHelper.h105 inline int next(TYPE& head, TYPE& tail, bool& more_lhs, bool& more_rhs) { in next() function
164 inline int next(TYPE& top, TYPE& bottom) { in next() function
238 inline int next(TYPE& left, TYPE& right) { in next() function
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/ui/include_private/ui/
DRegionHelper.h105 inline int next(TYPE& head, TYPE& tail, bool& more_lhs, bool& more_rhs) { in next() function
164 inline int next(TYPE& top, TYPE& bottom) { in next() function
238 inline int next(TYPE& left, TYPE& right) { in next() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/utility/
Dloops.hpp65 if (result_t next = this->subject().parse(scan)) in parse() local
134 result_t next = this->subject().parse(scan); in parse() local
218 result_t next = this->subject().parse(scan); in parse() local
/aosp_15_r20/external/oboe/tests/
H A DtestStreamWaitState.cpp62 StreamState next = StreamState::Unknown; in checkWaitForStateChangeTimeout() local
68 StreamState next = StreamState::Unknown; in checkStopWhileWaiting() local
93 StreamState next = StreamState::Unknown; in checkCloseWhileWaiting() local

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