Home
last modified time | relevance | path

Searched defs:stateCounter (Results 1 – 25 of 30) sorted by relevance

12

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/daemon/
H A Dmetrics.go63 type stateCounter struct { struct
64 mu sync.Mutex
65 states map[string]string
66 desc *prometheus.Desc
76 func (ctr *stateCounter) get() (running int, paused int, stopped int) {
91 func (ctr *stateCounter) set(id, label string) {
97 func (ctr *stateCounter) del(id string) {
103 func (ctr *stateCounter) Describe(ch chan<- *prometheus.Desc) {
107 func (ctr *stateCounter) Collect(ch chan<- prometheus.Metric) {
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/daemon/
H A Dmetrics.go63 type stateCounter struct { struct
64 mu sync.Mutex
65 states map[string]string
66 desc *prometheus.Desc
76 func (ctr *stateCounter) get() (running int, paused int, stopped int) {
91 func (ctr *stateCounter) set(id, label string) {
97 func (ctr *stateCounter) del(id string) {
103 func (ctr *stateCounter) Describe(ch chan<- *prometheus.Desc) {
107 func (ctr *stateCounter) Collect(ch chan<- prometheus.Metric) {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/daemon/
H A Dmetrics.go65 type stateCounter struct { struct
66 mu sync.Mutex
67 states map[string]string
68 desc *prometheus.Desc
78 func (ctr *stateCounter) get() (running int, paused int, stopped int) {
93 func (ctr *stateCounter) set(id, label string) {
99 func (ctr *stateCounter) del(id string) {
105 func (ctr *stateCounter) Describe(ch chan<- *prometheus.Desc) {
109 func (ctr *stateCounter) Collect(ch chan<- prometheus.Metric) {
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/daemon/
H A Dmetrics.go65 type stateCounter struct { struct
66 mu sync.Mutex
67 states map[string]string
68 desc *prometheus.Desc
78 func (ctr *stateCounter) get() (running int, paused int, stopped int) {
93 func (ctr *stateCounter) set(id, label string) {
99 func (ctr *stateCounter) del(id string) {
105 func (ctr *stateCounter) Describe(ch chan<- *prometheus.Desc) {
109 func (ctr *stateCounter) Collect(ch chan<- prometheus.Metric) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/daemon/
H A Dmetrics.go63 type stateCounter struct { struct
64 mu sync.Mutex
65 states map[string]string
66 desc *prometheus.Desc
76 func (ctr *stateCounter) get() (running int, paused int, stopped int) {
91 func (ctr *stateCounter) set(id, label string) {
97 func (ctr *stateCounter) del(id string) {
103 func (ctr *stateCounter) Describe(ch chan<- *prometheus.Desc) {
107 func (ctr *stateCounter) Collect(ch chan<- prometheus.Metric) {
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/daemon/
H A Dmetrics.go63 type stateCounter struct { struct
64 mu sync.Mutex
65 states map[string]string
66 desc *prometheus.Desc
76 func (ctr *stateCounter) get() (running int, paused int, stopped int) {
91 func (ctr *stateCounter) set(id, label string) {
97 func (ctr *stateCounter) del(id string) {
103 func (ctr *stateCounter) Describe(ch chan<- *prometheus.Desc) {
107 func (ctr *stateCounter) Collect(ch chan<- prometheus.Metric) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/daemon/
H A Dmetrics.go63 type stateCounter struct { struct
64 mu sync.Mutex
65 states map[string]string
66 desc *prometheus.Desc
76 func (ctr *stateCounter) get() (running int, paused int, stopped int) {
91 func (ctr *stateCounter) set(id, label string) {
97 func (ctr *stateCounter) del(id string) {
103 func (ctr *stateCounter) Describe(ch chan<- *prometheus.Desc) {
107 func (ctr *stateCounter) Collect(ch chan<- prometheus.Metric) {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/daemon/
H A Dmetrics.go67 type stateCounter struct { struct
68 mu sync.Mutex
69 states map[string]string
70 desc *prometheus.Desc
80 func (ctr *stateCounter) get() (running int, paused int, stopped int) {
95 func (ctr *stateCounter) set(id, label string) {
101 func (ctr *stateCounter) del(id string) {
107 func (ctr *stateCounter) Describe(ch chan<- *prometheus.Desc) {
111 func (ctr *stateCounter) Collect(ch chan<- prometheus.Metric) {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/daemon/
H A Dmetrics.go67 type stateCounter struct { struct
68 mu sync.Mutex
69 states map[string]string
70 desc *prometheus.Desc
80 func (ctr *stateCounter) get() (running int, paused int, stopped int) {
95 func (ctr *stateCounter) set(id, label string) {
101 func (ctr *stateCounter) del(id string) {
107 func (ctr *stateCounter) Describe(ch chan<- *prometheus.Desc) {
111 func (ctr *stateCounter) Collect(ch chan<- prometheus.Metric) {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/daemon/
H A Dmetrics.go67 type stateCounter struct { struct
68 mu sync.Mutex
69 states map[string]string
70 desc *prometheus.Desc
80 func (ctr *stateCounter) get() (running int, paused int, stopped int) {
95 func (ctr *stateCounter) set(id, label string) {
101 func (ctr *stateCounter) del(id string) {
107 func (ctr *stateCounter) Describe(ch chan<- *prometheus.Desc) {
111 func (ctr *stateCounter) Collect(ch chan<- prometheus.Metric) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/daemon/
H A Dmetrics.go67 type stateCounter struct { struct
68 mu sync.Mutex
69 states map[string]string
70 desc *prometheus.Desc
80 func (ctr *stateCounter) get() (running int, paused int, stopped int) {
95 func (ctr *stateCounter) set(id, label string) {
101 func (ctr *stateCounter) del(id string) {
107 func (ctr *stateCounter) Describe(ch chan<- *prometheus.Desc) {
111 func (ctr *stateCounter) Collect(ch chan<- prometheus.Metric) {
/dports/sysutils/signon-qt5/signond-07d45498ad374d9e8e4ff6a886f4b4bb850c0cb5/tests/libsignon-qt-tests/
H A Dtestauthsession.cpp174 … QSignalSpy stateCounter(as, SIGNAL(stateChanged(AuthSession::AuthSessionState, const QString&))); in process_with_new_identity() local
235 … QSignalSpy stateCounter(as, SIGNAL(stateChanged(AuthSession::AuthSessionState, const QString&))); in process_with_existing_identity() local
292 … QSignalSpy stateCounter(as, SIGNAL(stateChanged(AuthSession::AuthSessionState, const QString&))); in process_with_nonexisting_type() local
328 … QSignalSpy stateCounter(as, SIGNAL(stateChanged(AuthSession::AuthSessionState, const QString&))); in process_with_nonexisting_method() local
775 QSignalSpy stateCounter(as, in processUi_with_existing_identity() local
831 QSignalSpy stateCounter(as, in processUi_and_cancel() local
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Dweapon.h58 int stateCounter; member
H A Dactors.h106 int stateCounter; member
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/prng/
H A DDigestRandomGenerator.java18 private long stateCounter; field in DigestRandomGenerator
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/src/
H A Dintermission.cpp197 static int stateCounter; variable
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom64/src/
H A Dintermission.cpp156 static int stateCounter; variable
/dports/audio/libfilteraudio/filter_audio-0.0.1/aec/
H A Daec_core_internal.h118 int stateCounter; member
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/processing/aec/
H A Daec_core.h133 int stateCounter; member
/dports/net/pjsip/pjproject-2.11.1/third_party/webrtc/src/webrtc/modules/audio_processing/aec/
H A Daec_core_internal.h118 int stateCounter; member
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Ds-shasto.adb118 function To_AFCB_Ptr is
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/aec/
H A Daec_core_internal.h118 int stateCounter; member
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_core_internal.h118 int stateCounter; member
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/modules/audio_processing/aec/
H A Daec_core.h206 int stateCounter; member
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/aec/
H A Daec_core.h208 int stateCounter; member

12