Home
last modified time | relevance | path

Searched refs:mResults (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/graphics/qgis/qgis-3.22.3/src/core/locator/
H A Dqgslocatormodel.cpp44 mResults.clear(); in clear()
58 return mResults.size(); in rowCount()
82 … else if ( mResults.at( index.row() ).filter && mResults.at( index.row() ).groupSorting == 0 ) in data()
131 if ( !mResults.at( index.row() ).filter ) in data()
141 if ( mResults.at( index.row() ).filter ) in data()
178 if ( mResults.at( index.row() ).filter ) in flags()
208 const int pos = mResults.size(); in addResult()
224 mResults.clear(); in addResult()
234 mResults << entry; in addResult()
245 mResults << entry; in addResult()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/locator/
H A Dqgslocatormodel.cpp44 mResults.clear(); in clear()
58 return mResults.size(); in rowCount()
82 … else if ( mResults.at( index.row() ).filter && mResults.at( index.row() ).groupSorting == 0 ) in data()
131 if ( !mResults.at( index.row() ).filter ) in data()
141 if ( mResults.at( index.row() ).filter ) in data()
178 if ( mResults.at( index.row() ).filter ) in flags()
208 int pos = mResults.size(); in addResult()
224 mResults.clear(); in addResult()
234 mResults << entry; in addResult()
245 mResults << entry; in addResult()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/Tests/VisualTests/Common/include/
H A DCppUnitResultWriter.h57 for(size_t i = 0; i < mResults.size(); ++i) in getOutput()
59 Ogre::String test = mResults[i].testName; in getOutput()
63 for(; j < mResults.size() && mResults[j].testName == test; ++j) in getOutput()
65 if(!mResults[j].passed) in getOutput()
83 for(size_t i = 0; i < mResults.size(); ++i) in getOutput()
85 Ogre::String test = mResults[i].testName; in getOutput()
89 for(; j < mResults.size() && mResults[j].testName == test; ++j) in getOutput()
91 if(mResults[j].passed) in getOutput()
105 out << " <Tests>" << mResults.size() << "</Tests>" << std::endl; in getOutput()
H A DHTMLWriter.h99 for (unsigned int i = 0; i < mResults.size(); ++i) in getOutput()
102 const Ogre::String& testName = mResults[i].testName; in getOutput()
106 for (; j < mResults.size() && mResults[j].testName == testName; ++j) in getOutput()
108 if(!mResults[j].passed) in getOutput()
125 for (unsigned int i = 0; i < mResults.size(); ++i) in getOutput()
129 anchor->appendAttribute("title", mResults[i].testName); in getOutput()
136 for (unsigned int i = 0; i < mResults.size(); ++i) in getOutput()
140 const Ogre::String& testName = mResults[i].testName; in getOutput()
145 for (; j < mResults.size() && mResults[j].testName == testName; ++j) in getOutput()
147 results.push_back(&mResults[j]); in getOutput()
[all …]
H A DSimpleResultWriter.h53 for(size_t i = 0; i < mResults->size(); ++i) in getOutput()
55 Ogre::String test = (*mResults)[i].testName; in getOutput()
61 for(; j < mResults->size() && (*mResults)[j].testName == test; ++j) in getOutput()
63 if(!(*mResults)[j].passed) in getOutput()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/gui/
H A Dthreadhandler.cpp47 mResults.clearFiles(); in clearFiles()
55 mResults.setFiles(files); in setFiles()
61 mResults.setProject(prj); in setProject()
68 mResults.setFiles(getReCheckFiles(all)); in setCheckFiles()
75 mResults.setFiles(files); in setCheckFiles()
92 mRunningThreadCount = mResults.getFileCount(); in check()
135 mThreads << new CheckThread(mResults); in setThreadCount()
192 connect(&mResults, &ThreadResult::progress, in initialize()
195 connect(&mResults, &ThreadResult::error, in initialize()
198 connect(&mResults, &ThreadResult::log, in initialize()
[all …]
H A Dmainwindow.cpp158 mThread->initialize(mUI.mResults); in MainWindow()
427 mUI.mResults->clear(true); in doAnalyzeProject()
481 mUI.mResults->clear(true); in doAnalyzeFiles()
551 mUI.mResults->checkingStarted(1); in analyzeCode()
1139 mUI.mResults->clear(false); in reAnalyzeSelected()
1168 mUI.mResults->clear(all); in reAnalyze()
1193 mUI.mResults->clear(true); in clearResults()
1237 mUI.mResults->clear(true); in loadResults()
1469 mUI.mResults->translate(); in setLanguage()
1697 mUI.mResults->clear(true); in closeProjectFile()
[all …]
/dports/devel/cppcheck/cppcheck-2.6.3/gui/
H A Dthreadhandler.cpp47 mResults.clearFiles(); in clearFiles()
55 mResults.setFiles(files); in setFiles()
61 mResults.setProject(prj); in setProject()
68 mResults.setFiles(getReCheckFiles(all)); in setCheckFiles()
75 mResults.setFiles(files); in setCheckFiles()
92 mRunningThreadCount = mResults.getFileCount(); in check()
135 mThreads << new CheckThread(mResults); in setThreadCount()
192 connect(&mResults, &ThreadResult::progress, in initialize()
195 connect(&mResults, &ThreadResult::error, in initialize()
198 connect(&mResults, &ThreadResult::log, in initialize()
[all …]
H A Dmainwindow.cpp158 mThread->initialize(mUI.mResults); in MainWindow()
427 mUI.mResults->clear(true); in doAnalyzeProject()
481 mUI.mResults->clear(true); in doAnalyzeFiles()
551 mUI.mResults->checkingStarted(1); in analyzeCode()
1139 mUI.mResults->clear(false); in reAnalyzeSelected()
1168 mUI.mResults->clear(all); in reAnalyze()
1193 mUI.mResults->clear(true); in clearResults()
1237 mUI.mResults->clear(true); in loadResults()
1469 mUI.mResults->translate(); in setLanguage()
1697 mUI.mResults->clear(true); in closeProjectFile()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tests/VisualTests/Common/include/
H A DHTMLWriter.h99 for (unsigned int i = 0; i < mResults->size(); ++i) in getOutput()
102 Ogre::String testName = (*mResults)[i].testName; in getOutput()
106 for (; j < mResults->size() && (*mResults)[j].testName == testName; ++j) in getOutput()
108 if(!(*mResults)[j].passed) in getOutput()
125 for (unsigned int i = 0; i < mResults->size(); ++i) in getOutput()
129 anchor->appendAttribute("title", (*mResults)[i].testName); in getOutput()
136 for (unsigned int i = 0; i < mResults->size(); ++i) in getOutput()
140 Ogre::String testName = (*mResults)[i].testName; in getOutput()
145 for (; j < mResults->size() && (*mResults)[j].testName == testName; ++j) in getOutput()
147 results.push_back(&(*mResults)[j]); in getOutput()
[all …]
H A DSimpleResultWriter.h53 for(size_t i = 0; i < mResults->size(); ++i) in getOutput()
55 Ogre::String test = (*mResults)[i].testName; in getOutput()
61 for(; j < mResults->size() && (*mResults)[j].testName == test; ++j) in getOutput()
63 if(!(*mResults)[j].passed) in getOutput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omnibox/suggestions/
H A DVoiceSuggestionProvider.java29 private final List<VoiceResult> mResults = new ArrayList<VoiceResult>(); field in VoiceSuggestionProvider
62 mResults.clear(); in clearVoiceSearchResults()
71 return Collections.unmodifiableList(mResults); in getResults()
81 mResults.addAll(results); in setVoiceResults()
93 if (mResults.size() == 0 || maxVoiceResults == 0) return suggestions; in addVoiceSuggestions()
100 VoiceResult firstResult = mResults.get(0); in addVoiceSuggestions()
105 for (int i = 1; i < mResults.size() in addVoiceSuggestions()
109 newSuggestions, mResults.get(i), mConfidenceThresholdShow); in addVoiceSuggestions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/android/javatests/src/org/chromium/chrome/test/pagecontroller/utils/
H A DBySelectorUi2LocatorTest.java47 private List<UiObject2> mResults; field in BySelectorUi2LocatorTest
55 mResults = new ArrayList<>(); in setup()
56 mResults.add(mResult0); in setup()
57 mResults.add(mResult1); in setup()
59 TestUtils.stubMocks(mDevice, mRoot, mSelector, mResult0, mResults); in setup()
65 TestUtils.assertLocatorResults(mDevice, mRoot, locator, mResult0, mResults); in locate()
H A DBySelectorIndexUi2LocatorTest.java48 private List<UiObject2> mResults; field in BySelectorIndexUi2LocatorTest
56 mResults = new ArrayList<>(); in setUp()
57 mResults.add(mResult0); in setUp()
58 mResults.add(mResult1); in setUp()
65 TestUtils.stubMocks(mDevice, mRoot, mSelector, mResult0, mResults); in setUp()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/dns/
H A DDNSRequestChild.cpp212 mResults = reply;
217 *aType = mResults.match(
229 if (!mResults.is<TypeRecordTxt>()) {
239 if (!mResults.is<TypeRecordTxt>()) {
251 if (!mResults.is<TypeRecordHTTPSSVC>()) {
255 auto& results = mResults.as<TypeRecordHTTPSSVC>();
267 if (!mResults.is<TypeRecordHTTPSSVC>()) {
287 if (!mResults.is<TypeRecordHTTPSSVC>()) {
302 if (!mResults.is<TypeRecordHTTPSSVC>()) {
315 if (!mResults.is<TypeRecordHTTPSSVC>()) {
[all …]
H A DnsHostRecord.cpp391 return !mResults.is<Nothing>();
400 if (!mResults.is<TypeRecordTxt>()) {
411 if (!mResults.is<TypeRecordTxt>()) {
433 return mResults.match(
444 return mResults;
450 if (!mResults.is<TypeRecordHTTPSSVC>()) {
454 auto& results = mResults.as<TypeRecordHTTPSSVC>();
468 if (!mResults.is<TypeRecordHTTPSSVC>()) {
489 if (!mResults.is<TypeRecordHTTPSSVC>()) {
505 if (!mResults.is<TypeRecordHTTPSSVC>()) {
[all …]
/dports/www/firefox/firefox-99.0/netwerk/dns/
H A DDNSRequestChild.cpp230 mResults = reply; in NS_IMPL_ISUPPORTS()
235 *aType = mResults.match( in GetType()
247 if (!mResults.is<TypeRecordTxt>()) { in GetRecords()
257 if (!mResults.is<TypeRecordTxt>()) { in GetRecordsAsOneString()
269 if (!mResults.is<TypeRecordHTTPSSVC>()) { in GetRecords()
273 auto& results = mResults.as<TypeRecordHTTPSSVC>(); in GetRecords()
285 if (!mResults.is<TypeRecordHTTPSSVC>()) { in GetServiceModeRecord()
305 if (!mResults.is<TypeRecordHTTPSSVC>()) { in GetAllRecordsWithEchConfig()
320 if (!mResults.is<TypeRecordHTTPSSVC>()) { in GetHasIPAddresses()
333 if (!mResults.is<TypeRecordHTTPSSVC>()) { in GetAllRecordsExcluded()
[all …]
H A DnsHostRecord.cpp458 return !mResults.is<Nothing>(); in HasUsableResultInternal()
467 if (!mResults.is<TypeRecordTxt>()) { in GetRecords()
478 if (!mResults.is<TypeRecordTxt>()) { in GetRecordsAsOneString()
500 return mResults.match( in GetType()
511 return mResults; in GetResults()
517 if (!mResults.is<TypeRecordHTTPSSVC>()) { in GetRecords()
521 auto& results = mResults.as<TypeRecordHTTPSSVC>(); in GetRecords()
535 if (!mResults.is<TypeRecordHTTPSSVC>()) { in GetServiceModeRecord()
556 if (!mResults.is<TypeRecordHTTPSSVC>()) { in GetAllRecordsWithEchConfig()
572 if (!mResults.is<TypeRecordHTTPSSVC>()) { in GetHasIPAddresses()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/dns/
H A DDNSRequestChild.cpp212 mResults = reply; in NS_IMPL_ISUPPORTS()
217 *aType = mResults.match( in GetType()
229 if (!mResults.is<TypeRecordTxt>()) { in GetRecords()
239 if (!mResults.is<TypeRecordTxt>()) { in GetRecordsAsOneString()
251 if (!mResults.is<TypeRecordHTTPSSVC>()) { in GetRecords()
255 auto& results = mResults.as<TypeRecordHTTPSSVC>(); in GetRecords()
267 if (!mResults.is<TypeRecordHTTPSSVC>()) { in GetServiceModeRecord()
287 if (!mResults.is<TypeRecordHTTPSSVC>()) { in GetAllRecordsWithEchConfig()
302 if (!mResults.is<TypeRecordHTTPSSVC>()) { in GetHasIPAddresses()
315 if (!mResults.is<TypeRecordHTTPSSVC>()) { in GetAllRecordsExcluded()
[all …]
H A DnsHostRecord.cpp391 return !mResults.is<Nothing>(); in HasUsableResultInternal()
400 if (!mResults.is<TypeRecordTxt>()) { in GetRecords()
411 if (!mResults.is<TypeRecordTxt>()) { in GetRecordsAsOneString()
433 return mResults.match( in GetType()
444 return mResults; in GetResults()
450 if (!mResults.is<TypeRecordHTTPSSVC>()) { in GetRecords()
454 auto& results = mResults.as<TypeRecordHTTPSSVC>(); in GetRecords()
468 if (!mResults.is<TypeRecordHTTPSSVC>()) { in GetServiceModeRecord()
489 if (!mResults.is<TypeRecordHTTPSSVC>()) { in GetAllRecordsWithEchConfig()
505 if (!mResults.is<TypeRecordHTTPSSVC>()) { in GetHasIPAddresses()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/javatests/src/org/chromium/chrome/browser/autofill_assistant/
H A DAutofillAssistantDirectActionHandlerTest.java98 assertEquals(1, onboarding.mResults.size()); in testReportOnboardingOnlyIfNotAccepted()
125 assertEquals(1, fetch.mResults.size()); in testReportAvailableDirectActions()
126 assertEquals("success", fetch.mResults.get(0).mName); in testReportAvailableDirectActions()
127 assertEquals(Type.BOOLEAN, fetch.mResults.get(0).mType); in testReportAvailableDirectActions()
148 assertEquals(1, search.mResults.size()); in testReportAvailableDirectActions()
149 assertEquals("success", search.mResults.get(0).mName); in testReportAvailableDirectActions()
161 assertEquals(1, action2.mResults.size()); in testReportAvailableDirectActions()
162 assertEquals("success", action2.mResults.get(0).mName); in testReportAvailableDirectActions()
174 assertEquals(1, action2Alias.mResults.size()); in testReportAvailableDirectActions()
200 assertEquals(1, fetch.mResults.size()); in testReportAvailableAutofillAssistantActions()
[all …]
/dports/benchmarks/dkftpbench/dkftpbench-0.45/
H A DPoller_kqueue.cc38 mResults = 0; in init()
57 if(mResults != 0) { in shutdown()
58 free(mResults); in shutdown()
59 mResults = 0; in shutdown()
76 mResults = (struct kevent*)realloc(mResults, 2 * sizeof(struct kevent) * mMaxFds); in add()
225 mResults, 2*mMaxFds, in waitForEvents()
248 struct kevent *ke = &mResults[mCurResult++]; in getNextEvent()
/dports/graphics/qgis/qgis-3.22.3/src/gui/layout/
H A Dqgslayoutvaliditychecks.cpp65 mResults.append( res ); in prepareCheck()
74 return mResults; in runCheck()
122 mResults.append( res ); in prepareCheck()
131 return mResults; in runCheck()
178 mResults.append( res ); in prepareCheck()
188 return mResults; in runCheck()
237 mResults.append( res ); in prepareCheck()
246 return mResults; in runCheck()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/layout/
H A Dqgslayoutvaliditychecks.cpp64 mResults.append( res ); in prepareCheck()
73 return mResults; in runCheck()
121 mResults.append( res ); in prepareCheck()
130 return mResults; in runCheck()
177 mResults.append( res ); in prepareCheck()
187 return mResults; in runCheck()
236 mResults.append( res ); in prepareCheck()
245 return mResults; in runCheck()
/dports/net/libksieve/libksieve-21.12.3/src/ksieveui/vacation/legacy/
H A Dvacationscriptextractor.h83 …return mResults.count(QStringLiteral("x-spam-flag")) && mResults.count(QStringLiteral("spam-flag-y… in found()
151 …return mResults.count(QStringLiteral("stop")) && mResults.count(QStringLiteral("from")) ? mResults in domainName()
226 if (mResults.count(name) == 0) { in date()
229 return QDate::fromString(mResults.at(name), Qt::ISODate); in date()

123456789