/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | uasyncio_new_event_loop.py | 29 loop = asyncio.get_event_loop() variable 34 loop = asyncio.new_event_loop() variable
|
A D | uasyncio_get_event_loop.py | 19 loop = asyncio.get_event_loop() variable
|
A D | uasyncio_loop_stop.py | 40 loop = asyncio.get_event_loop() variable
|
A D | uasyncio_set_exception_handler.py | 13 def custom_handler(loop, context): argument
|
/AliOS-Things-master/components/drivers/peripheral/i2c/example/ |
A D | i2c_example.c | 12 …, char *tx_buffer, uint32_t tx_cnt, char *rx_buffer, uint32_t rx_cnt, uint32_t loop, uint32_t peri… in vfs_i2c_test() 99 …, char *tx_buffer, uint32_t tx_cnt, char *rx_buffer, uint32_t rx_cnt, uint32_t loop, uint32_t peri… in aos_i2c_test() 163 uint32_t loop = argc > 5 ? atoi(argv[5]) : 1; // whether do i2c tx multiple times in i2c_write_test() local 195 uint32_t loop = argc > 4 ? atoi(argv[4]) : 1; // whether do i2c tx multiple times in i2c_read_test() local 222 …, char *tx_buffer, uint32_t tx_cnt, char *rx_buffer, uint32_t rx_cnt, uint32_t loop, uint32_t peri… in aos_i2c_mem_test() 287 uint32_t loop = argc > 5 ? atoi(argv[5]) : 1; // whether do i2c tx multiple times in i2c_mem_read_test() local 322 uint32_t loop = argc > 7 ? atoi(argv[6]) : 1; // whether do i2c tx multiple times in i2c_mem_write_test() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/src/mcu/module/data_uart_cmd/ |
A D | user_cmd_parse.c | 357 for (uint8_t loop = 0; loop < p_user_cmd_if->accum_cmd_len - p_user_cmd_if->cmd_cur; loop ++) in cmd_move_back() local 366 for (uint8_t loop = 0; loop < p_user_cmd_if->accum_cmd_len - p_user_cmd_if->cmd_cur; loop ++) in cmd_move_forward() local 478 uint8_t loop; in user_cmd_collect() local 586 uint8_t loop; in user_cmd_collect() local
|
/AliOS-Things-master/solutions/javascript_demo/board/haas-edu-k1/ |
A D | pwm.js | 47 var loop = 10; variable
|
/AliOS-Things-master/solutions/javascript_demo/board/haas100/ |
A D | pwm.js | 65 var loop = 10; variable
|
/AliOS-Things-master/solutions/javascript_demo/board/haas600/ |
A D | pwm.js | 47 var loop = 10; variable
|
/AliOS-Things-master/components/amp/example-js/ |
A D | pwm.js | 24 var loop = 10; variable
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testrelative.c | 38 loop(){ in loop() function
|
A D | testdrawchessboard.c | 59 loop() in loop() function
|
A D | testaudiocapture.c | 27 loop() in loop() function
|
A D | loopwavequeue.c | 52 loop() in loop() function
|
A D | testwm2.c | 51 loop() in loop() function
|
A D | testoffscreen.c | 77 loop() in loop() function
|
A D | teststreaming.c | 95 loop() in loop() function
|
A D | loopwave.c | 106 loop() in loop() function
|
A D | testaudiohotplug.c | 127 loop() in loop() function
|
A D | testcustomcursor.c | 150 loop() in loop() function
|
A D | testmultiaudio.c | 54 loop() in loop() function
|
A D | testspriteminimal.c | 129 void loop() in loop() function
|
/AliOS-Things-master/kernel/rhino/ |
A D | k_spin_lock.c | 130 uint8_t loop = 1; in k_wait_allcores() local
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/onewire/ |
A D | module_onewire.c | 173 int loop; in OneWireWriteByte() local 190 int loop, result=0; in OneWireReadByte() local
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/ |
A D | main_functions.cc | 151 void loop() in loop() function
|