/AliOS-Things-master/components/py_engine/tests/esp32/ |
A D | check_err_str.py | 25 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 D | op_error_intbig.py | 3 def test_exc(code, exc): argument
|
A D | async_with.py | 7 async def __aexit__(self, exc_type, exc, tb): argument
|
A D | async_with_break.py | 7 async def __aexit__(self, exc_type, exc, tb): argument
|
A D | async_with_return.py | 7 async def __aexit__(self, exc_type, exc, tb): argument
|
A D | async_with2.py | 25 async def __aexit__(self, exc_type, exc, tb): argument
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | uasyncio_task_done.py | 13 async def task(t, exc=None): argument
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | parsenum.c | 39 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 D | objexcept.c | 460 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 D | vm.c | 284 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 D | objgenerator.c | 287 mp_obj_t exc = args[1]; in gen_instance_throw() local
|
A D | modthread.c | 201 mp_obj_base_t *exc = (mp_obj_base_t *)nlr.ret_val; in thread_entry() local
|
A D | emitinlinextensa.c | 50 STATIC void emit_inline_xtensa_error_exc(emit_inline_asm_t *emit, mp_obj_t exc) { in emit_inline_xtensa_error_exc()
|
A D | obj.c | 124 void mp_obj_print_exception(const mp_print_t *print, mp_obj_t exc) { in mp_obj_print_exception()
|
A D | parse.c | 720 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 D | emitinlinethumb.c | 66 STATIC void emit_inline_thumb_error_exc(emit_inline_asm_t *emit, mp_obj_t exc) { in emit_inline_thumb_error_exc()
|
A D | runtime.c | 1555 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 D | lock.py | 52 async def __aexit__(self, exc_type, exc, tb): argument
|
A D | stream.py | 19 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 D | upytesthelper.c | 108 mp_obj_t exc = (mp_obj_t)nlr.ret_val; in upytest_execute_test() local
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | uos_dupterm.c | 40 void mp_uos_deactivate(size_t dupterm_idx, const char *msg, mp_obj_t exc) { in mp_uos_deactivate()
|
A D | vfs.c | 539 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 D | upip.py | 187 def fatal(msg, exc=None): argument
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttinterp.c | 8245 TT_RunIns( TT_ExecContext exc ) in TT_RunIns()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/ |
A D | libwebp_python_wrap.c | 892 static long PyNumber_AsSsize_t (PyObject *x, void *SWIGUNUSEDPARM(exc)) in PyNumber_AsSsize_t()
|