/aosp_15_r20/external/python/cpython2/Modules/expat/ |
D | xmlparse.c | 301 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 D | set.rs | 1503 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 D | set.rs | 1503 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 D | set.rs | 1503 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 D | set.rs | 1503 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 D | set.rs | 1503 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 D | step_by.rs | 65 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 D | step_by.rs | 65 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 D | step_by.rs | 65 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 D | JsonValueReader.java | 440 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 D | step_by.rs | 65 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/ |
D | iter.rs | 47 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 D | step_by.rs | 65 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 D | interceptor_list.h | 69 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/ |
D | dominators.rs | 109 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/ |
D | interceptor_list.h | 70 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 D | Collections.java | 673 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/ |
D | Collections.java | 673 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/ |
D | Collections.java | 673 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 D | util.cc | 420 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/ |
HD | d8.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/ui/include_private/ui/ |
D | RegionHelper.h | 105 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/ |
D | RegionHelper.h | 105 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/ |
D | loops.hpp | 65 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 D | testStreamWaitState.cpp | 62 StreamState next = StreamState::Unknown; in checkWaitForStateChangeTimeout() local 68 StreamState next = StreamState::Unknown; in checkStopWhileWaiting() local 93 StreamState next = StreamState::Unknown; in checkCloseWhileWaiting() local
|