Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 25 of 57) sorted by relevance

123

/AliOS-Things-master/components/py_engine/tests/thread/
A Dmutate_dict.py12 for repeat in range(n):
14 di[i] = repeat + i
15 assert di[i] == repeat + i
20 di[i] = repeat + i
21 assert di[i] == repeat + i
23 assert di.pop(i) == repeat + i
A Dmutate_list.py12 for repeat in range(n):
15 assert li.count(i) == repeat + 1
18 assert li.count(i) == repeat + 3
21 assert li.count(i) == repeat + 2
24 assert li.count(i) == repeat + 1
A Dmutate_instance.py19 for repeat in range(n):
21 setattr(user, "attr_%u" % i, repeat + i)
22 assert getattr(user, "attr_%u" % i) == repeat + i
A Dmutate_set.py12 for repeat in range(n):
A Dmutate_bytearray.py12 for repeat in range(n):
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DTestGfxPrimitives.c247 int repeat; in BenchmarkPixel() local
252 repeat=200; in BenchmarkPixel()
267 repeat=100; in BenchmarkPixel()
509 repeat=10; in BenchmarkRectangle()
589 repeat=10; in BenchmarkRoundedRectangle()
830 repeat=1; in BenchmarkBox()
911 repeat=5; in BenchmarkLine()
977 repeat=5; in BenchmarkAALine()
992 repeat=5; in BenchmarkAALine()
1212 repeat=5; in BenchmarkCircle()
[all …]
/AliOS-Things-master/components/py_engine/tests/wipy/skipped/
A Drtc_irq.py31 rtc.alarm(time=500, repeat=True)
39 rtc.alarm(time=200, repeat=True)
45 rtc.alarm(time=100, repeat=True)
53 rtc.alarm(time=50, repeat=True)
62 rtc.alarm(time=100, repeat=False)
68 rtc.alarm(time=500, repeat=False)
76 rtc.alarm(time=500, repeat=True)
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Dtabs.css34 background-repeat:no-repeat;
48 background-repeat:repeat-x;
56 background-repeat:repeat-x;
A Ddoxygen.css446 background-repeat:repeat-x;
556 background-repeat: no-repeat;
678 background-repeat:repeat-x;
709 background-repeat:repeat-x;
726 background-repeat:no-repeat;
751 background-repeat:no-repeat;
789 background-repeat:repeat-x;
947 background: url("bdwn.png") no-repeat scroll 0 5px transparent;
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/systimer/
A Dmodule_systimer.c22 int repeat; member
53 if (!t->repeat) { in timer_action()
60 static timer_wrap_t *setup_timer(int js_cb_ref, long ms, int repeat) in setup_timer() argument
66 t->repeat = repeat; in setup_timer()
67 t->timer_id = amp_task_timer_action(ms, timer_action, t, repeat); in setup_timer()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/systimer/
A Dmodule_systimer.c23 int repeat; member
50 if (t->repeat) { in timer_action()
60 if (!t->repeat) { in timer_action()
70 static timer_wrap_t *setup_timer(JSValue js_cb_ref, long ms, int repeat) in setup_timer() argument
77 t->repeat = repeat; in setup_timer()
78 t->timer_id = amp_task_timer_action(ms, timer_action, t, repeat, &timer_msg); in setup_timer()
/AliOS-Things-master/components/osal_aos/rhino/
A Daos_timer.c20 uint32_t ms, bool repeat) in aos_timer_new() argument
27 sys_time_t round = (repeat == false ? 0 : ms); in aos_timer_new()
55 uint32_t ms, bool repeat, bool auto_run) in aos_timer_new_ext() argument
63 sys_time_t round = (repeat == 0) ? 0 : ms; in aos_timer_new_ext()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dallocator_test.cc101 for (int repeat = 0; repeat < 2; repeat++) { in TEST() local
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_ir.h71 int hal_ir_tx(IR_PROTO_T proto, uint8_t * keycode,uint16_t num,uint8_t repeat);
82 int hal_ir_tx_raw(IR_PROTO_T proto, uint16_t * frame, uint16_t num,uint8_t repeat);
/AliOS-Things-master/components/freetype/src/tools/
A Dtest_bbox.c137 long repeat ) in profile_outline() argument
144 for ( count = repeat; count > 0; count-- ) in profile_outline()
159 for ( count = repeat; count > 0; count-- ) in profile_outline()
/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_anim.h85 uint8_t repeat : 1; /**< Repeat the animation infinitely*/ member
212 a->repeat = 1; in lv_anim_set_repeat()
222 a->repeat = 0; in lv_anim_clear_repeat()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/drivers/ir/inc/
A Dirlib.h173 typedef void (* IR_RX_CB)(IR_PROTO_T proto,uint16_t *frame,uint16_t num,uint8_t repeat);
211 uint8_t repeat; /* ir repeat: 1 true,0: flase ; 像空调这种没有repeat的,可以直接复用代码命令*/ member
239 IR_REPEAT_S repeat; member
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dflash.c161 bt_u32_t repeat; in cmd_test() local
179 repeat = strtoul(argv[3], NULL, 16); in cmd_test()
192 while (repeat--) { in cmd_test()
/AliOS-Things-master/components/SDL2/test/
A Dcheckkeys.c106 PrintKey(SDL_Keysym * sym, SDL_bool pressed, SDL_bool repeat) in PrintKey() argument
131 if (repeat) { in PrintKey()
162 …sym, (event.key.state == SDL_PRESSED) ? SDL_TRUE : SDL_FALSE, (event.key.repeat) ? SDL_TRUE : SDL_… in loop()
/AliOS-Things-master/documentation/doxygen/style/
A Ddoxygen-custom.css132 background-repeat:repeat-x;
623 background-repeat: repeat-x;
717 background-repeat:repeat-x;
925 background-repeat: repeat-y;
936 background-repeat: repeat-y;
947 background-repeat: repeat-y;
1043 background-repeat:repeat-x;
1075 background-repeat:repeat-x;
1093 background-repeat:no-repeat;
1122 background-repeat:no-repeat;
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/example/
A Dparametrized_example.cc49 int repeat; member
129 for (int r = 0; r < params.repeat; r++) { in run()
154 &params.repeat); in main()
/AliOS-Things-master/components/py_engine/tests/multi_bluetooth/
A Dstress_log_filesystem.py128 for repeat in range(2):
152 for repeat in range(2):
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_preload.c197 a.repeat = 1; in lv_preload_set_type()
218 b.repeat = 1; in lv_preload_set_type()
243 a.repeat = 1; in lv_preload_set_type()
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_keyboard.c691 Uint8 repeat = SDL_FALSE; in SDL_SendKeyboardKeyInternal() local
722 repeat = SDL_TRUE; in SDL_SendKeyboardKeyInternal()
796 event.key.repeat = repeat; in SDL_SendKeyboardKeyInternal()
/AliOS-Things-master/components/osal_aos/include/aos/
A Dkernel.h1251 uint32_t ms, bool repeat);
1267 uint32_t ms, bool repeat, bool autorun);

Completed in 29 milliseconds

123