/AliOS-Things-master/components/py_engine/engine/py/ |
A D | objfun.c | 51 STATIC mp_obj_t fun_builtin_0_call(mp_obj_t self_in, size_t n_args, size_t n_kw, const mp_obj_t *ar… in fun_builtin_0_call() 67 STATIC mp_obj_t fun_builtin_1_call(mp_obj_t self_in, size_t n_args, size_t n_kw, const mp_obj_t *ar… in fun_builtin_1_call() 82 STATIC mp_obj_t fun_builtin_2_call(mp_obj_t self_in, size_t n_args, size_t n_kw, const mp_obj_t *ar… in fun_builtin_2_call() 97 STATIC mp_obj_t fun_builtin_3_call(mp_obj_t self_in, size_t n_args, size_t n_kw, const mp_obj_t *ar… in fun_builtin_3_call() 112 STATIC mp_obj_t fun_builtin_var_call(mp_obj_t self_in, size_t n_args, size_t n_kw, const mp_obj_t *… in fun_builtin_var_call() 210 #define INIT_CODESTATE(code_state, _fun_bc, _n_state, n_args, n_kw, args) \ argument 218 mp_code_state_t *mp_obj_fun_bc_prepare_codestate(mp_obj_t self_in, size_t n_args, size_t n_kw, cons… in mp_obj_fun_bc_prepare_codestate() 249 STATIC mp_obj_t fun_bc_call(mp_obj_t self_in, size_t n_args, size_t n_kw, const mp_obj_t *args) { in fun_bc_call() 411 STATIC mp_obj_t fun_native_call(mp_obj_t self_in, size_t n_args, size_t n_kw, const mp_obj_t *args)… in fun_native_call() 496 STATIC mp_obj_t fun_asm_call(mp_obj_t self_in, size_t n_args, size_t n_kw, const mp_obj_t *args) { in fun_asm_call()
|
A D | argcheck.c | 32 void mp_arg_check_num_sig(size_t n_args, size_t n_kw, uint32_t sig) { in mp_arg_check_num_sig() 134 void mp_arg_parse_all_kw_array(size_t n_pos, size_t n_kw, const mp_obj_t *args, size_t n_allowed, c… in mp_arg_parse_all_kw_array()
|
A D | objboundmeth.c | 50 mp_obj_t mp_call_method_self_n_kw(mp_obj_t meth, mp_obj_t self, size_t n_args, size_t n_kw, const m… in mp_call_method_self_n_kw() 81 STATIC mp_obj_t bound_meth_call(mp_obj_t self_in, size_t n_args, size_t n_kw, const mp_obj_t *args)… in bound_meth_call()
|
A D | objreversed.c | 40 STATIC mp_obj_t reversed_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const mp_o… in reversed_make_new()
|
A D | objfilter.c | 37 STATIC mp_obj_t filter_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const mp_obj… in filter_make_new()
|
A D | objzip.c | 39 STATIC mp_obj_t zip_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const mp_obj_t … in zip_make_new()
|
A D | objmap.c | 39 STATIC mp_obj_t map_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const mp_obj_t … in map_make_new()
|
A D | objgenerator.c | 53 STATIC mp_obj_t gen_wrap_call(mp_obj_t self_in, size_t n_args, size_t n_kw, const mp_obj_t *args) { in gen_wrap_call() 90 STATIC mp_obj_t native_gen_wrap_call(mp_obj_t self_in, size_t n_args, size_t n_kw, const mp_obj_t *… in native_gen_wrap_call()
|
A D | runtime.h | 83 static inline void mp_arg_check_num(size_t n_args, size_t n_kw, size_t n_args_min, size_t n_args_ma… in mp_arg_check_num() 129 size_t n_args, n_kw, n_alloc; member
|
A D | objtype.c | 278 mp_obj_t mp_obj_instance_make_new(const mp_obj_type_t *self, size_t n_args, size_t n_kw, const mp_o… in mp_obj_instance_make_new() 859 mp_obj_t mp_obj_instance_call(mp_obj_t self_in, size_t n_args, size_t n_kw, const mp_obj_t *args) { in mp_obj_instance_call() 962 STATIC mp_obj_t type_make_new(const mp_obj_type_t *type_in, size_t n_args, size_t n_kw, const mp_ob… in type_make_new() 982 STATIC mp_obj_t type_call(mp_obj_t self_in, size_t n_args, size_t n_kw, const mp_obj_t *args) { in type_call() 1231 STATIC mp_obj_t super_make_new(const mp_obj_type_t *type_in, size_t n_args, size_t n_kw, const mp_o… in super_make_new() 1422 STATIC mp_obj_t static_class_method_make_new(const mp_obj_type_t *self, size_t n_args, size_t n_kw,… in static_class_method_make_new()
|
A D | objobject.c | 36 STATIC mp_obj_t object_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const mp_obj… in object_make_new()
|
A D | objenumerate.c | 42 STATIC mp_obj_t enumerate_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const mp_… in enumerate_make_new()
|
A D | modio.c | 49 STATIC mp_obj_t iobase_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const mp_obj… in iobase_make_new() 121 STATIC mp_obj_t bufwriter_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const mp_… in bufwriter_make_new()
|
A D | objarray.c | 161 STATIC mp_obj_t array_make_new(const mp_obj_type_t *type_in, size_t n_args, size_t n_kw, const mp_o… in array_make_new() 179 STATIC mp_obj_t bytearray_make_new(const mp_obj_type_t *type_in, size_t n_args, size_t n_kw, const … in bytearray_make_new() 208 STATIC mp_obj_t memoryview_make_new(const mp_obj_type_t *type_in, size_t n_args, size_t n_kw, const… in memoryview_make_new()
|
A D | objbool.c | 63 STATIC mp_obj_t bool_make_new(const mp_obj_type_t *type_in, size_t n_args, size_t n_kw, const mp_ob… in bool_make_new()
|
A D | objclosure.c | 39 STATIC mp_obj_t closure_call(mp_obj_t self_in, size_t n_args, size_t n_kw, const mp_obj_t *args) { in closure_call()
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | moduhashlib.c | 84 STATIC mp_obj_t uhashlib_sha256_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, con… in uhashlib_sha256_make_new() 120 STATIC mp_obj_t uhashlib_sha256_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, con… in uhashlib_sha256_make_new() 174 STATIC mp_obj_t uhashlib_sha1_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const… in uhashlib_sha1_make_new() 214 STATIC mp_obj_t uhashlib_sha1_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const… in uhashlib_sha1_make_new() 269 STATIC mp_obj_t uhashlib_md5_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const … in uhashlib_md5_make_new() 309 STATIC mp_obj_t uhashlib_md5_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const … in uhashlib_md5_make_new()
|
A D | machine_signal.c | 45 STATIC mp_obj_t signal_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const mp_obj… in signal_make_new() 135 STATIC mp_obj_t signal_call(mp_obj_t self_in, size_t n_args, size_t n_kw, const mp_obj_t *args) { in signal_call()
|
A D | machine_pinbase.c | 48 STATIC mp_obj_t pinbase_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const mp_ob… in pinbase_make_new()
|
A D | machine_spi.h | 34 #define MP_MACHINE_SPI_CHECK_FOR_LEGACY_SOFTSPI_CONSTRUCTION(n_args, n_kw, all_args) \ argument
|
/AliOS-Things-master/components/py_engine/modules/audio/ |
A D | uvoicesnd.c | 28 STATIC mp_obj_t uvoice_snd_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const mp_obj_… in uvoice_snd_new()
|
/AliOS-Things-master/components/py_engine/engine/shared/runtime/ |
A D | mpirq.c | 116 STATIC mp_obj_t mp_irq_call(mp_obj_t self_in, size_t n_args, size_t n_kw, const mp_obj_t *args) { in mp_irq_call()
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | machine_wdt.c | 50 STATIC mp_obj_t machine_wdt_make_new(const mp_obj_type_t *type_in, size_t n_args, size_t n_kw, cons… in machine_wdt_make_new()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | machine_wdt.c | 50 STATIC mp_obj_t machine_wdt_make_new(const mp_obj_type_t *type_in, size_t n_args, size_t n_kw, cons… in machine_wdt_make_new()
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | machine_rtc.c | 31 STATIC mp_obj_t machine_rtc_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const m… in machine_rtc_make_new()
|