Home
last modified time | relevance | path

Searched refs:mMatches (Results 1 – 25 of 65) sorted by relevance

123

/dports/devel/open-beagle/beagle-3.0.3/PACC/XML/
H A DFinder.cpp91 if(!mMatches.empty()) { in find()
92 lPos = mMatches.front(); in find()
93 mMatches.pop(); in find()
117 if(!mMatches.empty()) { in findNext()
118 lPos = mMatches.front(); in findNext()
119 mMatches.pop(); in findNext()
217 if(!mMatches.empty()) { in find()
218 lPos = mMatches.front(); in find()
219 mMatches.pop(); in find()
243 if(!mMatches.empty()) { in findNext()
[all …]
H A DFinder.hpp81 queue<Iterator> mMatches; //!< Search results. member in PACC::XML::Finder
104 queue<ConstIterator> mMatches; //!< Search results. member in PACC::XML::ConstFinder
/dports/www/firefox/firefox-99.0/toolkit/components/autocomplete/
H A DnsAutoCompleteSimpleResult.cpp144 mMatches.InsertElementAt(aIndex, match); in InsertMatchAt()
164 mMatches.RemoveElementAt(aIndex); in RemoveMatchAt()
170 *aMatchCount = mMatches.Length(); in GetMatchCount()
177 _retval = mMatches[aIndex].mValue; in GetValueAt()
184 _retval = mMatches[aIndex].mLabel; in GetLabelAt()
186 _retval = mMatches[aIndex].mValue; in GetLabelAt()
194 _retval = mMatches[aIndex].mComment; in GetCommentAt()
201 _retval = mMatches[aIndex].mImage; in GetImageAt()
208 _retval = mMatches[aIndex].mStyle; in GetStyleAt()
218 _retval = mMatches[aIndex].mValue; in GetFinalCompleteValueAt()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/autocomplete/
H A DnsAutoCompleteSimpleResult.cpp144 mMatches.InsertElementAt(aIndex, match); in InsertMatchAt()
164 mMatches.RemoveElementAt(aIndex); in RemoveMatchAt()
170 *aMatchCount = mMatches.Length(); in GetMatchCount()
177 _retval = mMatches[aIndex].mValue; in GetValueAt()
184 _retval = mMatches[aIndex].mLabel; in GetLabelAt()
186 _retval = mMatches[aIndex].mValue; in GetLabelAt()
194 _retval = mMatches[aIndex].mComment; in GetCommentAt()
201 _retval = mMatches[aIndex].mImage; in GetImageAt()
208 _retval = mMatches[aIndex].mStyle; in GetStyleAt()
218 _retval = mMatches[aIndex].mValue; in GetFinalCompleteValueAt()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/autocomplete/
H A DnsAutoCompleteSimpleResult.cpp144 mMatches.InsertElementAt(aIndex, match); in InsertMatchAt()
164 mMatches.RemoveElementAt(aIndex); in RemoveMatchAt()
170 *aMatchCount = mMatches.Length(); in GetMatchCount()
177 _retval = mMatches[aIndex].mValue; in GetValueAt()
184 _retval = mMatches[aIndex].mLabel; in GetLabelAt()
186 _retval = mMatches[aIndex].mValue; in GetLabelAt()
194 _retval = mMatches[aIndex].mComment; in GetCommentAt()
201 _retval = mMatches[aIndex].mImage; in GetImageAt()
208 _retval = mMatches[aIndex].mStyle; in GetStyleAt()
218 _retval = mMatches[aIndex].mValue; in GetFinalCompleteValueAt()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/autocomplete/
H A DnsAutoCompleteSimpleResult.cpp144 mMatches.InsertElementAt(aIndex, match); in InsertMatchAt()
164 mMatches.RemoveElementAt(aIndex); in RemoveMatchAt()
170 *aMatchCount = mMatches.Length(); in GetMatchCount()
177 _retval = mMatches[aIndex].mValue; in GetValueAt()
184 _retval = mMatches[aIndex].mLabel; in GetLabelAt()
186 _retval = mMatches[aIndex].mValue; in GetLabelAt()
194 _retval = mMatches[aIndex].mComment; in GetCommentAt()
201 _retval = mMatches[aIndex].mImage; in GetImageAt()
208 _retval = mMatches[aIndex].mStyle; in GetStyleAt()
218 _retval = mMatches[aIndex].mValue; in GetFinalCompleteValueAt()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/autocomplete/
H A DnsAutoCompleteSimpleResult.cpp186 mMatches.RemoveElementAt(aIndex); in RemoveMatchAt()
192 *aMatchCount = mMatches.Length(); in GetMatchCount()
199 _retval = mMatches[aIndex].mValue; in GetValueAt()
206 _retval = mMatches[aIndex].mLabel; in GetLabelAt()
208 _retval = mMatches[aIndex].mValue; in GetLabelAt()
216 _retval = mMatches[aIndex].mComment; in GetCommentAt()
223 _retval = mMatches[aIndex].mImage; in GetImageAt()
230 _retval = mMatches[aIndex].mStyle; in GetStyleAt()
240 _retval = mMatches[aIndex].mValue; in GetFinalCompleteValueAt()
265 nsString value = mMatches[aRowIndex].mValue; in RemoveValueAt()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/autocomplete/
H A DnsAutoCompleteSimpleResult.cpp182 if (!mMatches.InsertElementAt(aIndex, match)) { in InsertMatchAt()
204 *aMatchCount = mMatches.Length(); in GetMatchCount()
212 _retval = mMatches[aIndex].mValue; in GetValueAt()
220 _retval = mMatches[aIndex].mLabel; in GetLabelAt()
222 _retval = mMatches[aIndex].mValue; in GetLabelAt()
231 _retval = mMatches[aIndex].mComment; in GetCommentAt()
239 _retval = mMatches[aIndex].mImage; in GetImageAt()
247 _retval = mMatches[aIndex].mStyle; in GetStyleAt()
258 _retval = mMatches[aIndex].mValue; in GetFinalCompleteValueAt()
284 nsString value = mMatches[aRowIndex].mValue; in RemoveValueAt()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DMediaQueryList.cpp27 mMatches(false), in MediaQueryList()
70 return mMatches; in Matches()
115 mMatches = false; in RecomputeMatches()
121 mMatches = mMediaList->Matches(*mDocument); in RecomputeMatches()
141 bool oldMatches = mMatches; in MaybeNotify()
145 if (mMatches == oldMatches) { in MaybeNotify()
152 init.mMatches = mMatches; in MaybeNotify()
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DMediaQueryList.cpp27 mMatches(false), in MediaQueryList()
70 return mMatches; in Matches()
115 mMatches = false; in RecomputeMatches()
121 mMatches = mMediaList->Matches(*mDocument); in RecomputeMatches()
141 bool oldMatches = mMatches; in MediaFeatureValuesChanged()
144 return mMatches != oldMatches; in MediaFeatureValuesChanged()
151 init.mMatches = mMatches; in FireChangeEvent()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DMediaQueryList.cpp26 : mDocument(aDocument), mMatches(false), mMatchesValid(false) { in MediaQueryList()
69 return mMatches; in Matches()
118 mMatches = false; in RecomputeMatches()
141 mMatches = mMediaList->Matches(presContext); in RecomputeMatches()
159 bool oldMatches = mMatches; in MaybeNotify()
163 if (mMatches == oldMatches) { in MaybeNotify()
170 init.mMatches = mMatches; in MaybeNotify()
/dports/www/firefox/firefox-99.0/layout/style/
H A DMediaQueryList.cpp27 mMatches(false), in MediaQueryList()
70 return mMatches; in Matches()
115 mMatches = false; in RecomputeMatches()
121 mMatches = mMediaList->Matches(*mDocument); in RecomputeMatches()
141 bool oldMatches = mMatches; in MediaFeatureValuesChanged()
144 return mMatches != oldMatches; in MediaFeatureValuesChanged()
151 init.mMatches = mMatches; in FireChangeEvent()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DMediaQueryList.cpp27 mMatches(false), in MediaQueryList()
70 return mMatches; in Matches()
115 mMatches = false; in RecomputeMatches()
121 mMatches = mMediaList->Matches(*mDocument); in RecomputeMatches()
141 bool oldMatches = mMatches; in MediaFeatureValuesChanged()
144 return mMatches != oldMatches; in MediaFeatureValuesChanged()
151 init.mMatches = mMatches; in FireChangeEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/find_in_page/android/java/src/org/chromium/components/find_in_page/
H A DFindResultBar.java61 private RectF[] mMatches = new RectF[0]; field in FindResultBar
172 mMatches = rects; in setMatchRects()
174 Arrays.sort(mMatches, sComparator); in setMatchRects()
233 mMatches[closest].centerX(), mMatches[closest].centerY()); in onTouchEvent()
242 if (!mDismissing && mMatches.length > 0) { in onSizeChanged()
259 if (mMatches.length == 0) { in onDraw()
311 mTickmarks = new ArrayList<Tickmark>(mMatches.length); in calculateTickmarks()
313 Tickmark nextTickmark = tickmarkForRect(mMatches[i], false); in calculateTickmarks()
315 while (i < mMatches.length) { in calculateTickmarks()
320 while (i < mMatches.length) { in calculateTickmarks()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/find_in_page/android/java/src/org/chromium/components/find_in_page/
H A DFindResultBar.java61 private RectF[] mMatches = new RectF[0]; field in FindResultBar
172 mMatches = rects; in setMatchRects()
174 Arrays.sort(mMatches, sComparator); in setMatchRects()
233 mMatches[closest].centerX(), mMatches[closest].centerY()); in onTouchEvent()
242 if (!mDismissing && mMatches.length > 0) { in onSizeChanged()
259 if (mMatches.length == 0) { in onDraw()
316 mTickmarks = new ArrayList<Tickmark>(mMatches.length); in calculateTickmarks()
318 Tickmark nextTickmark = tickmarkForRect(mMatches[i], false); in calculateTickmarks()
320 while (i < mMatches.length) { in calculateTickmarks()
325 while (i < mMatches.length) { in calculateTickmarks()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/ipc/
H A DJSWindowActorProtocol.cpp32 proto->mMatches = aInfo.matches().Clone(); in NS_IMPL_CYCLE_COLLECTING_RELEASE()
59 info.matches() = mMatches.Clone(); in ToIPC()
90 if (aOptions.mMatches.WasPassed()) { in FromWebIDLOptions()
91 MOZ_ASSERT(aOptions.mMatches.Value().Length()); in FromWebIDLOptions()
92 proto->mMatches = aOptions.mMatches.Value(); in FromWebIDLOptions()
286 if (mURIMatcher || mMatches.IsEmpty()) { in GetURIMatcher()
297 patterns.SetCapacity(mMatches.Length()); in GetURIMatcher()
298 for (nsString& s : mMatches) { in GetURIMatcher()
/dports/www/firefox-esr/firefox-91.8.0/dom/ipc/jsactor/
H A DJSWindowActorProtocol.cpp41 proto->mMatches = aInfo.matches().Clone(); in NS_IMPL_CYCLE_COLLECTING_RELEASE()
69 info.matches() = mMatches.Clone(); in ToIPC()
101 if (aOptions.mMatches.WasPassed()) { in FromWebIDLOptions()
102 MOZ_ASSERT(aOptions.mMatches.Value().Length()); in FromWebIDLOptions()
103 proto->mMatches = aOptions.mMatches.Value(); in FromWebIDLOptions()
316 if (mURIMatcher || mMatches.IsEmpty()) { in GetURIMatcher()
327 patterns.SetCapacity(mMatches.Length()); in GetURIMatcher()
328 for (nsString& s : mMatches) { in GetURIMatcher()
/dports/www/firefox/firefox-99.0/dom/ipc/jsactor/
H A DJSWindowActorProtocol.cpp41 proto->mMatches = aInfo.matches().Clone(); in NS_IMPL_CYCLE_COLLECTING_RELEASE()
69 info.matches() = mMatches.Clone(); in ToIPC()
101 if (aOptions.mMatches.WasPassed()) { in FromWebIDLOptions()
102 MOZ_ASSERT(aOptions.mMatches.Value().Length()); in FromWebIDLOptions()
103 proto->mMatches = aOptions.mMatches.Value(); in FromWebIDLOptions()
320 if (mURIMatcher || mMatches.IsEmpty()) { in GetURIMatcher()
331 patterns.SetCapacity(mMatches.Length()); in GetURIMatcher()
332 for (nsString& s : mMatches) { in GetURIMatcher()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/ipc/jsactor/
H A DJSWindowActorProtocol.cpp41 proto->mMatches = aInfo.matches().Clone(); in NS_IMPL_CYCLE_COLLECTING_RELEASE()
69 info.matches() = mMatches.Clone(); in ToIPC()
101 if (aOptions.mMatches.WasPassed()) { in FromWebIDLOptions()
102 MOZ_ASSERT(aOptions.mMatches.Value().Length()); in FromWebIDLOptions()
103 proto->mMatches = aOptions.mMatches.Value(); in FromWebIDLOptions()
316 if (mURIMatcher || mMatches.IsEmpty()) { in GetURIMatcher()
327 patterns.SetCapacity(mMatches.Length()); in GetURIMatcher()
328 for (nsString& s : mMatches) { in GetURIMatcher()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DMediaQueryList.cpp80 return mMatches; in Matches()
169 mMatches = mMediaList->Matches(presContext, nullptr); in RecomputeMatches()
180 bool oldMatches = mMatches; in MediumFeaturesChanged()
182 if (mMatches != oldMatches) { in MediumFeaturesChanged()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-nfs/src/main/java/org/apache/hadoop/nfs/
H A DNfsExports.java144 private final List<Match> mMatches; field in NfsExports
161 mMatches = new ArrayList<Match>(matchStrings.length); in NfsExports()
168 mMatches.add(getMatch(mStr)); in NfsExports()
177 int listSize = mMatches.size(); in getHostGroupList()
180 for (int i = 0; i < mMatches.size(); i++) { in getHostGroupList()
181 hostGroups[i] = mMatches.get(i).getHostGroup(); in getHostGroupList()
201 for(Match match : mMatches) { in getAccessPrivilege()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/extensions/
H A DWebExtensionContentScript.h111 MatchPatternSet* Matches() { return mMatches; } in Matches()
112 const MatchPatternSet* GetMatches() const { return mMatches; } in GetMatches()
150 RefPtr<MatchPatternSet> mMatches; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/download/
H A DDownloadManagerServiceTest.java177 private final HashSet<Object> mMatches; field in DownloadManagerServiceTest.OneTimeMatchSet
180 mMatches = new HashSet<Object>(); in OneTimeMatchSet()
181 Collections.addAll(mMatches, params); in OneTimeMatchSet()
187 if (!mMatches.contains(obj)) return false; in matches()
190 mMatches.remove(obj); in matches()
416 Assert.assertTrue("All downloads should be updated.", matchSet.mMatches.isEmpty()); in testMultipleDownloadProgress()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/
H A Dpsl_data.cpp59 mMatches = mMisMatches = mRepMatches = mCountN = 0; in xReset()
98 mMatches = NStr::StringToInt(columns[mFirstDataColumn]); in Initialize()
174 ostr << "matches : " << mMatches <<endl; in Dump()
239 pMatches->SetValue().SetInt(mMatches); in ExportToSeqAlign()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/readers/
H A Dpsl_data.cpp59 mMatches = mMisMatches = mRepMatches = mCountN = 0; in xReset()
98 mMatches = NStr::StringToInt(columns[mFirstDataColumn]); in Initialize()
174 ostr << "matches : " << mMatches <<endl; in Dump()
239 pMatches->SetValue().SetInt(mMatches); in ExportToSeqAlign()

123