Home
last modified time | relevance | path

Searched refs:repeat (Results 726 - 750 of 875) sorted by relevance

1...<<21222324252627282930>>...35

/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.cpp997 const bool repeat = (animation.repeatCount == AnimationComponent::REPEAT_COUNT_INFINITE) || // Infinite repeat. in UpdateAnimation() local
998 animation.repeatCount > state.currentLoop; // Need to repeat until repeat count reached. in UpdateAnimation()
999 if (repeat) { in UpdateAnimation()
1000 // Need to repeat, go to start. in UpdateAnimation()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp1383 void KeyEvent::SetRepeat(bool repeat) in SetRepeat() argument
1385 repeat_ = repeat; in SetRepeat()
/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_service_unit_test.cpp280 StandbyServiceImpl::GetInstance()->ShellDumpInner({"-S", "--repeat"}, result); in HWTEST_F()
1005 EXPECT_TRUE(timedTask->repeat == false); in HWTEST_F()
1294 EXPECT_TRUE(timedTask->repeat == false); in HWTEST_F()
/kernel/linux/linux-5.10/arch/x86/mm/pat/
H A Dset_memory.c1517 repeat: in __change_page_attr()
1577 goto repeat; in __change_page_attr()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c916 repeat: in mipsr2_decoder()
2218 goto repeat; in mipsr2_decoder()
/kernel/linux/linux-5.10/drivers/acpi/
H A Dec.c763 int repeat = 5; /* number of command restarts */ in ec_poll() local
765 while (repeat--) { in ec_poll()
/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A Dwl.c507 repeat: in serve_prot_queue()
523 goto repeat; in serve_prot_queue()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c916 repeat: in mipsr2_decoder()
2218 goto repeat; in mipsr2_decoder()
/kernel/linux/linux-5.10/drivers/usb/gadget/
H A Dcomposite.c1100 goto repeat; in collect_langs()
1103 repeat: in collect_langs()
/kernel/linux/linux-5.10/net/sched/
H A Dact_api.c697 repeat: in tcf_action_exec()
702 goto repeat; in tcf_action_exec()
/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_clientmgr.c1035 repeat: in snd_seq_write()
1107 goto repeat; in snd_seq_write()
/kernel/linux/linux-5.10/fs/gfs2/
H A Dinode.c59 repeat: in gfs2_iget()
65 goto repeat; in gfs2_iget()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_core.c1810 repeat: in nf_conntrack_in()
1840 goto repeat; in nf_conntrack_in()
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Dwl.c507 repeat: in serve_prot_queue()
523 goto repeat; in serve_prot_queue()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dec.c760 int repeat = 5; /* number of command restarts */ in ec_poll() local
762 while (repeat--) { in ec_poll()
/kernel/linux/linux-6.6/fs/
H A Dbuffer.c548 repeat: in osync_buffers_list()
559 goto repeat; in osync_buffers_list()
H A Dsplice.c528 repeat: in splice_from_pipe_next()
551 goto repeat; in splice_from_pipe_next()
/kernel/linux/linux-6.6/drivers/usb/gadget/
H A Dcomposite.c1239 goto repeat; in collect_langs()
1242 repeat: in collect_langs()
/kernel/linux/linux-6.6/drivers/block/
H A Dataflop.c839 repeat: in do_fd_action()
846 goto repeat; in do_fd_action()
/kernel/linux/linux-6.6/arch/x86/mm/pat/
H A Dset_memory.c1595 repeat: in __change_page_attr()
1658 goto repeat; in __change_page_attr()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-report.c1485 repeat: in cmd_report()
1715 goto repeat; in cmd_report()
/kernel/linux/linux-6.6/net/sched/
H A Dact_api.c1078 repeat: in tcf_action_exec()
1082 goto repeat; in tcf_action_exec()
/kernel/linux/linux-6.6/mm/
H A Dmemblock.c622 repeat: in memblock_add_range()
678 * If this was the first round, resize array and repeat for actual in memblock_add_range()
686 goto repeat; in memblock_add_range()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbpf.c967 attr.test.repeat = OPTS_GET(opts, repeat, 0); in bpf_prog_test_run_opts()
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dreporter_helper.py88 repeat = "repeat" variable in ReportConstant
337 repeat = 1 variable in ExecInfo

Completed in 81 milliseconds

1...<<21222324252627282930>>...35