/external/grpc-grpc/src/php/tests/unit_tests/ |
D | ChannelTest.php | 188 $this->channel1 = new Grpc\Channel('localhost:50014', [ 196 $state = $this->channel1->getConnectivityState(); 202 $state = $this->channel1->getConnectivityState(true); 203 $this->waitUntilNotIdle($this->channel1); 206 $state = $this->channel1->getConnectivityState(); 211 $this->channel1->close(); 218 $this->channel1 = new Grpc\Channel('localhost:50015', [ 224 $state = $this->channel1->getConnectivityState(); 230 $state = $this->channel1->getConnectivityState(true); 231 $this->waitUntilNotIdle($this->channel1); [all …]
|
/external/grpc-grpc/src/php/tests/unit_tests/PersistentChannelTests/ |
D | PersistentChannelTest.php | 64 $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 …]
|
/external/webrtc/pc/ |
D | rtp_transceiver_unittest.cc | 37 cricket::MockChannelInterface channel1; in TEST() local 39 EXPECT_CALL(channel1, media_type()) in TEST() 41 EXPECT_CALL(channel1, SignalFirstPacketReceived()) in TEST() 44 transceiver.SetChannel(&channel1); in TEST() 45 EXPECT_EQ(&channel1, transceiver.channel()); in TEST() 49 EXPECT_EQ(&channel1, transceiver.channel()); in TEST() 57 EXPECT_EQ(&channel1, transceiver.channel()); in TEST()
|
/external/grpc-grpc/test/core/channel/ |
D | channel_trace_test.cc | 167 ChannelFixture channel1(GetParam()); in TEST_P() local 169 MakeRefCounted<ChannelNode>(channel1.channel(), GetParam(), true); in TEST_P() 215 ChannelFixture channel1(GetParam()); in TEST_P() local 217 MakeRefCounted<ChannelNode>(channel1.channel(), GetParam(), true); in TEST_P()
|
/external/webrtc/p2p/base/ |
D | turn_server.cc | 800 Channel* channel1 = FindChannel(channel_id); in HandleChannelBindRequest() local 802 if (channel1 != channel2) { in HandleChannelBindRequest() 808 if (!channel1) { in HandleChannelBindRequest() 809 channel1 = new Channel(thread_, channel_id, peer_attr->GetAddress()); in HandleChannelBindRequest() 810 channel1->SignalDestroyed.connect( in HandleChannelBindRequest() 812 channels_.push_back(channel1); in HandleChannelBindRequest() 814 channel1->Refresh(); in HandleChannelBindRequest()
|
/external/downloader/src/test/java/com/google/android/downloader/ |
D | ProtoFileDownloadDestinationTest.java | 174 WritableByteChannel channel1 = in clear_fileNonEmpty() local 180 CharSource.wrap("swallowed").asByteSource(UTF_8).copyTo(Channels.newOutputStream(channel1)); in clear_fileNonEmpty()
|
D | SimpleFileDownloadDestinationTest.java | 174 WritableByteChannel channel1 = in clear_fileNonEmpty() local 180 CharSource.wrap("swallowed").asByteSource(UTF_8).copyTo(Channels.newOutputStream(channel1)); in clear_fileNonEmpty()
|
/external/libchrome/mojo/public/cpp/system/tests/ |
D | invitation_unittest.cc | 251 PlatformChannel channel1; in TEST() local 255 channel1.TakeLocalEndpoint(), kConnectionName); in TEST()
|
/external/llvm-project/lldb/tools/lldb-server/ |
D | LLGSOptions.td | 35 MetaVarName<"<channel1 categories...:channel2 categories...>">,
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowNotificationManagerTest.java | 91 NotificationChannel channel1 = new NotificationChannel("id", "name", 1); in createNotificationChannels() local 94 notificationManager.createNotificationChannels(ImmutableList.of(channel1, channel2)); in createNotificationChannels()
|
/external/libchrome/mojo/core/ |
D | invitation_unittest.cc | 797 PlatformChannel channel1; in TEST_F() local 802 channel1.TakeLocalEndpoint().TakePlatformHandle(), in TEST_F()
|
/external/kernel-headers/original/uapi/linux/ |
D | cdrom.h | 200 __u8 channel1; member
|
/external/webrtc/media/engine/ |
D | webrtc_voice_engine_unittest.cc | 3076 std::unique_ptr<cricket::WebRtcVoiceMediaChannel> channel1( in TEST_P() local 3090 channel1->AddSendStream(stream1); in TEST_P() 3100 EXPECT_TRUE(channel1->SetSendParameters(parameters_options_all)); in TEST_P() 3106 EXPECT_EQ(parameters_options_all.options, channel1->options()); in TEST_P() 3116 EXPECT_TRUE(channel1->SetSendParameters(parameters_options_no_ns)); in TEST_P() 3126 EXPECT_EQ(expected_options, channel1->options()); in TEST_P() 3152 channel1->SetSend(true); in TEST_P()
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 17841 Fixed channel1; in Qt_VDSetInputGammaValue() local 17849 PyMac_GetFixed, &channel1, in Qt_VDSetInputGammaValue() 17854 channel1, in Qt_VDSetInputGammaValue() 17867 Fixed channel1; in Qt_VDGetInputGammaValue() local 17877 &channel1, in Qt_VDGetInputGammaValue() 17882 PyMac_BuildFixed, channel1, in Qt_VDGetInputGammaValue()
|