Searched refs:inbound (Results 1 – 25 of 137) sorted by relevance
123456
/external/jetty/src/java/org/eclipse/jetty/websocket/ |
D | Extension.java | 29 …public void bind(WebSocket.FrameConnection connection, WebSocketParser.FrameHandler inbound, WebSo… in bind() argument
|
D | WebSocketConnectionRFC6455.java | 188 …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/ |
D | instrument-stack.ll | 1 ; This test checks that we are not instrumenting direct inbound stack accesses.
|
/external/jetty/src/java/org/eclipse/jetty/io/nio/ |
D | SslConnection.java | 851 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/ |
D | Http2.java | 672 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/ |
D | split-gep.ll | 35 %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/ |
D | scanner.l | 280 inbound return INBOUND;
|
D | CHANGES | 83 Improve 'inbound'/'outbound' capture filters under Linux. 740 - Added length, inbound and outbound keywords.
|
/external/srtp/doc/ |
D | intro.txt | 278 in which a key is used for both inbound and outbound data.
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
D | jsilver.sablecc | 25 * The lexer breaks the inbound text stream in to a sequence of tokens.
|
/external/libpcap/doc/ |
D | pcap.txt | 636 | | | | inbound/outbou |
|
/external/tcpdump/ |
D | CHANGES | 943 (sunrpc) and rtp packets. Added "inbound" and "outbound" keywords
|
/external/selinux/policycoreutils/po/ |
D | cs.po | 4786 msgid "listen for inbound connections"
|
D | si_LK.po | 4779 msgid "listen for inbound connections"
|
D | lo.po | 4779 msgid "listen for inbound connections"
|
D | tl.po | 4779 msgid "listen for inbound connections"
|
D | ms_MY.po | 4779 msgid "listen for inbound connections"
|
D | aln.po | 4779 msgid "listen for inbound connections"
|
D | az.po | 4779 msgid "listen for inbound connections"
|
D | br.po | 4779 msgid "listen for inbound connections"
|
D | nn.po | 4778 msgid "listen for inbound connections"
|
D | km.po | 4779 msgid "listen for inbound connections"
|
D | en_US.po | 4779 msgid "listen for inbound connections"
|
D | tg.po | 4779 msgid "listen for inbound connections"
|
D | he.po | 4778 msgid "listen for inbound connections"
|
123456