/external/v8/src/ |
D | json-stringifier.cc | 30 enum Result { UNCHANGED, SUCCESS, EXCEPTION }; enumerator 214 DCHECK(result == EXCEPTION); in Stringify() 364 return EXCEPTION; in StackPush() 377 return EXCEPTION; in StackPush() 399 return EXCEPTION; in Serialize_() 403 isolate_, object, ApplyToJsonFunction(object, key), EXCEPTION); in Serialize_() 408 EXCEPTION); in Serialize_() 424 return EXCEPTION; in Serialize_() 476 isolate_, value, Object::ToString(isolate_, object), EXCEPTION); in SerializeJSValue() 481 isolate_, value, Object::ToNumber(isolate_, object), EXCEPTION); in SerializeJSValue() [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/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 | 48 runEventWithLocationTest(JDWPConstants.EventKind.EXCEPTION); in testExceptionLocationEvent()
|
/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/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/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 | 182 return_value = js_has_overflowed ? EXCEPTION : RETRY; in CheckStackGuardState() 185 return_value = EXCEPTION; in CheckStackGuardState() 188 if (result->IsException(isolate)) return_value = EXCEPTION; in CheckStackGuardState() 300 if (result == EXCEPTION && !isolate->has_pending_exception()) { in Execute()
|
/external/curl/tests/ |
D | dictserver.py | 137 EXCEPTION = 2 variable in ScriptRC 156 rc = ScriptRC.EXCEPTION
|
D | negtelnetserver.py | 318 EXCEPTION = 2 variable in ScriptRC 337 rc = ScriptRC.EXCEPTION
|
D | smbserver.py | 303 EXCEPTION = 2 variable in ScriptRC 374 rc = ScriptRC.EXCEPTION
|
/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()
|