Home
last modified time | relevance | path

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

123

/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/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dmodernize-use-uncaught-exceptions.rst1 .. title:: clang-tidy - modernize-use-uncaught-exceptions
3 modernize-use-uncaught-exceptions
/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/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/guava/guava-tests/test/com/google/common/util/concurrent/
DTestThread.java258 } catch (Throwable uncaught) { in run()
259 this.uncaughtThrowable = uncaught; in run()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DTestThread.java258 } catch (Throwable uncaught) { in run()
259 this.uncaughtThrowable = uncaught; in run()
/external/kotlinx.coroutines/kotlinx-coroutines-test/
DREADME.md67 5. Report uncaught exceptions as test failures
243 also uses [TestCoroutineExceptionHandler] to convert uncaught exceptions into test failures.
246 uncaught exceptions thrown by coroutines are converted into test failures.
274 Since [TestCoroutineScope] is stateful in order to keep track of executing coroutines and uncaught
315 While providing a [TestCoroutineScope] is slightly preferred due to the improved uncaught exception…
320 The main difference between `TestCoroutineScope` and `TestCoroutineDispatcher` is how uncaught exce…
321 When using `TestCoroutineDispatcher` uncaught exceptions thrown in coroutines will use regular
/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.rst218 Update difflib.mdiff() for :pep:`479`. Convert an uncaught StopIteration in a
D3.8.0a2.rst48 When the main interpreter exits due to an uncaught KeyboardInterrupt, the
D3.8.0b1.rst581 :func:`_thread.start_new_thread` now logs uncaught exception raised by the
731 Add a new :func:`threading.excepthook` function which handles uncaught
733 uncaught :meth:`threading.Thread.run` exceptions are handled.
/external/kotlinx.coroutines/kotlinx-coroutines-core/
DREADME.md26 | [CoroutineExceptionHandler] | Handler for uncaught exception
/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/kotlinx.coroutines/kotlinx-coroutines-core/common/
DREADME.md29 | [CoroutineExceptionHandler] | Handler for uncaught exception
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerFlags.def148 FUZZER_FLAG_INT(handle_winexcept, 1, "If 1, try to intercept uncaught Windows "
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerFlags.def148 FUZZER_FLAG_INT(handle_winexcept, 1, "If 1, try to intercept uncaught Windows "
/external/libcxxabi/
DCMakeLists.txt102 # The default terminate handler attempts to demangle uncaught exceptions, which

123