Home
last modified time | relevance | path

Searched refs:errorCodeInt (Results 1 – 4 of 4) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DSpdy3.java217 int errorCodeInt = source.readInt(); in readRstStream() local
218 ErrorCode errorCode = ErrorCode.fromSpdy3Rst(errorCodeInt); in readRstStream()
220 throw ioException("TYPE_RST_STREAM unexpected error code: %d", errorCodeInt); in readRstStream()
252 int errorCodeInt = source.readInt(); in readGoAway() local
253 ErrorCode errorCode = ErrorCode.fromSpdyGoAway(errorCodeInt); in readGoAway()
255 throw ioException("TYPE_GOAWAY unexpected error code: %d", errorCodeInt); in readGoAway()
DHttp2.java251 int errorCodeInt = source.readInt(); in readRstStream() local
252 ErrorCode errorCode = ErrorCode.fromHttp2(errorCodeInt); in readRstStream()
254 throw ioException("TYPE_RST_STREAM unexpected error code: %d", errorCodeInt); in readRstStream()
337 int errorCodeInt = source.readInt(); in readGoAway() local
339 ErrorCode errorCode = ErrorCode.fromHttp2(errorCodeInt); in readGoAway()
341 throw ioException("TYPE_GOAWAY unexpected error code: %d", errorCodeInt); in readGoAway()
/external/robolectric/v3/runtime/
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...