Home
last modified time | relevance | path

Searched refs:next (Results 926 - 950 of 12432) sorted by relevance

1...<<31323334353637383940>>...498

/third_party/skia/src/gpu/ops/
H A DGrOp.cpp31 void GrOp::chainConcat(GrOp::Owner next) { in chainConcat() argument
32 SkASSERT(next); in chainConcat()
33 SkASSERT(this->classID() == next->classID()); in chainConcat()
35 SkASSERT(next->isChainHead()); in chainConcat()
36 fNextInChain = std::move(next); in chainConcat()
/third_party/typescript/tests/baselines/reference/
H A DES5For-of37.js24 next: function () {
33 for (var _c = __values([0, 1, 2, 3, 4]), _d = _c.next(); !_d.done; _d = _c.next()) {
38 for (var _e = (e_2 = void 0, __values([1, 2, 3])), _f = _e.next(); !_f.done; _f = _e.next()) {
/third_party/pulseaudio/src/pulsecore/
H A Dqueue.c35 struct queue_entry *next; member
78 e->next = NULL; in pa_queue_push()
82 q->back->next = e; in pa_queue_push()
101 q->front = e->next; in pa_queue_pop()
104 pa_assert(!e->next); in pa_queue_pop()
/third_party/skia/experimental/graphite/src/
H A DDrawOrder.h41 // Get the next value in the sequence after this one
42 MonotonicValue next() const { return fIndex + 1; } in next() function in skgpu::MonotonicValue
65 * the next draw's.
69 * CompressedPaintersOrder, so long as one set is entirely drawn before the next.
142 CompressedPaintersOrder next = prevDraw.next(); in dependsOnPaintersOrder() local
143 if (fPaintOrder < next) { in dependsOnPaintersOrder()
144 fPaintOrder = next; in dependsOnPaintersOrder()
/drivers/peripheral/input/hal/src/
H A Dinput_controller.c203 DeviceInfoNode *next = NULL; in SetPowerStatus() local
213 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in SetPowerStatus()
234 DeviceInfoNode *next = NULL; in GetPowerStatus() local
244 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in GetPowerStatus()
270 DeviceInfoNode *next = NULL; in GetDeviceType() local
280 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in GetDeviceType()
307 DeviceInfoNode *next = NULL; in GetDevStringInfo() local
318 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in GetDevStringInfo()
378 DeviceInfoNode *next = NULL; in SetGestureMode() local
388 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, in SetGestureMode()
409 DeviceInfoNode *next = NULL; RunCapacitanceTest() local
451 DeviceInfoNode *next = NULL; RunExtraCommand() local
483 DeviceInfoNode *next = NULL; GetDeviceAbility() local
529 DeviceInfoNode *next = NULL; GetDeviceAttr() local
[all...]
/third_party/alsa-utils/topology/
H A Dpre-processor.c156 snd_config_iterator_t i, next; in tplg_find_config() local
160 snd_config_for_each(i, next, config) { in tplg_find_config()
241 snd_config_iterator_t i, next, i2, next2; in pre_process_config() local
252 snd_config_for_each(i, next, cfg) { in pre_process_config()
437 snd_config_iterator_t i, next; in pre_process_include_conf() local
486 snd_config_for_each(i, next, config) { in pre_process_include_conf()
564 snd_config_iterator_t i, next; in pre_process_includes() local
578 snd_config_for_each(i, next, includes) { in pre_process_includes()
616 snd_config_iterator_t i, next; in pre_process_includes_all() local
630 snd_config_for_each(i, next, to in pre_process_includes_all()
648 snd_config_iterator_t i, next; pre_process_add_objects() local
697 snd_config_iterator_t i, next; pre_process_create_items() local
819 snd_config_iterator_t i, next; pre_process_array_item() local
897 snd_config_iterator_t i, next; pre_process_arrays() local
[all...]
/third_party/jerryscript/jerry-core/api/
H A Dgenerate-bytecode.c203 struct Node* next; member
213 head = head->next; in free_link()
300 (*head)->next = *end; in init_directory_list()
302 (*end)->next = NULL; in init_directory_list()
318 new_node->next = NULL; in add_directory_to_pending_list()
319 (*end)->next = new_node; in add_directory_to_pending_list()
439 while ((*head)->next != NULL) { in visit_pending_directories()
440 curr = (*head)->next; in visit_pending_directories()
449 (*head)->next = curr->next; in visit_pending_directories()
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_substitute.c436 global options, and continue to the next match. */ in pcre2_substitute()
521 /* Handle the next character */ in pcre2_substitute()
547 PCRE2_UCHAR next; in pcre2_substitute() local
551 if ((next = *ptr) == CHAR_DOLLAR_SIGN) goto LOADLITERAL; in pcre2_substitute()
558 if (next == CHAR_LEFT_CURLY_BRACKET) in pcre2_substitute()
561 next = *ptr; in pcre2_substitute()
565 if (next == CHAR_ASTERISK) in pcre2_substitute()
568 next = *ptr; in pcre2_substitute()
572 if (!star && next >= CHAR_0 && next < in pcre2_substitute()
[all...]
/third_party/rust/crates/clap/src/parser/matches/
H A Darg_matches.rs297 /// assert_eq!(itr.next(), Some(OsStr::new("Hi")));
298 /// assert_eq!(itr.next(), Some(OsStr::from_bytes(&[0xe9, b'!'])));
299 /// assert_eq!(itr.next(), None);
350 /// assert_eq!(itr.next(), Some(vec![OsStr::new("a"), OsStr::new("b")])); in get_raw()
351 /// assert_eq!(itr.next(), Some(vec![OsStr::new("c"), OsStr::from_bytes(&[0xe9, b'!'])])); in get_raw()
352 /// assert_eq!(itr.next(), None); in get_raw()
1177 .next()), in try_remove_one()
1378 fn next(&mut self) -> Option<&'a Id> { in next() functions
1379 self.iter.next() in next()
1409 /// assert_eq!(values.next(), Som
1423 fn next(&mut self) -> Option<Self::Item> { next() functions
1480 fn next(&mut self) -> Option<Self::Item> { next() functions
1541 fn next(&mut self) -> Option<&'a OsStr> { next() functions
1585 fn next(&mut self) -> Option<Self::Item> { next() functions
1624 fn next(&mut self) -> Option<Self::Item> { next() functions
1659 fn next(&mut self) -> Option<Self::Item> { next() functions
1688 fn next(&mut self) -> Option<Self::Item> { next() functions
1728 fn next(&mut self) -> Option<Self::Item> { next() functions
1757 fn next(&mut self) -> Option<Self::Item> { next() functions
1795 fn next(&mut self) -> Option<Self::Item> { next() functions
1844 fn next(&mut self) -> Option<usize> { next() functions
[all...]
/kernel/linux/linux-5.10/fs/f2fs/
H A Dshrinker.c45 p = f2fs_list.next; in f2fs_shrink_count()
51 p = p->next; in f2fs_shrink_count()
66 p = p->next; in f2fs_shrink_count()
86 p = f2fs_list.next; in f2fs_shrink_scan()
95 p = p->next; in f2fs_shrink_scan()
114 p = p->next; in f2fs_shrink_scan()
/kernel/linux/linux-5.10/lib/
H A Dtest_list_sort.c101 for (cur = head.next; cur->next != &head; cur = cur->next) { in list_sort_test()
105 if (cur->next->prev != cur) { in list_sort_test()
110 cmp_result = cmp(NULL, cur, cur->next); in list_sort_test()
117 el1 = container_of(cur->next, struct debug_el, list); in list_sort_test()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dshrinker.c48 p = f2fs_list.next; in f2fs_shrink_count()
54 p = p->next; in f2fs_shrink_count()
72 p = p->next; in f2fs_shrink_count()
92 p = f2fs_list.next; in f2fs_shrink_scan()
101 p = p->next; in f2fs_shrink_scan()
123 p = p->next; in f2fs_shrink_scan()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dscr/
H A Ddscr_explicit_test.c31 sem_t *next = (sem_t *)args + 1; in dscr_explicit_lockstep_thread() local
46 FAIL_IF_EXIT(sem_post(next)); in dscr_explicit_lockstep_thread()
56 sem_t *prev = &semaphores[1]; /* reversed prev/next than for the other thread */ in dscr_explicit_lockstep_test()
57 sem_t *next = &semaphores[0]; in dscr_explicit_lockstep_test() local
66 FAIL_IF(sem_init(next, 0, 1)); /* other thread starts first */ in dscr_explicit_lockstep_test()
79 FAIL_IF(sem_post(next)); in dscr_explicit_lockstep_test()
84 FAIL_IF(sem_destroy(next)); in dscr_explicit_lockstep_test()
/kernel/linux/linux-6.6/lib/
H A Dtest_list_sort.c84 for (cur = head.next; cur->next != &head; cur = cur->next) { in list_sort_test()
88 KUNIT_ASSERT_PTR_EQ_MSG(test, cur->next->prev, cur, in list_sort_test()
91 cmp_result = cmp(test, cur, cur->next); in list_sort_test()
95 el1 = container_of(cur->next, struct debug_el, list); in list_sort_test()
/third_party/curl/tests/unit/
H A Dunit1300.c108 * 1: the element next to head should be our newly created element
114 fail_unless(llist.head->next->ptr == &unusedData_case3,
115 "the node next to head is not getting set correctly");
124 * 1: the element next to head should be our newly created element
130 fail_unless(llist.head->next->ptr == &unusedData_case2,
131 "the node next to head is not getting set correctly");
143 * 2: head will be the head->next
149 element_next = head->next;
169 * 2: element->previous->next will be element->next
[all...]
/third_party/ffmpeg/libavcodec/
H A Dxbmdec.c75 const uint8_t *next; in xbm_decode_frame() local
91 next = memchr(ptr, '{', avpkt->size); in xbm_decode_frame()
92 if (!next) in xbm_decode_frame()
93 next = memchr(ptr, '(', avpkt->size); in xbm_decode_frame()
94 if (!next) in xbm_decode_frame()
96 ptr = next + 1; in xbm_decode_frame()
/third_party/ffmpeg/libavformat/
H A Dsdr2.c76 unsigned next; in sdr2_read_packet() local
84 next = avio_rl32(s->pb); in sdr2_read_packet()
85 if (next <= 52) in sdr2_read_packet()
93 if ((ret = av_new_packet(pkt, next - 52 + 24)) < 0) in sdr2_read_packet()
96 ret = avio_read(s->pb, pkt->data + 24, next - 52); in sdr2_read_packet()
102 ret = av_get_packet(s->pb, pkt, next - 52); in sdr2_read_packet()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DSortedSetRelation.java103 T aa = ait.next(); in hasRelation()
104 T bb = bit.next(); in hasRelation()
116 aa = ait.next(); in hasRelation()
117 bb = bit.next(); in hasRelation()
123 aa = ait.next(); in hasRelation()
129 bb = bit.next(); in hasRelation()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DBundleGroup.java59 v.addElement(iter.next()); in getItemsAsVector()
83 BundleItem item = (BundleItem)iter.next(); in removeBundleItem()
108 iter.next(); in getBundleItem()
109 return (BundleItem)iter.next(); in getBundleItem()
172 ((BundleItem) iter.next()).writeContents(ps); in writeContents()
185 ((BundleItem) iter.next()).writeContents(w); in writeContents()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DSortedSetRelation.java105 T aa = ait.next(); in hasRelation()
106 T bb = bit.next(); in hasRelation()
118 aa = ait.next(); in hasRelation()
119 bb = bit.next(); in hasRelation()
125 aa = ait.next(); in hasRelation()
131 bb = bit.next(); in hasRelation()
/third_party/jerryscript/jerry-core/ext/
H A Dtracker.c76 new_item->next = item; in StoragePut()
94 IStorageItem* next = item->next; in StorageReset() local
96 item = next; in StorageReset()
116 item->next = NULL; in CreateRefInfoItem()
172 item = item->next; in DumpTracker()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DSelection.java112 caret = next(caret, breaker, direction, true); in nextBound()
121 anchor = next(anchor,breaker,-1,false); in expand()
122 caret = next(caret,breaker,1,false); in expand()
133 anchor = next(anchor,breaker,1,false); in expand()
134 caret = next(caret,breaker,-1,false); in expand()
147 // different = false - move to next boundary, unless on one
148 // true - move to next boundary, even if on one
149 public static int next(int position, BreakIterator breaker, in next() method in Selection
/third_party/ltp/testcases/realtime/func/periodic_cpu_load/
H A Dperiodic_cpu_load_single.c95 nsec_t next, now; in periodic_thread() local
114 next = rt_gettime(); in periodic_thread()
116 next += period; in periodic_thread()
118 if (now > next) { in periodic_thread()
135 if (now > next) { in periodic_thread()
141 rt_nanosleep(next - now); in periodic_thread()
/third_party/ltp/tools/sparse/sparse-src/
H A Dscope.c36 static struct scope builtin_scope = { .next = &builtin_scope };
72 scope->next = *s; in start_scope()
80 scope->next = &builtin_scope; in start_file_scope()
115 *s = scope->next; in end_scope()
170 if (scope == &builtin_scope && block_scope->next == &builtin_scope) in is_outer_scope()
180 inner = inner->next; in is_in_scope()
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader.c15 * next paragraph) shall be included in all copies or substantial portions
185 const char *next; in pipe_loader_find_module() local
189 for (next = library_paths; *next; library_paths = next + 1) { in pipe_loader_find_module()
190 next = strchrnul(library_paths, ':'); in pipe_loader_find_module()
191 len = next - library_paths; in pipe_loader_find_module()

Completed in 13 milliseconds

1...<<31323334353637383940>>...498