Home
last modified time | relevance | path

Searched refs:currentProgress (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/
H A DProgressTimeseries.php21 public $currentProgress; variable in Google_Service_Dataflow_ProgressTimeseries
25 public function setCurrentProgress($currentProgress) argument
27 $this->currentProgress = $currentProgress;
31 return $this->currentProgress;
/dports/graphics/tesseract/tesseract-5.0.0/unittest/
H A Dprogress_test.cc103 int currentProgress = -1; in ClassicProgressTester() local
104 EXPECT_CALL(progressSink, classicProgress(AllOf(Gt<int &>(currentProgress), Le(100)))) in ClassicProgressTester()
106 .WillRepeatedly(DoAll(SaveArg<0>(&currentProgress), Return(false))); in ClassicProgressTester()
110 EXPECT_GE(currentProgress, 50) << "The reported progress did not reach 50%"; in ClassicProgressTester()
134 int currentProgress = -1; in NewProgressTester() local
136 EXPECT_CALL(progressSink, progress(AllOf(Gt<int &>(currentProgress), Le(100)))) in NewProgressTester()
138 .WillRepeatedly(DoAll(SaveArg<0>(&currentProgress), Return(false))); in NewProgressTester()
142 EXPECT_GE(currentProgress, 50) << "The reported progress did not reach 50%"; in NewProgressTester()
/dports/graphics/krita/krita-4.4.8/plugins/extensions/qmic/
H A Dkis_qmic_progress_manager.cpp52 int currentProgress = 0.0; in updateProgress() local
60 currentProgress = (int)progress; in updateProgress()
70 currentProgress = (m_progressPulseRequest % 10) * 10; in updateProgress()
73 dbgPlugins << "Current progress : " << currentProgress << " vs " << progress; in updateProgress()
74 m_updater->setProgress(currentProgress); in updateProgress()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-gridmix/src/main/java/org/apache/hadoop/mapred/gridmix/emulators/resourceusage/
H A DCumulativeCpuUsageEmulatorPlugin.java248 float currentProgress = progress.getProgress(); in emulate() local
249 if (lastSeenProgress < currentProgress in emulate()
250 && ((currentProgress - lastSeenProgress) >= emulationInterval in emulate()
251 || currentProgress == 1)) { in emulate()
267 / (currentProgress - lastSeenProgress); in emulate()
269 currentCpuUsage + (long)((1 - currentProgress) * rate); in emulate()
276 * getWeightForProgressInterval(currentProgress)); in emulate()
H A DTotalHeapUsageEmulatorPlugin.java200 float currentProgress = progress.getProgress(); in emulate() local
201 if (prevEmulationProgress < currentProgress in emulate()
202 && ((currentProgress - prevEmulationProgress) >= emulationInterval in emulate()
203 || currentProgress == 1)) { in emulate()
212 (long) (targetHeapUsageInMB * currentProgress)); in emulate()
231 prevEmulationProgress = currentProgress; in emulate()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/gridmix/src/java/org/apache/hadoop/mapred/gridmix/emulators/resourceusage/
H A DCumulativeCpuUsageEmulatorPlugin.java245 float currentProgress = progress.getProgress(); in emulate() local
246 if (lastSeenProgress < currentProgress in emulate()
247 && ((currentProgress - lastSeenProgress) >= emulationInterval in emulate()
248 || currentProgress == 1)) { in emulate()
264 / (currentProgress - lastSeenProgress); in emulate()
266 currentCpuUsage + (long)((1 - currentProgress) * rate); in emulate()
273 * getWeightForProgressInterval(currentProgress)); in emulate()
H A DTotalHeapUsageEmulatorPlugin.java197 float currentProgress = progress.getProgress(); in emulate() local
198 if (prevEmulationProgress < currentProgress in emulate()
199 && ((currentProgress - prevEmulationProgress) >= emulationInterval in emulate()
200 || currentProgress == 1)) { in emulate()
209 (long) (targetHeapUsageInMB * currentProgress)); in emulate()
228 prevEmulationProgress = currentProgress; in emulate()
/dports/audio/elisa/elisa-21.12.3/src/
H A Dprogressindicator.cpp35 QTime currentProgress = QTime::fromMSecsSinceStartOfDay(mPosition); in setPosition() local
36 if (currentProgress.hour() == 0) { in setPosition()
37 mProgressDuration = currentProgress.toString(QStringLiteral("m:ss")); in setPosition()
39 mProgressDuration = currentProgress.toString(QStringLiteral("h:mm:ss")); in setPosition()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSProgress/
H A Dbasic.m26 NSProgress *currentProgress = [NSProgress currentProgress];
27 PASS(currentProgress == progress, "Correct progress object associated with current thread");
35 [currentProgress resignCurrent];
37 PASS([NSProgress currentProgress] == nil, "Current progress is nil after resign current");
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/github.com/coreos/pkg/progressutil/
H A Dprogressbar.go43 currentProgress float64 member
52 currentProgress: pb.currentProgress,
63 val := pb.currentProgress
75 pb.currentProgress = progress
232 currentProgress := int(pb.GetCurrentProgress() * float64(progressBarSize))
234 strings.Repeat("=", currentProgress),
235 strings.Repeat(" ", progressBarSize-currentProgress))
H A Dprogressbar_test.go110 currentProgress := int(progress * float64(progressBarSize))
113 strings.Repeat("=", currentProgress),
114 strings.Repeat(" ", progressBarSize-currentProgress))
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/pkg/pkg-97fdf19511ea/progressutil/
H A Dprogressbar.go43 currentProgress float64 member
52 currentProgress: pb.currentProgress,
63 val := pb.currentProgress
75 pb.currentProgress = progress
232 currentProgress := int(pb.GetCurrentProgress() * float64(progressBarSize))
234 strings.Repeat("=", currentProgress),
235 strings.Repeat(" ", progressBarSize-currentProgress))
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/coreos/pkg/progressutil/
H A Dprogressbar.go43 currentProgress float64 member
52 currentProgress: pb.currentProgress,
63 val := pb.currentProgress
75 pb.currentProgress = progress
232 currentProgress := int(pb.GetCurrentProgress() * float64(progressBarSize))
234 strings.Repeat("=", currentProgress),
235 strings.Repeat(" ", progressBarSize-currentProgress))
/dports/editors/calligra/calligra-3.2.1/libs/widgetutils/
H A DKoProgressUpdater.cpp45 , currentProgress(0) in Private()
57 int currentProgress; member in KoProgressUpdater::Private
183 d->currentProgress = -1; in updateUi()
195 d->currentProgress = totalProgress / d->totalWeight; in updateUi()
199 if (d->currentProgress == -1) { in updateUi()
205 if (d->currentProgress >= d->progressBar->maximum()) { in updateUi()
209 d->progressBar->setValue(d->currentProgress); in updateUi()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/widgetutils/
H A DKoProgressUpdater.cpp46 , currentProgress(0) in Private()
58 int currentProgress; member in KoProgressUpdater::Private
184 d->currentProgress = -1; in updateUi()
196 d->currentProgress = totalProgress / d->totalWeight; in updateUi()
200 if (d->currentProgress == -1) { in updateUi()
206 if (d->currentProgress >= d->progressBar->maximum()) { in updateUi()
210 d->progressBar->setValue(d->currentProgress); in updateUi()
/dports/graphics/krita/krita-4.4.8/libs/widgetutils/
H A DKoProgressUpdater.cpp42 , currentProgress(0) in Private()
57 int currentProgress = 0; member in KoProgressUpdater::Private
213 d->currentProgress = -1; in updateUi()
235 d->currentProgress = in updateUi()
247 if (d->currentProgress == -1) { in updateUi()
248 d->currentProgress = d->progressProxy()->maximum(); in updateUi()
251 if (d->currentProgress >= d->progressProxy()->maximum()) { in updateUi()
256 d->progressProxy()->setValue(d->currentProgress); in updateUi()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/CommandLineModules/Core/
H A DctkCmdLineModuleXmlProgressWatcher.cpp48 : input(input), process(NULL), readPos(0), q(qq), error(false), currentProgress(0) in ctkCmdLineModuleXmlProgressWatcherPrivate()
55 : input(input), process(input), readPos(0), q(qq), error(false), currentProgress(0) in ctkCmdLineModuleXmlProgressWatcherPrivate()
114 currentProgress = reader.text().toString().toFloat(); in parseProgressXml()
153 currentProgress = 0; in parseProgressXml()
157 currentProgress = reader.attributes().value("progress").toString().toFloat(); in parseProgressXml()
189 emit q->filterProgress(currentProgress, QString()); in parseProgressXml()
193 emit q->filterProgress(currentProgress, currentComment); in parseProgressXml()
251 float currentProgress; member in ctkCmdLineModuleXmlProgressWatcherPrivate
/dports/converters/osm2pgrouting/osm2pgrouting-2.3.8/include/utilities/
H A Dprint_progress.h31 print_progress(T1 wantProgress, T2 currentProgress) { in print_progress() argument
33 double percent = static_cast <double> (currentProgress) / static_cast <double>(wantProgress); in print_progress()
50 << " Total processed: " << currentProgress << std::flush; in print_progress()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/data/fileio/
H A DCSVStreamWriter.h88 const int currentProgress = in test_struct()
90 const bool hasIncreased = currentProgress > previousProgress; in test_struct()
92 if (reporter) reporter->setProgress(currentProgress); in test_struct()
93 previousProgress = currentProgress; in test_struct()
/dports/audio/mixxx/mixxx-2.3.0/src/test/
H A Dtrackexport_test.cpp61 EXPECT_EQ(3, m_answerer->currentProgress()); in TEST_F()
102 EXPECT_EQ(2, m_answerer->currentProgress()); in TEST_F()
146 EXPECT_EQ(2, m_answerer->currentProgress()); in TEST_F()
187 EXPECT_EQ(2, m_answerer->currentProgress()); in TEST_F()
226 EXPECT_EQ(-1, m_answerer->currentProgress()); in TEST_F()
255 EXPECT_EQ(1, m_answerer->currentProgress()); in TEST_F()
292 EXPECT_EQ(2, m_answerer->currentProgress()); in TEST_F()
/dports/www/py-lektor/Lektor-3.2.2/lektor/admin/static/js/views/
H A DAddAttachmentPage.jsx18 currentProgress: 0, property in AddAttachmentPage.constructor.state
51 if (newProgress !== this.state.currentProgress) {
53 currentProgress: newProgress,
130 {i18n.trans("PROGRESS")}: {this.state.currentProgress}%
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/fullscreen/
H A Dfullscreen_animator.mm61 - (CGFloat)currentProgress { method
78 return self.currentProgress;
86 // state. This allows |currentProgress| to return the correct value after
89 _progressUponStopping = self.currentProgress;
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DnsIMacFinderProgress.idl30 * Update the current and total progess. If currentProgress and totalProgress are both 0,
33 * @param currentProgress The current progress
37 void updateProgress(in unsigned long long currentProgress, in unsigned long long totalProgress);
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DnsIMacFinderProgress.idl30 * Update the current and total progess. If currentProgress and totalProgress are both 0,
33 * @param currentProgress The current progress
37 void updateProgress(in unsigned long long currentProgress, in unsigned long long totalProgress);
/dports/www/firefox/firefox-99.0/widget/
H A DnsIMacFinderProgress.idl30 * Update the current and total progess. If currentProgress and totalProgress are both 0,
33 * @param currentProgress The current progress
37 void updateProgress(in unsigned long long currentProgress, in unsigned long long totalProgress);

1234567