/AliOS-Things-master/components/py_engine/tests/thread/ |
A D | mutate_dict.py | 12 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 D | mutate_list.py | 12 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 D | mutate_instance.py | 19 for repeat in range(n): 21 setattr(user, "attr_%u" % i, repeat + i) 22 assert getattr(user, "attr_%u" % i) == repeat + i
|
A D | mutate_set.py | 12 for repeat in range(n):
|
A D | mutate_bytearray.py | 12 for repeat in range(n):
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | TestGfxPrimitives.c | 247 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 D | rtc_irq.py | 31 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 D | tabs.css | 34 background-repeat:no-repeat; 48 background-repeat:repeat-x; 56 background-repeat:repeat-x;
|
A D | doxygen.css | 446 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 D | module_systimer.c | 22 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 D | module_systimer.c | 23 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 D | aos_timer.c | 20 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 D | allocator_test.cc | 101 for (int repeat = 0; repeat < 2; repeat++) { in TEST() local
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | hal_ir.h | 71 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 D | test_bbox.c | 137 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 D | lv_anim.h | 85 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 D | irlib.h | 173 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 D | flash.c | 161 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 D | checkkeys.c | 106 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 D | doxygen-custom.css | 132 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 D | parametrized_example.cc | 49 int repeat; member 129 for (int r = 0; r < params.repeat; r++) { in run() 154 ¶ms.repeat); in main()
|
/AliOS-Things-master/components/py_engine/tests/multi_bluetooth/ |
A D | stress_log_filesystem.py | 128 for repeat in range(2): 152 for repeat in range(2):
|
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_preload.c | 197 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 D | SDL_keyboard.c | 691 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 D | kernel.h | 1251 uint32_t ms, bool repeat); 1267 uint32_t ms, bool repeat, bool autorun);
|