Home
last modified time | relevance | path

Searched refs:uncaught (Results 1 – 25 of 39) sorted by relevance

12

/external/libcxx/test/support/
Ddebug_mode_helper.h174 assert(false && "uncaught debug exception");
187 assert(false && "uncaught debug exception");
199 assert(false && "uncaught debug exception");
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DEventBuilder.java124 boolean uncaught) { in setExceptionOnly() argument
127 mod.uncaught = uncaught; in setExceptionOnly()
DEventMod.java84 public boolean uncaught; field in EventMod
116 uncaught = false; in EventMod()
DVmMirror.java1201 commandPacket.setNextValueAsBoolean(eventModifier.uncaught); in setEvent()
1333 boolean uncaught) { in setException() argument
1336 return setException(typeID, caught, uncaught); in setException()
1351 boolean uncaught) { in setException() argument
1355 .setExceptionOnly(exceptionID, caught, uncaught) in setException()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedExceptionEventsTest.java174 boolean uncaught) { in requestException() argument
176 + caught + ", uncaught=" + uncaught); in requestException()
178 exceptionClassID, caught, uncaught); in requestException()
/external/oj-libjdwp/src/share/back/
DEventRequestImpl.c136 jboolean uncaught; in readAndSetFilters() local
143 uncaught = inStream_readBoolean(in); in readAndSetFilters()
148 exception, caught, uncaught)); in readAndSetFilters()
DeventFilter.h55 jboolean uncaught);
DeventFilter.c74 jboolean uncaught; member
448 filter->u.ExceptionOnly.uncaught : in eventFilterRestricted_passesFilter()
830 jboolean uncaught) in eventFilter_setExceptionOnlyFilter() argument
850 filter->uncaught = uncaught; in eventFilter_setExceptionOnlyFilter()
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DEventRequestManagerImpl.java392 boolean uncaught = true; field in EventRequestManagerImpl.ExceptionRequestImpl
398 uncaught = notifyUncaught; in ExceptionRequestImpl()
407 create(exc, caught, uncaught)); in ExceptionRequestImpl()
421 return uncaught; in notifyUncaught()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DTestThread.java258 } catch (Throwable uncaught) { in run()
259 this.uncaughtThrowable = uncaught; in run()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
DJDWPEventModifierTestCase.java77 String exceptionClassSignature, boolean caught, boolean uncaught) { in createExceptionEventBuilder() argument
84 caught, uncaught); in createExceptionEventBuilder()
/external/v8/src/debug/
Ddebug.cc1677 bool Debug::IsExceptionBlackboxed(bool uncaught) { in IsExceptionBlackboxed() argument
1684 if (!uncaught || !is_top_frame_blackboxed) return is_top_frame_blackboxed; in IsExceptionBlackboxed()
1707 bool uncaught = catch_type == Isolate::NOT_CAUGHT; in OnException() local
1715 uncaught = !isolate_->PromiseHasUserDefinedRejectHandler(jspromise); in OnException()
1721 if (uncaught) { in OnException()
1733 IsExceptionBlackboxed(uncaught))) { in OnException()
1746 v8::Utils::ToLocal(promise), uncaught); in OnException()
Ddebug.h407 bool IsExceptionBlackboxed(bool uncaught);
/external/python/cpython2/Doc/library/
Dcgitb.rst23 uncaught exception occurs, a detailed, formatted report will be displayed. The
/external/python/cpython3/Doc/library/
Dcgitb.rst24 uncaught exception occurs, a detailed, formatted report will be displayed. The
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b4.rst219 Update difflib.mdiff() for PEP 479. Convert an uncaught StopIteration in a
D3.6.6rc1.rst379 Update difflib.mdiff() for PEP 479. Convert an uncaught StopIteration in a
/external/okhttp/
DCHANGELOG.md272 * Fix: Better handling of uncaught exceptions in MockWebServer with HTTP/2.
459 instead of notifying the thread's uncaught exception handler. We've added a
507 * Fix: Don't drop uncaught exceptions thrown in async calls.
/external/libcxxabi/
DCMakeLists.txt102 # The default terminate handler attempts to demangle uncaught exceptions, which
/external/libese/apps/boot/
DREADME.md260 ISO7816 code from an uncaught exception or OS-level error.
/external/oj-libjdwp/make/data/jdwp/
Djdwp.spec2408 (boolean uncaught "Report uncaught exceptions. "
/external/google-breakpad/src/client/ios/
DBreakpad.mm186 // Handle an uncaught NSException.
/external/v8/src/inspector/
Djs_protocol.pdl368 # Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or
375 uncaught
/external/clang/test/
Dcxx-sections.data370 15.5.3 [except.uncaught]
519 18.8.4 [uncaught]
/external/python/cpython2/Doc/howto/
Dcurses.rst121 raises an uncaught exception. Keys are no longer echoed to the screen when

12