Home
last modified time | relevance | path

Searched refs:time_per_iteration (Results 1 – 16 of 16) sorted by relevance

/dports/net-p2p/bazarr/bazarr-1.0.2/libs/click/
H A D_termui_impl.py127 def time_per_iteration(self): member in ProgressBar
135 return self.time_per_iteration * (self.length - self.pos)
172 if self.time_per_iteration != 0:
173 bar[int((math.cos(self.pos * self.time_per_iteration)
/dports/www/firefox/firefox-99.0/third_party/python/click/click/
H A D_termui_impl.py148 def time_per_iteration(self): member in ProgressBar
156 return self.time_per_iteration * (self.length - self.pos)
192 if self.time_per_iteration != 0:
195 (math.cos(self.pos * self.time_per_iteration) / 2.0 + 0.5)
/dports/devel/py-click6/click-6.7/click/
H A D_termui_impl.py119 def time_per_iteration(self): member in ProgressBar
127 return self.time_per_iteration * (self.length - self.pos)
170 if self.time_per_iteration != 0:
171 bar[int((math.cos(self.pos * self.time_per_iteration)
/dports/devel/py-click7/click-7.1.2/src/click/
H A D_termui_impl.py148 def time_per_iteration(self): member in ProgressBar
156 return self.time_per_iteration * (self.length - self.pos)
192 if self.time_per_iteration != 0:
195 (math.cos(self.pos * self.time_per_iteration) / 2.0 + 0.5)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/Click/click/
H A D_termui_impl.py127 def time_per_iteration(self): member in ProgressBar
135 return self.time_per_iteration * (self.length - self.pos)
172 if self.time_per_iteration != 0:
173 bar[int((math.cos(self.pos * self.time_per_iteration)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/Click/click/
H A D_termui_impl.py127 def time_per_iteration(self): member in ProgressBar
135 return self.time_per_iteration * (self.length - self.pos)
172 if self.time_per_iteration != 0:
173 bar[int((math.cos(self.pos * self.time_per_iteration)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/Click/click/
H A D_termui_impl.py127 def time_per_iteration(self): member in ProgressBar
135 return self.time_per_iteration * (self.length - self.pos)
172 if self.time_per_iteration != 0:
173 bar[int((math.cos(self.pos * self.time_per_iteration)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/click/
H A D_termui_impl.py119 def time_per_iteration(self): member in ProgressBar
127 return self.time_per_iteration * (self.length - self.pos)
170 if self.time_per_iteration != 0:
171 bar[int((math.cos(self.pos * self.time_per_iteration)
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/click/
H A D_termui_impl.py148 def time_per_iteration(self): member in ProgressBar
156 return self.time_per_iteration * (self.length - self.pos)
192 if self.time_per_iteration != 0:
195 (math.cos(self.pos * self.time_per_iteration) / 2.0 + 0.5)
/dports/devel/py-click/click-8.0.3/src/click/
H A D_termui_impl.py131 def time_per_iteration(self) -> float: member in ProgressBar
139 return self.time_per_iteration * (self.length - self.pos)
175 if self.time_per_iteration != 0:
178 (math.cos(self.pos * self.time_per_iteration) / 2.0 + 0.5)
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/gpu/
H A Dtest_gluon_gpu.py509 def _test_bulking_in_process(seed, time_per_iteration): argument
546 time_per_iteration.value = (time.time() - start) / num_iterations
556 time_per_iteration = mp.Manager().Value('d', 0.0)
562 time_per_iteration):
565 times[seg_sizes] = time_per_iteration.value
H A Dtest_operator_gpu.py2403 def _test_bulking_in_process(seed, time_per_iteration): argument
2427 time_per_iteration.value = (time.time() - start) / num_iterations
2444 time_per_iteration = mp.Manager().Value('d', 0.0)
2449 time_per_iteration):
2452 times[seg_sizes] = time_per_iteration.value
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/gpu/
H A Dtest_gluon_gpu.py509 def _test_bulking_in_process(seed, time_per_iteration): argument
546 time_per_iteration.value = (time.time() - start) / num_iterations
556 time_per_iteration = mp.Manager().Value('d', 0.0)
562 time_per_iteration):
565 times[seg_sizes] = time_per_iteration.value
H A Dtest_operator_gpu.py2403 def _test_bulking_in_process(seed, time_per_iteration): argument
2427 time_per_iteration.value = (time.time() - start) / num_iterations
2444 time_per_iteration = mp.Manager().Value('d', 0.0)
2449 time_per_iteration):
2452 times[seg_sizes] = time_per_iteration.value
/dports/devel/py-click7/click-7.1.2/tests/
H A Dtest_termui.py95 assert progress.time_per_iteration == expected
/dports/devel/py-click/click-8.0.3/tests/
H A Dtest_termui.py88 assert progress.time_per_iteration == expected