Home
last modified time | relevance | path

Searched defs:CreateChannel (Results 1 – 25 of 875) sorted by relevance

12345678910>>...35

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Channels/tests/Performance/
H A DPerf.Channel.cs12 public override Channel<int> CreateChannel() => Channel.CreateUnbounded<int>(); in CreateChannel() method in System.Threading.Channels.Tests.Perf_UnboundedChannelTests
17 …public override Channel<int> CreateChannel() => Channel.CreateUnbounded<int>(new UnboundedChannelO… in CreateChannel() method in System.Threading.Channels.Tests.Perf_UnboundedSpscChannelTests
22 public override Channel<int> CreateChannel() => Channel.CreateBounded<int>(10); in CreateChannel() method in System.Threading.Channels.Tests.Perf_BoundedChannelTests
27 public override Channel<int> CreateChannel() => Channel.CreateUnbuffered<int>(); in CreateChannel() method in System.Threading.Channels.Tests.Perf_UnbufferedChannelTests
99 public abstract Channel<int> CreateChannel(); in CreateChannel() method in System.Threading.Channels.Tests.Perf_Tests
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel/
H A DChannelFactory_1.cs106 public TChannel CreateChannel () in CreateChannel() method in System.ServiceModel.ChannelFactory
113 public TChannel CreateChannel (EndpointAddress address) in CreateChannel() method in System.ServiceModel.ChannelFactory
128 public static TChannel CreateChannel (Binding binding, EndpointAddress endpointAddress) in CreateChannel() method in System.ServiceModel.ChannelFactory
133 public static TChannel CreateChannel (Binding binding, EndpointAddress endpointAddress, Uri via) in CreateChannel() method in System.ServiceModel.ChannelFactory
138 public virtual TChannel CreateChannel (EndpointAddress address, Uri via) in CreateChannel() method in System.ServiceModel.ChannelFactory
178 protected static TChannel CreateChannel (string endpointConfigurationName) in CreateChannel() method in System.ServiceModel.ChannelFactory
H A DDuplexChannelFactory.cs192 public TChannel CreateChannel (InstanceContext callbackInstance) in CreateChannel() method in System.ServiceModel.DuplexChannelFactory
197 public override TChannel CreateChannel (EndpointAddress address, Uri via) in CreateChannel() method in System.ServiceModel.DuplexChannelFactory
202 public TChannel CreateChannel (InstanceContext callbackInstance, EndpointAddress address) in CreateChannel() method in System.ServiceModel.DuplexChannelFactory
207 …public virtual TChannel CreateChannel (InstanceContext callbackInstance, EndpointAddress address, … in CreateChannel() method in System.ServiceModel.DuplexChannelFactory
241 public static TChannel CreateChannel (object callbackObject, string endpointConfigurationName) in CreateChannel() method in System.ServiceModel.DuplexChannelFactory
246 …public static TChannel CreateChannel (InstanceContext callbackInstance, string endpointConfigurati… in CreateChannel() method in System.ServiceModel.DuplexChannelFactory
251 …public static TChannel CreateChannel (object callbackObject, Binding binding, EndpointAddress endp… in CreateChannel() method in System.ServiceModel.DuplexChannelFactory
256 …public static TChannel CreateChannel (InstanceContext callbackInstance, Binding binding, EndpointA… in CreateChannel() method in System.ServiceModel.DuplexChannelFactory
261 …public static TChannel CreateChannel (object callbackObject, Binding binding, EndpointAddress endp… in CreateChannel() method in System.ServiceModel.DuplexChannelFactory
266 …public static TChannel CreateChannel (InstanceContext callbackInstance, Binding binding, EndpointA… in CreateChannel() method in System.ServiceModel.DuplexChannelFactory
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/
H A DDuplexChannelFactory.cs196 public TChannel CreateChannel(InstanceContext callbackInstance) in CreateChannel() method in System.ServiceModel.DuplexChannelFactory
201 public TChannel CreateChannel(InstanceContext callbackInstance, EndpointAddress address) in CreateChannel() method in System.ServiceModel.DuplexChannelFactory
211 public override TChannel CreateChannel(EndpointAddress address, Uri via) in CreateChannel() method in System.ServiceModel.DuplexChannelFactory
216 …public virtual TChannel CreateChannel(InstanceContext callbackInstance, EndpointAddress address, U… in CreateChannel() method in System.ServiceModel.DuplexChannelFactory
272 … public static TChannel CreateChannel(object callbackObject, String endpointConfigurationName) in CreateChannel() method in System.ServiceModel.DuplexChannelFactory
277 …public static TChannel CreateChannel(object callbackObject, Binding binding, EndpointAddress endpo… in CreateChannel() method in System.ServiceModel.DuplexChannelFactory
282 …public static TChannel CreateChannel(object callbackObject, Binding binding, EndpointAddress endpo… in CreateChannel() method in System.ServiceModel.DuplexChannelFactory
287 …public static TChannel CreateChannel(InstanceContext callbackInstance, String endpointConfiguratio… in CreateChannel() method in System.ServiceModel.DuplexChannelFactory
295 …public static TChannel CreateChannel(InstanceContext callbackInstance, Binding binding, EndpointAd… in CreateChannel() method in System.ServiceModel.DuplexChannelFactory
303 …public static TChannel CreateChannel(InstanceContext callbackInstance, Binding binding, EndpointAd… in CreateChannel() method in System.ServiceModel.DuplexChannelFactory
H A DChannelFactory.cs677 public TChannel CreateChannel(EndpointAddress address) in CreateChannel() method in System.ServiceModel.ChannelFactory
687 public virtual TChannel CreateChannel(EndpointAddress address, Uri via) in CreateChannel() method in System.ServiceModel.ChannelFactory
720 public TChannel CreateChannel() in CreateChannel() method in System.ServiceModel.ChannelFactory
806 internal UChannel CreateChannel<UChannel>(EndpointAddress address) in CreateChannel() method in System.ServiceModel.ChannelFactory
812 internal UChannel CreateChannel<UChannel>(EndpointAddress address, Uri via) in CreateChannel() method in System.ServiceModel.ChannelFactory
872 protected static TChannel CreateChannel(String endpointConfigurationName) in CreateChannel() method in System.ServiceModel.ChannelFactory
886 public static TChannel CreateChannel(Binding binding, EndpointAddress endpointAddress) in CreateChannel() method in System.ServiceModel.ChannelFactory
900 … public static TChannel CreateChannel(Binding binding, EndpointAddress endpointAddress, Uri via) in CreateChannel() method in System.ServiceModel.ChannelFactory
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DIChannelFactory.cs17 TChannel CreateChannel(EndpointAddress to); in CreateChannel() method
18 TChannel CreateChannel(EndpointAddress to, Uri via); in CreateChannel() method
H A DChannelFactoryBase.cs102 public TChannel CreateChannel(EndpointAddress address) in CreateChannel() method in System.ServiceModel.Channels.ChannelFactoryBase
110 public TChannel CreateChannel(EndpointAddress address, Uri via) in CreateChannel() method in System.ServiceModel.Channels.ChannelFactoryBase
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Channels/
H A DIChannelFactory.cs39 TChannel CreateChannel (EndpointAddress to); in CreateChannel() method
40 TChannel CreateChannel (EndpointAddress to, Uri via); in CreateChannel() method
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/chromium/src/chrome/common/
H A Dchild_process_host.cc28 bool ChildProcessHost::CreateChannel() { in CreateChannel() function in ChildProcessHost
39 bool ChildProcessHost::CreateChannel(FileDescriptor& aFileDescriptor) { in CreateChannel() function in ChildProcessHost
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/chrome/common/
H A Dchild_process_host.cc32 bool ChildProcessHost::CreateChannel() { in CreateChannel() function in ChildProcessHost
44 bool ChildProcessHost::CreateChannel(FileDescriptor& aFileDescriptor) { in CreateChannel() function in ChildProcessHost
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/chromium/src/chrome/common/
H A Dchild_process_host.cc29 bool ChildProcessHost::CreateChannel() { in CreateChannel() function in ChildProcessHost
40 bool ChildProcessHost::CreateChannel(FileDescriptor& aFileDescriptor) { in CreateChannel() function in ChildProcessHost
/dports/security/keybase/client-v5.7.1/shared/chat/create-channel/
H A Dindex.d.ts16 export declare class CreateChannel extends React.Component<Props> {} class
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/ComIntegration/
H A DICreateServiceChannel.cs14 RealProxy CreateChannel (); in CreateChannel() method
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/pubsub/internal/
H A Dcreate_channel.cc24 std::shared_ptr<grpc::Channel> CreateChannel(pubsub::ConnectionOptions options, in CreateChannel() function
/dports/net/opal/opal-3.10.10/src/t38/
H A Dh323t38.cxx106 H323Channel * H323_T38Capability::CreateChannel(H323Connection & connection, in CreateChannel() function in H323_T38Capability
241 H323Channel * H323_T38NonStandardCapability::CreateChannel(H323Connection & connection, in CreateChannel() function in H323_T38NonStandardCapability
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/voice_engine/
H A Dchannel_manager.cc55 ChannelOwner ChannelManager::CreateChannel() { in CreateChannel() function in webrtc::voe::ChannelManager
59 ChannelOwner ChannelManager::CreateChannel(const Config& external_config) { in CreateChannel() function in webrtc::voe::ChannelManager
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/sensors/
H A Dfake_sensor_hal_server.cc14 void FakeSensorHalServer::CreateChannel( in CreateChannel() function in chromeos::sensors::FakeSensorHalServer
/dports/net/opal/opal-3.10.10/src/h224/
H A Dh323h224.cxx87 H323Channel * H323_H224_AnnexQCapability::CreateChannel(H323Connection & connection, in CreateChannel() function in H323_H224_AnnexQCapability
170 H323Channel * H323_H224_HDLCTunnelingCapability::CreateChannel(H323Connection & connection, in CreateChannel() function in H323_H224_HDLCTunnelingCapability
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/video_engine/
H A Dvie_base_impl.cc175 int ViEBaseImpl::CreateChannel(int& video_channel) { // NOLINT in CreateChannel() function in webrtc::ViEBaseImpl
179 int ViEBaseImpl::CreateChannel(int& video_channel, // NOLINT in CreateChannel() function in webrtc::ViEBaseImpl
191 int ViEBaseImpl::CreateChannel(int& video_channel, // NOLINT in CreateChannel() function in webrtc::ViEBaseImpl
367 int ViEBaseImpl::CreateChannel(int& video_channel, // NOLINT in CreateChannel() function in webrtc::ViEBaseImpl
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Channels/tests/
H A DUnbufferedChannelTests.cs13 protected override Channel<int> CreateChannel() => Channel.CreateUnbuffered<int>(); in CreateChannel() method in System.Threading.Channels.Tests.UnbufferedChannelTests
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/media/engine/
H A Dnullwebrtcvideoengine.h40 VideoMediaChannel* CreateChannel(webrtc::Call* call, in CreateChannel() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/media/engine/
H A Dnullwebrtcvideoengine.h40 VideoMediaChannel* CreateChannel(webrtc::Call* call, in CreateChannel() function
/dports/databases/postgresql11-docs/postgresql-11.14/src/test/subscription/t/
H A D008_diff_schema.pl84 $node_publisher->wait_for_catchup($appname);
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/media/engine/
H A Dnullwebrtcvideoengine.h40 VideoMediaChannel* CreateChannel(webrtc::Call* call, in CreateChannel() function
/dports/devel/grpc130/grpc-1.30.2/include/grpcpp/
H A Dcreate_channel.h27 static inline std::shared_ptr<::grpc::Channel> CreateChannel( in CreateChannel() function

12345678910>>...35