OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:protocol_error
(Results
26 - 50
of
50
) sorted by null
1
2
/external/mtpd/
l2tp.c
440
return tunnel ? -CHALLENGE_FAILED : -
PROTOCOL_ERROR
;
458
return -
PROTOCOL_ERROR
;
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
Spdy3ConnectionTest.java
43
import static com.squareup.okhttp.internal.framed.ErrorCode.
PROTOCOL_ERROR
;
633
assertEquals(
PROTOCOL_ERROR
, rstStream.errorCode);
721
peer.sendFrame().goAway(1,
PROTOCOL_ERROR
, Util.EMPTY_BYTE_ARRAY);
779
connection.shutdown(
PROTOCOL_ERROR
);
791
assertEquals(
PROTOCOL_ERROR
, goaway.errorCode);
[
all
...]
Http2ConnectionTest.java
36
import static com.squareup.okhttp.internal.framed.ErrorCode.
PROTOCOL_ERROR
;
182
peer.sendFrame().goAway(3,
PROTOCOL_ERROR
, Util.EMPTY_BYTE_ARRAY);
402
assertEquals(
PROTOCOL_ERROR
, peer.takeFrame().errorCode);
HpackTest.java
685
assertEquals("
PROTOCOL_ERROR
response malformed: mixed case name: Foo", e.getMessage());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
system_error
181
protocol_error
, // EPROTO
325
protocol_error
= EPROTO,
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
system_error
181
protocol_error
, // EPROTO
325
protocol_error
= EPROTO,
/external/libcxx/test/std/diagnostics/syserr/
errc.pass.cpp
86
static_assert(static_cast<int>(std::errc::
protocol_error
) == EPROTO, "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
errc.pass.cpp
86
static_assert(static_cast<int>(std::errc::
protocol_error
) == EPROTO, "");
/system/security/keystore/
keystore_cli.cpp
36
/* [
PROTOCOL_ERROR
] = */ "Protocol error",
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
FramedStream.java
260
errorCode = ErrorCode.
PROTOCOL_ERROR
;
Hpack.java
430
throw new IOException("
PROTOCOL_ERROR
response malformed: mixed case name: " + name.utf8());
/external/libmicrohttpd/src/datadir/
spdy-draft.txt
418
with the status code
PROTOCOL_ERROR
for the stream-id.
485
(Section 2.4.1) with the status
PROTOCOL_ERROR
.
490
code
PROTOCOL_ERROR
.
598
must send a RST_STREAM to the sender with the status
PROTOCOL_ERROR
.
844
1 -
PROTOCOL_ERROR
. This is a generic error, and should only be
[
all
...]
/external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
autobanh.jar
/frameworks/base/keystore/java/android/security/
KeyStore.java
61
public static final int
PROTOCOL_ERROR
= 5;
/prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar
/prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libstdc++.so
libstdc++.so.6
libstdc++.so.6.0.18
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libstdc++.so
libstdc++.so.6
libstdc++.so.6.0.19
Completed in 2244 milliseconds
1
2