Home
last modified time | relevance | path

Searched defs:Check (Results 1 – 25 of 6226) sorted by relevance

12345678910>>...250

/dports/sysutils/rocr/ROCR-Runtime-5ab09ee/src/core/inc/
H A Dchecked.h56 Check() { object_ = uintptr_t(this) ^ uintptr_t(code); } in Check() function
57 Check(const Check&) { object_ = uintptr_t(this) ^ uintptr_t(code); } in Check() function
58 Check(Check&&) { object_ = uintptr_t(this) ^ uintptr_t(code); } in Check() argument
79 Check() { object_ = uintptr_t(code); } in Check() function
80 Check(const Check&) { object_ = uintptr_t(code); } in Check() function
81 Check(Check&&) { object_ = uintptr_t(code); } in Check() function
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/cxxbridge-macro-0.5.10/src/syntax/
H A Dcheck.rs12 pub(crate) struct Check<'a> { struct
19 do_typecheck(&mut Check { in typecheck() argument
26 fn do_typecheck(cx: &mut Check) { in do_typecheck()
54 impl Check<'_> { implementation
60 fn check_type_ident(cx: &mut Check, ident: &Ident) { in check_type_ident()
72 fn check_type_box(cx: &mut Check, ptr: &Ty1) { in check_type_box()
89 fn check_type_rust_vec(cx: &mut Check, ty: &Ty1) { in check_type_rust_vec()
148 fn check_type_ref(cx: &mut Check, ty: &Ref) { in check_type_ref()
165 fn check_type_slice(cx: &mut Check, ty: &Slice) { in check_type_slice()
200 fn check_api_enum(cx: &mut Check, enm: &Enum) { in check_api_enum()
[all …]
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/cxx-build-0.5.10/src/syntax/
H A Dcheck.rs12 pub(crate) struct Check<'a> { struct
19 do_typecheck(&mut Check { in typecheck() argument
26 fn do_typecheck(cx: &mut Check) { in do_typecheck()
54 impl Check<'_> { impl
60 fn check_type_ident(cx: &mut Check, ident: &Ident) { in check_type_ident()
72 fn check_type_box(cx: &mut Check, ptr: &Ty1) { in check_type_box()
89 fn check_type_rust_vec(cx: &mut Check, ty: &Ty1) { in check_type_rust_vec()
148 fn check_type_ref(cx: &mut Check, ty: &Ref) { in check_type_ref()
165 fn check_type_slice(cx: &mut Check, ty: &Slice) { in check_type_slice()
200 fn check_api_enum(cx: &mut Check, enm: &Enum) { in check_api_enum()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/docs/
H A Dplatform_qualification.md45 #### CPUID Present And Working
65 #### OS restoring LDT
80 #### DEP present and working
95 ### Architecture-specific checks: ARM
97 #### ARMv7-A or later
110 #### DEP present and working
125 ### OS-specific checks: Linux
127 #### SysV SHM
141 ### OS-specific checks: Mac OS X
145 ### OS-specific checks: Windows
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/zorkian/go-datadog-api/
H A Dchecks.go3 type Check struct { struct
4 Check *string `json:"check,omitempty"` member
5 HostName *string `json:"host_name,omitempty"`
6 Status *Status `json:"status,omitempty"`
7 Timestamp *string `json:"timestamp,omitempty"`
8 Message *string `json:"message,omitempty"`
9 Tags []string `json:"tags,omitempty"`
22 func (client *Client) PostCheck(check Check) error {
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/zorkian/go-datadog-api/go-datadog-api-2.21.0/
H A Dchecks.go3 type Check struct { struct
4 Check *string `json:"check,omitempty"` argument
5 HostName *string `json:"host_name,omitempty"`
6 Status *Status `json:"status,omitempty"`
7 Timestamp *string `json:"timestamp,omitempty"`
8 Message *string `json:"message,omitempty"`
9 Tags []string `json:"tags,omitempty"`
22 func (client *Client) PostCheck(check Check) error {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/kit/check/
H A Dcheck.go28 type Check struct { struct
29 healthChecks []Checker
30 readyChecks []Checker
31 healthOverride override
32 readyOverride override
34 passthroughHandler http.Handler
39 Check(ctx context.Context) Response methodSpec
52 func (c *Check) AddHealthCheck(check Checker) {
62 func (c *Check) AddReadyCheck(check Checker) {
99 func (c *Check) CheckReady(ctx context.Context) Response {
[all …]
/dports/net/concourse-fly/concourse-6.7.1/atc/
H A Dcheck.go3 type Check struct { struct
4 ID int `json:"id"`
5 Status string `json:"status"`
6 CreateTime int64 `json:"create_time,omitempty"`
7 StartTime int64 `json:"start_time,omitempty"`
8 EndTime int64 `json:"end_time,omitempty"`
9 CheckError string `json:"check_error,omitempty"`
/dports/misc/concourse/concourse-6.7.2/atc/
H A Dcheck.go3 type Check struct { struct
4 ID int `json:"id"`
5 Status string `json:"status"`
6 CreateTime int64 `json:"create_time,omitempty"`
7 StartTime int64 `json:"start_time,omitempty"`
8 EndTime int64 `json:"end_time,omitempty"`
9 CheckError string `json:"check_error,omitempty"`
/dports/www/gitea/gitea-1.16.5/modules/doctor/
H A Ddoctor.go19 type Check struct { struct
20 Title string
21 Name string
22 IsDefault bool
23 Run func(logger log.Logger, autofix bool) error
24 AbortIfFailed bool
25 SkipDatabaseInitialization bool
26 Priority int
61 func RunChecks(ctx context.Context, logger log.Logger, autofix bool, checks []*Check) error {
95 func Register(command *Check) {
/dports/sysutils/sensu-go/sensu-go-5.11.1/api/core/v2/
H A Dcheck.pb.go280 type Check struct { struct
381 func (*Check) ProtoMessage() {}
403 func (m *Check) XXX_Size() int {
406 func (m *Check) XXX_DiscardUnknown() {
1128 func (this *Check) GetPublish() bool {
1148 func (this *Check) GetStdin() bool {
1156 func (this *Check) GetCron() string {
1160 func (this *Check) GetTtl() int64 {
1188 func (this *Check) GetIssued() int64 {
1196 func (this *Check) GetState() string {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/circonus-labs/circonus-gometrics/api/
H A Dcheck.go24 type Check struct { struct
25 Active bool `json:"_active"` // bool
26 BrokerCID string `json:"_broker"` // string
27 CheckBundleCID string `json:"_check_bundle"` // string
28 CheckUUID string `json:"_check_uuid"` // string
29 CID string `json:"_cid"` // string
30 …eckDetails `json:"_details"` // NOTE contents of details are check type specific, map len >= 0
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/circonus-labs/circonus-gometrics/api/
H A Dcheck.go24 type Check struct { struct
25 Active bool `json:"_active"` // bool
26 BrokerCID string `json:"_broker"` // string
27 CheckBundleCID string `json:"_check_bundle"` // string
28 CheckUUID string `json:"_check_uuid"` // string
29 CID string `json:"_cid"` // string
30 …eckDetails `json:"_details"` // NOTE contents of details are check type specific, map len >= 0
/dports/security/vault/vault-1.8.2/vendor/github.com/circonus-labs/circonus-gometrics/api/
H A Dcheck.go24 type Check struct { struct
25 Active bool `json:"_active"` // bool
26 BrokerCID string `json:"_broker"` // string
27 CheckBundleCID string `json:"_check_bundle"` // string
28 CheckUUID string `json:"_check_uuid"` // string
29 CID string `json:"_cid"` // string
30 …eckDetails `json:"_details"` // NOTE contents of details are check type specific, map len >= 0
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/circonus-labs/circonus-gometrics/api/
H A Dcheck.go24 type Check struct { struct
25 Active bool `json:"_active"` // bool
26 BrokerCID string `json:"_broker"` // string
27 CheckBundleCID string `json:"_check_bundle"` // string
28 CheckUUID string `json:"_check_uuid"` // string
29 CID string `json:"_cid"` // string
30 …eckDetails `json:"_details"` // NOTE contents of details are check type specific, map len >= 0
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/circonus-labs/circonus-gometrics/api/
H A Dcheck.go24 type Check struct { struct
25 Active bool `json:"_active"` // bool
26 BrokerCID string `json:"_broker"` // string
27 CheckBundleCID string `json:"_check_bundle"` // string
28 CheckUUID string `json:"_check_uuid"` // string
29 CID string `json:"_cid"` // string
30 …eckDetails `json:"_details"` // NOTE contents of details are check type specific, map len >= 0
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/circonus-labs/circonus-gometrics/api/
H A Dcheck.go24 type Check struct { struct
25 Active bool `json:"_active"` // bool
26 BrokerCID string `json:"_broker"` // string
27 CheckBundleCID string `json:"_check_bundle"` // string
28 CheckUUID string `json:"_check_uuid"` // string
29 CID string `json:"_cid"` // string
30 …eckDetails `json:"_details"` // NOTE contents of details are check type specific, map len >= 0
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/circonus-labs/circonus-gometrics/api/
H A Dcheck.go24 type Check struct { struct
25 Active bool `json:"_active"` // bool
26 BrokerCID string `json:"_broker"` // string
27 CheckBundleCID string `json:"_check_bundle"` // string
28 CheckUUID string `json:"_check_uuid"` // string
29 CID string `json:"_cid"` // string
30 …eckDetails `json:"_details"` // NOTE contents of details are check type specific, map len >= 0
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/circonus-labs/circonus-gometrics/api/
H A Dcheck.go24 type Check struct { struct
25 Active bool `json:"_active"` // bool
26 BrokerCID string `json:"_broker"` // string
27 CheckBundleCID string `json:"_check_bundle"` // string
28 CheckUUID string `json:"_check_uuid"` // string
29 CID string `json:"_cid"` // string
30 …eckDetails `json:"_details"` // NOTE contents of details are check type specific, map len >= 0
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/circonus-labs/circonus-gometrics/api/
H A Dcheck.go24 type Check struct { struct
25 Active bool `json:"_active"` // bool
26 BrokerCID string `json:"_broker"` // string
27 CheckBundleCID string `json:"_check_bundle"` // string
28 CheckUUID string `json:"_check_uuid"` // string
29 CID string `json:"_cid"` // string
30 …eckDetails `json:"_details"` // NOTE contents of details are check type specific, map len >= 0
/dports/www/fabio/fabio-1.5.14/vendor/github.com/circonus-labs/circonus-gometrics/api/
H A Dcheck.go24 type Check struct { struct
25 Active bool `json:"_active"` // bool
26 BrokerCID string `json:"_broker"` // string
27 CheckBundleCID string `json:"_check_bundle"` // string
28 CheckUUID string `json:"_check_uuid"` // string
29 CID string `json:"_cid"` // string
30 …eckDetails `json:"_details"` // NOTE contents of details are check type specific, map len >= 0
/dports/www/fabio/fabio-1.5.14/vendor/github.com/circonus-labs/circonus-gometrics/circonus-gometrics-2.2.4/api/
H A Dcheck.go24 type Check struct { struct
25 Active bool `json:"_active"` // bool
26 BrokerCID string `json:"_broker"` // string
27 CheckBundleCID string `json:"_check_bundle"` // string
28 CheckUUID string `json:"_check_uuid"` // string
29 CID string `json:"_cid"` // string
30 …eckDetails `json:"_details"` // NOTE contents of details are check type specific, map len >= 0
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/circonus-labs/circonus-gometrics/api/
H A Dcheck.go24 type Check struct { struct
25 Active bool `json:"_active"` // bool
26 BrokerCID string `json:"_broker"` // string
27 CheckBundleCID string `json:"_check_bundle"` // string
28 CheckUUID string `json:"_check_uuid"` // string
29 CID string `json:"_cid"` // string
30 …eckDetails `json:"_details"` // NOTE contents of details are check type specific, map len >= 0
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/circonus-labs/circonus-gometrics/api/
H A Dcheck.go24 type Check struct { struct
25 Active bool `json:"_active"` // bool
26 BrokerCID string `json:"_broker"` // string
27 CheckBundleCID string `json:"_check_bundle"` // string
28 CheckUUID string `json:"_check_uuid"` // string
29 CID string `json:"_cid"` // string
30 …eckDetails `json:"_details"` // NOTE contents of details are check type specific, map len >= 0
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/circonus-labs/circonus-gometrics/api/
H A Dcheck.go24 type Check struct { struct
25 Active bool `json:"_active"` // bool
26 BrokerCID string `json:"_broker"` // string
27 CheckBundleCID string `json:"_check_bundle"` // string
28 CheckUUID string `json:"_check_uuid"` // string
29 CID string `json:"_cid"` // string
30 …eckDetails `json:"_details"` // NOTE contents of details are check type specific, map len >= 0

12345678910>>...250