Home
last modified time | relevance | path

Searched refs:Once (Results 1 – 25 of 14243) sorted by relevance

12345678910>>...570

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxPrefs.h90 Once, // Evaluate the preference once, unchanged during the session enumerator
206 case UpdatePolicy::Once: in Register()
224 case UpdatePolicy::Once: in Set()
319 DECL_GFX_PREF(Once, "dom.vr.enabled", VREnabled, bool, false);
320 DECL_GFX_PREF(Once, "dom.vr.oculus.enabled", VROculusEnabled, bool, true);
321 DECL_GFX_PREF(Once, "dom.vr.openvr.enabled", VROpenVREnabled, bool, false);
322 DECL_GFX_PREF(Once, "dom.vr.osvr.enabled", VROSVREnabled, bool, false);
352 DECL_GFX_PREF(Once, "gfx.apitrace.enabled", UseApitrace, bool, false);
358 DECL_GFX_PREF(Once, "gfx.blocklist.all", BlocklistAll, int32_t, 0);
497 DECL_GFX_PREF(Once, "layers.gralloc.disable", DisableGralloc, bool, false);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxPrefs.h143 Once, // Evaluate the preference once, unchanged during the session enumerator
250 case UpdatePolicy::Once: in Register()
267 case UpdatePolicy::Once: in Set()
370 DECL_GFX_PREF(Once, "dom.vr.enabled", VREnabled, bool, false);
379 DECL_GFX_PREF(Once, "dom.vr.osvr.enabled", VROSVREnabled, bool, false);
437 DECL_GFX_PREF(Once, "gfx.apitrace.enabled", UseApitrace, bool, false);
443 DECL_GFX_PREF(Once, "gfx.blocklist.all", BlocklistAll, int32_t, 0);
512 DECL_GFX_PREF(Once, "gfx.webrender.all", WebRenderAll, bool, false);
700 DECL_GFX_PREF(Once, "media.hardware-video-decoding.force-enabled",
706 DECL_GFX_PREF(Once, "media.wmf.use-sync-texture", PDMWMFUseSyncTexture, bool, true);
[all …]
/dports/devel/gh/cli-2.4.0/pkg/cmd/repo/sync/
H A Dsync_test.go125 mgc.On("IsDirty").Return(false, nil).Once()
130 mgc.On("CurrentBranch").Return("trunk", nil).Once()
142 mgc.On("IsDirty").Return(false, nil).Once()
147 mgc.On("CurrentBranch").Return("trunk", nil).Once()
160 mgc.On("IsDirty").Return(false, nil).Once()
165 mgc.On("CurrentBranch").Return("trunk", nil).Once()
178 mgc.On("IsDirty").Return(false, nil).Once()
183 mgc.On("CurrentBranch").Return("trunk", nil).Once()
229 mgc.On("IsDirty").Return(true, nil).Once()
245 mgc.On("CurrentBranch").Return("test", nil).Once()
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/common/
H A Dbuild_test.go78 Return(nil).Once()
88 Return(nil).Once()
263 Return(nil).Once()
359 Return(nil).Once()
404 Return(nil).Once()
427 }).Once()
1281 }).Once()
1727 Once()
1730 Once()
1860 Once()
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/shells/
H A Dabstract_test.go47 ).Once()
54 ).Once()
61 ).Once()
133 ).Once()
140 ).Once()
147 ).Once()
156 ).Once()
165 ).Once()
203 ).Once()
210 ).Once()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/spin-0.5.2/src/
H A Donce.rs21 pub struct Once<T> { struct
51 impl<T> Once<T> { impl
177 use super::Once;
181 static O: Once<()> = Once::new(); in smoke_once()
191 static O: Once<usize> = Once::new(); in smoke_once_value()
200 static O: Once<()> = Once::new(); in stampede_once()
234 static INIT: Once<usize> = Once::new(); in try()
243 static INIT: Once<usize> = Once::new(); in try_no_wait()
255 static INIT: Once<usize> = Once::new(); in wait()
266 static INIT: Once<()> = Once::new(); in panic()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/spin-0.5.2/src/
H A Donce.rs21 pub struct Once<T> { struct
51 impl<T> Once<T> { implementation
177 use super::Once;
181 static O: Once<()> = Once::new(); in smoke_once()
191 static O: Once<usize> = Once::new(); in smoke_once_value()
200 static O: Once<()> = Once::new(); in stampede_once()
234 static INIT: Once<usize> = Once::new(); in try()
243 static INIT: Once<usize> = Once::new(); in try_no_wait()
255 static INIT: Once<usize> = Once::new(); in wait()
266 static INIT: Once<()> = Once::new(); in panic()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/spin-0.5.2/src/
H A Donce.rs21 pub struct Once<T> { struct
51 impl<T> Once<T> { implementation
177 use super::Once;
181 static O: Once<()> = Once::new(); in smoke_once()
191 static O: Once<usize> = Once::new(); in smoke_once_value()
200 static O: Once<()> = Once::new(); in stampede_once()
234 static INIT: Once<usize> = Once::new(); in try()
243 static INIT: Once<usize> = Once::new(); in try_no_wait()
255 static INIT: Once<usize> = Once::new(); in wait()
266 static INIT: Once<()> = Once::new(); in panic()
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/spin-0.5.0/src/
H A Donce.rs21 pub struct Once<T> { struct
51 impl<T> Once<T> { impl
177 use super::Once;
181 static O: Once<()> = Once::new(); in smoke_once()
191 static O: Once<usize> = Once::new(); in smoke_once_value()
200 static O: Once<()> = Once::new(); in stampede_once()
234 static INIT: Once<usize> = Once::new(); in try()
243 static INIT: Once<usize> = Once::new(); in try_no_wait()
255 static INIT: Once<usize> = Once::new(); in wait()
266 static INIT: Once<()> = Once::new(); in panic()
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/spin-0.5.2/src/
H A Donce.rs21 pub struct Once<T> { struct
51 impl<T> Once<T> { implementation
177 use super::Once;
181 static O: Once<()> = Once::new(); in smoke_once()
191 static O: Once<usize> = Once::new(); in smoke_once_value()
200 static O: Once<()> = Once::new(); in stampede_once()
234 static INIT: Once<usize> = Once::new(); in try()
243 static INIT: Once<usize> = Once::new(); in try_no_wait()
255 static INIT: Once<usize> = Once::new(); in wait()
266 static INIT: Once<()> = Once::new(); in panic()
[all …]
/dports/security/cloak/cloak-0.2.0/cargo-crates/spin-0.5.0/src/
H A Donce.rs21 pub struct Once<T> { struct
51 impl<T> Once<T> { implementation
177 use super::Once;
181 static O: Once<()> = Once::new(); in smoke_once()
191 static O: Once<usize> = Once::new(); in smoke_once_value()
200 static O: Once<()> = Once::new(); in stampede_once()
234 static INIT: Once<usize> = Once::new(); in try()
243 static INIT: Once<usize> = Once::new(); in try_no_wait()
255 static INIT: Once<usize> = Once::new(); in wait()
266 static INIT: Once<()> = Once::new(); in panic()
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/spin-0.5.2/src/
H A Donce.rs21 pub struct Once<T> { struct
51 impl<T> Once<T> { impl
177 use super::Once;
181 static O: Once<()> = Once::new(); in smoke_once()
191 static O: Once<usize> = Once::new(); in smoke_once_value()
200 static O: Once<()> = Once::new(); in stampede_once()
234 static INIT: Once<usize> = Once::new(); in try()
243 static INIT: Once<usize> = Once::new(); in try_no_wait()
255 static INIT: Once<usize> = Once::new(); in wait()
266 static INIT: Once<()> = Once::new(); in panic()
[all …]
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/spin-0.5.2/src/
H A Donce.rs21 pub struct Once<T> { struct
51 impl<T> Once<T> { impl
177 use super::Once;
181 static O: Once<()> = Once::new(); in smoke_once()
191 static O: Once<usize> = Once::new(); in smoke_once_value()
200 static O: Once<()> = Once::new(); in stampede_once()
234 static INIT: Once<usize> = Once::new(); in try()
243 static INIT: Once<usize> = Once::new(); in try_no_wait()
255 static INIT: Once<usize> = Once::new(); in wait()
266 static INIT: Once<()> = Once::new(); in panic()
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/spin-0.5.2/src/
H A Donce.rs21 pub struct Once<T> { struct
51 impl<T> Once<T> { impl
177 use super::Once;
181 static O: Once<()> = Once::new(); in smoke_once()
191 static O: Once<usize> = Once::new(); in smoke_once_value()
200 static O: Once<()> = Once::new(); in stampede_once()
234 static INIT: Once<usize> = Once::new(); in try()
243 static INIT: Once<usize> = Once::new(); in try_no_wait()
255 static INIT: Once<usize> = Once::new(); in wait()
266 static INIT: Once<()> = Once::new(); in panic()
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/spin-0.5.2/src/
H A Donce.rs21 pub struct Once<T> { struct
51 impl<T> Once<T> { impl
177 use super::Once;
181 static O: Once<()> = Once::new(); in smoke_once()
191 static O: Once<usize> = Once::new(); in smoke_once_value()
200 static O: Once<()> = Once::new(); in stampede_once()
234 static INIT: Once<usize> = Once::new(); in try()
243 static INIT: Once<usize> = Once::new(); in try_no_wait()
255 static INIT: Once<usize> = Once::new(); in wait()
266 static INIT: Once<()> = Once::new(); in panic()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/spin-0.5.2/src/
H A Donce.rs21 pub struct Once<T> { struct
51 impl<T> Once<T> { impl
177 use super::Once;
181 static O: Once<()> = Once::new(); in smoke_once()
191 static O: Once<usize> = Once::new(); in smoke_once_value()
200 static O: Once<()> = Once::new(); in stampede_once()
234 static INIT: Once<usize> = Once::new(); in try()
243 static INIT: Once<usize> = Once::new(); in try_no_wait()
255 static INIT: Once<usize> = Once::new(); in wait()
266 static INIT: Once<()> = Once::new(); in panic()
[all …]
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/spin-0.5.2/src/
H A Donce.rs21 pub struct Once<T> { struct
51 impl<T> Once<T> { implementation
177 use super::Once;
181 static O: Once<()> = Once::new(); in smoke_once()
191 static O: Once<usize> = Once::new(); in smoke_once_value()
200 static O: Once<()> = Once::new(); in stampede_once()
234 static INIT: Once<usize> = Once::new(); in try()
243 static INIT: Once<usize> = Once::new(); in try_no_wait()
255 static INIT: Once<usize> = Once::new(); in wait()
266 static INIT: Once<()> = Once::new(); in panic()
[all …]
/dports/net/quiche/quiche-0.9.0/cargo-crates/spin-0.5.2/src/
H A Donce.rs21 pub struct Once<T> { struct
51 impl<T> Once<T> { impl
177 use super::Once;
181 static O: Once<()> = Once::new(); in smoke_once()
191 static O: Once<usize> = Once::new(); in smoke_once_value()
200 static O: Once<()> = Once::new(); in stampede_once()
234 static INIT: Once<usize> = Once::new(); in try()
243 static INIT: Once<usize> = Once::new(); in try_no_wait()
255 static INIT: Once<usize> = Once::new(); in wait()
266 static INIT: Once<()> = Once::new(); in panic()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/spin-0.5.2/src/
H A Donce.rs21 pub struct Once<T> { struct
51 impl<T> Once<T> { impl
177 use super::Once;
181 static O: Once<()> = Once::new(); in smoke_once()
191 static O: Once<usize> = Once::new(); in smoke_once_value()
200 static O: Once<()> = Once::new(); in stampede_once()
234 static INIT: Once<usize> = Once::new(); in try()
243 static INIT: Once<usize> = Once::new(); in try_no_wait()
255 static INIT: Once<usize> = Once::new(); in wait()
266 static INIT: Once<()> = Once::new(); in panic()
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/spin-0.5.2/src/
H A Donce.rs21 pub struct Once<T> { struct
51 impl<T> Once<T> { implementation
177 use super::Once;
181 static O: Once<()> = Once::new(); in smoke_once()
191 static O: Once<usize> = Once::new(); in smoke_once_value()
200 static O: Once<()> = Once::new(); in stampede_once()
234 static INIT: Once<usize> = Once::new(); in try()
243 static INIT: Once<usize> = Once::new(); in try_no_wait()
255 static INIT: Once<usize> = Once::new(); in wait()
266 static INIT: Once<()> = Once::new(); in panic()
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/spin-0.5.2/src/
H A Donce.rs21 pub struct Once<T> { struct
51 impl<T> Once<T> { implementation
177 use super::Once;
181 static O: Once<()> = Once::new(); in smoke_once()
191 static O: Once<usize> = Once::new(); in smoke_once_value()
200 static O: Once<()> = Once::new(); in stampede_once()
234 static INIT: Once<usize> = Once::new(); in try()
243 static INIT: Once<usize> = Once::new(); in try_no_wait()
255 static INIT: Once<usize> = Once::new(); in wait()
266 static INIT: Once<()> = Once::new(); in panic()
[all …]
/dports/www/jwt-cli/jwt-cli-5.0.0/cargo-crates/spin-0.5.2/src/
H A Donce.rs21 pub struct Once<T> { struct
51 impl<T> Once<T> { implementation
177 use super::Once;
181 static O: Once<()> = Once::new(); in smoke_once()
191 static O: Once<usize> = Once::new(); in smoke_once_value()
200 static O: Once<()> = Once::new(); in stampede_once()
234 static INIT: Once<usize> = Once::new(); in try()
243 static INIT: Once<usize> = Once::new(); in try_no_wait()
255 static INIT: Once<usize> = Once::new(); in wait()
266 static INIT: Once<()> = Once::new(); in panic()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/spin-0.5.2/src/
H A Donce.rs21 pub struct Once<T> {
51 impl<T> Once<T> {
177 use super::Once;
181 static O: Once<()> = Once::new(); in try_lock()
191 static O: Once<usize> = Once::new();
200 static O: Once<()> = Once::new(); in fmt()
234 static INIT: Once<usize> = Once::new(); in drop()
243 static INIT: Once<usize> = Once::new();
255 static INIT: Once<usize> = Once::new(); in smoke()
266 static INIT: Once<()> = Once::new(); in inc()
[all …]
/dports/www/xh/xh-0.14.1/cargo-crates/spin-0.5.2/src/
H A Donce.rs21 pub struct Once<T> { struct
51 impl<T> Once<T> { impl
177 use super::Once;
181 static O: Once<()> = Once::new(); in smoke_once()
191 static O: Once<usize> = Once::new(); in smoke_once_value()
200 static O: Once<()> = Once::new(); in stampede_once()
234 static INIT: Once<usize> = Once::new(); in try()
243 static INIT: Once<usize> = Once::new(); in try_no_wait()
255 static INIT: Once<usize> = Once::new(); in wait()
266 static INIT: Once<()> = Once::new(); in panic()
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/spin-0.5.2/src/
H A Donce.rs21 pub struct Once<T> { struct
51 impl<T> Once<T> { impl
177 use super::Once;
181 static O: Once<()> = Once::new(); in smoke_once()
191 static O: Once<usize> = Once::new(); in smoke_once_value()
200 static O: Once<()> = Once::new(); in stampede_once()
234 static INIT: Once<usize> = Once::new(); in try()
243 static INIT: Once<usize> = Once::new(); in try_no_wait()
255 static INIT: Once<usize> = Once::new(); in wait()
266 static INIT: Once<()> = Once::new(); in panic()
[all …]

12345678910>>...570