/external/v8/src/ |
D | json-stringifier.cc | 100 DCHECK(result == EXCEPTION); in Stringify() 246 return EXCEPTION; in StackPush() 259 return EXCEPTION; in StackPush() 281 return EXCEPTION; in Serialize_() 285 isolate_, object, ApplyToJsonFunction(object, key), EXCEPTION); in Serialize_() 290 EXCEPTION); in Serialize_() 355 isolate_, value, Object::ToString(isolate_, object), EXCEPTION); in SerializeJSValue() 360 EXCEPTION); in SerializeJSValue() 415 return EXCEPTION; in SerializeJSArray() 433 return EXCEPTION; in SerializeJSArray() [all …]
|
/external/ltp/testcases/kdump/lib/ |
D | test.sh | 72 insmod "${lkdtm}"/lkdtm.ko cpoint_name=INT_HARDWARE_ENTRY cpoint_type=EXCEPTION cpoint_count=05 88 insmod "${lkdtm}"/lkdtm.ko cpoint_name=INT_HW_IRQ_EN cpoint_type=EXCEPTION cpoint_count=10 104 insmod "${lkdtm}"/lkdtm.ko cpoint_name=INT_TASKLET_ENTRY cpoint_type=EXCEPTION cpoint_count=10 120 insmod "${lkdtm}"/lkdtm.ko cpoint_name=FS_DEVRW cpoint_type=EXCEPTION cpoint_count=10 136 insmod "${lkdtm}"/lkdtm.ko cpoint_name=MEM_SWAPOUT cpoint_type=EXCEPTION cpoint_count=10 152 insmod "${lkdtm}"/lkdtm.ko cpoint_name=TIMERADD cpoint_type=EXCEPTION cpoint_count=10 168 insmod "${lkdtm}"/lkdtm.ko cpoint_name=SCSI_DISPATCH_CMD cpoint_type=EXCEPTION cpoint_count=10 184 insmod "${lkdtm}"/lkdtm.ko cpoint_name=IDE_CORE_CP cpoint_type=EXCEPTION cpoint_count=10
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AbstractServiceTest.java | 287 service.notifyFailed(EXCEPTION); in testManualServiceFailWhileStarting() 296 service.notifyFailed(EXCEPTION); in testManualServiceFailWhileRunning() 307 service.notifyFailed(EXCEPTION); in testManualServiceFailWhileStopping() 379 service.notifyFailed(EXCEPTION); in testAwaitTerminated_FailedService() 384 assertEquals(EXCEPTION, exception.get().getCause()); in testAwaitTerminated_FailedService() 552 assertEquals(EXCEPTION, service.failureCause()); in testFailingServiceStartAndWait() 553 assertEquals(EXCEPTION, e.getCause()); in testFailingServiceStartAndWait() 571 assertEquals(EXCEPTION, service.failureCause()); in testFailingServiceStopAndWait_stopFailing() 572 assertEquals(EXCEPTION, e.getCause()); in testFailingServiceStopAndWait_stopFailing() 592 assertEquals(EXCEPTION, service.failureCause()); in testFailingServiceStopAndWait_runFailing() [all …]
|
D | AbstractChainedListenableFutureTest.java | 36 protected static final Exception EXCEPTION = new Exception("Test exception"); field in AbstractChainedListenableFutureTest 61 inputFuture.setException(EXCEPTION); in testFutureGetThrowsWrappedException() 62 listener.assertException(EXCEPTION); in testFutureGetThrowsWrappedException()
|
D | FuturesTransformTest.java | 49 throw new UndeclaredThrowableException(EXCEPTION); in apply() 56 listener.assertException(EXCEPTION); in testFutureGetThrowsFunctionException()
|
D | FuturesTransformAsyncFunctionTest.java | 67 default: throw new UndeclaredThrowableException(EXCEPTION); in apply() 75 listener.assertException(EXCEPTION); in testFutureGetThrowsFunctionException()
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
D | TestLogHandlerTest.java | 60 assertSame(EXCEPTION, record.getThrown()); in test() 87 static final Exception EXCEPTION = new Exception(); field in TestLogHandlerTest 94 logger.log(Level.INFO, "message", EXCEPTION); in foo()
|
/external/autotest/server/site_tests/platform_KernelErrorPaths/ |
D | control.EXCEPTION | 5 NAME = "platform_KernelErrorPaths.EXCEPTION" 24 job.run_test("platform_KernelErrorPaths", tag="EXCEPTION", 25 kcrashes="EXCEPTION", host=host)
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | EventWithExceptionTest.java | 83 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, in testBreakpoint_BeforeException() 91 clearEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId, true); in testBreakpoint_BeforeException() 142 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, in testBreakpoint_UponException() 158 waitForEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId); in testBreakpoint_UponException() 232 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, in runSingleStepTest() 249 … ParsedEvent parsedEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId); in runSingleStepTest() 303 waitForEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId); in runFieldWatchpointTest() 363 waitForEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId); in runMethodExitTest()
|
D | SingleStepWithPendingExceptionTest.java | 68 debuggeeWrapper.vmMirror.receiveCertainEvent(JDWPConstants.EventKind.EXCEPTION); in testSingleStepWithPendingException() 72 JDWPConstants.EventKind.EXCEPTION); in testSingleStepWithPendingException() 80 clearEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId, true); in testSingleStepWithPendingException()
|
D | ExceptionBaseTest.java | 49 JDWPConstants.EventKind.EXCEPTION, in receiveAndCheckExceptionEvent() 51 JDWPConstants.EventKind.getName(JDWPConstants.EventKind.EXCEPTION), in receiveAndCheckExceptionEvent() 62 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.EXCEPTION, requestID); in receiveAndCheckExceptionEvent()
|
D | BreakpointOnCatchTest.java | 62 debuggeeWrapper.vmMirror.receiveCertainEvent(JDWPConstants.EventKind.EXCEPTION); in testBreakpointOnCatch() 73 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestID); in testBreakpointOnCatch()
|
D | CombinedExceptionEventsTest.java | 131 JDWPConstants.EventKind.EXCEPTION, eventKind, in runCombinedExceptionEventsTest() 133 JDWPConstants.EventKind.EXCEPTION), in runCombinedExceptionEventsTest()
|
D | ExceptionWithLocationTest.java | 47 runEventWithLocationTest(JDWPConstants.EventKind.EXCEPTION); in testExceptionLocationEvent()
|
/external/v8/testing/gmock/scripts/generator/cpp/ |
D | keywords.py | 46 EXCEPTION = set('try catch throw'.split()) variable 49 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP
|
/external/googletest/googlemock/scripts/generator/cpp/ |
D | keywords.py | 46 EXCEPTION = set('try catch throw'.split()) variable 49 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP
|
/external/google-breakpad/src/testing/scripts/generator/cpp/ |
D | keywords.py | 46 EXCEPTION = set('try catch throw'.split()) variable 49 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | Dbg.stg | 202 "DBG->recognitionException(DBG, EXCEPTION);<\n>" 218 "DBG->recognitionException(DBG, EXCEPTION);" 220 @newNVException.noViableAltException() ::= "DBG->recognitionException(DBG, EXCEPTION);" 226 DBG->recognitionException(DBG, EXCEPTION); 236 // DBG->recognitionException(DBG, EXCEPTION);
|
/external/v8/src/regexp/ |
D | regexp-macro-assembler.cc | 175 return_value = EXCEPTION; in CheckStackGuardState() 184 if (result->IsException(isolate)) return_value = EXCEPTION; in CheckStackGuardState() 290 if (result == EXCEPTION && !isolate->has_pending_exception()) { in Execute()
|
/external/ltp/testcases/kdump/lib/lkdtm/ |
D | lkdtm.c | 86 EXCEPTION, enumerator 262 case EXCEPTION: in lkdtm_handler()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | JDWPConstants.java | 280 public static final byte EXCEPTION = 4; field in JDWPConstants.EventKind 342 case EXCEPTION: in getName()
|
D | ParsedEvent.java | 363 super(suspendPolicy, packet, JDWPConstants.EventKind.EXCEPTION); in Event_EXCEPTION() 696 case JDWPConstants.EventKind.EXCEPTION: { in parseEventPacket()
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | CheckTags.java | 219 static final int EXCEPTION = 12; field in CheckTags 442 case EXCEPTION: in doTags()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Deoptimization/ |
D | DeoptimizationWithExceptionHandlingTest.java | 136 final byte eventKind = JDWPConstants.EventKind.EXCEPTION; in waitForExceptionEvent()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SpoofChecker.java | 1771 private static IOException EXCEPTION = null; field in SpoofChecker.Builder.ConfusabledataBuilder.SpoofData.DefaultData 1779 EXCEPTION = e; 1788 if (DefaultData.EXCEPTION != null) { in getDefault() 1790 … "Could not load default confusables data: " + DefaultData.EXCEPTION.getMessage(), in getDefault()
|