/third_party/grpc/src/php/tests/unit_tests/ |
D | ChannelTest.php | 211 $this->channel2 = new Grpc\Channel('localhost:50014', []); 216 $state = $this->channel2->getConnectivityState(); 226 $state = $this->channel2->getConnectivityState(); 230 $this->channel2->close(); 239 $this->channel2 = new Grpc\Channel('localhost:50016', []); 244 $state = $this->channel2->getConnectivityState(); 255 $state = $this->channel2->getConnectivityState(); 259 $this->channel2->close(); 268 $this->channel2 = new Grpc\Channel('localhost:50017', ["abc" => "def"]); 276 $state = $this->channel2->getConnectivityState(); [all …]
|
/third_party/grpc/src/php/tests/unit_tests/PersistentChannelTests/ |
D | PersistentChannelTest.php | 95 $this->channel2 = new Grpc\Channel('localhost:2', []); 121 $this->channel2 = new Grpc\Channel('localhost:1', []); 132 $this->channel2->close(); 140 $this->channel2 = new Grpc\Channel('localhost:1', []); 141 $plist = $this->channel2->getPersistentList(); 143 $channel2_info = $this->channel2->getChannelInfo(); 150 $this->channel2->close(); 157 $this->channel2 = new Grpc\Channel('localhost:2', []); 167 $this->channel2->close(); 178 $this->channel2 = new Grpc\Channel('localhost:10001', []); [all …]
|
/third_party/node/test/parallel/ |
D | test-worker-message-transfer-port-mark-as-untransferable.js | 21 const channel2 = new MessageChannel(); constant 23 markAsUntransferable(channel2.port1); 26 channel1.port1.postMessage(channel2.port1, [ channel2.port1 ]); 29 channel2.port1.postMessage('still works, not closed/transferred'); 30 channel2.port2.once('message', common.mustCall());
|
D | test-worker-workerdata-messageport.js | 23 const channel2 = new MessageChannel(); constant 24 const workerData = { message: channel1.port1, message2: channel2.port1 }; 25 const transferList = [channel1.port1, channel2.port1]; 50 const channel2 = new MessageChannel(); constant 51 const workerData = { message: channel1.port1, message2: channel2.port1 };
|
/third_party/grpc/src/objective-c/tests/UnitTests/ |
D | ChannelPoolTest.m | 49 GRPCPooledChannel *channel2 = [pool channelWithHost:kDummyHost callOptions:options2]; 54 XCTAssertNotNil(channel2); 57 XCTAssertEqual(channel1, channel2);
|
/third_party/boost/libs/gil/test/legacy/ |
D | channel.cpp | 331 channel16_5_6_reference_t channel2(&data); in test_packed_channel_reference() local 335 channel2=channel_traits<channel16_5_6_reference_t>::max_value(); in test_packed_channel_reference() 351 channel16_6_reference_t channel2(&data,5); in test_packed_dynamic_channel_reference() local 355 channel2=channel_traits<channel16_6_reference_t>::max_value(); in test_packed_dynamic_channel_reference()
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/ |
D | close_channel_test.py | 125 async with aio.insecure_channel(self._server_target) as channel2: 127 stub2 = test_pb2_grpc.TestServiceStub(channel2)
|
/third_party/grpc/src/csharp/Grpc.Core.Tests/ |
D | ShutdownHookClientTest.cs | 39 var channel2 = new Channel(Host, 1001, ChannelCredentials.Insecure); in ProcessExitHookCanCleanupAbandonedChannels()
|
/third_party/grpc/test/cpp/end2end/ |
D | client_lb_end2end_test.cc | 549 auto channel2 = BuildChannel("pick_first", response_generator2, args); in TEST_F() local 553 EXPECT_TRUE(WaitForChannelReady(channel2.get(), 1 /* timeout_seconds */)); in TEST_F() 785 auto channel2 = BuildChannel("pick_first", response_generator2); in TEST_F() local 786 auto stub2 = BuildStub(channel2); in TEST_F() 812 auto channel2 = BuildChannel("pick_first", response_generator2, args); in TEST_F() local 813 auto stub2 = BuildStub(channel2); in TEST_F() 1523 auto channel2 = BuildChannel("round_robin", response_generator2, args); in TEST_F() local 1524 auto stub2 = BuildStub(channel2); in TEST_F() 1531 EXPECT_TRUE(WaitForChannelReady(channel2.get(), 1)); in TEST_F() 1564 auto channel2 = BuildChannel("round_robin", response_generator2, args2); in TEST_F() local [all …]
|
/third_party/node/test/fixtures/wpt/FileAPI/blob/ |
D | Blob-constructor.any.js | 324 var channel2 = new MessageChannel(); 325 channel.port1.postMessage('', [channel2.port1]);
|
/third_party/boost/libs/gil/doc/design/ |
D | channel.rst | 151 channel16_5_6_reference_t channel2(&data); 155 channel2 = channel_traits<channel16_5_6_reference_t>::max_value(); 168 //channel_6bit = channel2;
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | channel.rst.txt | 151 channel16_5_6_reference_t channel2(&data); 155 channel2 = channel_traits<channel16_5_6_reference_t>::max_value(); 168 //channel_6bit = channel2;
|
/third_party/grpc/test/core/channel/ |
D | channel_trace_test.cc | 175 ChannelFixture channel2(kEventListMemoryLimit); in TEST() local 213 ChannelFixture channel2(kEventListMemoryLimit); in TEST() local
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | webrtcbin.c | 2390 GObject *channel1 = NULL, *channel2 = NULL; in GST_START_TEST() local 2411 &channel2); in GST_START_TEST() 2412 g_assert_nonnull (channel2); in GST_START_TEST() 2425 g_signal_connect (channel2, "notify::ready-state", in GST_START_TEST() 2431 have_data_channel_transfer_string (t, t->webrtc1, channel1, channel2); in GST_START_TEST() 2436 g_object_unref (channel2); in GST_START_TEST()
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …t:1,channel16_11_5_reference_t:1,channel16_5_6_reference_t:1,channel1:1,channel2:1,channel3:1,chan… property
|