Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/tests/esp32/
A Dcheck_err_str.py25 exc = "FAILED TO RAISE" variable
30 exc = e variable
36 exc = "FAILED TO RAISE" variable
41 exc = e variable
/AliOS-Things-master/components/py_engine/tests/basics/
A Dop_error_intbig.py3 def test_exc(code, exc): argument
A Dasync_with.py7 async def __aexit__(self, exc_type, exc, tb): argument
A Dasync_with_break.py7 async def __aexit__(self, exc_type, exc, tb): argument
A Dasync_with_return.py7 async def __aexit__(self, exc_type, exc, tb): argument
A Dasync_with2.py25 async def __aexit__(self, exc_type, exc, tb): argument
/AliOS-Things-master/components/py_engine/tests/extmod/
A Duasyncio_task_done.py13 async def task(t, exc=None): argument
/AliOS-Things-master/components/py_engine/engine/py/
A Dparsenum.c39 STATIC NORETURN void raise_exc(mp_obj_t exc, mp_lexer_t *lex) { in raise_exc()
149 mp_obj_t exc = mp_obj_new_exception_msg(&mp_type_ValueError, in mp_parse_num_integer() local
A Dobjexcept.c460 mp_obj_t exc = mp_obj_new_exception_msg_vlist(exc_type, fmt, args); in mp_obj_new_exception_msg_varg() local
555 bool mp_obj_exception_match(mp_obj_t exc, mp_const_obj_t exc_type) { in mp_obj_exception_match()
A Dvm.c284 mp_obj_t exc = inject_exc; in mp_execute_bytecode() local
1240 #define EXC_MATCH(exc, type) mp_obj_exception_match(exc, type) in mp_execute_bytecode() argument
A Dobjgenerator.c287 mp_obj_t exc = args[1]; in gen_instance_throw() local
A Dmodthread.c201 mp_obj_base_t *exc = (mp_obj_base_t *)nlr.ret_val; in thread_entry() local
A Demitinlinextensa.c50 STATIC void emit_inline_xtensa_error_exc(emit_inline_asm_t *emit, mp_obj_t exc) { in emit_inline_xtensa_error_exc()
A Dobj.c124 void mp_obj_print_exception(const mp_print_t *print, mp_obj_t exc) { in mp_obj_print_exception()
A Dparse.c720 mp_obj_t exc = mp_obj_new_exception_msg(&mp_type_SyntaxError, in fold_constants() local
1148 mp_obj_t exc; in mp_parse() local
A Demitinlinethumb.c66 STATIC void emit_inline_thumb_error_exc(emit_inline_asm_t *emit, mp_obj_t exc) { in emit_inline_thumb_error_exc()
A Druntime.c1555 mp_obj_t exc = mp_obj_new_exception_msg_vlist(exc_type, fmt, args); in mp_raise_msg_varg() local
/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/
A Dlock.py52 async def __aexit__(self, exc_type, exc, tb): argument
A Dstream.py19 async def __aexit__(self, exc_type, exc, tb): argument
100 async def __aexit__(self, exc_type, exc, tb): argument
/AliOS-Things-master/components/py_engine/engine/shared/upytesthelper/
A Dupytesthelper.c108 mp_obj_t exc = (mp_obj_t)nlr.ret_val; in upytest_execute_test() local
/AliOS-Things-master/components/py_engine/engine/extmod/
A Duos_dupterm.c40 void mp_uos_deactivate(size_t dupterm_idx, const char *msg, mp_obj_t exc) { in mp_uos_deactivate()
A Dvfs.c539 mp_obj_base_t *exc = nlr.ret_val; in mp_vfs_mount_and_chdir_protected() local
/AliOS-Things-master/components/py_engine/engine/tools/
A Dupip.py187 def fatal(msg, exc=None): argument
/AliOS-Things-master/components/freetype/src/truetype/
A Dttinterp.c8245 TT_RunIns( TT_ExecContext exc ) in TT_RunIns()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp_python_wrap.c892 static long PyNumber_AsSsize_t (PyObject *x, void *SWIGUNUSEDPARM(exc)) in PyNumber_AsSsize_t()

Completed in 97 milliseconds