/external/grpc-grpc/src/php/tests/unit_tests/ |
D | ChannelTest.php | 193 $this->channel2 = new Grpc\Channel('localhost:50014', []); 198 $state = $this->channel2->getConnectivityState(); 208 $state = $this->channel2->getConnectivityState(); 212 $this->channel2->close(); 221 $this->channel2 = new Grpc\Channel('localhost:50016', []); 226 $state = $this->channel2->getConnectivityState(); 237 $state = $this->channel2->getConnectivityState(); 241 $this->channel2->close(); 250 $this->channel2 = new Grpc\Channel('localhost:50017', ["abc" => "def"]); 258 $state = $this->channel2->getConnectivityState(); [all …]
|
/external/webrtc/webrtc/p2p/base/ |
D | transportcontroller_unittest.cc | 111 FakeTransportChannel* channel2 = CreateChannel("video", 1); in CreateChannelsAndCompleteConnection_w() local 112 ASSERT_NE(nullptr, channel2); in CreateChannelsAndCompleteConnection_w() 124 channel2->SignalCandidateGathered(channel2, CreateCandidate(1)); in CreateChannelsAndCompleteConnection_w() 126 channel2->SetCandidatesGatheringComplete(); in CreateChannelsAndCompleteConnection_w() 128 channel2->SetConnectionCount(2); in CreateChannelsAndCompleteConnection_w() 130 channel2->SetReceiving(true); in CreateChannelsAndCompleteConnection_w() 132 channel2->SetWritable(true); in CreateChannelsAndCompleteConnection_w() 134 channel2->SetConnectionCount(1); in CreateChannelsAndCompleteConnection_w() 209 FakeTransportChannel* channel2 = CreateChannel("video", 1); in TEST_F() local 210 ASSERT_NE(nullptr, channel2); in TEST_F() [all …]
|
D | dtlstransportchannel_unittest.cc | 555 cricket::FakeTransportChannel* channel2 = client2_.GetFakeChannel(0); in TEST_F() local 557 ASSERT_TRUE(channel2 != NULL); in TEST_F() 562 EXPECT_EQ(cricket::ICEROLE_CONTROLLED, channel2->GetIceRole()); in TEST_F() 563 EXPECT_EQ(2U, channel2->IceTiebreaker()); in TEST_F()
|
D | turnserver.cc | 740 Channel* channel2 = FindChannel(peer_attr->GetAddress()); in HandleChannelBindRequest() local 741 if (channel1 != channel2) { in HandleChannelBindRequest()
|
/external/grpc-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(); 180 $this->channel2 = new Grpc\Channel('localhost:10001', []); [all …]
|
/external/webrtc/talk/media/sctp/ |
D | sctpdataengine_unittest.cc | 266 channel2()->SetSend(false); in TearDown() 326 cricket::SctpDataMediaChannel* channel2() { return chan2_.get(); } in channel2() function in SctpDataMediaChannelTest 363 channel2()->SignalReadyToSend.connect(&signal_observer_2, in TEST_F() 370 ASSERT_TRUE(SendData(channel2(), 2, "hi chan1", &result)); in TEST_F() 396 ASSERT_TRUE(SendData(channel2(), 2, "hi chan1", &result)); in TEST_F() 433 chan_2_sig_receiver.BindSelf(channel2()); in TEST_F() 439 ASSERT_TRUE(SendData(channel2(), 2, "hi chan1", &result)); in TEST_F() 453 chan_2_sig_receiver.BindSelf(channel2()); in TEST_F() 459 ASSERT_TRUE(SendData(channel2(), 2, "hi chan1", &result)); in TEST_F() 464 channel2()->RemoveSendStream(2); in TEST_F() [all …]
|
/external/grpc-grpc/test/core/channel/ |
D | channel_trace_test.cc | 186 ChannelFixture channel2(GetParam()); in TEST_P() local 188 MakeRefCounted<ChannelNode>(channel2.channel(), GetParam(), true); in TEST_P() 224 ChannelFixture channel2(GetParam()); in TEST_P() local 226 MakeRefCounted<ChannelNode>(channel2.channel(), GetParam(), true); in TEST_P()
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | ShutdownHookClientTest.cs | 39 var channel2 = new Channel(Host, 1001, ChannelCredentials.Insecure); in ProcessExitHookCanCleanupAbandonedChannels()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
D | unittest.cc | 140 channel2(sample_rate_hz, rate_bits_per_second); in TestGetSetBandwidthInfo() local 169 channel2.Send(send_time, bitstream2.size()))); in TestGetSetBandwidthInfo()
|
/external/libchrome/mojo/public/cpp/system/tests/ |
D | invitation_unittest.cc | 252 PlatformChannel channel2; in TEST() local 257 channel2.TakeLocalEndpoint(), kConnectionName); in TEST()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowNotificationManagerTest.java | 92 NotificationChannel channel2 = new NotificationChannel("id2", "name2", 1); in createNotificationChannels() local 94 notificationManager.createNotificationChannels(ImmutableList.of(channel1, channel2)); in createNotificationChannels()
|
/external/grpc-grpc-java/services/src/test/java/io/grpc/services/ |
D | ChannelzProtoUtilTest.java | 692 TestChannel channel2 = new TestChannel(); in toGetTopChannelsResponse() local 697 .addChannel(ChannelzProtoUtil.toChannel(channel2)) in toGetTopChannelsResponse() 702 ImmutableList.<InternalInstrumented<ChannelStats>>of(channel, channel2), true))); in toGetTopChannelsResponse()
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvoiceengine_unittest.cc | 2725 rtc::scoped_ptr<cricket::WebRtcVoiceMediaChannel> channel2( in TEST_F() local 2735 channel2->AddSendStream(stream2); in TEST_F() 2744 ASSERT_TRUE(channel2->SetSendParameters(parameters_options_all)); in TEST_F() 2745 EXPECT_EQ(parameters_options_all.options, channel2->options()); in TEST_F() 2762 ASSERT_TRUE(channel2->SetSendParameters(parameters_options_no_agc)); in TEST_F() 2766 EXPECT_EQ(expected_options, channel2->options()); in TEST_F() 2790 channel2->SetSend(cricket::SEND_MICROPHONE); in TEST_F() 2806 channel2->SetSend(cricket::SEND_MICROPHONE); in TEST_F() 2807 channel2->SetSendParameters(parameters_options_no_agc_nor_ns); in TEST_F() 2811 EXPECT_EQ(expected_options, channel2->options()); in TEST_F()
|
/external/libchrome/mojo/core/ |
D | invitation_unittest.cc | 798 PlatformChannel channel2; in TEST_F() local 809 channel2.TakeLocalEndpoint().TakePlatformHandle(), in TEST_F()
|
/external/kernel-headers/original/uapi/linux/ |
D | cdrom.h | 201 __u8 channel2; member
|
/external/syzkaller/sys/linux/ |
D | cdrom.txt | 143 channel2 int8
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 17842 Fixed channel2; in Qt_VDSetInputGammaValue() local 17850 PyMac_GetFixed, &channel2, in Qt_VDSetInputGammaValue() 17855 channel2, in Qt_VDSetInputGammaValue() 17868 Fixed channel2; in Qt_VDGetInputGammaValue() local 17878 &channel2, in Qt_VDGetInputGammaValue() 17883 PyMac_BuildFixed, channel2, in Qt_VDGetInputGammaValue()
|