Home
last modified time | relevance | path

Searched refs:next (Results 2401 - 2425 of 12375) sorted by relevance

1...<<919293949596979899100>>...495

/third_party/typescript/tests/baselines/reference/
H A DrestParameterInDownlevelGenerator.js18 for (strings_1 = __values(strings), strings_1_1 = strings_1.next(); !strings_1_1.done; strings_1_1 = strings_1.next()) {
H A DasyncMultiFile_es6.js12 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
15 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DdeclarationMaps.js4 (res, req, next): void;
30 (res: any, req: any, next: any): void;
H A DdeclareFileExportAssignment.js4 (res, req, next): void;
30 (res: any, req: any, next: any): void;
H A DdeclareFileExportAssignmentWithVarFromVariableStatement.js4 (res, req, next): void;
30 (res: any, req: any, next: any): void;
H A DexportDefaultAsyncFunction.js10 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
13 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DimportCallExpressionNestedES2015.js17 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
20 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DimportCallExpressionNestedES2020.js18 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
21 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DinfinitelyExpandingTypes1.js4 next: List<T>;
11 next: MyList<T>;
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMapFieldIter.php116 * Move to the next position.
120 public function next() function
122 return next($this->container);
/third_party/skia/docs/examples/
H A DPath_Iter_conicWeight.cpp11 SkDebugf("first verb is " "%s" "move\n", SkPath::kMove_Verb == iter.next(p) ? "" : "not "); in REG_FIDDLE()
12 SkDebugf("next verb is " "%s" "conic\n", SkPath::kConic_Verb == iter.next(p) ? "" : "not "); in REG_FIDDLE()
/third_party/rust/crates/nom/tests/
H A Dreborrow_fold.rs26 fold_many0(atom(tomb), String::new, |acc: String, next: String| { in list()
27 acc + next.as_str() in list()
/third_party/selinux/libsepol/include/sepol/policydb/
H A Dconstraint.h63 struct constraint_expr *next; /* next expression */ member
69 struct constraint_node *next; /* next constraint */ member
/third_party/rust/crates/os_str_bytes/src/wasm/
H A Draw.rs25 .next()
27 assert_eq!(None, chars.next(), "multiple code points found");
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig_none.c47 for (ssid = config->ssid; ssid; ssid = ssid->next) { in wpa_config_write()
51 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig_none.c47 for (ssid = config->ssid; ssid; ssid = ssid->next) { in wpa_config_write()
51 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_64_vio.c63 list_del_rcu(&stit->next); in kvm_spapr_tce_liobn_put()
83 list_for_each_entry_safe(stit, tmp, &stt->iommu_tables, next) { in kvm_spapr_tce_release_iommu_group()
152 list_for_each_entry_rcu(stit, &stt->iommu_tables, next) { in kvm_spapr_tce_attach_iommu_group()
180 list_add_rcu(&stit->next, &stt->iommu_tables); in kvm_spapr_tce_attach_iommu_group()
256 list_for_each_entry_safe(stit, tmp, &stt->iommu_tables, next) { in kvm_spapr_tce_release()
378 list_for_each_entry_rcu(stit, &stt->iommu_tables, next) { in kvmppc_tce_validate()
596 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_put_tce()
691 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_put_tce_indirect()
733 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_stuff_tce()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dvpe.c219 struct mips_hi16 *next; member
326 n->next = mips_hi16_list; in apply_r_mips_hi16()
337 struct mips_hi16 *l, *next; in apply_r_mips_lo16() local
375 next = l->next; in apply_r_mips_lo16()
377 l = next; in apply_r_mips_lo16()
394 next = l->next; in apply_r_mips_lo16()
396 l = next; in apply_r_mips_lo16()
/kernel/linux/linux-5.10/drivers/net/slip/
H A Dslhc.c136 ts[i].next = &(ts[i - 1]); in slhc_init()
138 ts[0].next = &(ts[comp->tslot_limit]); in slhc_init()
232 struct cstate *cs = lcs->next; in slhc_compress()
307 cs = cs->next; in slhc_compress()
334 lcs->next = cs->next; in slhc_compress()
335 cs->next = ocs->next; in slhc_compress()
336 ocs->next = cs; in slhc_compress()
/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/
H A Dutil.c258 for (pos = dlg.subtitles; pos != NULL; pos = pos->next) { in dialog_clear()
270 for (pos = dlg.subtitles; pos != NULL; pos = pos->next) { in dialog_clear()
365 * next line if the string is too long to fit on one line. Newline
395 /* Wrap to next line if either the word does not fit, in print_autowrap()
397 short, and the next word does not fit. */ in print_autowrap()
412 /* Move to the next line if the word separator was a newline */ in print_autowrap()
583 struct dialog_list *p, *next; in item_reset() local
585 for (p = item_head; p; p = next) { in item_reset()
586 next = p->next; in item_reset()
[all...]
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_sched_wakeup.c379 struct task_struct *next, in tracing_sched_switch_trace()
395 entry->next_pid = next->pid; in tracing_sched_switch_trace()
396 entry->next_prio = next->prio; in tracing_sched_switch_trace()
397 entry->next_state = task_state_index(next); in tracing_sched_switch_trace()
398 entry->next_cpu = task_cpu(next); in tracing_sched_switch_trace()
434 struct task_struct *prev, struct task_struct *next) in probe_wakeup_sched_switch()
453 * actually be the same as next. in probe_wakeup_sched_switch()
457 if (next != wakeup_task) in probe_wakeup_sched_switch()
472 if (unlikely(!tracer_enabled || next != wakeup_task)) in probe_wakeup_sched_switch()
479 tracing_sched_switch_trace(wakeup_trace, prev, next, flag in probe_wakeup_sched_switch()
377 tracing_sched_switch_trace(struct trace_array *tr, struct task_struct *prev, struct task_struct *next, unsigned long flags, int pc) tracing_sched_switch_trace() argument
433 probe_wakeup_sched_switch(void *ignore, bool preempt, struct task_struct *prev, struct task_struct *next) probe_wakeup_sched_switch() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/comedi/
H A Ddrivers.c960 for (driv = comedi_drivers; driv; driv = driv->next) { in comedi_device_attach()
975 for (driv = comedi_drivers; driv; driv = driv->next) { in comedi_device_attach()
1129 driver->next = comedi_drivers; in comedi_driver_register()
1154 comedi_drivers = driver->next; in comedi_driver_unregister()
1156 for (prev = comedi_drivers; prev->next; prev = prev->next) { in comedi_driver_unregister()
1157 if (prev->next == driver) { in comedi_driver_unregister()
1158 prev->next = driver->next; in comedi_driver_unregister()
/kernel/linux/linux-6.6/drivers/comedi/
H A Ddrivers.c959 for (driv = comedi_drivers; driv; driv = driv->next) { in comedi_device_attach()
974 for (driv = comedi_drivers; driv; driv = driv->next) { in comedi_device_attach()
1128 driver->next = comedi_drivers; in comedi_driver_register()
1153 comedi_drivers = driver->next; in comedi_driver_unregister()
1155 for (prev = comedi_drivers; prev->next; prev = prev->next) { in comedi_driver_unregister()
1156 if (prev->next == driver) { in comedi_driver_unregister()
1157 prev->next = driver->next; in comedi_driver_unregister()
/kernel/linux/linux-6.6/drivers/net/slip/
H A Dslhc.c136 ts[i].next = &(ts[i - 1]); in slhc_init()
138 ts[0].next = &(ts[comp->tslot_limit]); in slhc_init()
232 struct cstate *cs = lcs->next; in slhc_compress()
307 cs = cs->next; in slhc_compress()
334 lcs->next = cs->next; in slhc_compress()
335 cs->next = ocs->next; in slhc_compress()
336 ocs->next = cs; in slhc_compress()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/
H A Drtrs.c113 struct ib_send_wr *next = head; in rtrs_post_send() local
115 while (next->next) in rtrs_post_send()
116 next = next->next; in rtrs_post_send()
117 next->next = wr; in rtrs_post_send()
123 wr->next = tail; in rtrs_post_send()

Completed in 15 milliseconds

1...<<919293949596979899100>>...495