| /external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/ |
| FrameReader.java | 51 void rstStream(int streamId, io.grpc.okhttp.internal.framed.ErrorCode errorCode); 79 * @param errorCode reason for closing the connection. 82 void goAway(int lastGoodStreamId, io.grpc.okhttp.internal.framed.ErrorCode errorCode, ByteString debugData);
|
| FrameWriter.java | 60 void rstStream(int streamId, ErrorCode errorCode) throws IOException; 97 * @param errorCode reason for closing the connection. 100 void goAway(int lastGoodStreamId, ErrorCode errorCode, byte[] debugData) throws IOException;
|
| /external/lzma/CPP/7zip/Common/ |
| InBuffer.h | 12 CInBufferException(HRESULT errorCode): CSystemException(errorCode) {}
35 HRESULT ErrorCode;
56 ErrorCode = S_OK;
|
| InBuffer.cpp | 46 ErrorCode = S_OK;
54 if (ErrorCode != S_OK)
66 ErrorCode = result;
|
| /external/nos/host/android/hals/keymaster/citadel/ |
| service.cpp | 46 using ErrorCodeNos = ::nugget::app::keymaster::ErrorCode; 47 using ::android::hardware::keymaster::V4_0::ErrorCode;
|
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
| FrameReader.java | 47 void rstStream(int streamId, ErrorCode errorCode); 75 * @param errorCode reason for closing the connection. 78 void goAway(int lastGoodStreamId, ErrorCode errorCode, ByteString debugData);
|
| FrameWriter.java | 56 void rstStream(int streamId, ErrorCode errorCode) throws IOException; 93 * @param errorCode reason for closing the connection. 96 void goAway(int lastGoodStreamId, ErrorCode errorCode, byte[] debugData) throws IOException;
|
| FramedConnection.java | 348 void writeSynResetLater(final int streamId, final ErrorCode errorCode) { 352 writeSynReset(streamId, errorCode); 359 void writeSynReset(int streamId, ErrorCode statusCode) throws IOException { 429 public void shutdown(ErrorCode statusCode) throws IOException { 450 close(ErrorCode.NO_ERROR, ErrorCode.CANCEL); 453 private void close(ErrorCode connectionCode, ErrorCode streamCode) throws IOException { 600 ErrorCode connectionErrorCode = ErrorCode.INTERNAL_ERROR [all...] |
| /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/ |
| BaseTestHandler.java | 37 @Override public void rstStream(int streamId, ErrorCode errorCode) { 53 @Override public void goAway(int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) {
|
| /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/ |
| FrameReader.java | 49 void rstStream(int streamId, ErrorCode errorCode); 77 * @param errorCode reason for closing the connection. 80 void goAway(int lastGoodStreamId, ErrorCode errorCode, ByteString debugData);
|
| FrameWriter.java | 58 void rstStream(int streamId, ErrorCode errorCode) throws IOException; 95 * @param errorCode reason for closing the connection. 98 void goAway(int lastGoodStreamId, ErrorCode errorCode, byte[] debugData) throws IOException;
|
| FramedConnection.java | 350 void writeSynResetLater(final int streamId, final ErrorCode errorCode) { 354 writeSynReset(streamId, errorCode); 361 void writeSynReset(int streamId, ErrorCode statusCode) throws IOException { 431 public void shutdown(ErrorCode statusCode) throws IOException { 452 close(ErrorCode.NO_ERROR, ErrorCode.CANCEL); 455 private void close(ErrorCode connectionCode, ErrorCode streamCode) throws IOException { 605 ErrorCode connectionErrorCode = ErrorCode.INTERNAL_ERROR [all...] |
| FramedStream.java | 76 private ErrorCode errorCode = null; 109 if (errorCode != null) { 141 while (responseHeaders == null && errorCode == null) { 148 throw new IOException("stream was reset: " + errorCode); 155 public synchronized ErrorCode getErrorCode() { 156 return errorCode; 220 public void close(ErrorCode rstStatusCode) throws IOException { 231 public void closeLater(ErrorCode errorCode) { [all...] |
| /external/swiftshader/third_party/subzero/src/ |
| IceTranslator.h | 47 const ErrorCode &getErrorStatus() const { return ErrorStatus; } 73 /// ErrorCode of the translation. 74 ErrorCode ErrorStatus;
|
| /external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/ |
| OkHttpClientTransport.java | 60 import io.grpc.okhttp.internal.framed.ErrorCode; 103 private static final Map<ErrorCode, Status> ERROR_CODE_TO_STATUS = buildErrorCodeToStatusMap(); 107 private static Map<ErrorCode, Status> buildErrorCodeToStatusMap() { 108 Map<ErrorCode, Status> errorToStatus = new EnumMap<ErrorCode, Status>(ErrorCode.class); 109 errorToStatus.put(ErrorCode.NO_ERROR, 111 errorToStatus.put(ErrorCode.PROTOCOL_ERROR, 113 errorToStatus.put(ErrorCode.INTERNAL_ERROR, 115 errorToStatus.put(ErrorCode.FLOW_CONTROL_ERROR [all...] |
| /device/linaro/bootloader/edk2/CryptoPkg/Library/TlsLib/ |
| TlsProcess.c | 90 unsigned long ErrorCode; 140 ErrorCode = ERR_get_error (); 141 if (ErrorCode == 0) { 148 ErrorCode, 149 ERR_GET_LIB (ErrorCode), 150 ERR_GET_FUNC (ErrorCode), 151 ERR_GET_REASON (ErrorCode)
|
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/ |
| InfMisc.py | 137 def ErrorInInf(Message=None, ErrorCode=None, LineInfo=None, RaiseError=True):
138 if ErrorCode == None:
139 ErrorCode = ToolError.FORMAT_INVALID
143 ErrorCode,
|
| /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/ |
| SmmProfileArch.h | 66 @param ErrorCode The Error code of exception.
75 UINTN ErrorCode,
|
| /external/clang/include/clang-c/ |
| CXCompilationDatabase.h | 81 CXCompilationDatabase_Error *ErrorCode);
|
| /external/icu/icu4c/source/tools/ctestfw/unicode/ |
| testlog.h | 16 #include "unicode/errorcode.h" 33 class T_CTEST_EXPORT_API IcuTestErrorCode : public ErrorCode {
|
| /external/tensorflow/tensorflow/core/kernels/ |
| unicode_script_op.cc | 16 #include "unicode/errorcode.h" // TF:icu 37 icu::ErrorCode status;
|
| /external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
| audio_decoder_isac_t.h | 36 int ErrorCode() override;
|
| /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/ |
| OhciSched.h | 50 UINT32 ErrorCode;
112 @Param ErrorCode ErrorCode in OHCI format
114 @retval ErrorCode in EFI format
119 IN UINT32 ErrorCode
166 @Param ErrorCode return the ErrorCode
|
| /external/webrtc/webrtc/test/channel_transport/ |
| udp_transport_impl.h | 129 ErrorCode LastError() const override; 160 ErrorCode BindLocalRTPSocket(); 161 ErrorCode BindLocalRTCPSocket(); 163 ErrorCode BindRTPSendSocket(); 164 ErrorCode BindRTCPSendSocket(); 194 ErrorCode _lastError;
|
| /external/autotest/client/cros/chameleon/ |
| chameleon_stream_server.py | 52 class ErrorCode(object): 180 if error_code != ErrorCode.OK: 204 if error_code != ErrorCode.OK: 220 ErrorCode.OK, length) 316 if error_code != ErrorCode.OK: 490 if frame_info[0] != ErrorCode.OK: 515 while frame_info[0] == ErrorCode.VideoMemoryOverflowDrop: 518 if frame_info[0] != ErrorCode.OK: 583 while error_code == ErrorCode.AudioMemoryOverflowDrop: 587 if error_code != ErrorCode.OK [all...] |