Home
last modified time | relevance | path

Searched defs:next (Results 1701 – 1725 of 10451) sorted by relevance

1...<<61626364656667686970>>...419

/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DBreakIterator.java290 public abstract int next(int n); in next() method in BreakIterator
303 public abstract int next(); in next() method in BreakIterator
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Ddense.rs3189 let next = *self.trans().get_unchecked(o); in next_state_unchecked() localVariable
3500 let next = self.table.len(); in add_empty_state() localVariable
3532 let next = self.table()[i]; in remap() localVariable
4301 fn next(&mut self) -> Option<(StateID, Anchored, Start)> { in next() method
4766 fn next(&mut self) -> Option<State<'a>> { in next() method
4882 fn next(&mut self) -> Option<(alphabet::Unit, StateID)> { in next() method
4915 fn next(&mut self) -> Option<(alphabet::Unit, alphabet::Unit, StateID)> { in next() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/util/
H A Dflat_map.rs192 fn next(&mut self) -> Option<(&'a K, &'a V)> { in next() method
228 fn next(&mut self) -> Option<(&'a K, &'a mut V)> { in next() method
/aosp_15_r20/external/mesa3d/src/util/
H A Drb_tree.c510 struct rb_node *next = in rb_node_next_intersecting() local
630 struct rb_node *next = in uinterval_node_next() local
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Derror.rs429 fn next(&mut self) -> Option<Self::Item> { in next() method
454 fn next(&mut self) -> Option<Self::Item> { in next() method
/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_auth.c36 struct hostapd_cached_radius_acl *next; member
47 struct hostapd_acl_query_data *next; member
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dforward_type_inference_test.cc142 Node* next; in TEST() local
365 Node* next; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h2/
Dserver.rs201 let next = match me.state { in poll() localVariable
455 let next = match me.state.as_mut().project() { in poll2() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/once_cell/src/
Dimp_std.rs141 next: *mut Waiter, field
160 let next = (*waiter).next; in drop() localVariable
/aosp_15_r20/art/runtime/
H A Dfault_handler.cc138 GeneratedCodeRange* next = (i + 1u != kNumLocalGeneratedCodeRanges) in Init() local
416 GeneratedCodeRange* next = range->next.load(std::memory_order_relaxed); in RemoveGeneratedCodeRange() local
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/util/modules-utils-fastxmlserializer/android_common_apex35/javac/
Dmodules-utils-fastxmlserializer.jar ... , int) throws java.io.IOException int next int end String str int i int length int pos ...
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Derror.rs429 fn next(&mut self) -> Option<Self::Item> { in next() method
454 fn next(&mut self) -> Option<Self::Item> { in next() method
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/descriptive/rank/
H A DPSquarePercentile.java637 private transient Marker next; field in PSquarePercentile.Marker
700 private Marker next(final Marker nextMarker) { in next() method in PSquarePercentile.Marker
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Desd.h209 struct esd_player_info *next; /* point to next entry in list */ member
224 struct esd_sample_info *next; /* point to next entry in list */ member
/aosp_15_r20/external/libxml2/
H A Dlist.c33 struct _xmlLink *next; member
421 xmlLinkPtr next = lk->next; in xmlListClear() local
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/util/modules-utils-fastxmlserializer/android_common/javac/
Dmodules-utils-fastxmlserializer.jar ... , int) throws java.io.IOException int next int end String str int i int length int pos ...
/aosp_15_r20/external/pdfium/third_party/agg23/
H A Dagg_array.h246 const T& next(unsigned idx) const in next() function
250 T& next(unsigned idx) in next() function
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/util/
Dflat_map.rs192 fn next(&mut self) -> Option<(&'a K, &'a V)> { in next() method
228 fn next(&mut self) -> Option<(&'a K, &'a mut V)> { in next() method
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dlist.c33 struct _xmlLink *next; member
419 xmlLinkPtr next = lk->next; in xmlListClear() local
/aosp_15_r20/external/coreboot/util/kconfig/lxdialog/
H A Ddialog.h75 struct subtitle_list *next; member
147 struct dialog_list *next; member
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/internal/util/modules-utils-fastxmlserializer/android_common_apex30/javac/
Dmodules-utils-fastxmlserializer.jar ... , int) throws java.io.IOException int next int end String str int i int length int pos ...
/aosp_15_r20/external/libevent/
H A Devdns.c184 struct request *next, *prev; member
226 struct nameserver *next, *prev; member
264 struct server_reply_item *next; /* next item in sequence. */ member
2064 struct server_reply_item *victim, *next, **list; in server_request_free_answers() local
2426 struct nameserver *next = server->next; in evdns_base_clear_nameservers_and_suspend() local
2448 struct request *next = req->next; in evdns_base_clear_nameservers_and_suspend() local
3075 struct search_domain *next; member
3091 struct search_domain *next, *dom; in search_state_decref() local
3157 struct search_domain *cur, *prev = NULL, *next; in search_reverse() local
/aosp_15_r20/external/rust/android-crates-io/crates/hashbrown/src/raw/
Dmod.rs1970 fn next(&mut self) -> Option<Bucket<T>> { in next() method
2150 fn next(&mut self) -> Option<Bucket<T>> { in next() method
2241 fn next(&mut self) -> Option<T> { in next() method
2312 fn next(&mut self) -> Option<T> { in next() method
2387 fn next(&mut self) -> Option<Bucket<T>> { in next() method
2400 fn next(&mut self) -> Option<Self::Item> { in next() method
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DHashtable.java1389 HashtableEntry<K,V> next; field in Hashtable.HashtableEntry
1391 protected HashtableEntry(int hash, K key, V value, HashtableEntry<K,V> next) { in HashtableEntry()
1514 public T next() { in next() method in Hashtable.Enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dev_epoll1_linux.cc144 grpc_fd* next; member
190 grpc_pollset_worker* next; member
231 grpc_pollset* next; member

1...<<61626364656667686970>>...419