/AliOS-Things-master/components/amp/jslib/src/ |
A D | spi.js | 42 return Array.prototype.slice.call(new Uint8Array(this.spiInstance.read(bytes))); method in Array 49 …return Array.prototype.slice.call(new Uint8Array(this.spiInstance.sendRecv(byteArrayToArrayBuffer(… method in Array
|
A D | i2c.js | 41 return Array.prototype.slice.call(new Uint8Array(this.i2cInstance.read(bytes))); method in Array 55 return Array.prototype.slice.call(new Uint8Array(this.i2cInstance.readReg(memaddr, bytes))); method in Array
|
/AliOS-Things-master/components/posix/include/ |
A D | sched.h | 25 uint64_t slice; /* time slice in SCHED_RR mode (ms) */ member
|
/AliOS-Things-master/components/osal_aos/rhino/ |
A D | aos_task.c | 322 aos_status_t aos_task_time_slice_set(aos_task_t *task, uint32_t slice) in aos_task_time_slice_set() 331 aos_status_t aos_task_time_slice_get(aos_task_t *task, uint32_t *slice) in aos_task_time_slice_get()
|
/AliOS-Things-master/hardware/chip/haas1000/csi/ |
A D | flash.c | 28 int slice = num > offset1 ? (num-offset1) % 8 : 0; in bes_flash_memcpy() local
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | sequence.c | 48 bool mp_seq_get_fast_slice_indexes(mp_uint_t len, mp_obj_t slice, mp_bound_slice_t *indexes) { in mp_seq_get_fast_slice_indexes()
|
A D | objstrunicode.c | 186 mp_obj_slice_t *slice = MP_OBJ_TO_PTR(index); in str_subscr() local
|
A D | objlist.c | 167 mp_bound_slice_t slice; in list_subscr() local 189 mp_bound_slice_t slice; in list_subscr() local
|
A D | objrange.c | 169 mp_bound_slice_t slice; in range_subscr() local
|
A D | objtuple.c | 190 mp_bound_slice_t slice; in mp_obj_tuple_subscr() local
|
A D | objarray.c | 430 mp_bound_slice_t slice; in array_subscr() local
|
A D | obj.h | 1013 #define mp_seq_replace_slice_no_grow(dest, dest_len, beg, end, slice, slice_len, item_sz) \ argument 1018 #define mp_seq_replace_slice_grow_inplace(dest, dest_len, beg, end, slice, slice_len, len_adj, item… argument
|
A D | objstr.c | 433 mp_bound_slice_t slice; in bytes_subscr() local
|
/AliOS-Things-master/solutions/javascript_demo/agriculture_demo/ |
A D | modbus.js | 207 return { rtu: Array.prototype.slice.call(new Uint8Array(buffRtu)) } method in rtu
|
/AliOS-Things-master/kernel/rhino/ |
A D | k_mm_debug.c | 206 uint32_t slice = 0; in dump_kmm_mblk_info() local
|
A D | k_task.c | 1070 kstat_t krhino_task_time_slice_set(ktask_t *task, size_t slice) in krhino_task_time_slice_set()
|
/AliOS-Things-master/components/posix/src/ |
A D | pthread.c | 351 unsigned int slice = 0; in pthread_getschedparam() local
|
/AliOS-Things-master/hardware/chip/haas1000/hal/ |
A D | flash.c | 42 int slice = num > offset1 ? (num-offset1) % 8 : 0; in my_memcpy() local
|
/AliOS-Things-master/components/SDL2/src/render/psp/ |
A D | SDL_render_psp.c | 541 const float slice = 64.0f; in PSP_QueueCopy() local
|
/AliOS-Things-master/components/linkkit/dev_model/ |
A D | dm_message.c | 124 int res = 0, start = 0, end = 0, slice = 0; in dm_msg_uri_parse_pkdn() local
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/ |
A D | jquery.js | 20 …[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function…
|