/external/grpc-grpc/test/core/compression/ |
D | stream_compression_test.cc | 59 grpc_slice_buffer source, relay, sink; in test_stream_compression_simple_compress_decompress() local 61 grpc_slice_buffer_init(&relay); in test_stream_compression_simple_compress_decompress() 71 GPR_ASSERT(grpc_stream_compress(compress_ctx, &source, &relay, nullptr, in test_stream_compression_simple_compress_decompress() 76 GPR_ASSERT(grpc_stream_decompress(decompress_ctx, &relay, &sink, &output_size, in test_stream_compression_simple_compress_decompress() 85 grpc_slice_buffer_destroy(&relay); in test_stream_compression_simple_compress_decompress() 92 grpc_slice_buffer source, relay, sink; in test_stream_compression_simple_compress_decompress_with_output_size_constraint() local 94 grpc_slice_buffer_init(&relay); in test_stream_compression_simple_compress_decompress_with_output_size_constraint() 104 GPR_ASSERT(grpc_stream_compress(compress_ctx, &source, &relay, nullptr, in test_stream_compression_simple_compress_decompress_with_output_size_constraint() 112 GPR_ASSERT(grpc_stream_decompress(decompress_ctx, &relay, &sink, &output_size, in test_stream_compression_simple_compress_decompress_with_output_size_constraint() 123 GPR_ASSERT(grpc_stream_decompress(decompress_ctx, &relay, &sink, &output_size, in test_stream_compression_simple_compress_decompress_with_output_size_constraint() [all …]
|
/external/libchrome/base/threading/ |
D | post_task_and_reply_impl.cc | 77 static void RunTaskAndPostReply(PostTaskAndReplyRelay relay) { in RunTaskAndPostReply() argument 78 DCHECK(relay.task_); in RunTaskAndPostReply() 79 std::move(relay.task_).Run(); in RunTaskAndPostReply() 84 relay.reply_task_runner_; in RunTaskAndPostReply() 87 relay.from_here_, in RunTaskAndPostReply() 88 BindOnce(&PostTaskAndReplyRelay::RunReply, std::move(relay))); in RunTaskAndPostReply() 94 static void RunReply(PostTaskAndReplyRelay relay) { in RunReply() argument 95 DCHECK(!relay.task_); in RunReply() 96 DCHECK(relay.reply_); in RunReply() 97 std::move(relay.reply_).Run(); in RunReply()
|
/external/libese/tools/ese_relay/ |
D | Android.bp | 18 name: "ese-relay-defaults", 41 name: "ese-relay-pn80t-nq-nci", 42 defaults: ["ese-relay-defaults"], 48 name: "ese-relay-pn80t-spidev", 49 defaults: ["ese-relay-defaults"], 55 name: "ese-relay-fake", 56 defaults: ["ese-relay-defaults"],
|
D | README.md | 3 ese-relay connects libese's functionality to a local abstract socket on 7 ese-relay uses the same wire protocol as the 32 * Build ese-relay configured for the hardware in use. 46 $ adb shell ese-relay-<hw> 47 $ adb forward tcp:4096 localabstract:ese-relay
|
/external/tcpdump/tests/ |
D | dhcpv6-mud.out | 1 …702.547: [udp sum ok] dhcp6 relay-fwd (linkaddr=2001:8a8:1006:3:225:84ff:fedb:2380 peeraddr=fe80::… 2 …702.547: [udp sum ok] dhcp6 relay-fwd (linkaddr=2001:8a8:1006:3:225:84ff:fedb:2380 peeraddr=fe80::… 3 …702.547: [udp sum ok] dhcp6 relay-fwd (linkaddr=2001:8a8:1006:3:225:84ff:fedb:2380 peeraddr=fe80::… 4 …702.547: [udp sum ok] dhcp6 relay-fwd (linkaddr=2001:8a8:1006:3:225:84ff:fedb:2380 peeraddr=fe80::… 5 …702.547: [udp sum ok] dhcp6 relay-fwd (linkaddr=2001:8a8:1006:3:225:84ff:fedb:2380 peeraddr=fe80::…
|
D | dhcp6_reconf_asan.out | 2 …251.73.86.150.514 > 126.172.217.192.546: dhcp6 relay-reply (linkaddr=300:10ed:ff:f01:f:0:7f:7f pee…
|
/external/libchrome/mojo/core/ |
D | channel_posix.cc | 115 auto* relay = Core::Get()->GetMachPortRelay(); in Start() local 116 if (relay) { in Start() 119 relay->AddObserver(this); in Start() 146 MachPortRelay* relay = Core::Get()->GetMachPortRelay(); in Write() local 147 if (relay && remote_process().is_valid() && message->has_mach_ports()) { in Write() 148 if (relay->port_provider()->TaskForPid(remote_process().get()) == in Write() 158 relay->SendPortsToProcess(message.get(), remote_process().get()); in Write() 244 MachPortRelay* relay = Core::Get()->GetMachPortRelay(); in GetReadPlatformHandles() local 245 DCHECK(relay); in GetReadPlatformHandles() 248 if (relay->port_provider()->TaskForPid(remote_process().get()) != in GetReadPlatformHandles() [all …]
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | jingleinfotask.cc | 107 const XmlElement *relay = query->FirstNamed(QN_JINGLE_INFO_RELAY); in ProcessStart() local 108 if (relay) { in ProcessStart() 109 relay_token = relay->TextNamed(QN_JINGLE_INFO_TOKEN); in ProcessStart() 110 for (const XmlElement *server = relay->FirstNamed(QN_JINGLE_INFO_SERVER); in ProcessStart()
|
/external/webrtc/webrtc/p2p/client/ |
D | httpportallocator.h | 68 void SetRelayToken(const std::string& relay) { relay_token_ = relay; } in SetRelayToken() argument 105 const std::string& relay,
|
D | basicportallocator.cc | 982 PortConfiguration::RelayList::const_iterator relay; in CreateRelayPorts() local 983 for (relay = config_->relays.begin(); in CreateRelayPorts() 984 relay != config_->relays.end(); ++relay) { in CreateRelayPorts() 985 if (relay->type == RELAY_GTURN) { in CreateRelayPorts() 986 CreateGturnPort(*relay); in CreateRelayPorts() 987 } else if (relay->type == RELAY_TURN) { in CreateRelayPorts() 988 CreateTurnPort(*relay); in CreateRelayPorts() 1162 const RelayServerConfig& relay, ProtocolType type) const { in SupportsProtocol() argument 1164 for (relay_port = relay.ports.begin(); in SupportsProtocol() 1165 relay_port != relay.ports.end(); in SupportsProtocol()
|
D | basicportallocator.h | 230 bool SupportsProtocol(const RelayServerConfig& relay,
|
/external/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_threads.c | 120 void *relay(void *arg) in relay() function 175 status = pthread_create(&thread[cnt], &attr, relay, &pth[cnt]); in main()
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
D | TerminalBridge.java | 87 private Relay relay; field in TerminalBridge 297 relay = new Relay(this, transport, (vt320) buffer, encoding); in connect() 298 Thread relayThread = new Thread(relay); in connect() 311 if (relay != null) { in updateCharset() 312 relay.setCharset(encoding); in updateCharset()
|
/external/python/cpython2/Doc/library/ |
D | smtpd.rst | 61 chance to make you into an open relay, so please be careful. 73 running this has a good chance to make you into an open relay, so please be
|
/external/dnsmasq/src/ |
D | dhcp.c | 22 struct in_addr relay, primary; member 188 parm.relay = mess->giaddr; in dhcp_packet() 311 } else if (param->relay.s_addr && in complete_context() 312 is_same_net(param->relay, context->start, context->netmask)) { in complete_context() 313 context->router = param->relay; in complete_context()
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsession.cc | 104 const auto& relay = RELAY_PORT_TYPE; in GetIceCandidatePairCounter() local 125 if (l == host && r == relay) in GetIceCandidatePairCounter() 133 if (l == srflx && r == relay) in GetIceCandidatePairCounter() 137 if (l == relay && r == host) in GetIceCandidatePairCounter() 139 if (l == relay && r == srflx) in GetIceCandidatePairCounter() 141 if (l == relay && r == relay) in GetIceCandidatePairCounter() 143 if (l == relay && r == prflx) in GetIceCandidatePairCounter() 149 if (l == prflx && r == relay) in GetIceCandidatePairCounter()
|
/external/dnsmasq/ |
D | CHANGELOG | 17 a DHCP relay, if used. 20 Fix regression which broke echo of relay-agent 378 Fix problem matching relay-agent ids. Thanks to Michael 384 Implement RFC 5107 server-id-override DHCP relay agent
|
D | CHANGELOG.archive | 764 The DHCP server will now work via a BOOTP relay - remote 769 will enable DHCP service via a BOOTP relay on the 848 server cope with requests via a relay which is on a 1166 relay. This makes lease renewal for such hosts work 1553 which was not sent via a relay. 1750 Added minimal support for RFC 3046 DHCP relay agent-id 1752 relay, as required by the RFC. Also, RFC 3527 link selection 1781 DHCP requests and DHCP requests via a relay, instead of always 1889 Fix breakage with some DHCP relay implementations which 1893 the relay on port 68. Thanks to Daniel Hamlin and Alex [all …]
|
D | dnsmasq.conf.example | 139 # is needed for networks we reach the dnsmasq DHCP server via a relay 140 # agent. If you don't know what a DHCP relay agent is, you probably
|
/external/python/cpython3/Doc/library/ |
D | smtpd.rst | 142 chance to make you into an open relay, so please be careful. 154 running this has a good chance to make you into an open relay, so please be
|
/external/u-boot/board/freescale/p1010rdb/ |
D | README.P1010RDB-PB | 30 1 FXO port connected via a relay to FXS for switchover to POTS
|
D | README.P1010RDB-PA | 45 - 1 FXO port connected via a relay to FXS for switchover to POTS
|
/external/blktrace/doc/ |
D | blktrace.tex | 342 through the debug file system (relay). Each device being traced has 396 -r \emph{rel-path} & --relay=\emph{rel-path} & Specifies debugfs mount point \\ \hline 742 supplies block IO layer state transition data via the relay
|
/external/cros/system_api/dbus/vm_cicerone/ |
D | cicerone_service.proto | 373 // relay the final result.
|
/external/u-boot/test/py/ |
D | README.md | 243 relay or electronic switch attached to the board's reset signal.
|