Home
last modified time | relevance | path

Searched refs:cleanupFinished (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/qdirstat/qdirstat-1.8/src/
H A DCleanupCollection.h137 void cleanupFinished( int errorCount );
H A DMainWindow.h291 void cleanupFinished( int errorCount );
H A DMainWindow.cpp225 connect( app()->cleanupCollection(), SIGNAL( cleanupFinished( int ) ), in connectSignals()
226 this, SLOT ( cleanupFinished( int ) ) ); in connectSignals()
797 void MainWindow::cleanupFinished( int errorCount ) in cleanupFinished() function in MainWindow
H A DCleanupCollection.cpp292 this, SIGNAL( cleanupFinished ( int ) ) ); in execute()
/dports/devel/hadoop/hadoop-1.2.1/src/webapps/history/
H A Djobdetailshistory.jsp98 long cleanupFinished = 0;
139 if (cleanupFinished < finishTime) {
140 cleanupFinished = finishTime;
226 <td><%=StringUtils.getFormattedTimeWithDiff(dateFormat, cleanupFinished, cleanupStarted) %></td>
/dports/devel/hadoop/hadoop-1.2.1/webapps/job/
H A Djobdetailshistory.jsp98 long cleanupFinished = 0;
139 if (cleanupFinished < finishTime) {
140 cleanupFinished = finishTime;
226 <td><%=StringUtils.getFormattedTimeWithDiff(dateFormat, cleanupFinished, cleanupStarted) %></td>
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/jobhistory/
H A DHistoryViewer.java283 dateFormat, ts.cleanupFinished, in printTaskSummary()
545 long cleanupFinished = 0; field in HistoryViewer.SummarizedJob
588 public long getCleanupFinished() { return cleanupFinished; } in getCleanupFinished()
639 if (cleanupFinished < finishTime) { in SummarizedJob()
640 cleanupFinished = finishTime; in SummarizedJob()
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapred/
H A DHistoryViewer.java297 long cleanupFinished = 0; in printTaskSummary() local
341 if (cleanupFinished < finishTime) { in printTaskSummary()
342 cleanupFinished = finishTime; in printTaskSummary()
412 dateFormat, cleanupFinished, cleanupStarted)); in printTaskSummary()