/aosp_15_r20/external/moshi/moshi/src/main/java/com/squareup/moshi/ |
H A D | LinkedHashTreeMap.java | 112 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 D | LinkedHashTreeMap.java | 111 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 D | SkTInternalLList.h | 43 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 D | list.h | 49 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/ |
D | seq_tests.py | 30 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 D | UnicodeEscapeProcessingProvider.java | 123 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/ |
D | tuple_impl.rs | 47 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 D | region.c | 26 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 D | SystraceExtractorTest.kt | 77 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 D | sources.rs | 55 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 D | sriov.c | 106 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 D | dict.c | 155 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 D | alphabet.rs | 533 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 D | dict.c | 165 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 D | runqlat.bpf.c | 77 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 D | list.h | 20 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 D | backoff_test.cc | 73 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 D | dwarf_getaranges.c | 42 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 D | m_ematch.h | 19 struct bstr *next; member 65 struct ematch *next; member 92 struct ematch_util *next; member
|
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkPathOpsSimplify.cpp | 44 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/ |
D | iter.rs | 43 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 D | muxinternal.c | 52 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/ |
D | word.rs | 36 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 D | ServiceLoader.java | 1251 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/ |
D | ServiceLoader.java | 1251 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
|