Home
last modified time | relevance | path

Searched refs:clientType (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/tests/ManualPerformanceTests/
H A DSocketPerformanceAPMTests.cs30 SocketImplementationType clientType = SocketImplementationType.APM; in SocketPerformance_SingleSocketClientAPM_LocalHostServerAPM()
40 clientType, in SocketPerformance_SingleSocketClientAPM_LocalHostServerAPM()
52 SocketImplementationType clientType = SocketImplementationType.APM; in SocketPerformance_MultipleSocketClientAPM_LocalHostServerAPM()
62 clientType, in SocketPerformance_MultipleSocketClientAPM_LocalHostServerAPM()
74 SocketImplementationType clientType = SocketImplementationType.APM; in SocketPerformance_SingleSocketClientAPM_LocalHostServerAsync()
84 clientType, in SocketPerformance_SingleSocketClientAPM_LocalHostServerAsync()
96 SocketImplementationType clientType = SocketImplementationType.APM; in SocketPerformance_MultipleSocketClientAPM_LocalHostServerAsync()
106 clientType, in SocketPerformance_MultipleSocketClientAPM_LocalHostServerAsync()
118 SocketImplementationType clientType = SocketImplementationType.Async; in SocketPerformance_SingleSocketClientAsync_LocalHostServerAPM()
128 clientType, in SocketPerformance_SingleSocketClientAsync_LocalHostServerAPM()
[all …]
/dports/benchmarks/bombardier/bombardier-1.2.5/
H A Dbombardier_test.go47 clientType: clientType,
82 clientType: clientType,
145 clientType: clientType,
191 clientType: clientType,
240 clientType: clientType,
278 clientType: clientType,
471 clientType: clientType,
528 clientType: clientType,
577 clientType: clientType,
642 clientType: clientType,
[all …]
H A Dbombardier_performance_test.go12 clientType = flag.String("client-type", "fasthttp", var
33 clientType: clientTypeFromString(*clientType),
50 clientType: clientTypeFromString(*clientType),
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Description/
H A DClientClassGenerator.cs200 clientType.Members.Add(ctor); in IServiceContractGenerationExtension.GenerateContract()
227 context.Namespace.Types.Add(clientType); in IServiceContractGenerationExtension.GenerateContract()
228 context.ClientType = clientType; in IServiceContractGenerationExtension.GenerateContract()
245 clientType.Members.Add(helperMethod); in GenerateClientClassMethod()
635 clientType.Members.Add(operationCompletedEvent); in CreateOperationCompletedEvent()
648 clientType.Members.Add(beginOperationDelegate); in CreateBeginOperationDelegate()
690 clientType.Members.Add(onBeginOperationMethod); in CreateBeginOperationMethod()
703 clientType.Members.Add(endOperationDelegate); in CreateEndOperationDelegate()
765 clientType.Members.Add(onEndOperationMethod); in CreateEndOperationMethod()
834 clientType.Members.Add(operationCompletedMethod); in CreateOperationCompletedMethod()
[all …]
/dports/devel/eric6/eric6-21.11/eric/eric6/Debugger/
H A DDebugServer.py460 if self.lastClientType != self.clientType or clientType is not None:
462 clientType = self.clientType
859 return self.clientType
1007 if clientType:
1076 if clientType:
1141 if clientType:
1206 if clientType:
1561 if clientType and clientType not in self.getSupportedLanguages():
1574 if clientType:
1625 if clientType and clientType not in self.getSupportedLanguages():
[all …]
/dports/net/gerbera/gerbera-1.9.2/src/config/
H A Dclient_config.cc132 std::string_view ClientConfig::mapClientType(ClientType clientType) in mapClientType() argument
134 switch (clientType) { in mapClientType()
168 ClientType ClientConfig::remapClientType(const std::string& clientType) in remapClientType() argument
170 if (clientType == "BubbleUPnP") { in remapClientType()
173 if (clientType == "SamsungAllShare") { in remapClientType()
176 if (clientType == "SamsungSeriesQ") { in remapClientType()
179 if (clientType == "SamsungBDP") { in remapClientType()
182 if (clientType == "SamsungSeriesCDE") { in remapClientType()
185 if (clientType == "SamsungBDJ5500") { in remapClientType()
188 if (clientType == "StandardUPnP") { in remapClientType()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/go/thrift/
H A Dheader.go192 clientType ClientType member
418 func checkFramed(hdr *tHeader, clientType ClientType) error {
419 switch clientType {
422 hdr.clientType = clientType
427 hdr.clientType = clientType
432 NOT_IMPLEMENTED, fmt.Errorf("Transport %s not supported on tHeader", clientType),
453 switch clientType := analyzeFirst32Bit(firstword); clientType {
484 if clientType := analyzeSecond32Bit(secondword); clientType != HeaderClientType {
485 return checkFramed(hdr, clientType)
518 hdr.clientType = HeaderClientType
[all …]
H A Dheader_transport_test.go36 func testHeaderToProto(t *testing.T, clientType ClientType, tmb *MemoryBuffer, proto Protocol, head…
40 t.Fatalf("failed to write message for clientType: %s", clientType)
44 t.Fatalf("failed to write message data for clientType: %s", clientType)
48 t.Fatalf("failed to finalize message for clientType: %s", clientType)
52 t.Fatalf("failed to flush message for clientType: %s", clientType)
59 clientType, err, headertrans, hex.Dump(tmb.Bytes()),
63 if headertrans.clientType != clientType {
66 clientType, headertrans.clientType,
86 t.Fatalf("failed to read reflected message for clientType %s: %s", clientType, err)
90 t.Fatalf("failed to read reflected data for clientType %s: %s", clientType, err)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/
H A DTHeaderTransport.cpp47 if (clientType == THRIFT_UNFRAMED_BINARY || clientType == THRIFT_UNFRAMED_COMPACT) { in readSlow()
55 if (clientType == THRIFT_HEADER_CLIENT_TYPE) { in getProtocolId()
57 } else if (clientType == THRIFT_UNFRAMED_COMPACT || clientType == THRIFT_FRAMED_COMPACT) { in getProtocolId()
104 clientType = THRIFT_UNFRAMED_BINARY; in readFrame()
110 clientType = THRIFT_UNFRAMED_COMPACT; in readFrame()
132 clientType = THRIFT_FRAMED_BINARY; in readFrame()
138 clientType = THRIFT_FRAMED_COMPACT; in readFrame()
150 clientType = THRIFT_HEADER_CLIENT_TYPE; in readFrame()
376 clientType = THRIFT_HEADER_CLIENT_TYPE; in resetProtocol()
529 } else if (clientType == THRIFT_FRAMED_BINARY || clientType == THRIFT_FRAMED_COMPACT) { in flush()
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/
H A DTHeaderTransport.cpp48 if (clientType == THRIFT_UNFRAMED_BINARY || clientType == THRIFT_UNFRAMED_COMPACT) { in readSlow()
56 if (clientType == THRIFT_HEADER_CLIENT_TYPE) { in getProtocolId()
58 } else if (clientType == THRIFT_UNFRAMED_COMPACT || clientType == THRIFT_FRAMED_COMPACT) { in getProtocolId()
105 clientType = THRIFT_UNFRAMED_BINARY; in readFrame()
111 clientType = THRIFT_UNFRAMED_COMPACT; in readFrame()
133 clientType = THRIFT_FRAMED_BINARY; in readFrame()
139 clientType = THRIFT_FRAMED_COMPACT; in readFrame()
151 clientType = THRIFT_HEADER_CLIENT_TYPE; in readFrame()
377 clientType = THRIFT_HEADER_CLIENT_TYPE; in resetProtocol()
529 } else if (clientType == THRIFT_FRAMED_BINARY || clientType == THRIFT_FRAMED_COMPACT) { in flush()
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/cpp/src/thrift/transport/
H A DTHeaderTransport.cpp48 if (clientType == THRIFT_UNFRAMED_BINARY || clientType == THRIFT_UNFRAMED_COMPACT) { in readSlow()
56 if (clientType == THRIFT_HEADER_CLIENT_TYPE) { in getProtocolId()
58 } else if (clientType == THRIFT_UNFRAMED_COMPACT || clientType == THRIFT_FRAMED_COMPACT) { in getProtocolId()
105 clientType = THRIFT_UNFRAMED_BINARY; in readFrame()
111 clientType = THRIFT_UNFRAMED_COMPACT; in readFrame()
133 clientType = THRIFT_FRAMED_BINARY; in readFrame()
139 clientType = THRIFT_FRAMED_COMPACT; in readFrame()
151 clientType = THRIFT_HEADER_CLIENT_TYPE; in readFrame()
377 clientType = THRIFT_HEADER_CLIENT_TYPE; in resetProtocol()
529 } else if (clientType == THRIFT_FRAMED_BINARY || clientType == THRIFT_FRAMED_COMPACT) { in flush()
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/cpp/src/thrift/transport/
H A DTHeaderTransport.cpp47 if (clientType == THRIFT_UNFRAMED_BINARY || clientType == THRIFT_UNFRAMED_COMPACT) { in readSlow()
55 if (clientType == THRIFT_HEADER_CLIENT_TYPE) { in getProtocolId()
57 } else if (clientType == THRIFT_UNFRAMED_COMPACT || clientType == THRIFT_FRAMED_COMPACT) { in getProtocolId()
104 clientType = THRIFT_UNFRAMED_BINARY; in readFrame()
110 clientType = THRIFT_UNFRAMED_COMPACT; in readFrame()
132 clientType = THRIFT_FRAMED_BINARY; in readFrame()
138 clientType = THRIFT_FRAMED_COMPACT; in readFrame()
150 clientType = THRIFT_HEADER_CLIENT_TYPE; in readFrame()
376 clientType = THRIFT_HEADER_CLIENT_TYPE; in resetProtocol()
529 } else if (clientType == THRIFT_FRAMED_BINARY || clientType == THRIFT_FRAMED_COMPACT) { in flush()
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/lib/cpp/src/thrift/transport/
H A DTHeaderTransport.cpp47 if (clientType == THRIFT_UNFRAMED_BINARY || clientType == THRIFT_UNFRAMED_COMPACT) { in readSlow()
55 if (clientType == THRIFT_HEADER_CLIENT_TYPE) { in getProtocolId()
57 } else if (clientType == THRIFT_UNFRAMED_COMPACT || clientType == THRIFT_FRAMED_COMPACT) { in getProtocolId()
104 clientType = THRIFT_UNFRAMED_BINARY; in readFrame()
110 clientType = THRIFT_UNFRAMED_COMPACT; in readFrame()
132 clientType = THRIFT_FRAMED_BINARY; in readFrame()
138 clientType = THRIFT_FRAMED_COMPACT; in readFrame()
150 clientType = THRIFT_HEADER_CLIENT_TYPE; in readFrame()
376 clientType = THRIFT_HEADER_CLIENT_TYPE; in resetProtocol()
529 } else if (clientType == THRIFT_FRAMED_BINARY || clientType == THRIFT_FRAMED_COMPACT) { in flush()
[all …]
/dports/devel/thrift/thrift-0.14.0/lib/cpp/src/thrift/transport/
H A DTHeaderTransport.cpp47 if (clientType == THRIFT_UNFRAMED_BINARY || clientType == THRIFT_UNFRAMED_COMPACT) { in readSlow()
55 if (clientType == THRIFT_HEADER_CLIENT_TYPE) { in getProtocolId()
57 } else if (clientType == THRIFT_UNFRAMED_COMPACT || clientType == THRIFT_FRAMED_COMPACT) { in getProtocolId()
104 clientType = THRIFT_UNFRAMED_BINARY; in readFrame()
110 clientType = THRIFT_UNFRAMED_COMPACT; in readFrame()
132 clientType = THRIFT_FRAMED_BINARY; in readFrame()
138 clientType = THRIFT_FRAMED_COMPACT; in readFrame()
150 clientType = THRIFT_HEADER_CLIENT_TYPE; in readFrame()
376 clientType = THRIFT_HEADER_CLIENT_TYPE; in resetProtocol()
529 } else if (clientType == THRIFT_FRAMED_BINARY || clientType == THRIFT_FRAMED_COMPACT) { in flush()
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/
H A DTHeaderTransport.cpp47 if (clientType == THRIFT_UNFRAMED_BINARY || clientType == THRIFT_UNFRAMED_COMPACT) { in readSlow()
55 if (clientType == THRIFT_HEADER_CLIENT_TYPE) { in getProtocolId()
57 } else if (clientType == THRIFT_UNFRAMED_COMPACT || clientType == THRIFT_FRAMED_COMPACT) { in getProtocolId()
104 clientType = THRIFT_UNFRAMED_BINARY; in readFrame()
110 clientType = THRIFT_UNFRAMED_COMPACT; in readFrame()
132 clientType = THRIFT_FRAMED_BINARY; in readFrame()
138 clientType = THRIFT_FRAMED_COMPACT; in readFrame()
150 clientType = THRIFT_HEADER_CLIENT_TYPE; in readFrame()
376 clientType = THRIFT_HEADER_CLIENT_TYPE; in resetProtocol()
528 } else if (clientType == THRIFT_FRAMED_BINARY || clientType == THRIFT_FRAMED_COMPACT) { in flush()
[all …]
/dports/devel/node-thrift/thrift-0.14.0/lib/cpp/src/thrift/transport/
H A DTHeaderTransport.cpp47 if (clientType == THRIFT_UNFRAMED_BINARY || clientType == THRIFT_UNFRAMED_COMPACT) { in readSlow()
55 if (clientType == THRIFT_HEADER_CLIENT_TYPE) { in getProtocolId()
57 } else if (clientType == THRIFT_UNFRAMED_COMPACT || clientType == THRIFT_FRAMED_COMPACT) { in getProtocolId()
104 clientType = THRIFT_UNFRAMED_BINARY; in readFrame()
110 clientType = THRIFT_UNFRAMED_COMPACT; in readFrame()
132 clientType = THRIFT_FRAMED_BINARY; in readFrame()
138 clientType = THRIFT_FRAMED_COMPACT; in readFrame()
150 clientType = THRIFT_HEADER_CLIENT_TYPE; in readFrame()
376 clientType = THRIFT_HEADER_CLIENT_TYPE; in resetProtocol()
529 } else if (clientType == THRIFT_FRAMED_BINARY || clientType == THRIFT_FRAMED_COMPACT) { in flush()
[all …]
/dports/devel/py-thrift/thrift-0.14.0/lib/cpp/src/thrift/transport/
H A DTHeaderTransport.cpp47 if (clientType == THRIFT_UNFRAMED_BINARY || clientType == THRIFT_UNFRAMED_COMPACT) { in readSlow()
55 if (clientType == THRIFT_HEADER_CLIENT_TYPE) { in getProtocolId()
57 } else if (clientType == THRIFT_UNFRAMED_COMPACT || clientType == THRIFT_FRAMED_COMPACT) { in getProtocolId()
104 clientType = THRIFT_UNFRAMED_BINARY; in readFrame()
110 clientType = THRIFT_UNFRAMED_COMPACT; in readFrame()
132 clientType = THRIFT_FRAMED_BINARY; in readFrame()
138 clientType = THRIFT_FRAMED_COMPACT; in readFrame()
150 clientType = THRIFT_HEADER_CLIENT_TYPE; in readFrame()
376 clientType = THRIFT_HEADER_CLIENT_TYPE; in resetProtocol()
529 } else if (clientType == THRIFT_FRAMED_BINARY || clientType == THRIFT_FRAMED_COMPACT) { in flush()
[all …]
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/apache/thrift/lib/go/thrift/
H A Dheader_transport.go45 type clientType int type
48 clientUnknown clientType = iota
256 clientType clientType member
346 t.clientType = clientHeaders
350 t.clientType = clientFramedBinary
378 if t.clientType != clientHeaders {
479 if t.clientType == clientUnknown {
528 switch t.clientType {
532 t.clientType = clientHeaders
680 switch t.clientType {
[all …]
/dports/games/automuteus/automuteus-6.15.2/vendor/go.opentelemetry.io/otel/exporters/trace/jaeger/internal/third_party/thrift/lib/go/thrift/
H A Dheader_transport.go45 type clientType int type
48 clientUnknown clientType = iota
256 clientType clientType member
346 t.clientType = clientHeaders
350 t.clientType = clientFramedBinary
378 if t.clientType != clientHeaders {
479 if t.clientType == clientUnknown {
528 switch t.clientType {
532 t.clientType = clientHeaders
680 switch t.clientType {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/go/thrift/
H A Dheader_transport.go45 type clientType int type
48 clientUnknown clientType = iota
256 clientType clientType member
346 t.clientType = clientHeaders
350 t.clientType = clientFramedBinary
378 if t.clientType != clientHeaders {
479 if t.clientType == clientUnknown {
528 switch t.clientType {
532 t.clientType = clientHeaders
680 switch t.clientType {
[all …]
/dports/net/storj/storj-1.45.3/vendor/go.opentelemetry.io/otel/exporters/trace/jaeger/internal/third_party/thrift/lib/go/thrift/
H A Dheader_transport.go45 type clientType int type
48 clientUnknown clientType = iota
256 clientType clientType member
346 t.clientType = clientHeaders
350 t.clientType = clientFramedBinary
378 if t.clientType != clientHeaders {
479 if t.clientType == clientUnknown {
528 switch t.clientType {
532 t.clientType = clientHeaders
680 switch t.clientType {
[all …]
/dports/comms/pear-Horde_ActiveSync/Horde_ActiveSync-2.41.4/test/Horde/ActiveSync/
H A DDeviceTest.php88 …his->assertEquals(Horde_ActiveSync_Device::TYPE_ANDROID, Horde_String::lower($device->clientType));
102 …s->assertEquals(Horde_ActiveSync_Device::TYPE_TOUCHDOWN, Horde_String::lower($device->clientType));
113 …his->assertEquals(Horde_ActiveSync_Device::TYPE_ANDROID, Horde_String::lower($device->clientType));
127 …his->assertEquals(Horde_ActiveSync_Device::TYPE_ANDROID, Horde_String::lower($device->clientType));
143 …his->assertEquals(Horde_ActiveSync_Device::TYPE_ANDROID, Horde_String::lower($device->clientType));
157 … $this->assertEquals(Horde_ActiveSync_Device::TYPE_NINE, Horde_String::lower($device->clientType));
170 …his->assertEquals(Horde_ActiveSync_Device::TYPE_ANDROID, Horde_String::lower($device->clientType));
256 $this->assertEquals(Horde_ActiveSync_Device::TYPE_ANDROID, $device->clientType);
257 $device->clientType = 'Samsung';
258 $this->assertEquals('Samsung', $device->clientType);
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dconnmgr.go87 func (c *ConnectionManager) LookupByClientType(clientType keybase1.ClientType) rpc.Transporter {
91 if v.details != nil && v.details.Details.ClientType == clientType {
126 func (c *ConnectionManager) hasClientType(clientType keybase1.ClientType) bool {
128 if clientType == con.Details.ClientType {
136 func (c *ConnectionManager) WaitForClientType(clientType keybase1.ClientType, timeout time.Duration…
137 if c.hasClientType(clientType) {
146 if c.hasClientType(clientType) {
/dports/net-im/qxmpp-qt5/qxmpp-1.4.0/src/client/
H A DQXmppDiscoveryManager.cpp42 QString clientType; member in QXmppDiscoveryManagerPrivate
53 d->clientType = "phone"; in QXmppDiscoveryManager()
55 d->clientType = "pc"; in QXmppDiscoveryManager()
134 identity.setType(clientType()); in capabilities()
182 d->clientType = type; in setClientType()
217 QString QXmppDiscoveryManager::clientType() const in clientType() function in QXmppDiscoveryManager
219 return d->clientType; in clientType()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/java/src/main/java/com/facebook/thrift/transport/
H A DTHeaderTransport.java165 if (clientType == ClientTypes.HEADERS) { in getProtocolId()
183 return this.clientType; in getClientType()
187 public void setClientType(ClientTypes clientType) { in setClientType() argument
188 this.clientType = clientType; in setClientType()
269 clientType = ClientTypes.HEADERS; in _resetProtocol()
311 clientType = ClientTypes.FRAMED_DEPRECATED; in readFrame()
317 clientType = ClientTypes.HEADERS; in readFrame()
333 clientType = ClientTypes.UNKNOWN; in readFrame()
596 if (clientType == ClientTypes.HEADERS) { in flushImpl()
611 if (clientType == ClientTypes.HEADERS) { in flushImpl()
[all …]

12345678910>>...16