Home
last modified time | relevance | path

Searched refs:channel1 (Results 1 – 14 of 14) sorted by relevance

/third_party/grpc/src/php/tests/unit_tests/PersistentChannelTests/
DPersistentChannelTest.php64 $this->channel1 = new Grpc\Channel('localhost:1', ['force_new' => true]);
65 $channel1_info = $this->channel1->getChannelInfo();
66 $plist_info = $this->channel1->getPersistentList();
72 $this->channel1->close();
77 $this->channel1 = new Grpc\Channel('localhost:1', []);
78 $channel1_info = $this->channel1->getChannelInfo();
79 $plist_info = $this->channel1->getPersistentList();
86 $this->channel1->close();
91 $this->channel1 = new Grpc\Channel('localhost:1', []);
92 $plist_info = $this->channel1->getPersistentList();
[all …]
/third_party/grpc/src/php/tests/unit_tests/
DChannelTest.php206 $this->channel1 = new Grpc\Channel('localhost:50014', [
214 $state = $this->channel1->getConnectivityState();
220 $state = $this->channel1->getConnectivityState(true);
221 $this->waitUntilNotIdle($this->channel1);
224 $state = $this->channel1->getConnectivityState();
229 $this->channel1->close();
236 $this->channel1 = new Grpc\Channel('localhost:50015', [
242 $state = $this->channel1->getConnectivityState();
248 $state = $this->channel1->getConnectivityState(true);
249 $this->waitUntilNotIdle($this->channel1);
[all …]
/third_party/node/test/parallel/
Dtest-worker-workerdata-messageport.js22 const channel1 = new MessageChannel(); constant
24 const workerData = { message: channel1.port1, message2: channel2.port1 };
25 const transferList = [channel1.port1, channel2.port1];
49 const channel1 = new MessageChannel(); constant
51 const workerData = { message: channel1.port1, message2: channel2.port1 };
Dtest-worker-message-transfer-port-mark-as-untransferable.js20 const channel1 = new MessageChannel(); constant
26 channel1.port1.postMessage(channel2.port1, [ channel2.port1 ]);
/third_party/grpc/src/objective-c/tests/UnitTests/
DChannelPoolTest.m48 GRPCPooledChannel *channel1 = [pool channelWithHost:kDummyHost callOptions:options1];
53 XCTAssertNotNil(channel1);
57 XCTAssertEqual(channel1, channel2);
58 XCTAssertNotEqual(channel1, channel3);
59 XCTAssertNotEqual(channel1, channel4);
/third_party/boost/libs/gil/doc/design/
Dchannel.rst150 channel16_0_5_reference_t channel1(&data);
154 channel1 = channel_traits<channel16_0_5_reference_t>::max_value();
164 packed_channel_value<5> channel_6bit = channel1;
174 channel1 = channel_traits<channel16_0_5_reference_t>::max_value();
175 assert(channel1 == 31);
177 bits16 chan16 = channel_convert<bits16>(channel1);
/third_party/boost/libs/gil/doc/html/_sources/design/
Dchannel.rst.txt150 channel16_0_5_reference_t channel1(&data);
154 channel1 = channel_traits<channel16_0_5_reference_t>::max_value();
164 packed_channel_value<5> channel_6bit = channel1;
174 channel1 = channel_traits<channel16_0_5_reference_t>::max_value();
175 assert(channel1 == 31);
177 bits16 chan16 = channel_convert<bits16>(channel1);
/third_party/boost/libs/gil/test/legacy/
Dchannel.cpp330 channel16_0_5_reference_t channel1(&data); in test_packed_channel_reference() local
334 channel1=channel_traits<channel16_0_5_reference_t>::max_value(); in test_packed_channel_reference()
350 channel16_5_reference_t channel1(&data,0); in test_packed_dynamic_channel_reference() local
354 channel1=channel_traits<channel16_5_reference_t>::max_value(); in test_packed_dynamic_channel_reference()
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
Dclose_channel_test.py124 async with aio.insecure_channel(self._server_target) as channel1:
126 stub1 = test_pb2_grpc.TestServiceStub(channel1)
/third_party/grpc/test/cpp/end2end/
Dclient_lb_end2end_test.cc540 auto channel1 = BuildChannel("pick_first", response_generator1, args); in TEST_F() local
541 auto stub1 = BuildStub(channel1); in TEST_F()
781 auto channel1 = BuildChannel("pick_first", response_generator1); in TEST_F() local
782 auto stub1 = BuildStub(channel1); in TEST_F()
808 auto channel1 = BuildChannel("pick_first", response_generator1, args); in TEST_F() local
809 auto stub1 = BuildStub(channel1); in TEST_F()
1516 auto channel1 = BuildChannel("round_robin", response_generator1, args); in TEST_F() local
1517 auto stub1 = BuildStub(channel1); in TEST_F()
1528 EXPECT_FALSE(WaitForChannelReady(channel1.get(), 1)); in TEST_F()
1553 auto channel1 = BuildChannel("round_robin", response_generator1, args); in TEST_F() local
[all …]
/third_party/grpc/test/core/channel/
Dchannel_trace_test.cc156 ChannelFixture channel1(kEventListMemoryLimit); in TEST() local
204 ChannelFixture channel1(kEventListMemoryLimit); in TEST() local
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c2390 GObject *channel1 = NULL, *channel2 = NULL; in GST_START_TEST() local
2408 &channel1); in GST_START_TEST()
2409 g_assert_nonnull (channel1); in GST_START_TEST()
2423 g_signal_connect (channel1, "notify::ready-state", in GST_START_TEST()
2431 have_data_channel_transfer_string (t, t->webrtc1, channel1, channel2); in GST_START_TEST()
2435 g_object_unref (channel1); in GST_START_TEST()
/third_party/boost/libs/gil/doc/html/
Dsearchindex.js1 …_reference_t:1,channel16_11_5_reference_t:1,channel16_5_6_reference_t:1,channel1:1,channel2:1,chan… property
/third_party/openssl/
DCHANGES13117 [John Tobey <jtobey@channel1.com>]