Home
last modified time | relevance | path

Searched refs:inbound (Results 1 – 25 of 137) sorted by relevance

123456

/external/jetty/src/java/org/eclipse/jetty/websocket/
DExtension.java29 …public void bind(WebSocket.FrameConnection connection, WebSocketParser.FrameHandler inbound, WebSo… in bind() argument
DWebSocketConnectionRFC6455.java188 …WebSocketParser.FrameHandler inbound = (_extensions == null || _extensions.size() == 0) ? frameHan… in WebSocketConnectionRFC6455() local
190 _parser = new WebSocketParserRFC6455(buffers, endpoint, inbound,maskgen==null); in WebSocketConnectionRFC6455()
/external/llvm/test/Instrumentation/AddressSanitizer/
Dinstrument-stack.ll1 ; This test checks that we are not instrumenting direct inbound stack accesses.
/external/jetty/src/java/org/eclipse/jetty/io/nio/
DSslConnection.java851 Buffer inbound = _inbound; in toString() local
854 int i = inbound == null? -1 : inbound.length(); in toString()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
DHttp2.java672 static String formatHeader(boolean inbound, int streamId, int length, byte type, byte flags) { in formatHeader() argument
675 return format("%s 0x%08x %5d %-13s %s", inbound ? "<<" : ">>", streamId, length, in formatHeader()
/external/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/
Dsplit-gep.ll35 %1 = sext i32 %0 to i64 ; inbound sext(i + 1) = sext(i) + 1
37 ; However, inbound sext(j + -2) != sext(j) + -2, e.g., j = INT_MIN
/external/libpcap/
Dscanner.l280 inbound return INBOUND;
DCHANGES83 Improve 'inbound'/'outbound' capture filters under Linux.
740 - Added length, inbound and outbound keywords.
/external/srtp/doc/
Dintro.txt278 in which a key is used for both inbound and outbound data.
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
Djsilver.sablecc25 * The lexer breaks the inbound text stream in to a sequence of tokens.
/external/libpcap/doc/
Dpcap.txt636 | | | | inbound/outbou |
/external/tcpdump/
DCHANGES943 (sunrpc) and rtp packets. Added "inbound" and "outbound" keywords
/external/selinux/policycoreutils/po/
Dcs.po4786 msgid "listen for inbound connections"
Dsi_LK.po4779 msgid "listen for inbound connections"
Dlo.po4779 msgid "listen for inbound connections"
Dtl.po4779 msgid "listen for inbound connections"
Dms_MY.po4779 msgid "listen for inbound connections"
Daln.po4779 msgid "listen for inbound connections"
Daz.po4779 msgid "listen for inbound connections"
Dbr.po4779 msgid "listen for inbound connections"
Dnn.po4778 msgid "listen for inbound connections"
Dkm.po4779 msgid "listen for inbound connections"
Den_US.po4779 msgid "listen for inbound connections"
Dtg.po4779 msgid "listen for inbound connections"
Dhe.po4778 msgid "listen for inbound connections"

123456