/external/libcxx/test/support/ |
D | debug_mode_helper.h | 174 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/ |
D | EventBuilder.java | 124 boolean uncaught) { in setExceptionOnly() argument 127 mod.uncaught = uncaught; in setExceptionOnly()
|
D | EventMod.java | 84 public boolean uncaught; field in EventMod 116 uncaught = false; in EventMod()
|
D | VmMirror.java | 1201 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/ |
D | CombinedExceptionEventsTest.java | 174 boolean uncaught) { in requestException() argument 176 + caught + ", uncaught=" + uncaught); in requestException() 178 exceptionClassID, caught, uncaught); in requestException()
|
/external/oj-libjdwp/src/share/back/ |
D | EventRequestImpl.c | 136 jboolean uncaught; in readAndSetFilters() local 143 uncaught = inStream_readBoolean(in); in readAndSetFilters() 148 exception, caught, uncaught)); in readAndSetFilters()
|
D | eventFilter.h | 55 jboolean uncaught);
|
D | eventFilter.c | 74 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/ |
D | EventRequestManagerImpl.java | 392 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/ |
D | TestThread.java | 258 } 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/ |
D | JDWPEventModifierTestCase.java | 77 String exceptionClassSignature, boolean caught, boolean uncaught) { in createExceptionEventBuilder() argument 84 caught, uncaught); in createExceptionEventBuilder()
|
/external/v8/src/debug/ |
D | debug.cc | 1677 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()
|
D | debug.h | 407 bool IsExceptionBlackboxed(bool uncaught);
|
/external/python/cpython2/Doc/library/ |
D | cgitb.rst | 23 uncaught exception occurs, a detailed, formatted report will be displayed. The
|
/external/python/cpython3/Doc/library/ |
D | cgitb.rst | 24 uncaught exception occurs, a detailed, formatted report will be displayed. The
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0b4.rst | 219 Update difflib.mdiff() for PEP 479. Convert an uncaught StopIteration in a
|
D | 3.6.6rc1.rst | 379 Update difflib.mdiff() for PEP 479. Convert an uncaught StopIteration in a
|
/external/okhttp/ |
D | CHANGELOG.md | 272 * 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/ |
D | CMakeLists.txt | 102 # The default terminate handler attempts to demangle uncaught exceptions, which
|
/external/libese/apps/boot/ |
D | README.md | 260 ISO7816 code from an uncaught exception or OS-level error.
|
/external/oj-libjdwp/make/data/jdwp/ |
D | jdwp.spec | 2408 (boolean uncaught "Report uncaught exceptions. "
|
/external/google-breakpad/src/client/ios/ |
D | Breakpad.mm | 186 // Handle an uncaught NSException.
|
/external/v8/src/inspector/ |
D | js_protocol.pdl | 368 # Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or 375 uncaught
|
/external/clang/test/ |
D | cxx-sections.data | 370 15.5.3 [except.uncaught] 519 18.8.4 [uncaught]
|
/external/python/cpython2/Doc/howto/ |
D | curses.rst | 121 raises an uncaught exception. Keys are no longer echoed to the screen when
|