/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/compatibility/ |
A D | devicedb-sample.json | 5 "items": [ array 28 "items": [ array 34 "items": [ array 40 "items": [ array 60 "items": [ array 84 "items": [ array 90 "items": [ array 96 "items": [ array 119 "items": [ array 125 "items": [ array [all …]
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | objarray.h | 49 void *items; member 53 …bj_memoryview_init(mp_obj_array_t *self, size_t typecode, size_t offset, size_t len, void *items) { in mp_obj_memoryview_init()
|
A D | objtuple.h | 34 mp_obj_t items[]; member 40 mp_rom_obj_t items[]; member
|
A D | sequence.c | 38 void mp_seq_multiply(const void *items, size_t item_sz, size_t len, size_t times, void *dest) { in mp_seq_multiply() 185 mp_obj_t mp_seq_index_obj(const mp_obj_t *items, size_t len, size_t n_args, const mp_obj_t *args) { in mp_seq_index_obj() 208 mp_obj_t mp_seq_count_obj(const mp_obj_t *items, size_t len, mp_obj_t value) { in mp_seq_count_obj()
|
A D | objlist.h | 35 mp_obj_t *items; member
|
A D | objtuple.c | 89 mp_obj_t *items = m_new(mp_obj_t, alloc); in mp_obj_tuple_make_new() local 242 mp_obj_t mp_obj_new_tuple(size_t n, const mp_obj_t *items) { in mp_obj_new_tuple() 257 void mp_obj_tuple_get(mp_obj_t self_in, size_t *len, mp_obj_t **items) { in mp_obj_tuple_get()
|
A D | objattrtuple.c | 73 mp_obj_t mp_obj_new_attrtuple(const qstr *fields, size_t n, const mp_obj_t *items) { in mp_obj_new_attrtuple()
|
A D | objenumerate.c | 87 mp_obj_t items[] = {MP_OBJ_NEW_SMALL_INT(self->cur++), next}; in enumerate_iternext() local
|
A D | objarray.c | 202 mp_obj_t mp_obj_new_memoryview(byte typecode, size_t nitems, void *items) { in mp_obj_new_memoryview() 634 mp_obj_t mp_obj_new_bytearray(size_t n, void *items) { in mp_obj_new_bytearray() 641 mp_obj_t mp_obj_new_bytearray_by_ref(size_t n, void *items) { in mp_obj_new_bytearray_by_ref()
|
A D | builtinhelp.c | 100 mp_obj_t *items; in mp_help_print_modules() local
|
A D | dynruntime.h | 111 #define mp_obj_new_tuple(n, items) (mp_fun_table.new_tuple((n), (items))) argument 112 #define mp_obj_new_list(n, items) (mp_fun_table.new_list((n), (items))) argument 125 #define mp_obj_get_array(o, len, items) (mp_obj_get_array_dyn((o), (len), (items))) argument 261 static inline void mp_obj_get_array_dyn(mp_obj_t o, size_t *len, mp_obj_t **items) { in mp_obj_get_array_dyn()
|
A D | objdeque.c | 40 mp_obj_t *items; member
|
A D | obj.c | 414 void mp_obj_get_array(mp_obj_t o, size_t *len, mp_obj_t **items) { in mp_obj_get_array() 430 void mp_obj_get_array_fixed_n(mp_obj_t o, size_t len, mp_obj_t **items) { in mp_obj_get_array_fixed_n()
|
A D | nativeglue.c | 118 mp_obj_t mp_obj_new_set(size_t n_args, mp_obj_t *items) { in mp_obj_new_set()
|
/AliOS-Things-master/components/freetype/src/gzip/ |
A D | zutil.c | 83 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 142 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 164 voidpf zcalloc (opaque, items, size) in zcalloc() argument
|
/AliOS-Things-master/components/oss/src/model/ |
A D | SetBucketCorsRequest.cc | 76 static int CountOfAsterisk(const CORSAllowedList &items) in CountOfAsterisk() 85 static bool InAllowedMethods(const CORSAllowedList &items) in InAllowedMethods()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | zutil.c | 218 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 281 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() 306 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | zutil.c | 216 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 275 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() 300 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument
|
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | class_contains.py | 13 def __init__(self, items): argument
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream2/ |
A D | zstream.h | 115 inline int read(izstream& zs, T* x, Items items) { in read() 264 inline int write(ozstream& zs, const T* x, Items items) { in write()
|
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/ |
A D | app.json | 15 "items": [ array
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | machine_rtc.c | 63 mp_obj_t *items = NULL; in machine_rtc_datetime_helper() local
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | machine_rtc.c | 91 mp_obj_t *items = NULL; in machine_rtc_datetime_helper() local
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | machine_rtc.c | 91 mp_obj_t *items = NULL; in machine_rtc_datetime_helper() local
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ocr/include/alibabacloud/ocr/model/ |
A D | RecognizeTaxiInvoiceResult.h | 69 std::vector<Invoice::Item> items; member
|