Home
last modified time | relevance | path

Searched defs:next (Results 851 – 875 of 10451) sorted by relevance

1...<<31323334353637383940>>...419

/aosp_15_r20/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DElement.java65 public Element next() { return theNext; } in next() method in Element
72 public void setNext(Element next) { theNext = next; } in setNext()
/aosp_15_r20/external/rust/android-crates-io/crates/mio/examples/
Dtcp_listenfd_server.rs119 fn next(current: &mut Token) -> Token { in next() function
120 let next = current.0; in next() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/src/regex/
H A Dstring.rs2181 fn next(&mut self) -> Option<Match<'h>> { in next() method
2225 fn next(&mut self) -> Option<Captures<'h>> { in next() method
2269 fn next(&mut self) -> Option<&'h str> { in next() method
2304 fn next(&mut self) -> Option<&'h str> { in next() method
2333 fn next(&mut self) -> Option<Option<&'r str>> { in next() method
2378 fn next(&mut self) -> Option<Option<Match<'h>>> { in next() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dop_queue.hpp33 static Operation* next(Operation* o) in next() function in boost::asio::detail::op_queue_access
39 static void next(Operation1*& o1, Operation2* o2) in next() function in boost::asio::detail::op_queue_access
/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dcbfs_sections.c13 struct descriptor_node *next; member
103 for (struct descriptor_node *cur = cbfs_sections.head, *next = NULL; in cbfs_sections_cleanup() local
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/message/
Dis_initialized_is_always_true.rs73 let next = rdeps.get(&i).map(|v| v.as_slice()).unwrap_or_default(); in compute_is_initialized_is_always_true() localVariable
111 fn next(&mut self) -> Option<T> { in message_field_types() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/range/
H A Diter.rs57 fn next(&mut self) -> Option<A> { in next() method
177 fn next(&mut self) -> Option<A> { in next() method
311 fn next(&mut self) -> Option<A> { in next() method
/aosp_15_r20/external/rust/android-crates-io/crates/matchit/src/
Dtree.rs88 let next = prefix[0]; in insert() localVariable
580 let mut next = b'a'; in normalize_params() localVariable
634 let next = match params.get(i) { in denormalize_params() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Drange_dataset_op.cc121 int64_t next = counter_.GetNext(end_of_splits); in GetNext() local
144 int64_t next; in Restore() local
322 int64_t next; in RestoreInternal() local
/aosp_15_r20/external/erofs-utils/include/erofs/
H A Dhashtable.h65 struct hlist_node *next, **pprev; member
115 struct hlist_node *next = n->next; in __hlist_del() local
151 struct hlist_node *next) in hlist_add_before()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/range/
H A Diter.rs57 fn next(&mut self) -> Option<A> { in next() method
177 fn next(&mut self) -> Option<A> { in next() method
311 fn next(&mut self) -> Option<A> { in next() method
/aosp_15_r20/external/libwebsockets/plugins/ssh-base/
H A Dsshd.c445 state_get_string_alloc(struct per_session_data__sshd *pss, int next) in state_get_string_alloc()
452 state_get_string(struct per_session_data__sshd *pss, int next) in state_get_string()
459 state_get_u32(struct per_session_data__sshd *pss, int next) in state_get_u32()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/range/
H A Diter.rs57 fn next(&mut self) -> Option<A> { in next() method
177 fn next(&mut self) -> Option<A> { in next() method
311 fn next(&mut self) -> Option<A> { in next() method
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimstb_rectpack.h176 stbrp_node *next; member
473 stbrp_node *next = cur->next; in stbrp__skyline_pack_rectangle() local
483 stbrp_node *next = cur->next; in stbrp__skyline_pack_rectangle() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/tls/
H A Dsync_bitset.rs68 fn next(&mut self) -> Option<usize> { in next() method
72 let next = elem & !low_mask; in next() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/tls/
H A Dsync_bitset.rs68 fn next(&mut self) -> Option<usize> { in next() method
72 let next = elem & !low_mask; in next() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/tls/
H A Dsync_bitset.rs68 fn next(&mut self) -> Option<usize> { in next() method
72 let next = elem & !low_mask; in next() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/tls/
H A Dsync_bitset.rs68 fn next(&mut self) -> Option<usize> { in next() method
72 let next = elem & !low_mask; in next() localVariable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/qi/
Dactions.cpp59 char& next; member
106 char next = '\0'; in main() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/tls/
H A Dsync_bitset.rs68 fn next(&mut self) -> Option<usize> { in next() method
72 let next = elem & !low_mask; in next() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/
Diter_set.rs18 fn next(&mut self) -> Option<Self::Item> { in next() method
68 fn next(&mut self) -> Option<Self::Item> { in next() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentSkipListMap.java363 Node<K,V> next; field in ConcurrentSkipListMap.Node
364 Node(K key, V value, Node<K,V> next) { in Node()
2108 Node<K,V> next; field in ConcurrentSkipListMap.Iter
2145 public V next() { in next() method in ConcurrentSkipListMap.ValueIterator
2155 public K next() { in next() method in ConcurrentSkipListMap.KeyIterator
2166 public Map.Entry<K,V> next() { in next() method in ConcurrentSkipListMap.EntryIterator
2906 Node<K,V> next; field in ConcurrentSkipListMap.SubMap.SubMapIter
3008 public V next() { in next() method in ConcurrentSkipListMap.SubMap.SubMapValueIterator
3019 public K next() { in next() method in ConcurrentSkipListMap.SubMap.SubMapKeyIterator
3034 public Map.Entry<K,V> next() { in next() method in ConcurrentSkipListMap.SubMap.SubMapEntryIterator
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DConcurrentSkipListMap.java363 Node<K,V> next; field in ConcurrentSkipListMap.Node
364 Node(K key, V value, Node<K,V> next) { in Node()
2108 Node<K,V> next; field in ConcurrentSkipListMap.Iter
2145 public V next() { in next() method in ConcurrentSkipListMap.ValueIterator
2155 public K next() { in next() method in ConcurrentSkipListMap.KeyIterator
2166 public Map.Entry<K,V> next() { in next() method in ConcurrentSkipListMap.EntryIterator
2906 Node<K,V> next; field in ConcurrentSkipListMap.SubMap.SubMapIter
3008 public V next() { in next() method in ConcurrentSkipListMap.SubMap.SubMapValueIterator
3019 public K next() { in next() method in ConcurrentSkipListMap.SubMap.SubMapKeyIterator
3034 public Map.Entry<K,V> next() { in next() method in ConcurrentSkipListMap.SubMap.SubMapEntryIterator
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentSkipListMap.java363 Node<K,V> next; field in ConcurrentSkipListMap.Node
364 Node(K key, V value, Node<K,V> next) { in Node()
2108 Node<K,V> next; field in ConcurrentSkipListMap.Iter
2145 public V next() { in next() method in ConcurrentSkipListMap.ValueIterator
2155 public K next() { in next() method in ConcurrentSkipListMap.KeyIterator
2166 public Map.Entry<K,V> next() { in next() method in ConcurrentSkipListMap.EntryIterator
2906 Node<K,V> next; field in ConcurrentSkipListMap.SubMap.SubMapIter
3008 public V next() { in next() method in ConcurrentSkipListMap.SubMap.SubMapValueIterator
3019 public K next() { in next() method in ConcurrentSkipListMap.SubMap.SubMapKeyIterator
3034 public Map.Entry<K,V> next() { in next() method in ConcurrentSkipListMap.SubMap.SubMapEntryIterator
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/
H A Dread.rs30 fn next(&mut self) -> Result<Option<u8>>; in next() method
252 fn next(&mut self) -> Result<Option<u8>> { in next() function
491 fn next(&mut self) -> Result<Option<u8>> { in next() method
634 fn next(&mut self) -> Result<Option<u8>> { in next() method
717 fn next(&mut self) -> Result<Option<u8>> { in next() function

1...<<31323334353637383940>>...419