Home
last modified time | relevance | path

Searched defs:next (Results 401 – 425 of 10451) sorted by relevance

1...<<11121314151617181920>>...419

/aosp_15_r20/external/moshi/moshi/src/main/java/com/squareup/moshi/
H A DLinkedHashTreeMap.java112 Node<K, V> next = e.next; in clear() local
459 Node<K, V> next; field in LinkedHashTreeMap.Node
474 Node(Node<K, V> parent, K key, int hash, Node<K, V> next, Node<K, V> prev) { in Node()
620 public Node<K, V> next() { in next() method in LinkedHashTreeMap.AvlIterator
745 Node<K, V> next = header.next; field in LinkedHashTreeMap.LinkedTreeMapIterator
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/moshi/
H A DLinkedHashTreeMap.java111 Node<K, V> next = e.next; in clear() local
470 Node<K, V> next; field in LinkedHashTreeMap.Node
489 Node(Node<K, V> parent, K key, int hash, Node<K, V> next, Node<K, V> prev) { in Node()
640 public Node<K, V> next() { in next() method in LinkedHashTreeMap.AvlIterator
768 Node<K, V> next = header.next; field in LinkedHashTreeMap.LinkedTreeMapIterator
/aosp_15_r20/external/skia/src/base/
H A DSkTInternalLList.h43 T* next = entry->fNext; in remove() local
146 T* next = existingEntry->fNext; in addAfter() local
220 T* next() { in next() function
/aosp_15_r20/external/blktrace/iowatcher/
H A Dlist.h49 struct list_head *next, *prev; member
72 struct list_head *next) in __list_add()
123 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
235 struct list_head *next = head->next; in list_empty_careful() local
/aosp_15_r20/external/python/cpython2/Lib/test/
Dseq_tests.py30 def next(self): member in IterFunc
50 def next(self): member in IterNextOnly
71 def next(self): member in IterGenExc
80 def next(self): member in IterFuncStop
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
H A DUnicodeEscapeProcessingProvider.java123 int next = nextInputChar(); in nextOutputChar() local
141 private int clearBackSlashSeen(int next) { in clearBackSlashSeen()
149 int next = nextInputChar(); in backSlashSeen() local
167 int next = nextInputChar(); in unicodeStartSeen() local
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/
Dtuple_impl.rs47 fn next(&mut self) -> Option<Self::Item> { in next() function
106 fn next(&mut self) -> Option<Self::Item> { in next() function
193 fn next(&mut self) -> Option<Self::Item> { in next() function
276 fn next(&mut self) -> Option<Self::Item> { in next() function
/aosp_15_r20/external/e2fsprogs/e2fsck/
H A Dregion.c26 struct region_el *next; member
53 struct region_el *r, *next; in region_free() local
65 struct region_el *r, *new_region, *prev, *next; in region_allocate() local
/aosp_15_r20/tools/trebuchet/core/common/src/test/kotlin/trebuchet/extractors/
H A DSystraceExtractorTest.kt77 val next = outputStream.next() in <lambda>() constant
90 override fun next(): DataSlice? { in <lambda>() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
H A Dsources.rs55 fn next(&mut self) -> Option<Self::Item> { in next() function
130 fn next(&mut self) -> Option<Self::Item> { in next() function
158 fn next(&mut self) -> Option<Self::Item> { in next() function
/aosp_15_r20/external/libnl/lib/route/link/
H A Dsriov.c106 struct rtnl_link_vf *s_list, *d_vf, *s_vf, *next, *dest_h = NULL; in rtnl_link_sriov_clone() local
231 struct rtnl_link_vf *vf_data, *list, *next; in rtnl_link_sriov_dump_details() local
280 struct rtnl_link_vf *vf_data, *list, *next; in rtnl_link_sriov_dump_stats() local
294 struct rtnl_link_vf *list, *vf, *next; in rtnl_link_sriov_free_data() local
514 struct rtnl_link_vf *list, *vf, *next; in rtnl_link_sriov_fill_vflist() local
815 struct rtnl_link_vf *list, *vf, *next, *ret = NULL; in rtnl_link_vf_get() local
/aosp_15_r20/external/f2fs-tools/fsck/
H A Ddict.c155 dnode_t *first, *next; in verify_bintree() local
661 dnode_t *next = dict_next(dict, delete); in dict_delete() local
1011 dnode_t *node = dict_first(dict), *next; in dict_process() local
1064 dnode_t *curr, *dictnil = dict_nil(dict), *loadnil = &load->nilnode, *next; in dict_load_end() local
1171 dnode_t *next = dict_next(dest, leftnode); in dict_merge() local
1182 dnode_t *next = dict_next(source, rightnode); in dict_merge() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/
H A Dalphabet.rs533 fn next(&mut self) -> Option<Unit> { in next() method
564 fn next(&mut self) -> Option<Unit> { in next() method
608 fn next(&mut self) -> Option<Unit> { in next() method
637 fn next(&mut self) -> Option<(Unit, Unit)> { in next() method
877 fn next(&mut self) -> Option<u8> { in next() method
898 fn next(&mut self) -> Option<(u8, u8)> { in next() method
/aosp_15_r20/external/e2fsprogs/lib/support/
H A Ddict.c165 dnode_t *first, *next; in verify_bintree() local
698 dnode_t *next = dict_next(dict, delete); in dict_delete() local
1053 dnode_t *node = dict_first(dict), *next; in dict_process() local
1106 dnode_t *curr, *dictnil = dict_nil(dict), *loadnil = &load->nilnode, *next; in dict_load_end() local
1213 dnode_t *next = dict_next(dest, leftnode); in dict_merge() local
1224 dnode_t *next = dict_next(source, rightnode); in dict_merge() local
/aosp_15_r20/external/bcc/libbpf-tools/
H A Drunqlat.bpf.c77 static int handle_switch(bool preempt, struct task_struct *prev, struct task_struct *next) in handle_switch()
148 int BPF_PROG(sched_switch, bool preempt, struct task_struct *prev, struct task_struct *next) in BPF_PROG()
172 int BPF_PROG(handle_sched_switch, bool preempt, struct task_struct *prev, struct task_struct *next) in BPF_PROG()
/aosp_15_r20/external/wmediumd/wmediumd/inc/usfstl/
H A Dlist.h20 struct usfstl_list_entry *next, *prev; member
67 #define usfstl_for_each_list_item_safe(item, next, _list, member) \ argument
74 #define usfstl_for_each_list_item_continue_safe(item, next, _list, member) \ argument
/aosp_15_r20/external/grpc-grpc/test/core/backoff/
H A Dbackoff_test.cc73 grpc_core::Timestamp next = backoff.NextAttemptTime(); in TEST() local
93 grpc_core::Timestamp next = backoff.NextAttemptTime(); in TEST() local
150 grpc_core::Timestamp next = backoff.NextAttemptTime(); in TEST() local
/aosp_15_r20/external/elfutils/libdw/
H A Ddwarf_getaranges.c42 struct arangelist *next; member
190 struct arangelist *next = arangelist->next; in __libdw_getdieranges() local
283 struct arangelist *next = arangelist->next; in dwarf_getaranges() local
/aosp_15_r20/external/iproute2/tc/
H A Dm_ematch.h19 struct bstr *next; member
65 struct ematch *next; member
92 struct ematch_util *next; member
/aosp_15_r20/external/skia/src/pathops/
H A DSkPathOpsSimplify.cpp44 SkOpSegment* next = current->findNextWinding(&chase, &nextStart, &nextEnd, in bridgeWinding() local
121 SkOpSegment* next = current->findNextXor(&nextStart, &nextEnd, in bridgeXor() local
254 SkOpContour* next = current; in SimplifyDebug() local
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/biguint/
Diter.rs43 fn next(&mut self) -> Option<u32> { in next() method
131 fn next(&mut self) -> Option<u32> { in next() method
195 fn next(&mut self) -> Option<u64> { in next() method
235 fn next(&mut self) -> Option<u64> { in next() method
/aosp_15_r20/external/webp/src/mux/
H A Dmuxinternal.c52 WebPChunk* next; in ChunkRelease() local
176 WebPChunk* const next = ChunkRelease(chunk); in ChunkDelete() local
229 WebPMuxImage* next; in MuxImageRelease() local
329 WebPMuxImage* const next = MuxImageRelease(wpi); in MuxImageDelete() local
/aosp_15_r20/external/rust/android-crates-io/crates/unicode-segmentation/src/
Dword.rs36 fn next(&mut self) -> Option<&'a str> { in next() method
68 fn next(&mut self) -> Option<(usize, &'a str)> { in next() method
129 fn next(&mut self) -> Option<(usize, &'a str)> { in next() method
199 fn next(&mut self) -> Option<&'a str> { in next() method
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DServiceLoader.java1251 public Provider<T> next() { in next() method in ServiceLoader.LazyClassPathLookupIterator
1371 public S next() { in iterator() method
1373 S next; in iterator() local
1462 Provider<T> next = null; in tryAdvance() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DServiceLoader.java1251 public Provider<T> next() { in next() method in ServiceLoader.LazyClassPathLookupIterator
1371 public S next() { in iterator() method
1373 S next; in iterator() local
1462 Provider<T> next = null; in tryAdvance() local

1...<<11121314151617181920>>...419