/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/ |
D | Spdy3Test.java | 78 int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) { in goAwayRoundTrip() 79 assertEquals(expectedStreamId, lastGoodStreamId); in goAwayRoundTrip() 95 private Buffer sendGoAway(int lastGoodStreamId, ErrorCode errorCode, byte[] debugData) in sendGoAway() argument 98 new Spdy3.Writer(out, true).goAway(lastGoodStreamId, errorCode, debugData); in sendGoAway()
|
D | Http2Test.java | 579 int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) { in goAwayWithoutDebugDataRoundTrip() 580 assertEquals(expectedStreamId, lastGoodStreamId); in goAwayWithoutDebugDataRoundTrip() 605 int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) { in goAwayWithDebugDataRoundTrip() 606 assertEquals(0, lastGoodStreamId); in goAwayWithDebugDataRoundTrip() 673 private Buffer sendGoAway(int lastGoodStreamId, ErrorCode errorCode, byte[] debugData) in sendGoAway() argument 676 new Http2.Writer(out, true).goAway(lastGoodStreamId, errorCode, debugData); in sendGoAway()
|
D | BaseTestHandler.java | 53 @Override public void goAway(int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) { in goAway() argument
|
D | MockSpdyPeer.java | 288 @Override public void goAway(int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) { in goAway() argument 291 this.streamId = lastGoodStreamId; in goAway()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
D | FramedConnection.java | 85 private int lastGoodStreamId; field in FramedConnection 427 int lastGoodStreamId; in shutdown() local 433 lastGoodStreamId = this.lastGoodStreamId; in shutdown() 436 frameWriter.goAway(lastGoodStreamId, statusCode, Util.EMPTY_BYTE_ARRAY); in shutdown() 634 if (streamId <= lastGoodStreamId) return; in headers() 643 lastGoodStreamId = streamId; in headers() 743 @Override public void goAway(int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) { in goAway() argument 756 if (framedStream.getId() > lastGoodStreamId && framedStream.isLocallyInitiated()) { in goAway()
|
D | Spdy3.java | 251 int lastGoodStreamId = source.readInt() & 0x7fffffff; in readGoAway() local 257 handler.goAway(lastGoodStreamId, errorCode, ByteString.EMPTY); in readGoAway() 453 @Override public synchronized void goAway(int lastGoodStreamId, ErrorCode errorCode, in goAway() argument 464 sink.writeInt(lastGoodStreamId); in goAway()
|
D | FrameWriter.java | 96 void goAway(int lastGoodStreamId, ErrorCode errorCode, byte[] debugData) throws IOException; in goAway() argument
|
D | FrameReader.java | 78 void goAway(int lastGoodStreamId, ErrorCode errorCode, ByteString debugData); in goAway() argument
|
D | Http2.java | 529 @Override public synchronized void goAway(int lastGoodStreamId, ErrorCode errorCode, in goAway() argument 538 sink.writeInt(lastGoodStreamId); in goAway()
|
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |