Home
last modified time | relevance | path

Searched refs:EXCEPTION (Results 1 – 25 of 77) sorted by relevance

1234

/external/v8/src/
Djson-stringifier.cc100 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/
Dtest.sh72 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/
DAbstractServiceTest.java287 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 …]
DAbstractChainedListenableFutureTest.java36 protected static final Exception EXCEPTION = new Exception("Test exception"); field in AbstractChainedListenableFutureTest
61 inputFuture.setException(EXCEPTION); in testFutureGetThrowsWrappedException()
62 listener.assertException(EXCEPTION); in testFutureGetThrowsWrappedException()
DFuturesTransformTest.java49 throw new UndeclaredThrowableException(EXCEPTION); in apply()
56 listener.assertException(EXCEPTION); in testFutureGetThrowsFunctionException()
DFuturesTransformAsyncFunctionTest.java67 default: throw new UndeclaredThrowableException(EXCEPTION); in apply()
75 listener.assertException(EXCEPTION); in testFutureGetThrowsFunctionException()
/external/guava/guava-testlib/test/com/google/common/testing/
DTestLogHandlerTest.java60 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/
Dcontrol.EXCEPTION5 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/
DEventWithExceptionTest.java83 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()
DSingleStepWithPendingExceptionTest.java68 debuggeeWrapper.vmMirror.receiveCertainEvent(JDWPConstants.EventKind.EXCEPTION); in testSingleStepWithPendingException()
72 JDWPConstants.EventKind.EXCEPTION); in testSingleStepWithPendingException()
80 clearEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId, true); in testSingleStepWithPendingException()
DExceptionBaseTest.java49 JDWPConstants.EventKind.EXCEPTION, in receiveAndCheckExceptionEvent()
51 JDWPConstants.EventKind.getName(JDWPConstants.EventKind.EXCEPTION), in receiveAndCheckExceptionEvent()
62 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.EXCEPTION, requestID); in receiveAndCheckExceptionEvent()
DBreakpointOnCatchTest.java62 debuggeeWrapper.vmMirror.receiveCertainEvent(JDWPConstants.EventKind.EXCEPTION); in testBreakpointOnCatch()
73 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestID); in testBreakpointOnCatch()
DCombinedExceptionEventsTest.java131 JDWPConstants.EventKind.EXCEPTION, eventKind, in runCombinedExceptionEventsTest()
133 JDWPConstants.EventKind.EXCEPTION), in runCombinedExceptionEventsTest()
DExceptionWithLocationTest.java47 runEventWithLocationTest(JDWPConstants.EventKind.EXCEPTION); in testExceptionLocationEvent()
/external/v8/testing/gmock/scripts/generator/cpp/
Dkeywords.py46 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/
Dkeywords.py46 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/
Dkeywords.py46 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/
DDbg.stg202 "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/
Dregexp-macro-assembler.cc175 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/
Dlkdtm.c86 EXCEPTION, enumerator
262 case EXCEPTION: in lkdtm_handler()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPConstants.java280 public static final byte EXCEPTION = 4; field in JDWPConstants.EventKind
342 case EXCEPTION: in getName()
DParsedEvent.java363 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/
DCheckTags.java219 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/
DDeoptimizationWithExceptionHandlingTest.java136 final byte eventKind = JDWPConstants.EventKind.EXCEPTION; in waitForExceptionEvent()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java1771 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()

1234