Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 25 of 11105) sorted by relevance

12345678910>>...445

/dports/sysutils/docker/docker-ce-18.09.5/components/engine/internal/test/daemon/
H A Dplugin.go12 func (d *Daemon) PluginIsRunning(name string) func(poll.LogT) poll.Result {
15 return poll.Success()
22 func (d *Daemon) PluginIsNotRunning(name string) func(poll.LogT) poll.Result {
25 return poll.Success()
32 func (d *Daemon) PluginIsNotPresent(name string) func(poll.LogT) poll.Result {
33 return withClient(d, func(c client.APIClient, t poll.LogT) poll.Result {
55 …inInspect(name string, f func(*types.Plugin, poll.LogT) poll.Result) func(client.APIClient, poll.L…
56 return func(c client.APIClient, t poll.LogT) poll.Result {
69 func withClient(d *Daemon, f func(client.APIClient, poll.LogT) poll.Result) func(poll.LogT) poll.Re…
70 return func(t poll.LogT) poll.Result {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/internal/test/daemon/
H A Dplugin.go12 func (d *Daemon) PluginIsRunning(name string) func(poll.LogT) poll.Result {
15 return poll.Success()
22 func (d *Daemon) PluginIsNotRunning(name string) func(poll.LogT) poll.Result {
25 return poll.Success()
32 func (d *Daemon) PluginIsNotPresent(name string) func(poll.LogT) poll.Result {
33 return withClient(d, func(c client.APIClient, t poll.LogT) poll.Result {
55 …inInspect(name string, f func(*types.Plugin, poll.LogT) poll.Result) func(client.APIClient, poll.L…
56 return func(c client.APIClient, t poll.LogT) poll.Result {
69 func withClient(d *Daemon, f func(client.APIClient, poll.LogT) poll.Result) func(poll.LogT) poll.Re…
70 return func(t poll.LogT) poll.Result {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/internal/test/daemon/
H A Dplugin.go12 func (d *Daemon) PluginIsRunning(name string) func(poll.LogT) poll.Result {
15 return poll.Success()
22 func (d *Daemon) PluginIsNotRunning(name string) func(poll.LogT) poll.Result {
25 return poll.Success()
32 func (d *Daemon) PluginIsNotPresent(name string) func(poll.LogT) poll.Result {
33 return withClient(d, func(c client.APIClient, t poll.LogT) poll.Result {
55 …inInspect(name string, f func(*types.Plugin, poll.LogT) poll.Result) func(client.APIClient, poll.L…
56 return func(c client.APIClient, t poll.LogT) poll.Result {
69 func withClient(d *Daemon, f func(client.APIClient, poll.LogT) poll.Result) func(poll.LogT) poll.Re…
70 return func(t poll.LogT) poll.Result {
[all …]
/dports/multimedia/gstreamer1-plugins-rust/tokio-2fd1551867c145cabe4548da2e37adc3bdf457a4/tokio-test/tests/
H A Dmacros.rs31 let poll = ready();
32 assert_ready!(poll);
41 let poll = pending();
42 assert_ready!(poll);
47 let poll = pending();
48 assert_pending!(poll);
57 let poll = ready();
58 assert_pending!(poll);
63 let poll = ready_ok();
89 let poll = ready_ok();
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tokio-test-0.2.1/tests/
H A Dmacros.rs31 let poll = ready();
32 assert_ready!(poll);
41 let poll = pending();
42 assert_ready!(poll);
47 let poll = pending();
48 assert_pending!(poll);
57 let poll = ready();
58 assert_pending!(poll);
63 let poll = ready_ok();
89 let poll = ready_ok();
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/testutil/daemon/
H A Dplugin.go13 func (d *Daemon) PluginIsRunning(t testing.TB, name string) func(poll.LogT) poll.Result {
16 return poll.Success()
26 return poll.Success()
34 return withClient(t, d, func(c client.APIClient, t poll.LogT) poll.Result {
37 return poll.Success()
40 return poll.Error(err)
50 return poll.Success()
56 …inInspect(name string, f func(*types.Plugin, poll.LogT) poll.Result) func(client.APIClient, poll.L…
57 return func(c client.APIClient, t poll.LogT) poll.Result {
70 …ent(t testing.TB, d *Daemon, f func(client.APIClient, poll.LogT) poll.Result) func(poll.LogT) poll
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/internal/test/daemon/
H A Dplugin.go16 return poll.Success()
26 return poll.Success()
34 return withClient(t, d, func(c client.APIClient, t poll.LogT) poll.Result {
37 return poll.Success()
40 return poll.Error(err)
50 return poll.Success()
56 …inInspect(name string, f func(*types.Plugin, poll.LogT) poll.Result) func(client.APIClient, poll.L…
57 return func(c client.APIClient, t poll.LogT) poll.Result {
63 return poll.Error(err)
70 … assert.TestingT, d *Daemon, f func(client.APIClient, poll.LogT) poll.Result) func(poll.LogT) poll
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/internal/test/daemon/
H A Dplugin.go16 return poll.Success()
26 return poll.Success()
34 return withClient(t, d, func(c client.APIClient, t poll.LogT) poll.Result {
37 return poll.Success()
40 return poll.Error(err)
50 return poll.Success()
56 …inInspect(name string, f func(*types.Plugin, poll.LogT) poll.Result) func(client.APIClient, poll.L…
57 return func(c client.APIClient, t poll.LogT) poll.Result {
63 return poll.Error(err)
70 … assert.TestingT, d *Daemon, f func(client.APIClient, poll.LogT) poll.Result) func(poll.LogT) poll
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/testutil/daemon/
H A Dplugin.go13 func (d *Daemon) PluginIsRunning(t testing.TB, name string) func(poll.LogT) poll.Result {
16 return poll.Success()
26 return poll.Success()
34 return withClient(t, d, func(c client.APIClient, t poll.LogT) poll.Result {
37 return poll.Success()
40 return poll.Error(err)
50 return poll.Success()
56 …inInspect(name string, f func(*types.Plugin, poll.LogT) poll.Result) func(client.APIClient, poll.L…
57 return func(c client.APIClient, t poll.LogT) poll.Result {
70 …ent(t testing.TB, d *Daemon, f func(client.APIClient, poll.LogT) poll.Result) func(poll.LogT) poll
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/testutil/daemon/
H A Dplugin.go13 func (d *Daemon) PluginIsRunning(t testing.TB, name string) func(poll.LogT) poll.Result {
16 return poll.Success()
26 return poll.Success()
34 return withClient(t, d, func(c client.APIClient, t poll.LogT) poll.Result {
37 return poll.Success()
40 return poll.Error(err)
50 return poll.Success()
56 …inInspect(name string, f func(*types.Plugin, poll.LogT) poll.Result) func(client.APIClient, poll.L…
57 return func(c client.APIClient, t poll.LogT) poll.Result {
70 …ent(t testing.TB, d *Daemon, f func(client.APIClient, poll.LogT) poll.Result) func(poll.LogT) poll
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/testutil/daemon/
H A Dplugin.go13 func (d *Daemon) PluginIsRunning(t testing.TB, name string) func(poll.LogT) poll.Result {
16 return poll.Success()
26 return poll.Success()
34 return withClient(t, d, func(c client.APIClient, t poll.LogT) poll.Result {
37 return poll.Success()
40 return poll.Error(err)
50 return poll.Success()
56 …inInspect(name string, f func(*types.Plugin, poll.LogT) poll.Result) func(client.APIClient, poll.L…
57 return func(c client.APIClient, t poll.LogT) poll.Result {
70 …ent(t testing.TB, d *Daemon, f func(client.APIClient, poll.LogT) poll.Result) func(poll.LogT) poll
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/mio-extras-2.0.6/test/
H A Dtest_poll_channel.rs19 let num = poll in test_poll_channel_edge()
28 let num = poll in test_poll_channel_edge()
38 let num = poll in test_poll_channel_edge()
47 let num = poll in test_poll_channel_edge()
56 let num = poll in test_poll_channel_edge()
71 let num = poll in test_poll_channel_edge()
92 poll.register( in test_poll_channel_oneshot()
101 let num = poll in test_poll_channel_oneshot()
110 let num = poll in test_poll_channel_oneshot()
314 &poll, in test_mixing_channel_with_socket()
[all …]
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/mio-0.6.19/test/
H A Dtest_poll_channel.rs17 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
24 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
32 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
39 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
46 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
59 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
82 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
89 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
97 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
104 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/mio-0.6.21/test/
H A Dtest_poll_channel.rs17 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
24 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
32 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
39 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
46 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
59 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
82 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
89 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
97 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
104 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/mio-extras-2.0.6/test/
H A Dtest_poll_channel.rs19 let num = poll in test_poll_channel_edge()
28 let num = poll in test_poll_channel_edge()
38 let num = poll in test_poll_channel_edge()
47 let num = poll in test_poll_channel_edge()
56 let num = poll in test_poll_channel_edge()
71 let num = poll in test_poll_channel_edge()
92 poll.register( in test_poll_channel_oneshot()
101 let num = poll in test_poll_channel_oneshot()
110 let num = poll in test_poll_channel_oneshot()
314 &poll, in test_mixing_channel_with_socket()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/mio-0.6.19/test/
H A Dtest_poll_channel.rs17 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
24 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
32 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
39 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
46 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
59 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
82 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
89 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
97 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
104 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
[all …]
/dports/editors/xi-term/xi-term-d264767/cargo-crates/mio-0.6.19/test/
H A Dtest_poll_channel.rs17 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
24 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
32 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
39 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
46 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
59 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
82 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
89 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
97 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
104 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/mio-extras/test/
H A Dtest_poll_channel.rs19 let num = poll in test_poll_channel_edge()
28 let num = poll in test_poll_channel_edge()
38 let num = poll in test_poll_channel_edge()
47 let num = poll in test_poll_channel_edge()
56 let num = poll in test_poll_channel_edge()
71 let num = poll in test_poll_channel_edge()
92 poll.register( in test_poll_channel_oneshot()
101 let num = poll in test_poll_channel_oneshot()
110 let num = poll in test_poll_channel_oneshot()
314 &poll, in test_mixing_channel_with_socket()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/mio-0.6.21/test/
H A Dtest_poll_channel.rs17 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
24 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
32 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
39 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
46 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
59 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
82 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
89 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
97 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
104 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/mio-extras-2.0.6/test/
H A Dtest_poll_channel.rs19 let num = poll in test_poll_channel_edge()
28 let num = poll in test_poll_channel_edge()
38 let num = poll in test_poll_channel_edge()
47 let num = poll in test_poll_channel_edge()
56 let num = poll in test_poll_channel_edge()
71 let num = poll in test_poll_channel_edge()
92 poll.register( in test_poll_channel_oneshot()
101 let num = poll in test_poll_channel_oneshot()
110 let num = poll in test_poll_channel_oneshot()
314 &poll, in test_mixing_channel_with_socket()
[all …]
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/mio-0.6.19/test/
H A Dtest_poll_channel.rs17 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
24 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
32 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
39 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
46 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
59 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_edge()
82 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
89 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
97 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
104 let num = poll.poll(&mut events, Some(Duration::from_millis(300))).unwrap(); in test_poll_channel_oneshot()
[all …]
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/mio-extras-2.0.5/test/
H A Dtest_poll_channel.rs19 let num = poll.poll(&mut events, Some(Duration::from_millis(300))) in test_poll_channel_edge()
27 let num = poll.poll(&mut events, Some(Duration::from_millis(300))) in test_poll_channel_edge()
36 let num = poll.poll(&mut events, Some(Duration::from_millis(300))) in test_poll_channel_edge()
44 let num = poll.poll(&mut events, Some(Duration::from_millis(300))) in test_poll_channel_edge()
52 let num = poll.poll(&mut events, Some(Duration::from_millis(300))) in test_poll_channel_edge()
66 let num = poll.poll(&mut events, Some(Duration::from_millis(300))) in test_poll_channel_edge()
86 poll.register( in test_poll_channel_oneshot()
94 let num = poll.poll(&mut events, Some(Duration::from_millis(300))) in test_poll_channel_oneshot()
102 let num = poll.poll(&mut events, Some(Duration::from_millis(300))) in test_poll_channel_oneshot()
290 &poll, in test_mixing_channel_with_socket()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/mio-extras/test/
H A Dtest_poll_channel.rs19 let num = poll in test_poll_channel_edge()
28 let num = poll in test_poll_channel_edge()
38 let num = poll in test_poll_channel_edge()
47 let num = poll in test_poll_channel_edge()
56 let num = poll in test_poll_channel_edge()
71 let num = poll in test_poll_channel_edge()
92 poll.register( in test_poll_channel_oneshot()
101 let num = poll in test_poll_channel_oneshot()
110 let num = poll in test_poll_channel_oneshot()
314 &poll, in test_mixing_channel_with_socket()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/mio-extras-2.0.5/test/
H A Dtest_poll_channel.rs19 let num = poll.poll(&mut events, Some(Duration::from_millis(300))) in test_poll_channel_edge()
27 let num = poll.poll(&mut events, Some(Duration::from_millis(300))) in test_poll_channel_edge()
36 let num = poll.poll(&mut events, Some(Duration::from_millis(300))) in test_poll_channel_edge()
44 let num = poll.poll(&mut events, Some(Duration::from_millis(300))) in test_poll_channel_edge()
52 let num = poll.poll(&mut events, Some(Duration::from_millis(300))) in test_poll_channel_edge()
66 let num = poll.poll(&mut events, Some(Duration::from_millis(300))) in test_poll_channel_edge()
86 poll.register( in test_poll_channel_oneshot()
94 let num = poll.poll(&mut events, Some(Duration::from_millis(300))) in test_poll_channel_oneshot()
102 let num = poll.poll(&mut events, Some(Duration::from_millis(300))) in test_poll_channel_oneshot()
290 &poll, in test_mixing_channel_with_socket()
[all …]
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/mio-extras-2.0.6/test/
H A Dtest_poll_channel.rs19 let num = poll in test_poll_channel_edge()
28 let num = poll in test_poll_channel_edge()
38 let num = poll in test_poll_channel_edge()
47 let num = poll in test_poll_channel_edge()
56 let num = poll in test_poll_channel_edge()
71 let num = poll in test_poll_channel_edge()
92 poll.register( in test_poll_channel_oneshot()
101 let num = poll in test_poll_channel_oneshot()
110 let num = poll in test_poll_channel_oneshot()
314 &poll, in test_mixing_channel_with_socket()
[all …]

12345678910>>...445