Home
last modified time | relevance | path

Searched refs:last_progress (Results 1 – 25 of 102) sorted by relevance

12345

/dports/misc/py-pyprind/PyPrind-2.11.3/pyprind/
H A Dprogpercent.py45 self.last_progress = 0
55 def _cache_percent_indicator(self, last_progress): argument
56 self._cached_output += '[%3d %%]' % (last_progress)
67 do_update = next_perc > self.last_progress
70 self.last_progress = next_perc
71 self._cache_percent_indicator(self.last_progress)
H A Dprogbar.py52 self.last_progress = 0
85 do_update = progress > self.last_progress
97 self.last_progress = progress
/dports/multimedia/gpodder/gpodder-3.10.17/share/gpodder/extensions/
H A Dgtk_statusicon.py37 self.last_progress = 1
104 if self.last_progress < 1:
105 self.last_progress = 1
112 self.last_progress = progress
116 if abs(progress - self.last_progress) < 0.03 and progress > self.last_progress:
124 self.last_progress = progress
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/setup/
H A Dprogress_calculator_unittest.cc13 int last_progress = 0; in TEST() local
19 EXPECT_GT(progress, last_progress); in TEST()
20 last_progress = progress; in TEST()
22 EXPECT_EQ(100, last_progress); in TEST()
/dports/devel/p5-VCP-autrijus/VCP-autrijus-snapshot-0.9-20050110/lib/VCP/
H A DLogger.pm136 my $last_progress;
152 $last_progress = "";
183 $last_progress = "";
214 : defined $last_progress
215 ? "\010" x length $last_progress
218 $last_progress = $progress;
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/core/
H A Dmonojob.c68 unsigned long last_progress; in monojob_wait() local
84 last_keycheck = last_progress = last_display = currticks(); in monojob_wait()
111 last_progress = now; in monojob_wait()
115 elapsed = ( now - last_progress ); in monojob_wait()
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/core/
H A Dmonojob.c84 unsigned long last_progress; in monojob_wait() local
100 last_check = last_progress = last_display = currticks(); in monojob_wait()
129 last_progress = now; in monojob_wait()
133 elapsed = ( now - last_progress ); in monojob_wait()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/core/
H A Dmonojob.c84 unsigned long last_progress; in monojob_wait() local
100 last_check = last_progress = last_display = currticks(); in monojob_wait()
129 last_progress = now; in monojob_wait()
133 elapsed = ( now - last_progress ); in monojob_wait()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/core/
H A Dmonojob.c84 unsigned long last_progress; in monojob_wait() local
100 last_check = last_progress = last_display = currticks(); in monojob_wait()
129 last_progress = now; in monojob_wait()
133 elapsed = ( now - last_progress ); in monojob_wait()
/dports/net/ipxe/ipxe-2265a65/src/core/
H A Dmonojob.c84 unsigned long last_progress; in monojob_wait() local
100 last_check = last_progress = last_display = currticks(); in monojob_wait()
129 last_progress = now; in monojob_wait()
133 elapsed = ( now - last_progress ); in monojob_wait()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/core/
H A Dmonojob.c84 unsigned long last_progress; in monojob_wait() local
100 last_check = last_progress = last_display = currticks(); in monojob_wait()
129 last_progress = now; in monojob_wait()
133 elapsed = ( now - last_progress ); in monojob_wait()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/core/
H A Dmonojob.c84 unsigned long last_progress; in monojob_wait() local
100 last_check = last_progress = last_display = currticks(); in monojob_wait()
129 last_progress = now; in monojob_wait()
133 elapsed = ( now - last_progress ); in monojob_wait()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/core/
H A Dmonojob.c84 unsigned long last_progress; in monojob_wait() local
100 last_check = last_progress = last_display = currticks(); in monojob_wait()
129 last_progress = now; in monojob_wait()
133 elapsed = ( now - last_progress ); in monojob_wait()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/crostini/
H A Dcrostini_installer_unittest.cc211 double last_progress = 0.0; in TEST_F() local
213 [&last_progress](double progress) { return progress >= last_progress; }); in TEST_F()
219 .WillRepeatedly(SaveArg<1>(&last_progress)); in TEST_F()
254 double last_progress = 0.0; in TEST_F() local
256 [&last_progress](double progress) { return progress >= last_progress; }); in TEST_F()
262 .WillRepeatedly(SaveArg<1>(&last_progress)); in TEST_F()
/dports/lang/mono/mono-5.10.1.57/external/boringssl/util/bot/
H A Dupdate_clang.py36 last_progress = [0]
39 if progress != last_progress[0]:
41 last_progress[0] = progress
/dports/lang/v8/v8-9.6.180.12/third_party/zlib/google/
H A Dzip_unittest.cc591 zip::Progress last_progress; in TEST_F() local
599 EXPECT_GE(progress.bytes, last_progress.bytes); in TEST_F()
603 last_progress = progress; in TEST_F()
612 EXPECT_EQ(last_progress.bytes, 13546); in TEST_F()
613 EXPECT_EQ(last_progress.files, 5); in TEST_F()
614 EXPECT_EQ(last_progress.directories, 2); in TEST_F()
630 zip::Progress last_progress; in TEST_F() local
642 last_progress = progress; in TEST_F()
653 EXPECT_EQ(last_progress.bytes, 13546); in TEST_F()
654 EXPECT_EQ(last_progress.files, 5); in TEST_F()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/docker/image_builder/
H A Ddownload-and-compress26 last_progress = time.time()
35 if now - last_progress > 5.0:
37 last_progress = now
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/docker/image_builder/
H A Ddownload-and-compress26 last_progress = time.time()
35 if now - last_progress > 5.0:
37 last_progress = now
/dports/devel/bsddialog/bsddialog-a3712d573561bca2c712ed33dd6803d5c8f44aa4/bsdinstall/distfetch/
H A Ddistfetch.c109 int last_progress; in fetch_files() local
146 last_progress = progress; in fetch_files()
185 last_progress = progress; in fetch_files()
195 if (progress > last_progress) in fetch_files()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dtest_recheck.cpp56 int last_progress = 0; in wait_for_complete() local
66 if (st.progress_ppm != last_progress) in wait_for_complete()
68 last_progress = st.progress_ppm; in wait_for_complete()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dtest_recheck.cpp56 int last_progress = 0; in wait_for_complete() local
66 if (st.progress_ppm != last_progress) in wait_for_complete()
68 last_progress = st.progress_ppm; in wait_for_complete()
/dports/multimedia/libdcadec/dcadec-0.2.0/
H A Ddcadec.c338 int last_progress = -1; in main() local
423 if (progress != last_progress) { in main()
425 last_progress = progress; in main()
447 if (last_progress != -1) in main()
/dports/www/firefox-esr/firefox-91.8.0/testing/condprofile/condprof/
H A Dprogress.py83 self.last_progress = 0
92 self.last_progress = progress
135 self.last_progress,
/dports/www/firefox/firefox-99.0/testing/condprofile/condprof/
H A Dprogress.py83 self.last_progress = 0
92 self.last_progress = progress
135 self.last_progress,
/dports/mail/thunderbird/thunderbird-91.8.0/testing/condprofile/condprof/
H A Dprogress.py83 self.last_progress = 0
92 self.last_progress = progress
135 self.last_progress,

12345