Home
last modified time | relevance | path

Searched refs:framed (Results 1 – 25 of 114) sorted by relevance

12345

/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/
DHpack.java20 package io.grpc.okhttp.internal.framed;
51 …te static final io.grpc.okhttp.internal.framed.Header[] STATIC_HEADER_TABLE = new io.grpc.okhttp.i…
52 …new io.grpc.okhttp.internal.framed.Header(io.grpc.okhttp.internal.framed.Header.TARGET_AUTHORITY, …
53 …new io.grpc.okhttp.internal.framed.Header(io.grpc.okhttp.internal.framed.Header.TARGET_METHOD, "GE…
54 …new io.grpc.okhttp.internal.framed.Header(io.grpc.okhttp.internal.framed.Header.TARGET_METHOD, "PO…
55 … new io.grpc.okhttp.internal.framed.Header(io.grpc.okhttp.internal.framed.Header.TARGET_PATH, "/"),
56 …new io.grpc.okhttp.internal.framed.Header(io.grpc.okhttp.internal.framed.Header.TARGET_PATH, "/ind…
57 …new io.grpc.okhttp.internal.framed.Header(io.grpc.okhttp.internal.framed.Header.TARGET_SCHEME, "ht…
58 …new io.grpc.okhttp.internal.framed.Header(io.grpc.okhttp.internal.framed.Header.TARGET_SCHEME, "ht…
59 …new io.grpc.okhttp.internal.framed.Header(io.grpc.okhttp.internal.framed.Header.RESPONSE_STATUS, "…
[all …]
DFrameReader.java20 package io.grpc.okhttp.internal.framed;
50 List<io.grpc.okhttp.internal.framed.Header> headerBlock, HeadersMode headersMode); in headers()
51 void rstStream(int streamId, io.grpc.okhttp.internal.framed.ErrorCode errorCode); in rstStream()
52 void settings(boolean clearPrevious, io.grpc.okhttp.internal.framed.Settings settings); in settings()
82 …void goAway(int lastGoodStreamId, io.grpc.okhttp.internal.framed.ErrorCode errorCode, ByteString d… in goAway()
116 …void pushPromise(int streamId, int promisedStreamId, List<io.grpc.okhttp.internal.framed.Header> r… in pushPromise()
DHttp2.java20 package io.grpc.okhttp.internal.framed;
34 import static io.grpc.okhttp.internal.framed.Http2.FrameLogger.formatHeader;
88 …@Override public io.grpc.okhttp.internal.framed.FrameWriter newWriter(BufferedSink sink, boolean c… in newWriter()
257 …io.grpc.okhttp.internal.framed.ErrorCode errorCode = io.grpc.okhttp.internal.framed.ErrorCode.from… in readRstStream()
274 … io.grpc.okhttp.internal.framed.Settings settings = new io.grpc.okhttp.internal.framed.Settings(); in readSettings()
345 …io.grpc.okhttp.internal.framed.ErrorCode errorCode = io.grpc.okhttp.internal.framed.ErrorCode.from… in readGoAway()
369 static final class Writer implements io.grpc.okhttp.internal.framed.FrameWriter {
390 …@Override public synchronized void ackSettings(io.grpc.okhttp.internal.framed.Settings peerSetting… in ackSettings()
471 …@Override public synchronized void rstStream(int streamId, io.grpc.okhttp.internal.framed.ErrorCod… in rstStream()
504 …@Override public synchronized void settings(io.grpc.okhttp.internal.framed.Settings settings) thro… in settings()
[all …]
DHeadersMode.java20 package io.grpc.okhttp.internal.framed;
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHttp2FrameLoggerTest.java16 package com.squareup.okhttp.internal.framed;
23 import static com.squareup.okhttp.internal.framed.Http2.FLAG_ACK;
24 import static com.squareup.okhttp.internal.framed.Http2.FLAG_END_HEADERS;
25 import static com.squareup.okhttp.internal.framed.Http2.FLAG_END_STREAM;
26 import static com.squareup.okhttp.internal.framed.Http2.FLAG_NONE;
27 import static com.squareup.okhttp.internal.framed.Http2.FrameLogger.formatFlags;
28 import static com.squareup.okhttp.internal.framed.Http2.FrameLogger.formatHeader;
29 import static com.squareup.okhttp.internal.framed.Http2.TYPE_CONTINUATION;
30 import static com.squareup.okhttp.internal.framed.Http2.TYPE_DATA;
31 import static com.squareup.okhttp.internal.framed.Http2.TYPE_GOAWAY;
[all …]
DSettingsTest.java16 package com.squareup.okhttp.internal.framed;
20 import static com.squareup.okhttp.internal.framed.Settings.DEFAULT_INITIAL_WINDOW_SIZE;
21 import static com.squareup.okhttp.internal.framed.Settings.DOWNLOAD_BANDWIDTH;
22 import static com.squareup.okhttp.internal.framed.Settings.DOWNLOAD_RETRANS_RATE;
23 import static com.squareup.okhttp.internal.framed.Settings.MAX_CONCURRENT_STREAMS;
24 import static com.squareup.okhttp.internal.framed.Settings.PERSISTED;
25 import static com.squareup.okhttp.internal.framed.Settings.PERSIST_VALUE;
26 import static com.squareup.okhttp.internal.framed.Settings.UPLOAD_BANDWIDTH;
DHttp2ConnectionTest.java16 package com.squareup.okhttp.internal.framed;
35 import static com.squareup.okhttp.internal.framed.ErrorCode.CANCEL;
36 import static com.squareup.okhttp.internal.framed.ErrorCode.PROTOCOL_ERROR;
37 import static com.squareup.okhttp.internal.framed.Settings.DEFAULT_INITIAL_WINDOW_SIZE;
38 import static com.squareup.okhttp.internal.framed.Settings.PERSIST_VALUE;
39 import static com.squareup.okhttp.internal.framed.Spdy3.TYPE_DATA;
40 import static com.squareup.okhttp.internal.framed.Spdy3.TYPE_HEADERS;
41 import static com.squareup.okhttp.internal.framed.Spdy3.TYPE_PING;
42 import static com.squareup.okhttp.internal.framed.Spdy3.TYPE_RST_STREAM;
43 import static com.squareup.okhttp.internal.framed.Spdy3.TYPE_SETTINGS;
[all …]
DSpdy3ConnectionTest.java16 package com.squareup.okhttp.internal.framed;
40 import static com.squareup.okhttp.internal.framed.ErrorCode.CANCEL;
41 import static com.squareup.okhttp.internal.framed.ErrorCode.INTERNAL_ERROR;
42 import static com.squareup.okhttp.internal.framed.ErrorCode.INVALID_STREAM;
43 import static com.squareup.okhttp.internal.framed.ErrorCode.PROTOCOL_ERROR;
44 import static com.squareup.okhttp.internal.framed.ErrorCode.REFUSED_STREAM;
45 import static com.squareup.okhttp.internal.framed.ErrorCode.STREAM_IN_USE;
46 import static com.squareup.okhttp.internal.framed.Settings.DEFAULT_INITIAL_WINDOW_SIZE;
47 import static com.squareup.okhttp.internal.framed.Settings.PERSIST_VALUE;
48 import static com.squareup.okhttp.internal.framed.Spdy3.TYPE_DATA;
[all …]
DHttpOverSpdy3Test.java16 package com.squareup.okhttp.internal.framed;
DHttp2Test.java16 package com.squareup.okhttp.internal.framed;
31 import static com.squareup.okhttp.internal.framed.Http2.FLAG_COMPRESSED;
32 import static com.squareup.okhttp.internal.framed.Http2.FLAG_END_HEADERS;
33 import static com.squareup.okhttp.internal.framed.Http2.FLAG_END_STREAM;
34 import static com.squareup.okhttp.internal.framed.Http2.FLAG_NONE;
35 import static com.squareup.okhttp.internal.framed.Http2.FLAG_PADDED;
36 import static com.squareup.okhttp.internal.framed.Http2.FLAG_PRIORITY;
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_chttp2_transport.cc480 std::vector<char> framed; in CreateIncomingDataSlice() local
483 framed.push_back(static_cast<uint8_t>(frame_size >> 16)); in CreateIncomingDataSlice()
484 framed.push_back(static_cast<uint8_t>(frame_size >> 8)); in CreateIncomingDataSlice()
485 framed.push_back(static_cast<uint8_t>(frame_size)); in CreateIncomingDataSlice()
487 framed.push_back(0); in CreateIncomingDataSlice()
489 framed.push_back(0); in CreateIncomingDataSlice()
491 framed.push_back(0); in CreateIncomingDataSlice()
492 framed.push_back(0); in CreateIncomingDataSlice()
493 framed.push_back(0); in CreateIncomingDataSlice()
494 framed.push_back(1); in CreateIncomingDataSlice()
[all …]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttp2xStream.java25 import com.squareup.okhttp.internal.framed.ErrorCode;
26 import com.squareup.okhttp.internal.framed.FramedConnection;
27 import com.squareup.okhttp.internal.framed.FramedStream;
28 import com.squareup.okhttp.internal.framed.Header;
43 import static com.squareup.okhttp.internal.framed.Header.RESPONSE_STATUS;
44 import static com.squareup.okhttp.internal.framed.Header.TARGET_AUTHORITY;
45 import static com.squareup.okhttp.internal.framed.Header.TARGET_HOST;
46 import static com.squareup.okhttp.internal.framed.Header.TARGET_METHOD;
47 import static com.squareup.okhttp.internal.framed.Header.TARGET_PATH;
48 import static com.squareup.okhttp.internal.framed.Header.TARGET_SCHEME;
[all …]
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
DHttp2xStream.java26 import com.android.okhttp.internal.framed.ErrorCode;
27 import com.android.okhttp.internal.framed.FramedConnection;
28 import com.android.okhttp.internal.framed.FramedStream;
29 import com.android.okhttp.internal.framed.Header;
44 import static com.android.okhttp.internal.framed.Header.RESPONSE_STATUS;
45 import static com.android.okhttp.internal.framed.Header.TARGET_AUTHORITY;
46 import static com.android.okhttp.internal.framed.Header.TARGET_HOST;
47 import static com.android.okhttp.internal.framed.Header.TARGET_METHOD;
48 import static com.android.okhttp.internal.framed.Header.TARGET_PATH;
49 import static com.android.okhttp.internal.framed.Header.TARGET_SCHEME;
[all …]
/external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/
DHpackDecodeTestBase.java16 package com.squareup.okhttp.internal.framed;
18 import com.squareup.okhttp.internal.framed.hpackjson.Case;
19 import com.squareup.okhttp.internal.framed.hpackjson.HpackJsonUtil;
20 import com.squareup.okhttp.internal.framed.hpackjson.Story;
DHpackDecodeInteropTest.java16 package com.squareup.okhttp.internal.framed;
18 import com.squareup.okhttp.internal.framed.hpackjson.Story;
24 import static com.squareup.okhttp.internal.framed.hpackjson.HpackJsonUtil.storiesForCurrentDraft;
DHpackRoundTripTest.java16 package com.squareup.okhttp.internal.framed;
18 import com.squareup.okhttp.internal.framed.hpackjson.Case;
19 import com.squareup.okhttp.internal.framed.hpackjson.Story;
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DAsyncFrameWriter.java22 import io.grpc.okhttp.internal.framed.ErrorCode;
23 import io.grpc.okhttp.internal.framed.FrameWriter;
24 import io.grpc.okhttp.internal.framed.Header;
25 import io.grpc.okhttp.internal.framed.Settings;
/external/google-fruit/extras/doc/
Dcommon-header.tex11 \usepackage{framed}
35 \begin{framed}
Dcommon-footer.tex3 \end{framed}
/external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/hpackjson/
DCase.java16 package com.squareup.okhttp.internal.framed.hpackjson;
18 import com.squareup.okhttp.internal.framed.Header;
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DTEST_MAPPING7 "include-filter": "com.squareup.okhttp.internal.framed"
DHeadersMode.java16 package com.squareup.okhttp.internal.framed;
DVariant.java16 package com.squareup.okhttp.internal.framed;
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
DHeadersMode.java17 package com.android.okhttp.internal.framed;
/external/ImageMagick/www/Magick++/
Dthumbnail-anatomy-framed.fig23 0 thumbnail-sample-framed.jpg

12345