Home
last modified time | relevance | path

Searched refs:mThis (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/net/mediastreamer/mediastreamer-2.16.1/src/android/
H A DAudioRecord.cpp39 mThis=new uint8_t[AudioRecordImpl::sObjSize]; in AudioRecord()
40 memset(mThis,0,AudioRecordImpl::sObjSize); in AudioRecord()
61 mThis=new uint8_t[AudioRecordImpl::sObjSize]; in AudioRecord()
62 memset(mThis,0,AudioRecordImpl::sObjSize); in AudioRecord()
64 mImpl->mDefaultCtor.invoke(mThis); in AudioRecord()
81 return mImpl->mStop.invoke(mThis); in stop()
85 return mImpl->mInitCheck.invoke(mThis); in initCheck()
111 return mImpl->mGetSessionId.invoke(mThis); in getSessionId()
134 mImpl->mDtor.invoke(mThis); in destroy()
135 delete []mThis; in destroy()
[all …]
H A DAudioTrack.cpp44 memset(mThis,0,AudioTrackImpl::sObjSize); in AudioTrack()
52 memset(mThis,0,AudioTrackImpl::sObjSize); in AudioTrack()
54 mImpl->mDefaultCtor.invoke(mThis); in AudioTrack()
61 mImpl->mStart.invoke(mThis); in start()
65 mImpl->mStop.invoke(mThis); in stop()
75 return mImpl->mStopped.invoke(mThis); in stopped()
79 return mImpl->mFlush.invoke(mThis); in flush()
117 return mImpl->mLatency.invoke(mThis); in latency()
148 return mThis + mImpl->mRefBaseOffset; in getRealThis()
156 mImpl->mDtor.invoke(mThis); in destroy()
[all …]
H A DString8.h30 return ((const char**)mThis)[0]; in string()
33 …uint8_t mThis[64]; //This must be the first field of the class because the real android object wil…
H A DString8.cpp50 mImpl->mCtor.invoke(mThis,cstr); in String8()
54 mImpl->mDtor.invoke(mThis); in ~String8()
/dports/science/simbody/simbody-Simbody-3.7/examples/shared/
H A DTaskSpace.h359 TaskSpace* mThis = const_cast<TaskSpace*>(this); in realizeTopology() local
360 mThis->m_jacobianIndex = in realizeTopology()
364 mThis->m_jacobianTransposeIndex = in realizeTopology()
368 mThis->m_inertiaIndex = in realizeTopology()
372 mThis->m_inertiaInverseIndex = in realizeTopology()
376 mThis->m_jacobianInverseIndex = in realizeTopology()
380 mThis->m_jacobianInverseTransposeIndex = in realizeTopology()
384 mThis->m_inertialForcesIndex = in realizeTopology()
388 mThis->m_gravityIndex = in realizeTopology()
392 mThis->m_nullspaceIndex = in realizeTopology()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/
H A Dsoundplayer.cxx53 pPlayer->mThis = pPlayer; in create()
64 if( mThis ) in dispose()
66 mrEventMultiplexer.removePauseHandler( mThis ); in dispose()
67 mThis.reset(); in dispose()
87 mThis(), in SoundPlayer()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/
H A Dsoundplayer.cxx60 pPlayer->mThis = pPlayer; in create()
71 if( mThis ) in dispose()
73 mrEventMultiplexer.removePauseHandler( mThis ); in dispose()
74 mThis.reset(); in dispose()
94 mThis(), in SoundPlayer()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dbasic_op_sub.cpp53 Eigen::Map<Eigen::Array<Ty,Eigen::Dynamic,1> ,Eigen::Aligned> mThis(&(*this)[0], nEl); in Sub() local
55 mThis -= mRight; in Sub()
95 Eigen::Map<Eigen::Array<Ty,Eigen::Dynamic,1> ,Eigen::Aligned> mThis(&(*this)[0], nEl); in SubInv() local
97 mThis = mRight - mThis; in SubInv()
345 Eigen::Map<Eigen::Array<Ty,Eigen::Dynamic,1> ,Eigen::Aligned> mThis(&(*this)[0], nEl); in SubS() local
346 mThis -= s; in SubS()
380 Eigen::Map<Eigen::Array<Ty,Eigen::Dynamic,1> ,Eigen::Aligned> mThis(&(*this)[0], nEl); in SubInvS() local
381 mThis = s - mThis; in SubInvS()
H A Dbasic_op_mult.cpp51 Eigen::Map<Eigen::Array<Ty,Eigen::Dynamic,1> ,Eigen::Aligned> mThis(&(*this)[0], nEl); in Mult() local
53 mThis *= mRight; in Mult()
104 Eigen::Map<Eigen::Array<Ty,Eigen::Dynamic,1> ,Eigen::Aligned> mThis(&(*this)[0], nEl); in MultS() local
105 mThis *= s; in MultS()
/dports/science/jdftx/jdftx-1.6.0/fluid1D/fluid/
H A DTranslationOperator.cpp113 TranslationOperatorLspline* mThis = (TranslationOperatorLspline*)this; //modifiable copy of this in getMatrix() local
115 mThis->lsplineMutex.lock(); in getMatrix()
117 mThis->lsplineMutex.unlock(); in getMatrix()
122 mThis->lsplineMutex.lock(); in getMatrix()
123 mThis->lsplineMatrix[a] = lsMat; in getMatrix()
124 mThis->lsplineMutex.unlock(); in getMatrix()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DHttpBaseChannel.h587 explicit HttpAsyncAborter(T *derived) : mThis(derived), mCallOnResume(0) {} in HttpAsyncAborter()
602 T *mThis;
613 ("HttpAsyncAborter::AsyncAbort [this=%p status=%x]\n", mThis, status)); in AsyncAbort()
615 mThis->mStatus = status; in AsyncAbort()
628 if (mThis->mSuspendCount) { in HandleAsyncAbort()
630 ("Waiting until resume to do async notification [this=%p]\n", mThis)); in HandleAsyncAbort()
635 mThis->DoNotifyListener(); in HandleAsyncAbort()
638 if (mThis->mLoadGroup) in HandleAsyncAbort()
639 mThis->mLoadGroup->RemoveRequest(mThis, nullptr, mThis->mStatus); in HandleAsyncAbort()
648 RefPtr<nsRunnableMethod<T>> event = NewRunnableMethod(mThis, funcPtr); in AsyncCall()
/dports/devel/p5-Badger/Badger-0.13/t/core/
H A Drainbow.t29 is( $red, "\e[31mThis is red\e[0m", $red);
30 is( $green, "\e[32mThis is green\e[0m", $green);
31 is( $blue, "\e[34mThis is blue\e[0m", $blue);
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DHttpBaseChannel.h749 explicit HttpAsyncAborter(T *derived) : mThis(derived), mCallOnResume(0) {} in NS_DEFINE_STATIC_IID_ACCESSOR()
765 T *mThis; in NS_DEFINE_STATIC_IID_ACCESSOR()
775 ("HttpAsyncAborter::AsyncAbort [this=%p status=%" PRIx32 "]\n", mThis, in AsyncAbort()
778 mThis->mStatus = status; in AsyncAbort()
790 if (mThis->mSuspendCount) { in HandleAsyncAbort()
793 ("Waiting until resume to do async notification [this=%p]\n", mThis)); in HandleAsyncAbort()
798 mThis->DoNotifyListener(); in HandleAsyncAbort()
801 if (mThis->mLoadGroup) in HandleAsyncAbort()
802 mThis->mLoadGroup->RemoveRequest(mThis, nullptr, mThis->mStatus); in HandleAsyncAbort()
811 NewRunnableMethod("net::HttpAsyncAborter::AsyncCall", mThis, funcPtr); in AsyncCall()
/dports/www/firefox-esr/firefox-91.8.0/dom/quota/
H A DOriginScope.h214 const OriginScope& mThis; in Matches() member
216 explicit Matcher(const OriginScope& aThis) : mThis(aThis) {} in Matches()
219 return mThis.MatchesOrigin(aOther); in Matches()
223 return mThis.MatchesPrefix(aOther); in Matches()
227 return mThis.MatchesPattern(aOther); in Matches()
/dports/www/firefox/firefox-99.0/dom/quota/
H A DOriginScope.h214 const OriginScope& mThis; in Matches() member
216 explicit Matcher(const OriginScope& aThis) : mThis(aThis) {} in Matches()
219 return mThis.MatchesOrigin(aOther); in Matches()
223 return mThis.MatchesPrefix(aOther); in Matches()
227 return mThis.MatchesPattern(aOther); in Matches()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/quota/
H A DOriginScope.h214 const OriginScope& mThis; in Matches() member
216 explicit Matcher(const OriginScope& aThis) : mThis(aThis) {} in Matches()
219 return mThis.MatchesOrigin(aOther); in Matches()
223 return mThis.MatchesPrefix(aOther); in Matches()
227 return mThis.MatchesPattern(aOther); in Matches()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/quota/
H A DOriginScope.h211 const OriginScope& mThis; in Matches() member
213 explicit Matcher(const OriginScope& aThis) : mThis(aThis) {} in Matches()
216 return mThis.MatchesOrigin(aOther); in Matches()
220 return mThis.MatchesPrefix(aOther); in Matches()
224 return mThis.MatchesPattern(aOther); in Matches()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/widgets/
H A Dq3grid.cpp133 QWidget *mThis = (QWidget*)this; in sizeHint() local
134 QApplication::sendPostedEvents(mThis, QEvent::ChildInserted); in sizeHint()
H A Dq3hbox.cpp126 QWidget *mThis = (QWidget*)this; in sizeHint() local
127 QApplication::sendPostedEvents(mThis, QEvent::ChildInserted); in sizeHint()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DHttpBaseChannel.h917 : mThis(derived), mCallOnResume(nullptr) {} in NS_DEFINE_STATIC_IID_ACCESSOR()
933 T* mThis; in NS_DEFINE_STATIC_IID_ACCESSOR()
943 ("HttpAsyncAborter::AsyncAbort [this=%p status=%" PRIx32 "]\n", mThis, in AsyncAbort()
946 mThis->mStatus = status; in AsyncAbort()
958 if (mThis->mSuspendCount) { in HandleAsyncAbort()
961 ("Waiting until resume to do async notification [this=%p]\n", mThis)); in HandleAsyncAbort()
969 mThis->DoNotifyListener(); in HandleAsyncAbort()
972 if (mThis->mLoadGroup) in HandleAsyncAbort()
973 mThis->mLoadGroup->RemoveRequest(mThis, nullptr, mThis->mStatus); in HandleAsyncAbort()
982 NewRunnableMethod("net::HttpAsyncAborter::AsyncCall", mThis, funcPtr); in AsyncCall()
/dports/graphics/silgraphite/silgraphite-2.3.1/engine/src/segment/
H A DTransductionLog.cpp1647 int mThis = 0; in LogSlotAttribute() local
1652 mThis = m_mShiftX; in LogSlotAttribute()
1656 mThis = m_mShiftY; in LogSlotAttribute()
1660 mThis = m_mMeasureSol; in LogSlotAttribute()
1664 mThis = m_mMeasureEol; in LogSlotAttribute()
1668 mThis = m_mJStretch0; in LogSlotAttribute()
1673 mThis = m_mJShrink0; in LogSlotAttribute()
1678 mThis = m_mJStep0; in LogSlotAttribute()
1683 mThis = m_nJWeight0; in LogSlotAttribute()
1688 mThis = m_mJWidth0; in LogSlotAttribute()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DHttpBaseChannel.h970 : mThis(derived), mCallOnResume(nullptr) {} in NS_DEFINE_STATIC_IID_ACCESSOR()
986 T* mThis; in NS_DEFINE_STATIC_IID_ACCESSOR()
996 ("HttpAsyncAborter::AsyncAbort [this=%p status=%" PRIx32 "]\n", mThis, in AsyncAbort()
999 mThis->mStatus = status; in AsyncAbort()
1011 if (mThis->mSuspendCount) { in HandleAsyncAbort()
1014 ("Waiting until resume to do async notification [this=%p]\n", mThis)); in HandleAsyncAbort()
1022 mThis->DoNotifyListener(); in HandleAsyncAbort()
1025 if (mThis->mLoadGroup) { in HandleAsyncAbort()
1026 mThis->mLoadGroup->RemoveRequest(mThis, nullptr, mThis->mStatus); in HandleAsyncAbort()
1036 NewRunnableMethod("net::HttpAsyncAborter::AsyncCall", mThis, funcPtr); in AsyncCall()
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DHttpBaseChannel.h994 : mThis(derived), mCallOnResume(nullptr) {} in NS_DEFINE_STATIC_IID_ACCESSOR()
1010 T* mThis; in NS_DEFINE_STATIC_IID_ACCESSOR()
1020 ("HttpAsyncAborter::AsyncAbort [this=%p status=%" PRIx32 "]\n", mThis, in AsyncAbort()
1023 mThis->mStatus = status; in AsyncAbort()
1035 if (mThis->mSuspendCount) { in HandleAsyncAbort()
1038 ("Waiting until resume to do async notification [this=%p]\n", mThis)); in HandleAsyncAbort()
1046 mThis->DoNotifyListener(); in HandleAsyncAbort()
1049 if (mThis->mLoadGroup) { in HandleAsyncAbort()
1050 mThis->mLoadGroup->RemoveRequest(mThis, nullptr, mThis->mStatus); in HandleAsyncAbort()
1060 NewRunnableMethod("net::HttpAsyncAborter::AsyncCall", mThis, funcPtr); in AsyncCall()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DHttpBaseChannel.h970 : mThis(derived), mCallOnResume(nullptr) {} in NS_DEFINE_STATIC_IID_ACCESSOR()
986 T* mThis; in NS_DEFINE_STATIC_IID_ACCESSOR()
996 ("HttpAsyncAborter::AsyncAbort [this=%p status=%" PRIx32 "]\n", mThis, in AsyncAbort()
999 mThis->mStatus = status; in AsyncAbort()
1011 if (mThis->mSuspendCount) { in HandleAsyncAbort()
1014 ("Waiting until resume to do async notification [this=%p]\n", mThis)); in HandleAsyncAbort()
1022 mThis->DoNotifyListener(); in HandleAsyncAbort()
1025 if (mThis->mLoadGroup) { in HandleAsyncAbort()
1026 mThis->mLoadGroup->RemoveRequest(mThis, nullptr, mThis->mStatus); in HandleAsyncAbort()
1036 NewRunnableMethod("net::HttpAsyncAborter::AsyncCall", mThis, funcPtr); in AsyncCall()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/stat/descriptive/rank/
H A DPSquarePercentileTest.java242 PSquareMarkers mThis = in testHashCodeInMarkers() local
253 Assert.assertTrue(mThis.equals(mThis)); in testHashCodeInMarkers()
254 Assert.assertFalse(mThis.equals(mThat)); in testHashCodeInMarkers()
256 Assert.assertFalse(mThis.equals(s1)); in testHashCodeInMarkers()
261 setMarkers.add(mThis); in testHashCodeInMarkers()
264 Assert.assertTrue(setMarkers.contains(mThis)); in testHashCodeInMarkers()
269 Assert.assertEquals(mThis, iterator.next()); in testHashCodeInMarkers()

123456789