Home
last modified time | relevance | path

Searched defs:timeOutInMs (Results 1 – 8 of 8) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cpptools/
H A Dcpptoolstestcase.cpp147 int timeOutInMs) in waitForProcessedEditorDocument_internal()
165 bool TestCase::waitForProcessedEditorDocument(const QString &filePath, int timeOutInMs) in waitForProcessedEditorDocument()
204 int timeOutInMs) in waitForFileInGlobalSnapshot()
211 int timeOutInMs) in waitForFilesInGlobalSnapshot()
231 bool TestCase::waitUntilProjectIsFullyOpened(Project *project, int timeOutInMs) in waitUntilProjectIsFullyOpened()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/unit/unittest/
H A Dprocessevents-utilities.cpp36 bool processEventsUntilTrue(std::function<bool ()> condition, int timeOutInMs) in processEventsUntilTrue()
H A Dclangjobs-test.cpp131 bool Jobs::waitUntilJobChainFinished(int timeOutInMs) in waitUntilJobChainFinished()
H A Dclangcodemodelserver-test.cpp496 bool ClangCodeModelServer::waitUntilAllJobsFinished(int timeOutInMs) in waitUntilAllJobsFinished()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/clangcodemodel/test/
H A Dclangautomationutils.cpp108 int timeOutInMs) in completionResults()
H A Dclangbatchfileprocessor.cpp82 int timeOutInMs() in timeOutInMs() function
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/clangtools/
H A Dclangtoolspreconfiguredsessiontests.cpp55 static bool processEventsUntil(const std::function<bool()> condition, int timeOutInMs = 30000) in processEventsUntil()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cppeditor/
H A Dfileandtokenactions_test.cpp127 static bool waitUntilAProjectIsLoaded(int timeOutInMs = 30000) in waitUntilAProjectIsLoaded()