Home
last modified time | relevance | path

Searched refs:mp_raise_NotImplementedError (Results 1 – 23 of 23) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Druntime.h177 #define mp_raise_NotImplementedError(msg) mp_raise_NotImplementedError_no_msg() macro
184 NORETURN void mp_raise_NotImplementedError(mp_rom_error_text_t msg);
A Dobjarray.c324 mp_raise_NotImplementedError(NULL); in array_binary_op()
356 mp_raise_NotImplementedError(NULL); in array_binary_op()
432mp_raise_NotImplementedError(MP_ERROR_TEXT("only slices with step=1 (aka None) are supported")); in array_subscr()
463mp_raise_NotImplementedError(MP_ERROR_TEXT("array/bytes required on right side")); in array_subscr()
A Dargcheck.c146mp_raise_NotImplementedError(MP_ERROR_TEXT("keyword argument(s) not yet implemented - use normal a… in mp_arg_error_unimpl_kw()
A Dasmthumb.c400 mp_raise_NotImplementedError(MP_ERROR_TEXT("too many locals for native method")); in asm_thumb_mov_local_check()
520 mp_raise_NotImplementedError(MP_ERROR_TEXT("native method too big")); in asm_thumb_b_label()
A Dobjstrunicode.c192mp_raise_NotImplementedError(MP_ERROR_TEXT("only slices with step=1 (aka None) are supported")); in str_subscr()
A Dobjtuple.c192mp_raise_NotImplementedError(MP_ERROR_TEXT("only slices with step=1 (aka None) are supported")); in mp_obj_tuple_subscr()
A Dobjlist.c169 mp_raise_NotImplementedError(NULL); in list_subscr()
209 mp_raise_NotImplementedError(NULL); in list_subscr()
A Ddynruntime.h221 #define mp_raise_NotImplementedError(msg) (mp_raise_msg(&mp_type_NotImplementedError, (msg))) macro
A Dbuiltinimport.c481 mp_raise_NotImplementedError(MP_ERROR_TEXT("relative import")); in mp_builtin___import__()
A Dmodbuiltins.c390 mp_raise_NotImplementedError(MP_ERROR_TEXT("3-arg pow() not supported")); in mp_builtin_pow()
482 mp_raise_NotImplementedError(NULL); in mp_builtin_round()
A Dobjstr.c435mp_raise_NotImplementedError(MP_ERROR_TEXT("only slices with step=1 (aka None) are supported")); in bytes_subscr()
655 mp_raise_NotImplementedError(MP_ERROR_TEXT("rsplit(None,n)")); in str_rsplit()
784 mp_raise_NotImplementedError(MP_ERROR_TEXT("start/end indices")); in str_endswith()
1089 mp_raise_NotImplementedError(MP_ERROR_TEXT("attributes not supported yet")); in mp_obj_str_format_helper()
A Dlexer.c449 mp_raise_NotImplementedError(MP_ERROR_TEXT("unicode name escapes")); in parse_string_literal()
A Demitnative.c871 mp_raise_NotImplementedError(MP_ERROR_TEXT("conversion to object")); in load_reg_stack_imm()
2749 mp_raise_NotImplementedError(MP_ERROR_TEXT("casting")); in emit_native_call_function()
2852 mp_raise_NotImplementedError(MP_ERROR_TEXT("native yield")); in emit_native_yield()
A Dobjtype.c1169 mp_raise_NotImplementedError(MP_ERROR_TEXT("multiple inheritance not supported")); in mp_obj_new_type()
A Druntime.c1568 NORETURN void mp_raise_NotImplementedError(mp_rom_error_text_t msg) { in mp_raise_NotImplementedError() function
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmachine_adc.c119 mp_raise_NotImplementedError(MP_ERROR_TEXT("attenuation not supported")); in madc_atten()
A Dmachine_uart.c258 mp_raise_NotImplementedError(MP_ERROR_TEXT("attenuation not supported")); in machine_uart_any()
265 mp_raise_NotImplementedError(MP_ERROR_TEXT("attenuation not supported")); in machine_uart_sendbreak()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmachine_adc.c119 mp_raise_NotImplementedError(MP_ERROR_TEXT("attenuation not supported")); in madc_atten()
A Dmachine_uart.c258 mp_raise_NotImplementedError(MP_ERROR_TEXT("attenuation not supported")); in machine_uart_any()
265 mp_raise_NotImplementedError(MP_ERROR_TEXT("attenuation not supported")); in machine_uart_sendbreak()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmachine_uart.c261 mp_raise_NotImplementedError(MP_ERROR_TEXT("attenuation not supported")); in machine_uart_any()
269 mp_raise_NotImplementedError(MP_ERROR_TEXT("attenuation not supported")); in machine_uart_sendbreak()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodussl_mbedtls.c273 mp_raise_NotImplementedError(NULL); in mod_ssl_getpeercert()
A Dmodure.c247 mp_raise_NotImplementedError(MP_ERROR_TEXT("splitting with sub-captures")); in re_split()
A Dmodlwip.c1307 mp_raise_NotImplementedError(NULL); in lwip_socket_sendall()

Completed in 42 milliseconds