Home
last modified time | relevance | path

Searched refs:rMsg (Results 1 – 25 of 85) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Messaging/Test/System.Messaging/
H A DAsyncReceiveTest.cs70 Message rMsg = q.EndReceive (result); in BeginReceive()
71 Assert.IsNotNull (rMsg, "No message received"); in BeginReceive()
72 Assert.AreEqual (body, rMsg.Body, "Async Send Failed, bodies not equal"); in BeginReceive()
86 Message rMsg = q.EndReceive (result); in BeginReceiveWithTimeout()
87 Assert.AreEqual (body, rMsg.Body, "Async Send Failed, bodies not equal"); in BeginReceiveWithTimeout()
101 Message rMsg = q.EndReceive (result); in BeginReceiveWithStateAndTimeout()
102 Assert.AreEqual (body, rMsg.Body, "Async Send Failed, bodies not equal"); in BeginReceiveWithStateAndTimeout()
124 Message rMsg = q.EndReceive (result); in BeginReceiveWithStateAndTimeoutAndCallback()
125 Assert.AreEqual (body, rMsg.Body, "Async Send Failed, bodies not equal"); in BeginReceiveWithStateAndTimeoutAndCallback()
H A DAsyncPeekTest.cs62 Message rMsg = q.EndPeek (result); in BeginPeek()
63 Assert.AreEqual (body, rMsg.Body, "Async Send Failed, bodies not equal"); in BeginPeek()
80 Message rMsg = q.EndPeek (result); in BeginPeekWithTimeout()
81 Assert.AreEqual (body, rMsg.Body, "Async Send Failed, bodies not equal"); in BeginPeekWithTimeout()
97 Message rMsg = q.EndPeek (result); in BeginPeekWithStateAndTimeout()
98 Assert.AreEqual (body, rMsg.Body, "Async Send Failed, bodies not equal"); in BeginPeekWithStateAndTimeout()
122 Message rMsg = q.EndPeek (result); in BeginPeekWithStateAndTimeoutAndCallback()
123 Assert.AreEqual (body, rMsg.Body, "Async Send Failed, bodies not equal"); in BeginPeekWithStateAndTimeoutAndCallback()
/dports/games/scummvm/scummvm-2.5.1/engines/petka/objects/
H A Dobject.cpp293 QMessage &rMsg = r->messages[j]; in processReaction() local
294 if (rMsg.opcode == kCheck && g_vm->getQSystem()->findObject(rMsg.objId)->_status != rMsg.arg1) { in processReaction()
297 if (msg && rMsg.opcode == kIf && in processReaction()
298 ((rMsg.arg1 != 0xffff && rMsg.arg1 != msg->arg1) || in processReaction()
299 (rMsg.arg2 != -1 && rMsg.arg2 != msg->arg2) || in processReaction()
300 (rMsg.arg3 != -1 && rMsg.arg3 != msg->arg3))) { in processReaction()
303 if (msg && rMsg.opcode == kRandom && rMsg.arg2 != -1) { in processReaction()
304 rMsg.arg1 = (int16) g_vm->getRnd().getRandomNumber((uint) (rMsg.arg2 - 1)); in processReaction()
306 …g_vm->getQSystem()->addMessage(rMsg.objId, rMsg.opcode, rMsg.arg1, rMsg.arg2, rMsg.arg3, rMsg.unk,… in processReaction()
308 switch (rMsg.opcode) { in processReaction()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/src/
H A Dlogger.cpp60 void Logger::error( const std::string &rMsg ) in error() argument
62 msg_Err( getIntf(), "%s", rMsg.c_str() ); in error()
66 void Logger::warn( const std::string &rMsg ) in warn() argument
68 msg_Warn( getIntf(), "%s", rMsg.c_str() ); in warn()
H A Dlogger.hpp49 void error( const std::string &rMsg );
52 void warn( const std::string &rMsg );
/dports/games/opencity/opencity-0.0.6.5stable/src/networking/
H A Dnetworking.cpp454 Networking::SendMessage( NetMessage & rMsg ) in SendMessage() argument
461 rMsg.dataLength = OC_NET_DATA_LENGTH; // hack in SendMessage()
462 return this->Send( &rMsg, sizeof(NetMessage) ); in SendMessage()
469 NetMessage & rMsg, in SendMessage() argument
473 rMsg.dataLength = OC_NET_DATA_LENGTH; // hack in SendMessage()
474 return this->Send( &rMsg, sizeof(NetMessage), cid ); in SendMessage()
507 NetMessage & rMsg ) in ReceiveMessage() argument
514 return this->Receive( &rMsg, sizeof(NetMessage) ); in ReceiveMessage()
H A Dnetworking.h315 SendMessage( NetMessage & rMsg );
325 NetMessage & rMsg,
349 ReceiveMessage( NetMessage & rMsg );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dvalidat.hxx104 void SetInput( const OUString& rTitle, const OUString& rMsg );
105 void SetError( const OUString& rTitle, const OUString& rMsg,
108 bool GetInput( OUString& rTitle, OUString& rMsg ) const in GetInput()
109 { rTitle = aInputTitle; rMsg = aInputMessage; return bShowInput; } in GetInput()
110 bool GetErrMsg( OUString& rTitle, OUString& rMsg, ScValidErrorStyle& rStyle ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dvalidat.hxx104 void SetInput( const OUString& rTitle, const OUString& rMsg );
105 void SetError( const OUString& rTitle, const OUString& rMsg,
108 bool GetInput( OUString& rTitle, OUString& rMsg ) const in GetInput()
109 { rTitle = aInputTitle; rMsg = aInputMessage; return bShowInput; } in GetInput()
110 bool GetErrMsg( OUString& rTitle, OUString& rMsg, ScValidErrorStyle& rStyle ) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/control/
H A Dmsgpool.cxx247 const SfxSlot& rMsg = pInterface->pSlots[_nCurMsg]; in SeekSlot() local
248 if (rMsg.GetGroupId() == _vGroups.at(_nCurGroup)) in SeekSlot()
249 return &rMsg; in SeekSlot()
288 SfxSlot& rMsg = pInterface->pSlots[_nCurMsg]; in NextSlot() local
289 if (rMsg.GetGroupId() == _vGroups.at(_nCurGroup)) in NextSlot()
290 return &rMsg; in NextSlot()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/control/
H A Dmsgpool.cxx261 const SfxSlot& rMsg = pInterface->pSlots[_nCurMsg]; in SeekSlot() local
262 if (rMsg.GetGroupId() == _vGroups.at(_nCurGroup)) in SeekSlot()
263 return &rMsg; in SeekSlot()
302 SfxSlot& rMsg = pInterface->pSlots[_nCurMsg]; in NextSlot() local
303 if (rMsg.GetGroupId() == _vGroups.at(_nCurGroup)) in NextSlot()
304 return &rMsg; in NextSlot()
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOREMOTE2.cpp311 RemoteMsg *rMsg = (RemoteMsg *)(recvBuf + sizeof(short) ); in poll_msg() local
316 if( rMsg->id != MSG_QUEUE_HEADER ) in poll_msg()
329 uint32_t senderFrameCount = *(uint32_t *)rMsg->data_buf; in poll_msg()
357 if( rMsg->id != MSG_QUEUE_HEADER ) in poll_msg()
359 DEBUG_LOG(rMsg->id); in poll_msg()
363 uint32_t senderFrameCount = *(uint32_t *)rMsg->data_buf; in poll_msg()
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/pyasn1-modules/tools/
H A Dsnmpget.py45 rMsg, _ = decoder.decode(substrate, asn1Spec=msg) variable
47 print('received: %s' % rMsg.prettyPrint())
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/pyasn1-modules/tools/
H A Dsnmpget.py42 rMsg, _ = decoder.decode(substrate, asn1Spec=msg) variable
44 print('received: %s' % rMsg.prettyPrint())
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pyasn1-modules/tools/
H A Dsnmpget.py42 rMsg, _ = decoder.decode(substrate, asn1Spec=msg) variable
44 print('received: %s' % rMsg.prettyPrint())
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/pyasn1-modules/tools/
H A Dsnmpget.py45 rMsg, _ = decoder.decode(substrate, asn1Spec=msg) variable
47 print('received: %s' % rMsg.prettyPrint())
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/pyasn1-modules/tools/
H A Dsnmpget.py35 rMsg, _ = decoder.decode(substrate, asn1Spec=msg) variable
37 print('received: %s' % rMsg.prettyPrint())
/dports/www/firefox-legacy/firefox-52.8.0esr/python/pyasn1-modules/tools/
H A Dsnmpget.py35 rMsg, _ = decoder.decode(substrate, asn1Spec=msg) variable
37 print('received: %s' % rMsg.prettyPrint())
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pyasn1-modules/tools/
H A Dsnmpget.py42 rMsg, _ = decoder.decode(substrate, asn1Spec=msg) variable
44 print('received: %s' % rMsg.prettyPrint())
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pyasn1-modules/tools/
H A Dsnmpget.py42 rMsg, _ = decoder.decode(substrate, asn1Spec=msg) variable
44 print('received: %s' % rMsg.prettyPrint())
/dports/devel/py-pyasn1-modules/pyasn1-modules-0.2.8/tools/
H A Dsnmpget.py45 rMsg, _ = decoder.decode(substrate, asn1Spec=msg) variable
47 print('received: %s' % rMsg.prettyPrint())
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/basic/
H A Dsbstar.hxx65 …BASIC_DLLPRIVATE bool RTError( ErrCode, const OUString& rMsg, sal_Int32, sal_Int32, …
96 static void Error( ErrCode, const OUString& rMsg );
98 static void FatalError( ErrCode, const OUString& rMsg );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/basic/
H A Dsbstar.hxx65 …BASIC_DLLPRIVATE bool RTError( ErrCode, const OUString& rMsg, sal_Int32, sal_Int32, …
96 static void Error( ErrCode, const OUString& rMsg );
98 static void FatalError( ErrCode, const OUString& rMsg );
/dports/graphics/libdmtx/libdmtx-0.7.5/
H A Ddmtxdecode.c428 DmtxMessage *oMsg, *rMsg, *gMsg, *bMsg; in dmtxDecodeMosaicRegion() local
446 rMsg = dmtxDecodeMatrixRegion(dec, reg, fix); in dmtxDecodeMosaicRegion()
458 if(oMsg == NULL || rMsg == NULL || gMsg == NULL || bMsg == NULL) { in dmtxDecodeMosaicRegion()
460 dmtxMessageDestroy(&rMsg); in dmtxDecodeMosaicRegion()
467 memcpy(oMsg->output + offset, rMsg->output, rMsg->outputIdx); in dmtxDecodeMosaicRegion()
468 offset += rMsg->outputIdx; in dmtxDecodeMosaicRegion()
476 dmtxMessageDestroy(&rMsg); in dmtxDecodeMosaicRegion()
/dports/graphics/podofo/podofo-0.9.7/test/unit/
H A DEncodingTest.cpp415 bool EncodingTest::outofRangeHelper( PdfEncoding* pEncoding, std::string & rMsg, const char* pszNam… in outofRangeHelper() argument
425 rMsg = "pEncoding->GetCharCode( pEncoding->GetFirstChar() ) failed"; in outofRangeHelper()
440 rMsg = "pEncoding->GetCharCode( pEncoding->GetFirstChar() - 1 ); failed"; in outofRangeHelper()
450 rMsg = "pEncoding->GetCharCode( pEncoding->GetLastChar() ); failed"; in outofRangeHelper()
466 rMsg = "pEncoding->GetCharCode( pEncoding->GetLastChar() + 1 ); failed"; in outofRangeHelper()

1234