Home
last modified time | relevance | path

Searched refs:__step (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/
H A Dqbearertestcommon.h48 const int __step = 50; \
53 for (int __i = 0; __i < __timeout && !(__expr); __i+=__step) { \
54 QTest::qWait(__step); \
61 const int __step = 50; \
66 for (int __i = 0; __i < __timeout && !(__expr); __i+=__step) { \
67 QTest::qWait(__step); \
75 const int __step = 50; \
80 for (int __i = 0; __i < __timeout && ((__expr) != (__expected)); __i+=__step) { \
81 QTest::qWait(__step); \
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/shared/
H A Dutil.h46 const int __step = 50; \
51 for (int __i = 0; __i < __timeout && !(__expr); __i+=__step) { \
52 QTest::qWait(__step); \
60 const int __step = 50; \
65 for (int __i = 0; __i < __timeout && ((__expr) != (__expected)); __i+=__step) { \
66 QTest::qWait(__step); \
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/API/qt/tests/
H A Dutil.h55 const int __step = 50; \
60 for (int __i = 0; __i < __timeout && !(__expr); __i+=__step) { \
61 QTest::qWait(__step); \
69 const int __step = 50; \
74 for (int __i = 0; __i < __timeout && ((__expr) != (__expected)); __i+=__step) { \
75 QTest::qWait(__step); \
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/tests/
H A Dutil.h55 const int __step = 50; \
60 for (int __i = 0; __i < __timeout && !(__expr); __i+=__step) { \
61 QTest::qWait(__step); \
69 const int __step = 50; \
74 for (int __i = 0; __i < __timeout && ((__expr) != (__expected)); __i+=__step) { \
75 QTest::qWait(__step); \
/dports/math/py-pygsl/pygsl-2.3.0/pygsl/
H A Dodeiv.py68 class __step: class
172 class step_rk2(__step):
179 class step_rk4(__step):
186 class step_rkf45(__step):
194 class step_rkck(__step):
202 class step_rk8pd(__step):
210 class step_rk2imp(__step):
217 class step_rk4imp(__step):
224 class step_bsimp(__step):
232 class step_gear1(__step):
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/dataflow/
H A Dstep_graph.py38 self.__step = None
70 return self.__step
81 assert not self.__step
82 self.__step = step
110 assert not self.__step # Leaves cannot have steps.
/dports/lang/python37/Python-3.7.12/Lib/asyncio/
H A Dtasks.py142 self._loop.call_soon(self.__step, context=self._context)
232 def __step(self, exc=None): member in Task
275 self.__step, new_exc, context=self._context)
281 self.__step, new_exc, context=self._context)
295 self.__step, new_exc, context=self._context)
299 self._loop.call_soon(self.__step, context=self._context)
306 self.__step, new_exc, context=self._context)
311 self.__step, new_exc, context=self._context)
321 self.__step(exc)
329 self.__step()
/dports/lang/python311/Python-3.11.0a3/Lib/asyncio/
H A Dtasks.py112 self._loop.call_soon(self.__step, context=self._context)
215 def __step(self, exc=None): member in Task
260 self.__step, new_exc, context=self._context)
266 self.__step, new_exc, context=self._context)
281 self.__step, new_exc, context=self._context)
285 self._loop.call_soon(self.__step, context=self._context)
292 self.__step, new_exc, context=self._context)
297 self.__step, new_exc, context=self._context)
307 self.__step(exc)
315 self.__step()
/dports/lang/python310/Python-3.10.1/Lib/asyncio/
H A Dtasks.py112 self._loop.call_soon(self.__step, context=self._context)
215 def __step(self, exc=None): member in Task
260 self.__step, new_exc, context=self._context)
266 self.__step, new_exc, context=self._context)
281 self.__step, new_exc, context=self._context)
285 self._loop.call_soon(self.__step, context=self._context)
292 self.__step, new_exc, context=self._context)
297 self.__step, new_exc, context=self._context)
307 self.__step(exc)
315 self.__step()
/dports/science/gramps/gramps-5.1.4/gramps/gen/plug/menu/
H A D_number.py65 self.__step = step
89 return self.__step
/dports/databases/py-gdbm/Python-3.8.12/Lib/asyncio/
H A Dtasks.py164 self._loop.call_soon(self.__step, context=self._context)
263 def __step(self, exc=None): member in Task
306 self.__step, new_exc, context=self._context)
312 self.__step, new_exc, context=self._context)
326 self.__step, new_exc, context=self._context)
330 self._loop.call_soon(self.__step, context=self._context)
337 self.__step, new_exc, context=self._context)
342 self.__step, new_exc, context=self._context)
352 self.__step(exc)
360 self.__step()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/asyncio/
H A Dtasks.py164 self._loop.call_soon(self.__step, context=self._context)
263 def __step(self, exc=None): member in Task
306 self.__step, new_exc, context=self._context)
312 self.__step, new_exc, context=self._context)
326 self.__step, new_exc, context=self._context)
330 self._loop.call_soon(self.__step, context=self._context)
337 self.__step, new_exc, context=self._context)
342 self.__step, new_exc, context=self._context)
352 self.__step(exc)
360 self.__step()
/dports/lang/python38/Python-3.8.12/Lib/asyncio/
H A Dtasks.py164 self._loop.call_soon(self.__step, context=self._context)
263 def __step(self, exc=None): member in Task
306 self.__step, new_exc, context=self._context)
312 self.__step, new_exc, context=self._context)
326 self.__step, new_exc, context=self._context)
330 self._loop.call_soon(self.__step, context=self._context)
337 self.__step, new_exc, context=self._context)
342 self.__step, new_exc, context=self._context)
352 self.__step(exc)
360 self.__step()
/dports/lang/python-tools/Python-3.8.12/Lib/asyncio/
H A Dtasks.py164 self._loop.call_soon(self.__step, context=self._context)
263 def __step(self, exc=None): member in Task
306 self.__step, new_exc, context=self._context)
312 self.__step, new_exc, context=self._context)
326 self.__step, new_exc, context=self._context)
330 self._loop.call_soon(self.__step, context=self._context)
337 self.__step, new_exc, context=self._context)
342 self.__step, new_exc, context=self._context)
352 self.__step(exc)
360 self.__step()
/dports/lang/python39/Python-3.9.9/Lib/asyncio/
H A Dtasks.py136 self._loop.call_soon(self.__step, context=self._context)
239 def __step(self, exc=None): member in Task
284 self.__step, new_exc, context=self._context)
290 self.__step, new_exc, context=self._context)
305 self.__step, new_exc, context=self._context)
309 self._loop.call_soon(self.__step, context=self._context)
316 self.__step, new_exc, context=self._context)
321 self.__step, new_exc, context=self._context)
331 self.__step(exc)
339 self.__step()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/asyncio/
H A Dtasks.py164 self._loop.call_soon(self.__step, context=self._context)
263 def __step(self, exc=None): member in Task
306 self.__step, new_exc, context=self._context)
312 self.__step, new_exc, context=self._context)
326 self.__step, new_exc, context=self._context)
330 self._loop.call_soon(self.__step, context=self._context)
337 self.__step, new_exc, context=self._context)
342 self.__step, new_exc, context=self._context)
352 self.__step(exc)
360 self.__step()
/dports/devel/py-factory-boy/factory_boy-3.2.1/factory/
H A Dbuilder.py312 self.__step = step
321 return self.__step.parent_step.stub if self.__step.parent_step else None
324 return '<Resolver for %r>' % self.__step
346 step=self.__step,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/i915/
H A Di915_scatterlist.h85 #define __for_each_sgt_daddr(__dp, __iter, __sgt, __step) \ argument
88 (((__iter).curr += (__step)) >= (__iter).max) ? \
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/i915/
H A Di915_scatterlist.h85 #define __for_each_sgt_daddr(__dp, __iter, __sgt, __step) \ argument
88 (((__iter).curr += (__step)) >= (__iter).max) ? \
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/i915/
H A Di915_scatterlist.h85 #define __for_each_sgt_daddr(__dp, __iter, __sgt, __step) \ argument
88 (((__iter).curr += (__step)) >= (__iter).max) ? \
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pycharm/
H A Dlettuce_runner.py90 def __step(self, is_started, step): member in _LettuceRunner
139 lettuce.before.each_step(lambda s: self.__step(True, s))
140 lettuce.after.each_step(lambda s: self.__step(False, s))
/dports/lang/python-legacy/Python-2.7.18/Tools/webchecker/
H A Dwcgui.py134 self.__step = Button(self.__controls, text="Check one",
136 self.__step.pack(side=LEFT)
203 self.__step.config(state=DISABLED)
214 self.__step.config(state=DISABLED, relief=SUNKEN)
226 self.__step.config(state=NORMAL, relief=RAISED)
/dports/lang/python27/Python-2.7.18/Tools/webchecker/
H A Dwcgui.py134 self.__step = Button(self.__controls, text="Check one",
136 self.__step.pack(side=LEFT)
203 self.__step.config(state=DISABLED)
214 self.__step.config(state=DISABLED, relief=SUNKEN)
226 self.__step.config(state=NORMAL, relief=RAISED)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
H A Dwcgui.py134 self.__step = Button(self.__controls, text="Check one",
136 self.__step.pack(side=LEFT)
203 self.__step.config(state=DISABLED)
214 self.__step.config(state=DISABLED, relief=SUNKEN)
226 self.__step.config(state=NORMAL, relief=RAISED)
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet6/
H A Din6_var.h680 #define IN6_NEXT_MULTI(__step, __in6m) \ argument
684 (__in6m) = in6_next_multi(&(__step)); \
687 #define IN6_FIRST_MULTI(__step, __in6m) \ argument
691 (__in6m) = in6_first_multi(&(__step)); \

1234567