Home
last modified time | relevance | path

Searched defs:n_kw (Results 1 – 25 of 132) sorted by relevance

123456

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjfun.c51 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 Dargcheck.c32 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 Dobjboundmeth.c50 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 Dobjreversed.c40 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 Dobjfilter.c37 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 Dobjzip.c39 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 Dobjmap.c39 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 Dobjgenerator.c53 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 Druntime.h83 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 Dobjtype.c278 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 Dobjobject.c36 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 Dobjenumerate.c42 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 Dmodio.c49 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 Dobjarray.c161 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 Dobjbool.c63 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 Dobjclosure.c39 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 Dmoduhashlib.c84 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 Dmachine_signal.c45 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 Dmachine_pinbase.c48 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 Dmachine_spi.h34 #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 Duvoicesnd.c28 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 Dmpirq.c116 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 Dmachine_wdt.c50 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 Dmachine_wdt.c50 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 Dmachine_rtc.c31 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()

Completed in 42 milliseconds

123456