Searched refs:inbound (Results 1 – 25 of 144) 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/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/llvm/test/Instrumentation/AddressSanitizer/ |
D | instrument-stack.ll | 1 ; This test checks that we are not instrumenting direct inbound stack accesses.
|
/external/autotest/client/site_tests/platform_OSLimits/ |
D | control | 65 - net/ipv4/tcp_syncookies: make sure weird inbound TCP flooding is safe.
|
/external/autotest/client/deps/lansim/ |
D | control | 19 will see this packet as an inbound packet from the fake interface.
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
D | Http2.java | 670 static String formatHeader(boolean inbound, int streamId, int length, byte type, byte flags) { in formatHeader() argument 673 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/cros/system_api/dbus/cryptohome/ |
D | rpc.proto | 73 // These parameters are for inbound data to Cryptohome RPC
|
/external/libpcap/ |
D | scanner.l | 271 inbound return INBOUND;
|
D | CHANGES | 134 Improve 'inbound'/'outbound' capture filters under Linux. 791 - 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/netperf/ |
D | Release_Notes | 378 calculated average RTT latency, transaction rate, and inbound and 381 per second, the reported inbound and outbound transfer rates will
|
/external/netperf/doc/ |
D | netperf.texi | 2943 netperf -H 192.168.2.108 -t TCP_MAERTS -B "inbound" -i 10 -P 0 -v 0 \ 2948 891.34 inbound 2956 to tag each output so we know which was inbound and which outbound 3053 a natural balance or synchronization between inbound and outbound - a 3057 inbound and outbound processing.
|
D | netperf.info | 2792 netperf -H 192.168.2.108 -t TCP_MAERTS -B "inbound" -i 10 -P 0 -v 0 \ 2797 891.34 inbound 2804 so we know which was inbound and which outbound relative to the system 2898 of a natural balance or synchronization between inbound and outbound - a 2902 inbound and outbound processing.
|
/external/tcpdump/ |
D | CHANGES | 998 (sunrpc) and rtp packets. Added "inbound" and "outbound" keywords
|
/external/selinux/policycoreutils/po/ |
D | hy.po | 4779 msgid "listen for inbound connections"
|
D | eo.po | 4779 msgid "listen for inbound connections"
|
D | zh_HK.po | 4778 msgid "listen for inbound connections"
|
D | af.po | 4779 msgid "listen for inbound connections"
|
D | zh_CN.GB2312.po | 4779 msgid "listen for inbound connections"
|
D | nb.po | 4780 msgid "listen for inbound connections"
|
D | ku.po | 4779 msgid "listen for inbound connections"
|
D | cs.po | 4786 msgid "listen for inbound connections"
|
123456