Home
last modified time | relevance | path

Searched refs:ErrorCode (Results 1 – 25 of 98) sorted by relevance

1234

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DErrorCode.java19 public enum ErrorCode { enum
65 private ErrorCode(int httpCode, int spdyRstCode, int spdyGoAwayCode) { in ErrorCode() method in ErrorCode
71 public static ErrorCode fromSpdy3Rst(int code) { in fromSpdy3Rst()
72 for (ErrorCode errorCode : ErrorCode.values()) { in fromSpdy3Rst()
78 public static ErrorCode fromHttp2(int code) { in fromHttp2()
79 for (ErrorCode errorCode : ErrorCode.values()) { in fromHttp2()
85 public static ErrorCode fromSpdyGoAway(int code) { in fromSpdyGoAway()
86 for (ErrorCode errorCode : ErrorCode.values()) { in fromSpdyGoAway()
DFramedConnection.java344 void writeSynResetLater(final int streamId, final ErrorCode errorCode) { in writeSynResetLater()
355 void writeSynReset(int streamId, ErrorCode statusCode) throws IOException { in writeSynReset()
425 public void shutdown(ErrorCode statusCode) throws IOException { in shutdown()
446 close(ErrorCode.NO_ERROR, ErrorCode.CANCEL); in close()
449 private void close(ErrorCode connectionCode, ErrorCode streamCode) throws IOException { in close()
572 ErrorCode connectionErrorCode = ErrorCode.INTERNAL_ERROR; in execute()
573 ErrorCode streamErrorCode = ErrorCode.INTERNAL_ERROR; in execute()
581 connectionErrorCode = ErrorCode.NO_ERROR; in execute()
582 streamErrorCode = ErrorCode.CANCEL; in execute()
584 connectionErrorCode = ErrorCode.PROTOCOL_ERROR; in execute()
[all …]
DFramedStream.java74 private ErrorCode errorCode = null;
153 public synchronized ErrorCode getErrorCode() { in getErrorCode()
218 public void close(ErrorCode rstStatusCode) throws IOException { in close()
229 public void closeLater(ErrorCode errorCode) { in closeLater()
237 private boolean closeInternal(ErrorCode errorCode) { in closeInternal()
255 ErrorCode errorCode = null; in receiveHeaders()
260 errorCode = ErrorCode.PROTOCOL_ERROR; in receiveHeaders()
268 errorCode = ErrorCode.STREAM_IN_USE; in receiveHeaders()
302 synchronized void receiveRstStream(ErrorCode errorCode) { in receiveRstStream()
398 closeLater(ErrorCode.FLOW_CONTROL_ERROR); in receive()
[all …]
DPushObserver.java74 void onReset(int streamId, ErrorCode errorCode); in onReset()
92 @Override public void onReset(int streamId, ErrorCode errorCode) {
DFrameWriter.java56 void rstStream(int streamId, ErrorCode errorCode) throws IOException; in rstStream()
96 void goAway(int lastGoodStreamId, ErrorCode errorCode, byte[] debugData) throws IOException; in goAway()
DFrameReader.java47 void rstStream(int streamId, ErrorCode errorCode); in rstStream()
78 void goAway(int lastGoodStreamId, ErrorCode errorCode, ByteString debugData); in goAway()
/external/avahi/avahi-sharp/
DClientException.cs26 public enum ErrorCode { enum
84 private ErrorCode code;
86 public ErrorCode ErrorCode property in Avahi.ErrorCodeArgs
91 public ErrorCodeArgs (ErrorCode code) in ErrorCodeArgs()
99 private ErrorCode code;
102 private static extern IntPtr avahi_strerror (ErrorCode code); in avahi_strerror()
104 public ErrorCode ErrorCode property in Avahi.ClientException
109 internal ClientException (int code) : this ((ErrorCode) code) { in ClientException()
112 internal ClientException (ErrorCode code) : base (GetErrorString (code)) in ClientException()
117 private static string GetErrorString (ErrorCode code) in GetErrorString()
DClient.cs53 private ErrorCode error;
60 public ErrorCode Error
65 public ClientStateArgs (ClientState state, ErrorCode error) in ClientStateArgs()
248 internal ErrorCode LastError
252 return (ErrorCode) avahi_client_errno (handle);
353 ErrorCode error = LastError; in ThrowError()
355 if (error != ErrorCode.Ok) in ThrowError()
/external/icu/icu4c/source/common/
Derrorcode.cpp22 ErrorCode::~ErrorCode() {} in ~ErrorCode()
24 UErrorCode ErrorCode::reset() { in reset()
30 void ErrorCode::assertSuccess() const { in assertSuccess()
36 const char* ErrorCode::errorName() const { in errorName()
/external/lzma/CPP/7zip/Common/
DOutBuffer.cpp36 ErrorCode = S_OK; in Init()
55 result = ErrorCode; in FlushPart()
65 && (ErrorCode == S_OK) in FlushPart()
89 if (ErrorCode != S_OK) in Flush()
90 return ErrorCode; in Flush()
106 ErrorCode = result; in FlushWithCheck()
DInBuffer.cpp46 ErrorCode = S_OK; in Init()
54 if (ErrorCode != S_OK) in ReadBlock()
66 ErrorCode = result; in ReadBlock()
/external/icu/icu4c/source/common/unicode/
Derrorcode.h79 class U_COMMON_API ErrorCode: public UMemory {
85 ErrorCode() : errorCode(U_ZERO_ERROR) {} in ErrorCode() function
87 virtual ~ErrorCode();
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DSpdy3Test.java58 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; in goAwayRoundTrip()
78 int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) { in goAwayRoundTrip()
95 private Buffer sendGoAway(int lastGoodStreamId, ErrorCode errorCode, byte[] debugData) in sendGoAway()
/external/skia/include/xml/
DSkXMLParser.h22 enum ErrorCode { enum
34 ErrorCode getErrorCode() const { return fCode; } in getErrorCode()
41 void setCode(ErrorCode code) { fCode = code; } in setCode()
46 ErrorCode fCode;
/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_impl.h129 ErrorCode LastError() const override;
160 ErrorCode BindLocalRTPSocket();
161 ErrorCode BindLocalRTCPSocket();
163 ErrorCode BindRTPSendSocket();
164 ErrorCode BindRTCPSendSocket();
194 ErrorCode _lastError;
/external/lzma/CPP/7zip/UI/Console/
DMainAr.cpp73 if (systemError.ErrorCode == E_OUTOFMEMORY) in main()
78 if (systemError.ErrorCode == E_ABORT) in main()
84 NError::MyFormatMessage(systemError.ErrorCode) << endl; in main()
/external/skia/src/animator/
DSkDisplayXMLParser.h23 enum ErrorCode { enum
55 void setCode(ErrorCode code) { INHERITED::setCode((INHERITED::ErrorCode) code); } in setCode()
/external/lzma/CPP/Common/
DMyException.h10 HRESULT ErrorCode; member
11 CSystemException(HRESULT errorCode): ErrorCode(errorCode) {} in CSystemException()
/external/clang/include/clang/Serialization/
DGlobalModuleIndex.h130 enum ErrorCode { enum
149 static std::pair<GlobalModuleIndex *, ErrorCode>
201 static ErrorCode writeIndex(FileManager &FileMgr,
/external/libchrome/sandbox/linux/bpf_dsl/
Derrorcode.h16 class SANDBOX_EXPORT ErrorCode {
31 DISALLOW_IMPLICIT_CONSTRUCTORS(ErrorCode);
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
Dmock_external_decoder_pcm16b.h64 ON_CALL(*this, ErrorCode()) in MockExternalPcm16B()
65 .WillByDefault(Invoke(&real_, &ExternalPcm16B::ErrorCode)); in MockExternalPcm16B()
85 MOCK_METHOD0(ErrorCode,
/external/v8/src/wasm/
Dwasm-result.h20 enum ErrorCode { enum
46 ErrorCode error_code;
88 std::ostream& operator<<(std::ostream& os, const ErrorCode& error_code);
/external/llvm/unittests/Support/
DConvertUTFTest.cpp84 ConversionResult ErrorCode; member
87 ConvertUTFResultContainer(ConversionResult ErrorCode) in ConvertUTFResultContainer()
88 : ErrorCode(ErrorCode) {} in ConvertUTFResultContainer()
124 auto ErrorCode = in ConvertUTF8ToUnicodeScalarsLenient() local
130 return std::make_pair(ErrorCode, Decoded); in ConvertUTF8ToUnicodeScalarsLenient()
141 auto ErrorCode = ConvertUTF8toUTF32Partial( in ConvertUTF8ToUnicodeScalarsPartialLenient() local
147 return std::make_pair(ErrorCode, Decoded); in ConvertUTF8ToUnicodeScalarsPartialLenient()
153 ConversionResult ErrorCode; in CheckConvertUTF8ToUnicodeScalars() local
156 std::tie(ErrorCode, Decoded) = ConvertUTF8ToUnicodeScalarsLenient(S); in CheckConvertUTF8ToUnicodeScalars()
158 std::tie(ErrorCode, Decoded) = ConvertUTF8ToUnicodeScalarsPartialLenient(S); in CheckConvertUTF8ToUnicodeScalars()
[all …]
/external/giflib/
Dgif_err.c16 GifErrorString(int ErrorCode) in GifErrorString() argument
20 switch (ErrorCode) { in GifErrorString()
/external/clang/tools/libclang/
DCXCompilationDatabase.cpp14 CXCompilationDatabase_Error *ErrorCode) in clang_CompilationDatabase_fromDirectory() argument
27 if (ErrorCode) in clang_CompilationDatabase_fromDirectory()
28 *ErrorCode = Err; in clang_CompilationDatabase_fromDirectory()

1234