Home
last modified time | relevance | path

Searched refs:Perspective (Results 1 – 25 of 3079) sorted by relevance

12345678910>>...124

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Ddebuggermainwindow.cpp97 Perspective::OperationType operationType = Perspective::Raise;
426 Perspective *perspective = Perspective::findPerspective(lastPerspectiveId); in enterDebugMode()
546 Perspective *Perspective::findPerspective(const QString &perspectiveId) in findPerspective()
739 if (Perspective *parent = Perspective::findPerspective(m_parentPerspectiveId)) in saveAsLastUsedPerspective()
768 Perspective::Perspective(const QString &id, const QString &name, in Perspective() function in Utils::Perspective
790 Perspective::~Perspective() in ~Perspective()
805 QString Perspective::id() const in id()
810 QString Perspective::name() const in name()
815 void Perspective::setAboutToActivateCallback(const Perspective::Callback &cb) in setAboutToActivateCallback()
948 void Perspective::destroy() in destroy()
[all …]
H A Ddebuggermainwindow.h71 class DEBUGGER_EXPORT Perspective : public QObject
74 Perspective(const QString &id, const QString &name,
77 ~Perspective();
112 static Perspective *findPerspective(const QString &perspectiveId);
120 Perspective(const Perspective &) = delete;
121 void operator=(const Perspective &) = delete;
147 static Perspective *currentPerspective();
158 friend class Perspective; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/quic/
H A Dmock_crypto_client_stream.cc35 using quic::Perspective;
95 std::make_unique<NullDecrypter>(Perspective::IS_CLIENT)); in CryptoConnect()
209 std::make_unique<NullEncrypter>(Perspective::IS_CLIENT)); in CryptoConnect()
270 std::make_unique<NullDecrypter>(Perspective::IS_CLIENT)); in NotifySessionZeroRttComplete()
276 std::make_unique<NullEncrypter>(Perspective::IS_CLIENT)); in NotifySessionZeroRttComplete()
290 std::make_unique<MockDecrypter>(Perspective::IS_CLIENT)); in NotifySessionOneRttKeyAvailable()
294 std::make_unique<MockDecrypter>(Perspective::IS_CLIENT)); in NotifySessionOneRttKeyAvailable()
298 std::make_unique<MockEncrypter>(Perspective::IS_CLIENT)); in NotifySessionOneRttKeyAvailable()
303 std::make_unique<NullDecrypter>(Perspective::IS_CLIENT)); in NotifySessionOneRttKeyAvailable()
312 std::make_unique<NullEncrypter>(Perspective::IS_CLIENT)); in NotifySessionOneRttKeyAvailable()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/quic/
H A Dmock_crypto_client_stream.cc34 using quic::Perspective;
95 std::make_unique<NullDecrypter>(Perspective::IS_CLIENT)); in CryptoConnect()
130 std::make_unique<MockEncrypter>(Perspective::IS_CLIENT)); in CryptoConnect()
143 std::make_unique<NullEncrypter>(Perspective::IS_CLIENT)); in CryptoConnect()
173 std::make_unique<MockEncrypter>(Perspective::IS_CLIENT)); in CryptoConnect()
187 std::make_unique<NullEncrypter>(Perspective::IS_CLIENT)); in CryptoConnect()
247 std::make_unique<MockDecrypter>(Perspective::IS_CLIENT)); in NotifySessionOneRttKeyAvailable()
251 std::make_unique<MockDecrypter>(Perspective::IS_CLIENT)); in NotifySessionOneRttKeyAvailable()
255 std::make_unique<MockEncrypter>(Perspective::IS_CLIENT)); in NotifySessionOneRttKeyAvailable()
260 std::make_unique<NullDecrypter>(Perspective::IS_CLIENT)); in NotifySessionOneRttKeyAvailable()
[all …]
/dports/devel/flexdock/flexdock-1.2.4/src/java/perspective/org/flexdock/perspective/persist/xml/
H A DPerspectiveModelSerializer.java23 import org.flexdock.perspective.Perspective;
46 ISerializer perspectiveSerializer = SerializerRegistry.getSerializer(Perspective.class); in serialize()
48 Perspective[] perspectives = perspectiveModel.getPerspectives(); in serialize()
50 Perspective perspective = perspectives[i]; in serialize()
63 ISerializer perspectiveSerializer = SerializerRegistry.getSerializer(Perspective.class); in deserialize()
69Perspective perspective = (Perspective) perspectiveSerializer.deserialize(perspectiveElement); in deserialize()
74Perspective[] perspectivesArray = (Perspective[]) perspectives.toArray(new Perspective[perspective… in deserialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_packets_test.cc30 GetServerConnectionIdAsRecipient(header, Perspective::IS_SERVER)); in TEST_F()
32 GetServerConnectionIdAsRecipient(header, Perspective::IS_CLIENT)); in TEST_F()
38 GetServerConnectionIdAsSender(header, Perspective::IS_SERVER)); in TEST_F()
40 GetServerConnectionIdAsSender(header, Perspective::IS_CLIENT)); in TEST_F()
46 header, Perspective::IS_SERVER)); in TEST_F()
48 header, Perspective::IS_CLIENT)); in TEST_F()
54 header, Perspective::IS_SERVER)); in TEST_F()
56 header, Perspective::IS_CLIENT)); in TEST_F()
62 GetClientConnectionIdAsRecipient(header, Perspective::IS_SERVER)); in TEST_F()
70 GetClientConnectionIdAsSender(header, Perspective::IS_SERVER)); in TEST_F()
[all …]
H A Duber_quic_stream_id_manager_test.cc25 Perspective perspective;
41 params.push_back(TestParams(version, Perspective::IS_CLIENT)); in GetTestParams()
42 params.push_back(TestParams(version, Perspective::IS_SERVER)); in GetTestParams()
91 return ((perspective() == Perspective::IS_SERVER) in GetNthPeerInitiatedBidirectionalStreamId()
96 return ((perspective() == Perspective::IS_SERVER) in GetNthPeerInitiatedUnidirectionalStreamId()
101 return ((perspective() == Perspective::IS_CLIENT) in GetNthSelfInitiatedBidirectionalStreamId()
106 return ((perspective() == Perspective::IS_CLIENT) in GetNthSelfInitiatedUnidirectionalStreamId()
112 Perspective perspective, in StreamCountToId()
126 Perspective perspective() { return GetParam().perspective; } in perspective()
260 perspective() == Perspective::IS_SERVER in TEST_P()
[all …]
/dports/devel/flexdock/flexdock-1.2.4/src/java/perspective/org/flexdock/perspective/event/
H A DPerspectiveEvent.java4 import org.flexdock.perspective.Perspective;
14 private Perspective oldPerspective;
16 public PerspectiveEvent(Perspective perspective, Perspective oldPerspective, int eventType) { in PerspectiveEvent()
21 public Perspective getPerspective() { in getPerspective()
22 return (Perspective)getSource(); in getPerspective()
25 public Perspective getOldPerspective() { in getOldPerspective()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_packets_test.cc30 GetServerConnectionIdAsRecipient(header, Perspective::IS_SERVER)); in TEST_F()
32 GetServerConnectionIdAsRecipient(header, Perspective::IS_CLIENT)); in TEST_F()
38 GetServerConnectionIdAsSender(header, Perspective::IS_SERVER)); in TEST_F()
40 GetServerConnectionIdAsSender(header, Perspective::IS_CLIENT)); in TEST_F()
46 header, Perspective::IS_SERVER)); in TEST_F()
48 header, Perspective::IS_CLIENT)); in TEST_F()
54 header, Perspective::IS_SERVER)); in TEST_F()
56 header, Perspective::IS_CLIENT)); in TEST_F()
62 GetClientConnectionIdAsRecipient(header, Perspective::IS_SERVER)); in TEST_F()
70 GetClientConnectionIdAsSender(header, Perspective::IS_SERVER)); in TEST_F()
[all …]
H A Duber_quic_stream_id_manager_test.cc25 Perspective perspective;
41 params.push_back(TestParams(version, Perspective::IS_CLIENT)); in GetTestParams()
42 params.push_back(TestParams(version, Perspective::IS_SERVER)); in GetTestParams()
89 return ((perspective() == Perspective::IS_SERVER) in GetNthPeerInitiatedBidirectionalStreamId()
94 return ((perspective() == Perspective::IS_SERVER) in GetNthPeerInitiatedUnidirectionalStreamId()
99 return ((perspective() == Perspective::IS_CLIENT) in GetNthSelfInitiatedBidirectionalStreamId()
104 return ((perspective() == Perspective::IS_CLIENT) in GetNthSelfInitiatedUnidirectionalStreamId()
110 Perspective perspective, in StreamCountToId()
124 Perspective perspective() { return GetParam().perspective; } in perspective()
258 perspective() == Perspective::IS_SERVER in TEST_P()
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/internal/protocol/
H A Dperspective.go4 type Perspective int type
8 PerspectiveServer Perspective = 1
9 PerspectiveClient Perspective = 2
13 func (p Perspective) Opposite() Perspective {
17 func (p Perspective) String() string {
/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/internal/protocol/
H A Dperspective.go4 type Perspective int type
8 PerspectiveServer Perspective = 1
9 PerspectiveClient Perspective = 2
13 func (p Perspective) Opposite() Perspective {
17 func (p Perspective) String() string {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/internal/protocol/
H A Dperspective.go4 type Perspective int type
8 PerspectiveServer Perspective = 1
9 PerspectiveClient Perspective = 2
13 func (p Perspective) Opposite() Perspective {
17 func (p Perspective) String() string {
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/internal/protocol/
H A Dperspective.go4 type Perspective int type
8 PerspectiveServer Perspective = 1
9 PerspectiveClient Perspective = 2
13 func (p Perspective) Opposite() Perspective {
17 func (p Perspective) String() string {
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/internal/protocol/
H A Dperspective.go4 type Perspective int type
8 PerspectiveServer Perspective = 1
9 PerspectiveClient Perspective = 2
13 func (p Perspective) Opposite() Perspective {
17 func (p Perspective) String() string {
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/internal/protocol/
H A Dperspective.go4 type Perspective int type
8 PerspectiveServer Perspective = 1
9 PerspectiveClient Perspective = 2
13 func (p Perspective) Opposite() Perspective {
17 func (p Perspective) String() string {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/quic/gquic-go/internal/protocol/
H A Dperspective.go4 type Perspective int type
8 PerspectiveServer Perspective = 1
9 PerspectiveClient Perspective = 2
13 func (p Perspective) Opposite() Perspective {
17 func (p Perspective) String() string {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/internal/protocol/
H A Dperspective.go4 type Perspective int type
8 PerspectiveServer Perspective = 1
9 PerspectiveClient Perspective = 2
13 func (p Perspective) Opposite() Perspective {
17 func (p Perspective) String() string {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/internal/protocol/
H A Dperspective.go4 type Perspective int type
8 PerspectiveServer Perspective = 1
9 PerspectiveClient Perspective = 2
13 func (p Perspective) Opposite() Perspective {
17 func (p Perspective) String() string {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/internal/protocol/
H A Dperspective.go4 type Perspective int type
8 PerspectiveServer Perspective = 1
9 PerspectiveClient Perspective = 2
13 func (p Perspective) Opposite() Perspective {
17 func (p Perspective) String() string {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/quic/gquic-go/internal/protocol/
H A Dperspective.go4 type Perspective int type
8 PerspectiveServer Perspective = 1
9 PerspectiveClient Perspective = 2
13 func (p Perspective) Opposite() Perspective {
17 func (p Perspective) String() string {
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/lucas-clemente/quic-go/internal/protocol/
H A Dperspective.go4 type Perspective int type
8 PerspectiveServer Perspective = 1
9 PerspectiveClient Perspective = 2
13 func (p Perspective) Opposite() Perspective {
17 func (p Perspective) String() string {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/lucas-clemente/quic-go/internal/protocol/
H A Dperspective.go4 type Perspective int type
8 PerspectiveServer Perspective = 1
9 PerspectiveClient Perspective = 2
13 func (p Perspective) Opposite() Perspective {
17 func (p Perspective) String() string {
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/lucas-clemente/quic-go/internal/protocol/
H A Dperspective.go4 type Perspective int type
8 PerspectiveServer Perspective = 1
9 PerspectiveClient Perspective = 2
13 func (p Perspective) Opposite() Perspective {
17 func (p Perspective) String() string {
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/cluttermm/
H A Dstage.h95 class Perspective
99 typedef Perspective CppObjectType;
107 Perspective();
123 Perspective(float fovy, float aspect, float z_near, float z_far);
285 void set_perspective(const Perspective& prespective);
291 void get_perspective(Perspective& prespective);
947 Glib::PropertyProxy< Perspective > property_perspective() ;
957 Glib::PropertyProxy_ReadOnly< Perspective > property_perspective() const;
1122 Clutter::Perspective& wrap(ClutterPerspective* object);
1128 const Clutter::Perspective& wrap(const ClutterPerspective* object);
[all …]

12345678910>>...124