/AliOS-Things-master/components/amp/jslib/src/ |
A D | wdg.js | 14 export function stop() { function
|
A D | audioplayer.js | 26 static stop() { method in audioplayer
|
/AliOS-Things-master/components/amp/libjs/lib/ |
A D | wdg.js | 14 function stop() { function
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | objrange.c | 38 mp_int_t stop; member 60 STATIC mp_obj_t mp_obj_new_range_iterator(mp_int_t cur, mp_int_t stop, mp_int_t step, mp_obj_iter_b… in mp_obj_new_range_iterator() 77 mp_int_t stop; member
|
A D | sequence.c | 71 mp_int_t start = indexes->start, stop = indexes->stop; in mp_seq_extract_slice() local 189 size_t stop = len; in mp_seq_index_obj() local
|
A D | objslice.c | 120 mp_int_t start, stop, step; in mp_obj_slice_indices() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/ |
A D | strided_slice_logic.h | 136 int stop = stop_indices[axis]; in StopForAxis() local 177 inline bool LoopCondition(int index, int stop, int stride) { in LoopCondition()
|
/AliOS-Things-master/components/amp-utility/python/ |
A D | Tts.py | 77 def stop(): function
|
A D | Recorder.py | 73 def stop(): function
|
/AliOS-Things-master/components/py_engine/engine/extmod/webrepl/ |
A D | webrepl.py | 53 def stop(): function
|
/AliOS-Things-master/components/cplusplus/ |
A D | timer.cpp | 66 kstat_t Timer::stop(void) in stop() function in Timer
|
A D | thread.cpp | 125 kstat_t thread::stop(void) in stop() function in thread
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/ |
A D | i2c_api.c | 396 int i2c_read_timeout(i2c_t *obj, int address, char *data, int length, int stop, int timeout_ms) in i2c_read_timeout() 429 int i2c_write_timeout(i2c_t *obj, int address, char *data, int length, int stop, int timeout_ms) in i2c_write_timeout() 463 int i2c_read(i2c_t *obj, int address, char *data, int length, int stop) in i2c_read() 513 int i2c_write(i2c_t *obj, int address, const char *data, int length, int stop) in i2c_write()
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | machine_i2c.c | 288 …mp_machine_i2c_readfrom(mp_obj_base_t *self, uint16_t addr, uint8_t *dest, size_t len, bool stop) { in mp_machine_i2c_readfrom() 295 …achine_i2c_writeto(mp_obj_base_t *self, uint16_t addr, const uint8_t *src, size_t len, bool stop) { in mp_machine_i2c_writeto() 420 bool stop = (n_args == 3) ? true : mp_obj_is_true(args[3]); in machine_i2c_readfrom() local 434 bool stop = (n_args == 3) ? true : mp_obj_is_true(args[3]); in machine_i2c_readfrom_into() local 448 bool stop = (n_args == 3) ? true : mp_obj_is_true(args[3]); in machine_i2c_writeto() local 468 bool stop = (n_args == 3) ? true : mp_obj_is_true(args[3]); in machine_i2c_writevto() local
|
A D | machine_i2c.h | 62 int (*stop)(mp_obj_base_t *obj); member
|
A D | modurandom.c | 134 mp_int_t stop = mp_obj_get_int(args[1]); in mod_urandom_randrange() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/ |
A D | tif_imageiter.c | 73 TIFFImageIterBegin(TIFFImageIter* img, TIFF* tif, int stop, char emsg[1024]) in TIFFImageIterBegin() 235 uint32 rwidth, uint32 rheight, uint8* raster, int stop) in TIFFReadImageIter() 485 int stop = 1; in main() local
|
/AliOS-Things-master/components/csi/csi2/include/drv/ |
A D | adc.h | 42 csi_error_t (*stop)(csi_adc_t *adc); ///< Stop function member
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/hal/ |
A D | hal_uart.c | 55 int hal_uart_config(uint32_t port, uint32_t baudrate, uint32_t bits, uint32_t stop, uint32_t parity… in hal_uart_config()
|
/AliOS-Things-master/components/py_engine/tests/ |
A D | run-multitests.py | 137 def stop(self): member in PyInstanceSubProcess 191 def stop(self): member in PyInstancePyboard
|
/AliOS-Things-master/components/py_engine/tests/misc/ |
A D | rge_sm.py | 82 def drange(start, stop, step): argument
|
/AliOS-Things-master/components/uvoice/include/ |
A D | uvoice_recorder.h | 31 int (*stop)(void); member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/ |
A D | hcd.h | 36 void (*stop) (struct usb_hcd *hcd); member
|
/AliOS-Things-master/components/a2sa/internal/driver/core/ |
A D | pcm_dev.h | 28 int (*stop)(void *dev); member
|
/AliOS-Things-master/components/a2sa/internal/driver/platform/rtos/ |
A D | audio_rtos.h | 52 int (*stop)(pcm_stream_handler_t hdl); member
|