Searched defs:windowUpdate (Results 1 - 12 of 12) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
H A DSpdy3Test.java41 windowUpdate(0);
47 windowUpdate(0x80000000L);
91 private void windowUpdate(long increment) throws IOException { method in class:Spdy3Test
92 new Spdy3.Writer(new Buffer(), true).windowUpdate(expectedStreamId, increment);
H A DBaseTestHandler.java57 @Override public void windowUpdate(int streamId, long windowSizeIncrement) { method in class:BaseTestHandler
H A DHttp2Test.java537 assertEquals(frame, windowUpdate(expectedWindowSizeIncrement));
540 @Override public void windowUpdate(int streamId, long windowSizeIncrement) {
549 windowUpdate(0);
556 windowUpdate(0x80000000L);
687 private Buffer windowUpdate(long windowSizeIncrement) throws IOException { method in class:Http2Test
689 new Http2.Writer(out, true).windowUpdate(expectedStreamId, windowSizeIncrement);
H A DMockSpdyPeer.java296 @Override public void windowUpdate(int streamId, long windowSizeIncrement) { method in class:MockSpdyPeer.InFrame
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DFrameWriter.java102 void windowUpdate(int streamId, long windowSizeIncrement) throws IOException; method in interface:FrameWriter
H A DFrameReader.java84 void windowUpdate(int streamId, long windowSizeIncrement); method in interface:FrameReader.Handler
H A DSpdy3.java239 handler.windowUpdate(streamId, increment);
469 @Override public synchronized void windowUpdate(int streamId, long increment) method in class:Spdy3.Writer
H A DFramedConnection.java363 frameWriter.windowUpdate(streamId, unacknowledgedBytesRead);
514 frameWriter.windowUpdate(0, windowSize - Settings.DEFAULT_INITIAL_WINDOW_SIZE);
763 @Override public void windowUpdate(int streamId, long windowSizeIncrement) { method in class:FramedConnection.Reader
H A DHttp2.java355 handler.windowUpdate(streamId, increment);
546 @Override public synchronized void windowUpdate(int streamId, long windowSizeIncrement) method in class:Http2.Writer
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 136 milliseconds