Home
last modified time | relevance | path

Searched refs:getMessageType (Results 1 – 25 of 515) sorted by relevance

12345678910>>...21

/dports/games/pokerth/pokerth-1.1.2-rc/tests/src/de/pokerth/test/
H A DSpectatorJoinTest.java47 fail("Invalid message: " + msg.getMessageType()); in testSpectatorJoinGameBeforeStart()
62 fail("Invalid message: " + msg.getMessageType()); in testSpectatorJoinGameBeforeStart()
77 fail("Invalid message: " + msg.getMessageType()); in testSpectatorJoinGameBeforeStart()
87 fail("Invalid message: " + msg.getMessageType()); in testSpectatorJoinGameBeforeStart()
92 fail("Invalid message: " + msg.getMessageType()); in testSpectatorJoinGameBeforeStart()
97 fail("Invalid message: " + msg.getMessageType()); in testSpectatorJoinGameBeforeStart()
103 fail("Invalid message: " + msg.getMessageType()); in testSpectatorJoinGameBeforeStart()
110 fail("Invalid message: " + msg.getMessageType()); in testSpectatorJoinGameBeforeStart()
117 fail("Invalid message: " + msg.getMessageType()); in testSpectatorJoinGameBeforeStart()
125 fail("Invalid message: " + msg.getMessageType()); in testSpectatorJoinGameBeforeStart()
[all …]
H A DRunNormalGameTest.java58 …if (!msg.hasPlayerListMessage() || msg.getMessageType() != PokerTHMessageType.Type_PlayerListMessa… in testRunNormalGameAsGuest()
65 …if (!msg.hasGameListNewMessage() || msg.getMessageType() != PokerTHMessageType.Type_GameListNewMes… in testRunNormalGameAsGuest()
72 …if (!msg.hasJoinGameAckMessage() || msg.getMessageType() != PokerTHMessageType.Type_JoinGameAckMes… in testRunNormalGameAsGuest()
80 …if (!msg.hasGameListPlayerJoinedMessage() || msg.getMessageType() != PokerTHMessageType.Type_GameL… in testRunNormalGameAsGuest()
99 …if (!msg.hasGamePlayerJoinedMessage() || msg.getMessageType() != PokerTHMessageType.Type_GamePlaye… in testRunNormalGameAsGuest()
104 …if (!msg.hasGameListPlayerJoinedMessage() || msg.getMessageType() != PokerTHMessageType.Type_GameL… in testRunNormalGameAsGuest()
112 …if (!msg.hasStartEventMessage() || msg.getMessageType() != PokerTHMessageType.Type_StartEventMessa… in testRunNormalGameAsGuest()
128 …if (!msg.hasGameListUpdateMessage() || msg.getMessageType() != PokerTHMessageType.Type_GameListUpd… in testRunNormalGameAsGuest()
134 …if (!msg.hasGameStartInitialMessage() || msg.getMessageType() != PokerTHMessageType.Type_GameStart… in testRunNormalGameAsGuest()
169 …if (!msg.hasEndOfGameMessage() || msg.getMessageType() != PokerTHMessageType.Type_EndOfGameMessage… in testRunNormalGameAsGuest()
H A DChatTest.java106 assertTrue(msg.hasChatMessage() && msg.getMessageType() == PokerTHMessageType.Type_ChatMessage); in testChat()
115 assertTrue(msg.hasChatMessage() && msg.getMessageType() == PokerTHMessageType.Type_ChatMessage); in testChat()
126 …assertTrue(msg.hasChatRejectMessage() && msg.getMessageType() == PokerTHMessageType.Type_ChatRejec… in testChat()
133 …assertTrue(msg.hasChatRejectMessage() && msg.getMessageType() == PokerTHMessageType.Type_ChatRejec… in testChat()
141 …assertTrue(msg.hasChatRejectMessage() && msg.getMessageType() == PokerTHMessageType.Type_ChatRejec… in testChat()
149 assertTrue(msg.hasChatMessage() && msg.getMessageType() == PokerTHMessageType.Type_ChatMessage); in testChat()
165 …assertTrue(msg.hasJoinGameAckMessage() && msg.getMessageType() == PokerTHMessageType.Type_JoinGame… in testChat()
175 …assertTrue(msg.hasJoinGameAckMessage() && msg.getMessageType() == PokerTHMessageType.Type_JoinGame… in testChat()
233 …assertFalse(msg.hasChatRejectMessage() || msg.getMessageType() == PokerTHMessageType.Type_ChatReje… in testChat()
246 …assertFalse(msg.hasChatRejectMessage() || msg.getMessageType() == PokerTHMessageType.Type_ChatReje… in testChat()
[all …]
H A DAnnounceTest.java46 …assertTrue(msg.hasAnnounceMessage() && msg.getMessageType() == PokerTHMessageType.Type_AnnounceMes… in testAnnounce()
54 …assertTrue(msg.hasAnnounceMessage() && msg.getMessageType() == PokerTHMessageType.Type_AnnounceMes… in testAnnounce()
69 …assertTrue(msg.hasAnnounceMessage() && msg.getMessageType() == PokerTHMessageType.Type_AnnounceMes… in testAnnounce()
81 …assertTrue(msg.hasAnnounceMessage() && msg.getMessageType() == PokerTHMessageType.Type_AnnounceMes… in testAnnounce()
94 …assertTrue(msg.hasAnnounceMessage() && msg.getMessageType() == PokerTHMessageType.Type_AnnounceMes… in testAnnounce()
H A DCreateGameTest.java51 …if (!msg.hasPlayerListMessage() || msg.getMessageType() != PokerTHMessageType.Type_PlayerListMessa… in testJoinGameRequestMessage()
57 …if (!msg.hasGameListNewMessage() || msg.getMessageType() != PokerTHMessageType.Type_GameListNewMes… in testJoinGameRequestMessage()
63 …if (msg.hasJoinGameAckMessage() && msg.getMessageType() == PokerTHMessageType.Type_JoinGameAckMess… in testJoinGameRequestMessage()
/dports/astro/stellarium/stellarium-0.21.3/plugins/RemoteSync/src/
H A DSyncMessages.hpp36 …SyncProtocol::SyncMessageType getMessageType() const Q_DECL_OVERRIDE { return SyncProtocol::ERROR;… in getMessageType() function in SyncProtocol::ErrorMessage
49 …SyncProtocol::SyncMessageType getMessageType() const Q_DECL_OVERRIDE { return SyncProtocol::SERVER… in getMessageType() function in SyncProtocol::ServerChallenge
65 …SyncProtocol::SyncMessageType getMessageType() const Q_DECL_OVERRIDE { return SyncProtocol::CLIENT… in getMessageType() function in SyncProtocol::ClientChallengeResponse
79 …SyncProtocol::SyncMessageType getMessageType() const Q_DECL_OVERRIDE { return SyncProtocol::SERVER… in getMessageType() function in SyncProtocol::ServerChallengeResponseValid
85 SyncProtocol::SyncMessageType getMessageType() const Q_DECL_OVERRIDE { return SyncProtocol::TIME; } in getMessageType() function in SyncProtocol::Time
102 …SyncProtocol::SyncMessageType getMessageType() const Q_DECL_OVERRIDE { return SyncProtocol::LOCATI… in getMessageType() function in SyncProtocol::Location
115 …SyncProtocol::SyncMessageType getMessageType() const Q_DECL_OVERRIDE { return SyncProtocol::SELECT… in getMessageType() function in SyncProtocol::Selection
132 …SyncProtocol::SyncMessageType getMessageType() const Q_DECL_OVERRIDE { return SyncProtocol::ALIVE… in getMessageType() function in SyncProtocol::Alive
138 SyncMessageType getMessageType() const Q_DECL_OVERRIDE { return SyncProtocol::STELPROPERTY; } in getMessageType() function in SyncProtocol::StelPropertyUpdate
155 SyncMessageType getMessageType() const Q_DECL_OVERRIDE { return SyncProtocol::VIEW; } in getMessageType() function in SyncProtocol::View
[all …]
/dports/security/nmap/nmap-7.91/nping/
H A DEchoHeader.cc156 u8 EchoHeader::getMessageType(){ in getMessageType() function in EchoHeader
174 switch( this->getMessageType() ){ in setTotalLength()
270 switch( this->getMessageType() ){ in setMessageAuthenticationCode()
310 switch( this->getMessageType() ){ in getMessageAuthenticationCode()
373 switch( this->getMessageType() ){ in setServerNonce()
391 switch( this->getMessageType() ){ in getServerNonce()
409 switch( this->getMessageType() ){ in setClientNonce()
427 switch( this->getMessageType() ){ in getClientNonce()
444 switch( this->getMessageType() ){ in setPartnerAddress()
465 switch( this->getMessageType() ){ in setPartnerAddress()
[all …]
/dports/net-im/nextcloud-talk/spreed/lib/Model/
H A DMessage.php133 public function getMessageType(): string { function in OCA\\Talk\\Model\\Message
163 return $this->getMessageType() !== 'system' &&
164 $this->getMessageType() !== 'command' &&
165 $this->getMessageType() !== 'comment_deleted' &&
179 'systemMessage' => $this->getMessageType() === 'system' ? $this->getMessageRaw() : '',
180 'messageType' => $this->getMessageType(),
185 if ($this->getMessageType() === 'comment_deleted') {
/dports/net-im/nextcloud-talk/spreed/lib/Chat/Parser/
H A DListener.php36 if ($message->getMessageType() !== 'comment') {
48 if ($message->getMessageType() !== 'comment') {
65 if ($message->getMessageType() !== 'system') {
83 if ($chatMessage->getMessageType() !== 'command') {
103 if ($chatMessage->getMessageType() !== 'comment_deleted') {
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/midi_io/ump/
H A Djuce_UMPMidi1ToBytestreamTranslator.h73 if (Utils::getMessageType (firstWord) != 0x00) in dispatch()
81 if (Utils::getMessageType (firstWord) == 0x3) in dispatch()
190 return Utils::getMessageType (word) == 0x0; in isJROrNOP()
195 if (Utils::getMessageType (word) != 0x3) in isSysExContinuation()
204 return Utils::getMessageType (word) == 0x1 && ((word >> 0x10) & 0xff) >= 0xf8; in isSystemRealTime()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/
H A DControlValidationUtility.java49 …int messageType = AbstractControlValidator.getMessageType(project, CompilerFlags.P_NOT_EXTERNALIZE… in validateTranslatableField()
77 validator.addMessage(status.getMessage(), AbstractControlValidator.getMessageType(status)); in validateVersionField()
98 int messageType = AbstractControlValidator.getMessageType(project, CompilerFlags.P_UNKNOWN_CLASS); in validateActivatorField()
126 …int reqAttMessageType = AbstractControlValidator.getMessageType(project, CompilerFlags.P_NO_REQUIR… in validateFragmentHostPluginField()
132 …int unresImpMessageType = AbstractControlValidator.getMessageType(project, CompilerFlags.P_UNRESOL… in validateFragmentHostPluginField()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFieldDescriptor.php147 public function getMessageType() function in Google\\Protobuf\\Internal\\FieldDescriptor
180 !is_null($this->getMessageType()->getOptions()) &&
181 $this->getMessageType()->getOptions()->getMapEntry();
187 $this->getMessageType()->getClass() === "Google\Protobuf\Timestamp";
193 $class = $this->getMessageType()->getClass();
H A DMessage.php101 $message_type = $field->getMessageType();
133 $field->getMessageType()->getClass());
379 $value = new MapEntry($field->getMessageType());
381 $klass = $field->getMessageType()->getClass();
503 $message_type = $field->getMessageType();
535 $field->getMessageType()->getClass());
771 $klass = $field->getMessageType()->getClass();
1002 $class = $field->getMessageType()->getClass();
1329 $map_entry = new MapEntry($field->getMessageType());
1713 $message_type = $field->getMessageType();
[all …]
H A DFileDescriptor.php52 public function getMessageType() function in Google\\Protobuf\\Internal\\FileDescriptor
76 foreach ($proto->getMessageType() as $message_proto) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFieldDescriptor.php147 public function getMessageType() function in Google\\Protobuf\\Internal\\FieldDescriptor
180 !is_null($this->getMessageType()->getOptions()) &&
181 $this->getMessageType()->getOptions()->getMapEntry();
187 $this->getMessageType()->getClass() === "Google\Protobuf\Timestamp";
193 $class = $this->getMessageType()->getClass();
H A DMessage.php101 $message_type = $field->getMessageType();
133 $field->getMessageType()->getClass());
379 $value = new MapEntry($field->getMessageType());
381 $klass = $field->getMessageType()->getClass();
503 $message_type = $field->getMessageType();
535 $field->getMessageType()->getClass());
771 $klass = $field->getMessageType()->getClass();
1002 $class = $field->getMessageType()->getClass();
1329 $map_entry = new MapEntry($field->getMessageType());
1713 $message_type = $field->getMessageType();
[all …]
H A DFileDescriptor.php52 public function getMessageType() function in Google\\Protobuf\\Internal\\FileDescriptor
76 foreach ($proto->getMessageType() as $message_proto) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/conformance/
H A Dconformance_php.php33 if ($request->getMessageType() == "conformance.FailureSet") {
36 } elseif ($request->getMessageType() == "protobuf_test_messages.proto3.TestAllTypesProto3") {
43 } elseif ($request->getMessageType() == "protobuf_test_messages.proto2.TestAllTypesProto2") {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/conformance/
H A Dconformance_php.php33 if ($request->getMessageType() == "conformance.FailureSet") {
36 } elseif ($request->getMessageType() == "protobuf_test_messages.proto3.TestAllTypesProto3") {
43 } elseif ($request->getMessageType() == "protobuf_test_messages.proto2.TestAllTypesProto2") {
/dports/devel/protobuf/protobuf-3.17.3/conformance/
H A Dconformance_php.php33 if ($request->getMessageType() == "conformance.FailureSet") {
36 } elseif ($request->getMessageType() == "protobuf_test_messages.proto3.TestAllTypesProto3") {
43 } elseif ($request->getMessageType() == "protobuf_test_messages.proto2.TestAllTypesProto2") {
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/flight/flight-core/src/main/java/org/apache/arrow/flight/
H A DFlightStream.java208 if (msg.getMessageType() == HeaderType.NONE) { in next()
214 } else if (msg.getMessageType() == HeaderType.RECORD_BATCH) { in next()
221 } else if (msg.getMessageType() == HeaderType.DICTIONARY_BATCH) { in next()
242 … throw new UnsupportedOperationException("Message type is unsupported: " + msg.getMessageType()); in next()
323 switch (msg.getMessageType()) { in onNext()
364 …x = new UnsupportedOperationException("Unable to handle message of type: " + msg.getMessageType()); in onNext()
H A DArrowMessage.java191 public HeaderType getMessageType() { in getMessageType() method in ArrowMessage
201 Preconditions.checkArgument(getMessageType() == HeaderType.SCHEMA); in asSchema()
207 Preconditions.checkArgument(getMessageType() == HeaderType.RECORD_BATCH); in asRecordBatch()
217 Preconditions.checkArgument(getMessageType() == HeaderType.DICTIONARY_BATCH); in asDictionaryBatch()
312 if (getMessageType() == HeaderType.SCHEMA) { in asInputStream()
325 Preconditions.checkArgument(getMessageType() == HeaderType.RECORD_BATCH || in asInputStream()
326 getMessageType() == HeaderType.DICTIONARY_BATCH); in asInputStream()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/wizard/
H A DWizardPageSupportTest.java146 assertEquals(messageProvider.messageType, getMessageType()); in testValidationMessageProvider()
159 assertEquals(messageProvider.messageType, getMessageType()); in testValidationMessageProvider()
168 assertEquals(messageProvider.messageType, getMessageType()); in testValidationMessageProvider()
178 assertEquals(IMessageProvider.NONE, getMessageType()); in testValidationMessageProvider()
286 public int getMessageType(ValidationStatusProvider statusProvider) { in getMessageType() method in WizardPageSupportTest.TestValidationMessageProvider
/dports/net-im/jitsi-videobridge/jitsi-videobridge-dbddd16/src/main/java/org/jitsi/videobridge/datachannel/protocol/
H A DDataChannelProtocolMessageParser.java33 private static int getMessageType(byte[] data) in getMessageType() method in DataChannelProtocolMessageParser
45 int messageType = getMessageType(data); in parse()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/flight/flight-core/src/main/java/org/apache/arrow/flight/
H A DFlightStream.java246 if (msg.getMessageType() == HeaderType.NONE) { in next()
252 } else if (msg.getMessageType() == HeaderType.RECORD_BATCH) { in next()
260 } else if (msg.getMessageType() == HeaderType.DICTIONARY_BATCH) { in next()
282 … throw new UnsupportedOperationException("Message type is unsupported: " + msg.getMessageType()); in next()
389 switch (msg.getMessageType()) { in onNext()
439 …x = new UnsupportedOperationException("Unable to handle message of type: " + msg.getMessageType()); in onNext()

12345678910>>...21