Home
last modified time | relevance | path

Searched refs:readPlatform (Results 1 – 14 of 14) sorted by relevance

/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/
H A Dtestplatform.cpp43 static bool readPlatform(cppcheck::Platform& platform, const char* xmldata) { in readPlatform() function in TestPlatform
54 ASSERT(readPlatform(platform, xmldata)); in empty()
121 ASSERT(readPlatform(platform, xmldata)); in valid_config_file_1()
165 ASSERT(readPlatform(platform, xmldata)); in valid_config_file_2()
210 ASSERT(readPlatform(platform, xmldata)); in valid_config_file_3()
244 ASSERT(readPlatform(platform, xmldata)); in valid_config_file_4()
287 ASSERT(!readPlatform(platform, xmldata)); in invalid_config_file_1()
314 ASSERT(readPlatform(platform, xmldata));
/dports/devel/cppcheck/cppcheck-2.6.3/test/
H A Dtestplatform.cpp43 static bool readPlatform(cppcheck::Platform& platform, const char* xmldata) { in readPlatform() function in TestPlatform
54 ASSERT(readPlatform(platform, xmldata)); in empty()
121 ASSERT(readPlatform(platform, xmldata)); in valid_config_file_1()
165 ASSERT(readPlatform(platform, xmldata)); in valid_config_file_2()
210 ASSERT(readPlatform(platform, xmldata)); in valid_config_file_3()
244 ASSERT(readPlatform(platform, xmldata)); in valid_config_file_4()
287 ASSERT(!readPlatform(platform, xmldata)); in invalid_config_file_1()
314 ASSERT(readPlatform(platform, xmldata));
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A DFirewallDialog.cpp176 getVersionsForPlatform(readPlatform(m_dialog->platform), vl); in fillVersion()
199 QString pl = readPlatform(m_dialog->platform); in saveVersion()
215 QString platform = readPlatform(m_dialog->platform); in platformChanged()
217 QString pl = readPlatform(m_dialog->platform); in platformChanged()
330 string new_platform = readPlatform(m_dialog->platform).toLatin1().constData(); in applyChanges()
H A DClusterDialog.cpp127 QString platform = readPlatform(m_dialog->platform); in platformChanged()
130 QString pl = readPlatform(m_dialog->platform); in platformChanged()
251 string pl = readPlatform(m_dialog->platform).toLatin1().constData(); in applyChanges()
H A DnewFirewallDialog.cpp160 setHostOS(m_dialog->hostOS, readPlatform(m_dialog->platform), ""); in newFirewallDialog()
268 !readPlatform(m_dialog->platform).isEmpty() in changed()
270 setHostOS(m_dialog->hostOS, readPlatform(m_dialog->platform), ""); in changed()
349 QString platform = readPlatform(m_dialog->platform); in monitor()
601 readPlatform(m_dialog->platform).toLatin1().constData(), in showPage()
819 readPlatform(m_dialog->platform).toStdString(), &idata); in getInterfaceDataFromInterfaceEditor()
1126 string platform = readPlatform(m_dialog->platform).toAscii().constData(); in finishClicked()
1129 string platform = readPlatform(m_dialog->platform).toLatin1().constData(); in finishClicked()
H A DnewFirewallDialog_from_template.cpp82 string platform = readPlatform(m_dialog->platform).toAscii().constData(); in createFirewallFromTemplate()
85 string platform = readPlatform(m_dialog->platform).toLatin1().constData(); in createFirewallFromTemplate()
H A Dplatforms.h183 QString readPlatform(QComboBox *platform);
H A Dplatforms.cpp892 QString readPlatform(QComboBox *platform) in readPlatform() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/search/
H A DWorkingSetManagerTest.java418 CriterionResource readPlatform; in checkResourceWithTwoChildren() local
421 readPlatform = readResources[1]; in checkResourceWithTwoChildren()
424 readPlatform = readResources[1]; in checkResourceWithTwoChildren()
429 assertEquals("platform", readPlatform.getCriterionName()); in checkResourceWithTwoChildren()
430 assertEquals(2, readPlatform.getCriterionValues().size()); in checkResourceWithTwoChildren()
431 assertTrue(readPlatform.getCriterionValues().contains("linux")); in checkResourceWithTwoChildren()
432 assertTrue(readPlatform.getCriterionValues().contains("MacOS")); in checkResourceWithTwoChildren()
H A DInfocenterWorkingSetManagerTest.java433 CriterionResource readPlatform; in checkResourceWithTwoChildren() local
436 readPlatform = readResources[1]; in checkResourceWithTwoChildren()
439 readPlatform = readResources[1]; in checkResourceWithTwoChildren()
444 assertEquals("platform", readPlatform.getCriterionName()); in checkResourceWithTwoChildren()
445 assertEquals(2, readPlatform.getCriterionValues().size()); in checkResourceWithTwoChildren()
446 assertTrue(readPlatform.getCriterionValues().contains("linux")); in checkResourceWithTwoChildren()
447 assertTrue(readPlatform.getCriterionValues().contains("MacOS")); in checkResourceWithTwoChildren()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/gui/
H A Dprojectfile.h462 void readPlatform(QXmlStreamReader &reader);
H A Dprojectfile.cpp167 readPlatform(xmlReader); in read()
615 void ProjectFile::readPlatform(QXmlStreamReader &reader) in readPlatform() function in ProjectFile
/dports/devel/cppcheck/cppcheck-2.6.3/gui/
H A Dprojectfile.h462 void readPlatform(QXmlStreamReader &reader);
H A Dprojectfile.cpp167 readPlatform(xmlReader); in read()
615 void ProjectFile::readPlatform(QXmlStreamReader &reader) in readPlatform() function in ProjectFile