Home
last modified time | relevance | path

Searched defs:commandFinished (Results 1 – 25 of 36) sorted by relevance

12

/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qtestlib/wince/cetcpsyncserver/
H A Dcommands.cpp80 void AbstractCommand::commandFinished() in commandFinished() function in AbstractCommand
168 void CreateFileCommand::commandFinished() in commandFinished() function in CreateFileCommand
215 void CreateDirectoryCommand::commandFinished() in commandFinished() function in CreateDirectoryCommand
256 void CopyFileCommand::commandFinished() in commandFinished() function in CopyFileCommand
286 void CopyDirectoryCommand::commandFinished() in commandFinished() function in CopyDirectoryCommand
346 void DeleteFileCommand::commandFinished() in commandFinished() function in DeleteFileCommand
469 void ExecuteCommand::commandFinished() in commandFinished() function in ExecuteCommand
523 void ReadFileCommand::commandFinished() in commandFinished() function in ReadFileCommand
586 void ReadDirectoryCommand::commandFinished() in commandFinished() function in ReadDirectoryCommand
631 void FileTimeCommand::commandFinished() in commandFinished() function in FileTimeCommand
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/executor/
H A Dnetwork_interface_mock_test.cpp162 bool commandFinished = false; in TEST_F() local
239 bool commandFinished = false; in TEST_F() local
280 bool commandFinished = false; in TEST_F() local
316 bool commandFinished = false; in TEST_F() local
353 bool commandFinished = false; in TEST_F() local
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Dquickop.py201 def commandFinished(self, ret): member in QuickOpDialog
310 def commandFinished(self, ret): member in HeadlessQuickop
H A Dp4pending.py120 def commandFinished(self, ret): member in PerforcePending
H A Dcompress.py114 def commandFinished(self): member in CompressDialog
H A Dsign.py164 def commandFinished(self, ret): member in SignDialog
H A Dcmdcore.py188 commandFinished = pyqtSignal(int) variable in CmdWorker
641 commandFinished = pyqtSignal(int) variable in CmdSession
882 commandFinished = pyqtSignal(CmdSession) variable in CmdAgent
/dports/math/rkward-kde/rkward-0.7.1/rkward/scriptbackends/
H A Dscriptbackend.cpp82 void ScriptBackend::commandFinished (const QString &output) { in commandFinished() function in ScriptBackend
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/vcsbase/
H A Dvcsbasediffeditorcontroller.cpp130 void VcsCommandResultProxy::commandFinished(bool success) in commandFinished() function in VcsBase::VcsCommandResultProxy
201 void VcsBaseDiffEditorControllerPrivate::commandFinished(bool success) in commandFinished() function in VcsBase::VcsBaseDiffEditorControllerPrivate
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/client/
H A DAdd.java54 protected IStatus commandFinished(Session session, GlobalOption[] globalOptions, in commandFinished() method in Add
H A DCommit.java71 protected IStatus commandFinished(Session session, GlobalOption[] globalOptions, in commandFinished() method in Commit
H A DCheckout.java111 protected IStatus commandFinished(Session session, GlobalOption[] globalOptions, in commandFinished() method in Checkout
H A DUpdate.java86 protected IStatus commandFinished(Session session, GlobalOption[] globalOptions, in commandFinished() method in Update
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/operations/
H A DCheckoutToRemoteFolderOperation.java92 protected IStatus commandFinished( in commandFinished() method in CheckoutToRemoteFolderOperation.SandboxCheckout
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/unittests/BuildSystem/
H A DMockBuildSystemDelegate.h148 virtual void commandFinished(Command* command, CommandResult result) { in commandFinished() function
H A DBuildSystemFrontendTest.cpp157 virtual void commandFinished(Command* command, CommandResult result) override { in commandFinished() function in __anoneece64670111::TestBuildSystemFrontendDelegate
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/resources/
H A DUpdateContentCachingService.java54 …protected IStatus commandFinished(Session session, GlobalOption[] globalOptions, LocalOption[] loc… in commandFinished() method in UpdateContentCachingService.SandboxUpdate
/dports/games/spring/spring_98.0/AI/Skirmish/HughAI/src-loader/hughai/loader/
H A DHughAILoader.java379 public int commandFinished(Unit unit, int commandId, int commandTopicId) { in commandFinished() method in HughAILoader
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/ssh/
H A Dsftpsession.cpp191 emit commandFinished(command.jobId, QString::fromLocal8Bit(stdErr)); in handleStdout() local
/dports/games/spring/spring_98.0/AI/Skirmish/NullOOJavaAI/src/main/java/nulloojavaai/
H A DNullOOJavaAI.java291 public int commandFinished(Unit unit, int commandId, int commandTopicId) { in commandFinished() method in NullOOJavaAI
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtgui/
H A Dinterfacescript.cpp172 void InterfaceScript::commandFinished() in commandFinished() function in Avogadro::QtGui::InterfaceScript
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtgui/
H A Dinterfacescript.cpp172 void InterfaceScript::commandFinished() in commandFinished() function in Avogadro::QtGui::InterfaceScript
/dports/www/otter-browser/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/3rdparty/qtftp/
H A Dqftp.cpp2275 emit commandFinished(c->id, false); in _q_piFinished() local
2356 emit commandFinished(c->id, true); in _q_piError() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/network/
H A Dq3ftp.cpp1989 emit commandFinished( c->id, false ); in piFinished() local
2048 emit commandFinished( c->id, true ); in piError() local
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/lib/BuildSystem/
H A DBuildSystemFrontend.cpp506 void BuildSystemFrontendDelegate::commandFinished(Command*, CommandResult) { in commandFinished() function in BuildSystemFrontendDelegate

12