Home
last modified time | relevance | path

Searched refs:throw (Results 1 – 24 of 24) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/basics/
A Dgenerator_throw.py9 g.throw(KeyError)
23 g.throw(ValueError)
38 print(g.throw(GeneratorExit))
43 print(g.throw(GeneratorExit()))
48 print(g.throw(GeneratorExit(), None))
53 print(g.throw(GeneratorExit, GeneratorExit(123)))
A Dgen_yield_from_throw3.py10 def throw(self, x): member in Iter
25 print(g.throw(123))
30 print(g.throw(ZeroDivisionError))
47 g.throw(ValueError)
55 g.throw(123)
A Dgen_yield_from_throw.py14 print(g.throw(ValueError))
23 print(g.throw(ValueError, None))
32 print(g.throw(ValueError, ValueError(123)))
50 print(g.throw(ValueError))
A Dgen_yield_from_throw2.py19 print(g.throw(GeneratorExit))
24 print(g.throw(GeneratorExit()))
A Dgenerator_pep479.py27 g.throw(StopIteration)
38 g.throw(StopIteration)
A Dgenerator_exc.py48 print("out of throw:", g.throw(ValueError))
51 print("out of throw2:", g.throw(ValueError))
A Dgenerator_throw_nested.py29 print(g.throw(ValueError))
/AliOS-Things-master/components/py_engine/tests/import/
A Dimport1b.py4 def throw(): function
A Dtry_module.py12 import1b.throw()
/AliOS-Things-master/components/oss/src/external/json/
A Djson-forwards.h174 # define JSONCPP_NOEXCEPT throw()
180 # define JSONCPP_NOEXCEPT throw()
A Djson.h208 # define JSONCPP_NOEXCEPT throw()
214 # define JSONCPP_NOEXCEPT throw()
/AliOS-Things-master/components/SDL2/src/audio/emscripten/
A DSDL_emscriptenaudio.c42throw 'Web Audio output buffer length mismatch! Destination size: ' + channelData.length + ' sampl… in FeedAudioDevice()
108throw 'Web Audio capture buffer length mismatch! Destination size: ' + channelData.length + ' samp… in HandleCaptureProcess()
/AliOS-Things-master/hardware/chip/rtl872xd/tools/AmebaZ/Image_Tool/
A DChangeLog.txt20 (3) Close COM would throw exception when image download is ongoing. Fix it.
/AliOS-Things-master/hardware/chip/rtl872xd/release/write_flash_gui/
A DChangeLog.txt20 (3) Close COM would throw exception when image download is ongoing. Fix it.
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs-atom.h51 DEF(throw, "throw")
A Dquickjs-opcode.h116 DEF( throw, 1, 1, 0, none)
/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/
A Dcore.py183 t.coro.throw(exc)
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/
A Dax_pthread.m4168 # -Werror. We throw in some extra Clang-specific options to ensure that
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_ImageIO.m349 // just check if we are running on ios 4 or more, else throw exception
/AliOS-Things-master/components/py_engine/engine/tools/
A Duncrustify.cfg597 # Add or remove space between 'throw' and '(' in 'throw (something)'.
600 # Add or remove space between 'throw' and anything other than '(' as in
601 # '@throw [...];'.
1098 # Indentation column for standalone 'throw' qualifier on a function
1575 # Add or remove newline between ')' and 'throw'.
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog873 bb50bf42 pngdec,ReadFunc: throw an error on invalid read
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-manual.txt4315 The motivation behind using setjmp() and longjmp() is the C++ throw and
A DCHANGES5758 handling: an erroneous iCCP chunk would throw a png_error and reject the
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c17678 throw duk_fatal_exception(msg); in duk_default_fatal_handler()
54368 throw duk_internal_exception(); /* dummy */
73294 throw;
84548 throw;

Completed in 342 milliseconds