Home
last modified time | relevance | path

Searched refs:Perspective (Results 51 – 75 of 3591) sorted by relevance

12345678910>>...144

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/crypto/
H A Dtransport_parameters_test.cc130 orig_params.perspective = Perspective::IS_CLIENT; in TEST_P()
161 EXPECT_EQ(Perspective::IS_CLIENT, new_params.perspective); in TEST_P()
193 orig_params.perspective = Perspective::IS_SERVER; in TEST_P()
227 EXPECT_EQ(Perspective::IS_SERVER, new_params.perspective); in TEST_P()
270 params.perspective = Perspective::IS_CLIENT; in TEST_P()
277 params.perspective = Perspective::IS_CLIENT; in TEST_P()
290 params.perspective = Perspective::IS_CLIENT; in TEST_P()
318 params.perspective = Perspective::IS_CLIENT; in TEST_P()
337 orig_params.perspective = Perspective::IS_CLIENT; in TEST_P()
476 EXPECT_EQ(Perspective::IS_CLIENT, new_params.perspective); in TEST_P()
[all …]
H A Dnull_encrypter_test.cc43 NullEncrypter encrypter(Perspective::IS_CLIENT); in TEST_F()
78 NullEncrypter encrypter(Perspective::IS_SERVER); in TEST_F()
87 NullEncrypter encrypter(Perspective::IS_CLIENT); in TEST_F()
95 NullEncrypter encrypter(Perspective::IS_CLIENT); in TEST_F()
/dports/devel/flexdock/flexdock-1.2.4/src/java/test/org/flexdock/test/perspective/
H A DFocusTest.java30 import org.flexdock.perspective.Perspective;
161 public Perspective getPerspective(String persistentId) { in getPerspective()
171 private Perspective createPerspective1() { in createPerspective1()
172 Perspective perspective = new Perspective(P1, "Perspective1"); in createPerspective1()
184 private Perspective createPerspective2() { in createPerspective2()
185 Perspective perspective = new Perspective(P2, "Perspective2"); in createPerspective2()
197 private Perspective createPerspective3() { in createPerspective3()
198 Perspective perspective = new Perspective(P3, "Perspective3"); in createPerspective3()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dlegacy_quic_stream_id_manager_test.cc25 TestParams(ParsedQuicVersion version, Perspective perspective) in TestParams()
29 Perspective perspective;
36 (p.perspective == Perspective::IS_CLIENT ? "Client" : "Server")); in PrintToString()
42 for (auto perspective : {Perspective::IS_CLIENT, Perspective::IS_SERVER}) { in GetTestParams()
63 if (GetParam().perspective == Perspective::IS_SERVER) { in GetNthPeerInitiatedId()
65 GetParam().version.transport_version, Perspective::IS_CLIENT) + in GetNthPeerInitiatedId()
H A Dquic_utils.cc445 if (perspective == Perspective::IS_SERVER) { in GetStreamType()
448 DCHECK_EQ(Perspective::IS_CLIENT, perspective); in GetStreamType()
454 if (perspective == Perspective::IS_SERVER) { in GetStreamType()
457 DCHECK_EQ(Perspective::IS_CLIENT, perspective); in GetStreamType()
471 Perspective perspective) { in GetFirstBidirectionalStreamId()
473 return perspective == Perspective::IS_CLIENT ? 0 : 1; in GetFirstBidirectionalStreamId()
475 return perspective == Perspective::IS_CLIENT ? 1 : 2; in GetFirstBidirectionalStreamId()
477 return perspective == Perspective::IS_CLIENT ? 3 : 2; in GetFirstBidirectionalStreamId()
483 Perspective perspective) { in GetFirstUnidirectionalStreamId()
485 return perspective == Perspective::IS_CLIENT ? 2 : 3; in GetFirstUnidirectionalStreamId()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/qpack/
H A Dqpack_send_stream_test.cc24 TestParams(const ParsedQuicVersion& version, Perspective perspective) in TestParams()
35 Perspective perspective;
42 (tp.perspective == Perspective::IS_CLIENT ? "client" : "server")); in PrintToString()
52 for (Perspective p : {Perspective::IS_SERVER, Perspective::IS_CLIENT}) { in GetTestParams()
83 Perspective perspective() const { return GetParam().perspective; } in perspective()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/qpack/
H A Dqpack_send_stream_test.cc27 TestParams(const ParsedQuicVersion& version, Perspective perspective) in TestParams()
38 Perspective perspective;
45 (tp.perspective == Perspective::IS_CLIENT ? "client" : "server")); in PrintToString()
55 for (Perspective p : {Perspective::IS_SERVER, Perspective::IS_CLIENT}) { in GetTestParams()
93 Perspective perspective() const { return GetParam().perspective; } in perspective()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dlegacy_quic_stream_id_manager_test.cc25 TestParams(ParsedQuicVersion version, Perspective perspective) in TestParams()
29 Perspective perspective;
36 (p.perspective == Perspective::IS_CLIENT ? "Client" : "Server")); in PrintToString()
42 for (auto perspective : {Perspective::IS_CLIENT, Perspective::IS_SERVER}) { in GetTestParams()
63 if (GetParam().perspective == Perspective::IS_SERVER) { in GetNthPeerInitiatedId()
65 GetParam().version.transport_version, Perspective::IS_CLIENT) + in GetNthPeerInitiatedId()
H A Dquic_utils.cc449 if (perspective == Perspective::IS_SERVER) { in GetStreamType()
452 DCHECK_EQ(Perspective::IS_CLIENT, perspective); in GetStreamType()
458 if (perspective == Perspective::IS_SERVER) { in GetStreamType()
461 DCHECK_EQ(Perspective::IS_CLIENT, perspective); in GetStreamType()
475 Perspective perspective) { in GetFirstBidirectionalStreamId()
477 return perspective == Perspective::IS_CLIENT ? 0 : 1; in GetFirstBidirectionalStreamId()
479 return perspective == Perspective::IS_CLIENT ? 1 : 2; in GetFirstBidirectionalStreamId()
481 return perspective == Perspective::IS_CLIENT ? 3 : 2; in GetFirstBidirectionalStreamId()
487 Perspective perspective) { in GetFirstUnidirectionalStreamId()
489 return perspective == Perspective::IS_CLIENT ? 2 : 3; in GetFirstUnidirectionalStreamId()
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/logging/
H A Dinterface.go30 Perspective = protocol.Perspective talias
69 PerspectiveServer Perspective = protocol.PerspectiveServer
71 PerspectiveClient Perspective = protocol.PerspectiveClient
98 TracerForConnection(p Perspective, odcid ConnectionID) ConnectionTracer argument
120 UpdatedKeyFromTLS(EncryptionLevel, Perspective) argument
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/logging/
H A Dinterface.go30 Perspective = protocol.Perspective talias
69 PerspectiveServer Perspective = protocol.PerspectiveServer
71 PerspectiveClient Perspective = protocol.PerspectiveClient
98 TracerForConnection(p Perspective, odcid ConnectionID) ConnectionTracer argument
120 UpdatedKeyFromTLS(EncryptionLevel, Perspective) argument
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/lucas-clemente/quic-go/logging/
H A Dinterface.go30 Perspective = protocol.Perspective talias
69 PerspectiveServer Perspective = protocol.PerspectiveServer
71 PerspectiveClient Perspective = protocol.PerspectiveClient
98 TracerForConnection(p Perspective, odcid ConnectionID) ConnectionTracer argument
120 UpdatedKeyFromTLS(EncryptionLevel, Perspective) argument
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/logging/
H A Dinterface.go30 Perspective = protocol.Perspective talias
69 PerspectiveServer Perspective = protocol.PerspectiveServer
71 PerspectiveClient Perspective = protocol.PerspectiveClient
98 TracerForConnection(p Perspective, odcid ConnectionID) ConnectionTracer argument
122 UpdatedKeyFromTLS(EncryptionLevel, Perspective) argument
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/logging/
H A Dinterface.go31 Perspective = protocol.Perspective talias
70 PerspectiveServer Perspective = protocol.PerspectiveServer
72 PerspectiveClient Perspective = protocol.PerspectiveClient
99 TracerForConnection(ctx context.Context, p Perspective, odcid ConnectionID) ConnectionTracer argument
124 UpdatedKeyFromTLS(EncryptionLevel, Perspective) argument
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/logging/
H A Dinterface.go31 Perspective = protocol.Perspective talias
70 PerspectiveServer Perspective = protocol.PerspectiveServer
72 PerspectiveClient Perspective = protocol.PerspectiveClient
99 TracerForConnection(ctx context.Context, p Perspective, odcid ConnectionID) ConnectionTracer argument
124 UpdatedKeyFromTLS(EncryptionLevel, Perspective) argument
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/logging/
H A Dinterface.go31 Perspective = protocol.Perspective talias
70 PerspectiveServer Perspective = protocol.PerspectiveServer
72 PerspectiveClient Perspective = protocol.PerspectiveClient
99 TracerForConnection(ctx context.Context, p Perspective, odcid ConnectionID) ConnectionTracer argument
124 UpdatedKeyFromTLS(EncryptionLevel, Perspective) argument
/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/logging/
H A Dinterface.go31 Perspective = protocol.Perspective talias
70 PerspectiveServer Perspective = protocol.PerspectiveServer
72 PerspectiveClient Perspective = protocol.PerspectiveClient
99 TracerForConnection(ctx context.Context, p Perspective, odcid ConnectionID) ConnectionTracer argument
124 UpdatedKeyFromTLS(EncryptionLevel, Perspective) argument
/dports/net/traefik/traefik-2.6.1/vendor/github.com/lucas-clemente/quic-go/logging/
H A Dinterface.go31 Perspective = protocol.Perspective talias
70 PerspectiveServer Perspective = protocol.PerspectiveServer
72 PerspectiveClient Perspective = protocol.PerspectiveClient
99 TracerForConnection(ctx context.Context, p Perspective, odcid ConnectionID) ConnectionTracer argument
124 UpdatedKeyFromTLS(EncryptionLevel, Perspective) argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/crypto/
H A Dtransport_parameters_test.cc143 orig_params.perspective = Perspective::IS_CLIENT; in TEST_P()
144 new_params.perspective = Perspective::IS_SERVER; in TEST_P()
148 new_params.perspective = Perspective::IS_CLIENT; in TEST_P()
222 orig_params.perspective = Perspective::IS_CLIENT; in TEST_P()
264 orig_params.perspective = Perspective::IS_CLIENT; in TEST_P()
309 orig_params.perspective = Perspective::IS_SERVER; in TEST_P()
357 params.perspective = Perspective::IS_CLIENT; in TEST_P()
364 params.perspective = Perspective::IS_CLIENT; in TEST_P()
377 params.perspective = Perspective::IS_CLIENT; in TEST_P()
405 params.perspective = Perspective::IS_CLIENT; in TEST_P()
[all …]
H A Dnull_encrypter_test.cc43 NullEncrypter encrypter(Perspective::IS_CLIENT); in TEST_F()
78 NullEncrypter encrypter(Perspective::IS_SERVER); in TEST_F()
87 NullEncrypter encrypter(Perspective::IS_CLIENT); in TEST_F()
95 NullEncrypter encrypter(Perspective::IS_CLIENT); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/http/
H A Dquic_send_control_stream_test.cc27 TestParams(const ParsedQuicVersion& version, Perspective perspective) in TestParams()
38 << (tp.perspective == Perspective::IS_CLIENT ? "client" : "server") in operator <<()
44 Perspective perspective;
51 (tp.perspective == Perspective::IS_CLIENT ? "client" : "server")); in PrintToString()
61 for (Perspective p : {Perspective::IS_SERVER, Perspective::IS_CLIENT}) { in GetTestParams()
92 Perspective perspective() const { return GetParam().perspective; } in perspective()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/http/
H A Dquic_send_control_stream_test.cc29 TestParams(const ParsedQuicVersion& version, Perspective perspective) in TestParams()
40 << (tp.perspective == Perspective::IS_CLIENT ? "client" : "server") in operator <<()
46 Perspective perspective;
53 (tp.perspective == Perspective::IS_CLIENT ? "client" : "server")); in PrintToString()
63 for (Perspective p : {Perspective::IS_SERVER, Perspective::IS_CLIENT}) { in GetTestParams()
98 Perspective perspective() const { return GetParam().perspective; } in perspective()
/dports/devel/flexdock/flexdock-1.2.4/src/java/perspective/org/flexdock/perspective/persist/xml/
H A DPerspectiveSerializer.java23 import org.flexdock.perspective.Perspective;
40 Perspective perspective = (Perspective) object; in serialize()
67 Perspective perspective = new Perspective(perspectiveId, perspectiveName); in deserialize()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/EntitySql/
H A DCqlQuery.cs62 Perspective perspective, in Compile()
100 Perspective perspective, in CompileQueryCommandLambda()
161 Perspective perspective,
210 Perspective perspective, in AnalyzeCommandSemantics()
246 Perspective perspective, in AnalyzeQueryExpressionSemantics()
266 Perspective perspective,
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/tests/
H A Dtest_perspective.py4 from perspective import Perspective
8 effect_class = Perspective
13 effect_class = Perspective

12345678910>>...144