Home
last modified time | relevance | path

Searched refs:relay (Results 1 – 25 of 45) sorted by relevance

12

/third_party/grpc/test/core/compression/
Dstream_compression_test.cc60 grpc_slice_buffer source, relay, sink; in test_stream_compression_simple_compress_decompress() local
62 grpc_slice_buffer_init(&relay); in test_stream_compression_simple_compress_decompress()
72 GPR_ASSERT(grpc_stream_compress(compress_ctx, &source, &relay, nullptr, in test_stream_compression_simple_compress_decompress()
77 GPR_ASSERT(grpc_stream_decompress(decompress_ctx, &relay, &sink, &output_size, in test_stream_compression_simple_compress_decompress()
86 grpc_slice_buffer_destroy(&relay); in test_stream_compression_simple_compress_decompress()
93 grpc_slice_buffer source, relay, sink; in test_stream_compression_simple_compress_decompress_with_output_size_constraint() local
95 grpc_slice_buffer_init(&relay); in test_stream_compression_simple_compress_decompress_with_output_size_constraint()
105 GPR_ASSERT(grpc_stream_compress(compress_ctx, &source, &relay, nullptr, in test_stream_compression_simple_compress_decompress_with_output_size_constraint()
113 GPR_ASSERT(grpc_stream_decompress(decompress_ctx, &relay, &sink, &output_size, in test_stream_compression_simple_compress_decompress_with_output_size_constraint()
124 GPR_ASSERT(grpc_stream_decompress(decompress_ctx, &relay, &sink, &output_size, in test_stream_compression_simple_compress_decompress_with_output_size_constraint()
[all …]
/third_party/mesa3d/.gitlab-ci/bare-metal/
Dgoogle-power-up.sh3 relay=$1
5 if [ -z "$relay" ]; then
10 $CI_PROJECT_DIR/install/bare-metal/google-power-relay.py off $relay
12 $CI_PROJECT_DIR/install/bare-metal/google-power-relay.py on $relay
Deth008-power-up.sh3 relay=$1
5 if [ -z "$relay" ]; then
10 $CI_PROJECT_DIR/install/bare-metal/eth008-power-relay.py $ETH_HOST $ETH_PORT off $relay
12 $CI_PROJECT_DIR/install/bare-metal/eth008-power-relay.py $ETH_HOST $ETH_PORT on $relay
Dgoogle-power-down.sh3 relay=$1
5 if [ -z "$relay" ]; then
10 $CI_PROJECT_DIR/install/bare-metal/google-power-relay.py off $relay
Deth008-power-down.sh3 relay=$1
5 if [ -z "$relay" ]; then
10 $CI_PROJECT_DIR/install/bare-metal/eth008-power-relay.py $ETH_HOST $ETH_PORT off $relay
Dgoogle-power-relay.py7 relay = sys.argv[2] variable
17 command = "relay {} {}\n\r".format(mode, relay)
Deth008-power-relay.py9 relay = sys.argv[4] variable
17 msg += int(relay).to_bytes(1, 'big')
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterBinaryMessengerRelayTest.mm30 FlutterBinaryMessengerRelay* relay =
32 XCTAssertNotNil(relay);
33 XCTAssertEqual(messenger, relay.parent);
38 FlutterBinaryMessengerRelay* relay =
43 [relay sendOnChannel:channel message:message binaryReply:nil];
49 FlutterBinaryMessengerRelay* relay =
54 relay.parent = nil;
55 [relay sendOnChannel:channel message:message binaryReply:nil];
/third_party/ltp/utils/sctp/func_tests/
Dtest_1_to_1_threads.c121 void *relay(void *arg) in relay() function
179 status = pthread_create(&thread[cnt], &attr, relay, &pth[cnt]); in main()
/third_party/node/deps/npm/node_modules/socks/docs/examples/javascript/
DassociateExample.md5 The associate command tells the SOCKS proxy server to establish a UDP relay. The server binds to a …
11 1. Client -(associate)-> Proxy (Tells the proxy to create a UDP relay and bind on a new port)
/third_party/node/deps/npm/node_modules/socks/docs/examples/typescript/
DassociateExample.md5 The associate command tells the SOCKS proxy server to establish a UDP relay. The server binds to a …
11 1. Client -(associate)-> Proxy (Tells the proxy to create a UDP relay and bind on a new port)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_tcp.c25 struct dpp_relay_controller *relay; member
409 conn->relay = ctrl; in dpp_relay_new_conn()
989 if (conn->relay) { in dpp_controller_rx_action()
991 conn->relay->tx(conn->relay->cb_ctx, conn->mac_addr, in dpp_controller_rx_action()
1371 if (!conn->relay && in dpp_rx_gas_resp()
1375 if (!conn->relay) { in dpp_rx_gas_resp()
1381 conn->relay->gas_resp_tx(conn->relay->cb_ctx, conn->mac_addr, in dpp_rx_gas_resp()
/third_party/boost/libs/beast/doc/qbk/05_http_examples/
D_http_examples.qbk108 An HTTP proxy acts as a relay between client and server. The proxy reads a
114 The example that follows implements a synchronous HTTP relay. It uses a
129 described by a single container. For example, when implementing an HTTP relay
/third_party/node/deps/npm/node_modules/socks/
DREADME.md312 When the associate command is sent to a SOCKS v5 proxy server, it sets up a UDP relay that allows t…
348 // When the UDP relay is established, this event is fired and includes the UDP relay port to send d…
370 **Note:** The associate TCP connection to the proxy must remain open for the UDP relay to work.
551 Creates a SOCKS UDP frame relay packet that is sent and received via a SOCKS proxy when using the a…
625 …mand, and an incoming connection has been accepted by the proxy and a TCP relay has been establish…
626 3. When using the ASSOCIATE command, and a UDP relay has been established.
/third_party/boost/libs/locale/doc/
Dfaq.txt16 …obably try to use incorrect \c std::locale object. All Boost.Locale tools relay on \c std::locale …
/third_party/python/Doc/library/
Dsmtpd.rst141 chance to make you into an open relay, so please be careful.
159 running this has a good chance to make you into an open relay, so please be
/third_party/boost/libs/beast/test/doc/
Dhttp_examples.cpp147 relay<true>(us, dsr, buffer, ec, in doRelay()
/third_party/boost/libs/beast/example/doc/
Dhttp_examples.hpp477 relay( in relay() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.c79 struct dpp_relay_controller *relay; member
9099 conn->relay = ctrl; in dpp_relay_new_conn()
9515 if (conn->relay) { in dpp_controller_rx_action()
9517 conn->relay->tx(conn->relay->cb_ctx, conn->mac_addr, in dpp_controller_rx_action()
9729 if (!conn->relay && !conn->ctrl) in dpp_rx_gas_resp()
9732 if (!conn->relay) { in dpp_rx_gas_resp()
9738 conn->relay->gas_resp_tx(conn->relay->cb_ctx, conn->mac_addr, in dpp_rx_gas_resp()
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_reusable_sync.txt440 mutex and there was no mechanism to relay this associated mutex
/third_party/EGL/extensions/KHR/
DEGL_KHR_reusable_sync.txt440 mutex and there was no mechanism to relay this associated mutex
/third_party/EGL/extensions/NV/
DEGL_NV_sync.txt436 was no mechanism to relay this associated mutex to the application.
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_sync.txt436 was no mechanism to relay this associated mutex to the application.
/third_party/toybox/toys/pending/
Ddhcpd.c854 static int send_packet6(uint8_t relay, uint8_t *client_lla, uint16_t optlen) in send_packet6() argument
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt6033 駅>'[relay station]';
6072 驛>'[relay station]';

12