Searched refs:PROTOCOL_ERROR (Results 1 - 21 of 21) sorted by relevance

/external/mtpd/
H A Dmtpd.h54 PROTOCOL_ERROR = 3, enumerator in enum:exit_code
H A Dpptp.c192 return -PROTOCOL_ERROR;
198 return -PROTOCOL_ERROR;
H A Dl2tp.c439 return tunnel ? -CHALLENGE_FAILED : -PROTOCOL_ERROR;
457 return -PROTOCOL_ERROR;
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DErrorCode.java9 PROTOCOL_ERROR(1, 1, 1), enum constant in enum:ErrorCode
11 /** A subtype of PROTOCOL_ERROR used by SPDY. */
14 /** A subtype of PROTOCOL_ERROR used by SPDY. */
17 /** A subtype of PROTOCOL_ERROR used by SPDY. */
20 /** A subtype of PROTOCOL_ERROR used by SPDY. */
H A DSpdyConnection.java558 connectionErrorCode = ErrorCode.PROTOCOL_ERROR;
559 streamErrorCode = ErrorCode.PROTOCOL_ERROR;
632 stream.closeLater(ErrorCode.PROTOCOL_ERROR);
767 writeSynResetLater(streamId, ErrorCode.PROTOCOL_ERROR);
H A DSpdyStream.java281 errorCode = ErrorCode.PROTOCOL_ERROR;
/external/chromium_org/remoting/protocol/
H A Dnegotiating_host_authenticator.cc78 rejection_reason_ = PROTOCOL_ERROR;
95 rejection_reason_ = PROTOCOL_ERROR;
120 rejection_reason_ = PROTOCOL_ERROR;
H A Dauthenticator.h72 PROTOCOL_ERROR, enumerator in enum:remoting::protocol::Authenticator::RejectionReason
H A Dthird_party_client_authenticator.cc40 rejection_reason_ = PROTOCOL_ERROR;
H A Dpairing_host_authenticator.cc49 return PROTOCOL_ERROR;
H A Dthird_party_host_authenticator.cc41 rejection_reason_ = PROTOCOL_ERROR;
H A Dv2_authenticator.cc110 rejection_reason_ = PROTOCOL_ERROR;
118 rejection_reason_ = PROTOCOL_ERROR;
129 rejection_reason_ = PROTOCOL_ERROR;
H A Dpairing_authenticator_base.cc51 return PROTOCOL_ERROR;
H A Dnegotiating_client_authenticator.cc62 rejection_reason_ = PROTOCOL_ERROR;
H A Dnegotiating_authenticator_unittest.cc189 VerifyRejected(Authenticator::PROTOCOL_ERROR);
H A Djingle_session.cc63 case Authenticator::PROTOCOL_ERROR:
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
H A DSpdy3Test.java58 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR;
H A DSpdyConnectionTest.java39 import static com.squareup.okhttp.internal.spdy.ErrorCode.PROTOCOL_ERROR;
733 assertEquals(PROTOCOL_ERROR, rstStream.errorCode);
828 peer.sendFrame().goAway(1, PROTOCOL_ERROR, Util.EMPTY_BYTE_ARRAY);
885 connection.shutdown(PROTOCOL_ERROR);
897 assertEquals(PROTOCOL_ERROR, goaway.errorCode);
1048 assertEquals("stream was reset: PROTOCOL_ERROR", expected.getMessage());
1059 assertEquals(PROTOCOL_ERROR, rstStream.errorCode);
1290 assertEquals("stream was reset: PROTOCOL_ERROR", expected.getMessage());
1508 assertEquals(PROTOCOL_ERROR, peer.takeFrame().errorCode);
H A DHttp20Draft09Test.java405 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR;
433 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR;
/external/chromium_org/net/websockets/
H A Dwebsocket_channel_test.cc2660 MASKED, CLOSE_DATA(PROTOCOL_ERROR, "Invalid UTF-8 in Close frame")}};
3040 CLOSE_DATA(PROTOCOL_ERROR, "Invalid UTF-8 in text frame")}};
3061 CLOSE_DATA(PROTOCOL_ERROR, "Invalid UTF-8 in text frame")}};
3090 CLOSE_DATA(PROTOCOL_ERROR, "Invalid UTF-8 in text frame")}};
3123 CLOSE_DATA(PROTOCOL_ERROR, "Invalid UTF-8 in text frame")}};
3144 CLOSE_DATA(PROTOCOL_ERROR, "Invalid UTF-8 in text frame")}};
3303 MASKED, CLOSE_DATA(PROTOCOL_ERROR, "WebSocket Protocol Error")}};
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 965 milliseconds