Home
last modified time | relevance | path

Searched refs:run_once (Results 1 – 25 of 1000) sorted by relevance

12345678910>>...40

/dports/devel/py-txaio/txaio-18.8.1/test/
H A Dtest_errback.py29 from util import run_once
46 run_once()
75 run_once()
100 run_once()
141 run_once()
175 run_once()
176 run_once()
177 run_once()
H A Dtest_as_future.py30 from util import run_once
54 run_once()
83 run_once()
121 run_once()
122 run_once()
152 run_once()
182 run_once()
H A Dtest_call_later.py34 from util import run_once
99 run_once()
102 run_once()
126 run_once()
129 run_once()
159 run_once()
162 run_once()
H A Dtest_callback.py29 from util import run_once
41 run_once()
56 run_once()
70 run_once()
H A Dtest_cancel.py29 from util import run_once
49 run_once()
50 run_once()
H A Dutil.py30 def run_once(): function
45 from _asyncio_test_utils import run_once as _run_once
47 from asyncio.test_utils import run_once as _run_once
/dports/www/h2o-devel/h2o-dcc7134/t/00unit/lib/http3/
H A Dserver.c54 static void run_once(struct st_h2o_http3_req_scheduler_t *sched) in run_once() function
81 run_once(&sched); in test_scheduler()
102 run_once(&sched); in test_scheduler()
104 run_once(&sched); in test_scheduler()
107 run_once(&sched); in test_scheduler()
116 run_once(&sched); in test_scheduler()
118 run_once(&sched); in test_scheduler()
126 run_once(&sched); in test_scheduler()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/crates/tor-proto/src/channel/
H A Dreactor.rs106 match self.run_once().await { in run()
437 let r = reactor.run_once().await; in shutdown()
491 reactor.run_once().await.unwrap(); in new_circ_closed()
534 reactor.run_once().await.unwrap(); in new_circ_create_failure()
541 reactor.run_once().await.unwrap(); in new_circ_create_failure()
575 let e = reactor.run_once().await.unwrap_err().unwrap_err(); in bad_cells()
657 reactor.run_once().await.unwrap(); in deliver_relay()
692 reactor.run_once().await.unwrap(); // should be fine. in deliver_relay()
739 reactor.run_once().await.unwrap(); in deliver_destroy()
748 reactor.run_once().await.unwrap(); in deliver_destroy()
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-blocks/python/blocks/
H A Dqa_multiply_matrix_xx.py55 def run_once(self, member in test_multiply_matrix_xx
112 self.run_once(X_in, A)
124 self.run_once(X_in, A, datatype='complex')
136 self.run_once(X_in, A)
148 self.run_once(X_in, A)
164 self.run_once(X_in, A1, A2=A2)
184 self.run_once(X_in, A, tpp=gr.TPP_ONE_TO_ONE, tags=(tag1, tag2))
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/
H A Dtask.rs23 fn run_once(self) {
41 fn run_once(self); in run_once() method
60 self.run_once() in run_box()
114 fn run_once(self) { in run_once() function
116 self.inner.run_once() in run_once()
/dports/misc/py-powerline-status/powerline-2.8.2/tests/test_python/
H A Dtest_config_reload.py132 with get_powerline(config, run_once=True) as p:
144 with get_powerline(config, run_once=False) as p:
206 with get_powerline(config, run_once=False) as p:
243 with get_powerline(config, run_once=False) as p:
255 with get_powerline(config, run_once=False) as p:
267 with get_powerline(config, run_once=False) as p:
279 with get_powerline(config, run_once=False) as p:
292 with get_powerline(config, run_once=False) as p:
306 with get_powerline(config, run_once=True) as p:
H A Dtest_provided_config_files.py118 with ShellPowerline(Args(ext=['tmux']), logger=get_logger(), run_once=False) as powerline:
120 with ShellPowerline(Args(ext=['tmux']), logger=get_logger(), run_once=False) as powerline:
127 with ShellPowerline(args, logger=get_logger(), run_once=False) as powerline:
129 with ShellPowerline(args, logger=get_logger(), run_once=False) as powerline:
132 with ShellPowerline(args, logger=get_logger(), run_once=False) as powerline:
136 with ShellPowerline(args, logger=get_logger(), run_once=False) as powerline:
142 with ShellPowerline(args, logger=get_logger(), run_once=False) as powerline:
144 with ShellPowerline(args, logger=get_logger(), run_once=False) as powerline:
172 Powerline(logger=get_logger(), ext='wm', renderer_module='pango_markup', run_once=True).render()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/crypto/docs/docsite/rst/
H A Dguide_ownca.rst59 run_once: true
69 run_once: true
82 run_once: true
90 run_once: true
100 run_once: true
110 run_once: true
117 run_once: true
125 run_once: true
139 run_once: true
147 run_once: true
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/test/
H A Dactor_termination.cpp29 sched.run_once(); in fixture()
55 sched.run_once(); in CAF_TEST_FIXTURE_SCOPE()
70 sched.run_once(); in CAF_TEST()
89 sched.run_once(); in CAF_TEST()
106 sched.run_once(); in CAF_TEST()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/tests/integration/targets/ec2_instance/
H A Dmain.yml18 # We can't just use "run_once" because the facts don't propagate when
19 # running an 'include' that was run_once
32 run_once: yes
35 run_once: yes
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/test/mixin/
H A Drequester.cpp79 run_once(); in CAF_TEST_FIXTURE_SCOPE()
88 run_once(); in CAF_TEST_FIXTURE_SCOPE()
107 run_once(); in CAF_TEST()
116 run_once(); in CAF_TEST()
135 run_once(); in CAF_TEST()
159 run_once(); in CAF_TEST()
183 run_once(); in CAF_TEST()
209 sched.run_once();
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/
H A Dfind_ami.yml1 - run_once: '{{ setup_run_once | default("no") | bool }}'
4 run_once: yes
11 run_once: yes
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/include_import/run_once/
H A Dplaybook.yml1 # This playbook exists to document the behavior of how run_once when
38 run_once: true
39 run_once: true
51 run_once: true
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/include_import/run_once/
H A Dplaybook.yml1 # This playbook exists to document the behavior of how run_once when
38 run_once: true
39 run_once: true
51 run_once: true
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/include_import/run_once/
H A Dplaybook.yml1 # This playbook exists to document the behavior of how run_once when
38 run_once: true
39 run_once: true
51 run_once: true
/dports/devel/folly/folly-2021.12.27.00/folly/concurrency/test/
H A DConcurrentHashMapBench.cpp30 inline uint64_t run_once(int nthr, const Func& fn, const EndFunc& endFn) { in run_once() function
100 return run_once(nthr, fn, endfn); in bench_ctor_dtor()
126 return run_once(nthr, fn, endfn); in bench_find()
146 return run_once(nthr, fn, endfn); in bench_iter()
164 return run_once(nthr, fn, endfn); in bench_begin()
182 return run_once(nthr, fn, endfn); in bench_empty()
200 return run_once(nthr, fn, endfn); in bench_size()
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/inventory_docker_swarm/playbooks/
H A Dtest_inventory_1.yml31 run_once: yes
36 run_once: yes
41 run_once: yes
46 run_once: yes
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/docker/tests/integration/targets/inventory_docker_swarm/playbooks/
H A Dtest_inventory_1.yml31 run_once: yes
36 run_once: yes
41 run_once: yes
46 run_once: yes
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/incidental_inventory_docker_swarm/playbooks/
H A Dtest_inventory_1.yml31 run_once: yes
36 run_once: yes
41 run_once: yes
46 run_once: yes
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/incidental_inventory_docker_swarm/playbooks/
H A Dtest_inventory_1.yml31 run_once: yes
36 run_once: yes
41 run_once: yes
46 run_once: yes

12345678910>>...40