Home
last modified time | relevance | path

Searched refs:taskFinished (Results 51 – 75 of 141) sorted by relevance

123456

/dports/devel/pear-phing/phing-2.6.1/
H A DBuildListener.php82 public function taskFinished(BuildEvent $event); function
/dports/net/bredbandskollen/bbk-7b810a6/src/http/
H A Dwebsocketbridge.h27 void taskFinished(Task *task) override;
H A Dwebsocketbridge.cpp91 void WebsocketBridge::taskFinished(Task *task) { in taskFinished() function in WebsocketBridge
99 BridgeTask::taskFinished(task); in taskFinished()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/progressmanager/
H A Dprogressmanager.cpp315 …disconnect(task.key(), &QFutureWatcherBase::finished, this, &ProgressManagerPrivate::taskFinished); in doCancelTasks()
358 …disconnect(task.key(), &QFutureWatcherBase::finished, this, &ProgressManagerPrivate::taskFinished); in cancelAllRunningTasks()
379 connect(watcher, &QFutureWatcherBase::finished, this, &ProgressManagerPrivate::taskFinished); in doAddTask()
432 void ProgressManagerPrivate::taskFinished() in taskFinished() function in ProgressManagerPrivate
/dports/net/bredbandskollen/bbk-7b810a6/src/examples/002_simple_task/
H A Dmain.cpp56 void taskFinished(Task *task) override { in taskFinished() function in MainTask
/dports/audio/traverso/traverso-0.49.6/src/core/
H A DAudioFileMerger.h65 void taskFinished(QString);
H A DAudioFileCopyConvert.h69 void taskFinished(QString, int, QString);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.tests.core/test support/org/eclipse/ant/tests/core/support/testloggers/
H A DTestBuildListener.java48 public void taskFinished(BuildEvent event) { in taskFinished() method in TestBuildListener
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/core/jobs/
H A Dqthreadpooler_p.h77 void taskFinished(RunnableInterface *task);
/dports/games/openlierox/OpenLieroX/include/
H A DTaskManager.h38 SDL_cond* taskFinished; variable
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/appbase/
H A DProgressDisplay.cpp38 void ProgressDisplay::taskFinished() in taskFinished() function in AppBase::ProgressDisplay
H A DProgressDisplay.h52 void taskFinished();
/dports/net-im/psi/psi-1.5/src/
H A Dvcardfactory.cpp83 void VCardFactory::taskFinished() in taskFinished() function in VCardFactory
238 task->connect(task, SIGNAL(finished()), this, SLOT(taskFinished())); in getVCard()
H A Dvcardfactory.h62 void taskFinished();
/dports/net/bredbandskollen/bbk-7b810a6/src/examples/020_cliclient/
H A Dwebserver.cpp27 void WebServer::taskFinished(Task *task) { in taskFinished() function in WebServer
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapred/
H A DJvmManager.java147 public void taskFinished(TaskRunner tr) { in taskFinished() method in JvmManager
149 mapJvmManager.taskFinished(tr); in taskFinished()
151 reduceJvmManager.taskFinished(tr); in taskFinished()
272 synchronized public void taskFinished(TaskRunner tr) { in taskFinished() method in JvmManager.JvmManagerForType
/dports/net/bredbandskollen/bbk-7b810a6/src/measurement/
H A Dspeedtest.h22 void taskFinished(Task *task) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/download/
H A DDownloadResumptionBackgroundTask.java33 new Handler().post(() -> callback.taskFinished(false)); in onStartTaskWithNative()
/dports/net/bredbandskollen/bbk-7b810a6/src/examples/030_httpclient/
H A Dmain.cpp43 void taskFinished(Task *task) override { in taskFinished() function in MainTask
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DTaskManager.h109 void taskFinished(Task* pTask);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src_ant/org/eclipse/pde/internal/core/ant/
H A DExportBuildListener.java48 public void taskFinished(BuildEvent event) { in taskFinished() method in ExportBuildListener
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/
H A DSimpleBuildLogger.java87 public void taskFinished(BuildEvent event) { in taskFinished() method in SimpleBuildLogger
/dports/net/bredbandskollen/bbk-7b810a6/src/framework/
H A Dbridgetask.h51 void taskFinished(Task *task) override { in taskFinished() function
/dports/biology/ugene/ugene-40.1/src/plugins/workflow_designer/src/library/
H A DScriptWorker.h78 bool taskFinished; variable
/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DTask.cpp83 pOwner->taskFinished(this); in run()

123456