Home
last modified time | relevance | path

Searched refs:SetException (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DAsyncCallBase.cs275 origTcs.SetException(GetRpcExceptionClientOnly()); in HandleSendFinished()
279 origTcs.SetException (new IOException("Error sending from server.")); in HandleSendFinished()
308 … sendStatusFromServerTcs.SetException(new IOException("Error sending status from server.")); in HandleSendStatusFromServerFinished()
362 …origTcs.SetException(new IOException("Failed to deserialize request message.", deserializeExceptio… in HandleReadFinished()
DAsyncCall.cs441 … tcs.SetException(new RpcException(finishedStatus.Value.Status, finishedStatus.Value.Trailers)); in CheckSendAllowedOrEarlyResult()
578 delayedStreamingWriteTcs.SetException(GetRpcExceptionClientOnly()); in HandleUnaryResponse()
584 unaryResponseTcs.SetException(new RpcException(status, receivedStatus.Trailers)); in HandleUnaryResponse()
622 delayedStreamingWriteTcs.SetException(GetRpcExceptionClientOnly()); in HandleFinished()
628 … streamingResponseCallFinishedTcs.SetException(new RpcException(status, receivedStatus.Trailers)); in HandleFinished()
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c258 static void SetException(DWORD code, EXCEPTION_RECORD *pr) in SetException() function
853 SetException(dwExceptionCode, &record); in _call_function_pointer()
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c261 static void SetException(DWORD code, EXCEPTION_RECORD *pr) in SetException() function
869 SetException(dwExceptionCode, &record); in _call_function_pointer()
/external/v8/src/
Dframes.h1195 void SetException(Object* exception);
Dframes.cc1247 void JavaScriptBuiltinContinuationWithCatchFrame::SetException( in SetException() function in v8::internal::JavaScriptBuiltinContinuationWithCatchFrame
Disolate.cc1450 js_frame->SetException(exception); in Throw()