Home
last modified time | relevance | path

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

/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.java98 boolean uncaught) { in setExceptionOnly() argument
101 mod.uncaught = uncaught; in setExceptionOnly()
DEventMod.java83 public boolean uncaught; field in EventMod
115 uncaught = false; in EventMod()
DVmMirror.java1403 commandPacket.setNextValueAsBoolean(event.mods[i].uncaught); in setEvent()
1505 boolean uncaught) { in setException() argument
1508 return setException(typeID, caught, uncaught); in setException()
1523 boolean uncaught) { in setException() argument
1531 mods[0].uncaught = uncaught; in setException()
1553 boolean caught, boolean uncaught, int count) { in setCountableException() argument
1562 mods[0].uncaught = uncaught; in setCountableException()
/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/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.java79 String exceptionClassSignature, boolean caught, boolean uncaught) { in createExceptionEventBuilder() argument
86 builder.setExceptionOnly(exceptionClassID, caught, uncaught); in createExceptionEventBuilder()
/external/v8/src/debug/
Ddebug.js997 function MakeExceptionEvent(break_id, exception, uncaught, promise) { argument
998 return new ExceptionEvent(break_id, exception, uncaught, promise);
1002 function ExceptionEvent(break_id, exception, uncaught, promise) { argument
1005 this.uncaught_ = uncaught;
1020 ExceptionEvent.prototype.uncaught = function() { method in ExceptionEvent
1053 o.body = { uncaught: this.uncaught_, property
Ddebug.cc1688 bool uncaught, in MakeExceptionEvent() argument
1693 isolate_->factory()->ToBoolean(uncaught), in MakeExceptionEvent()
1759 bool uncaught = catch_type == Isolate::NOT_CAUGHT; in OnException() local
1766 uncaught = !isolate_->PromiseHasUserDefinedRejectHandler(jspromise); in OnException()
1769 if (uncaught) { in OnException()
1790 exception, uncaught, promise).ToHandle(&event_data)) { in OnException()
Ddebug.h594 bool uncaught,
/external/v8/src/inspector/
Dv8-debugger.cc605 v8::Local<v8::Value> uncaught = in handleV8DebugEvent() local
607 bool isUncaught = uncaught->BooleanValue(context).FromJust(); in handleV8DebugEvent()
/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/google-breakpad/src/client/ios/
DBreakpad.mm186 // Handle an uncaught NSException.
/external/clang/test/
Dcxx-sections.data370 15.5.3 [except.uncaught]
519 18.8.4 [uncaught]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/googletest/googletest/docs/
DAdvancedGuide.md2051 coverage of a test run. Also, on Windows an uncaught exception will
DV1_6_AdvancedGuide.md2048 coverage of a test run. Also, on Windows an uncaught exception will
DV1_7_AdvancedGuide.md2049 coverage of a test run. Also, on Windows an uncaught exception will
/external/v8/
DChangeLog16978 Get stack trace for uncaught exceptions/promise rejections from the
23663 Added API for capturing stack traces for uncaught exceptions.
25005 incorrectly reported as uncaught.
/external/bison/doc/
Dbison.texi10792 Use @code{%define lex_throws} to specify any uncaught exceptions.
10820 Use @code{%define throws} to specify any uncaught exceptions from parser
Dbison.info10076 Use `%define lex_throws' to specify any uncaught exceptions.
10102 Use `%define throws' to specify any uncaught exceptions from parser
/external/jline/src/src/test/resources/jline/example/
Denglish.gz