Home
last modified time | relevance | path

Searched defs:CheckResult (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/dports/sysutils/sensu-go/sensu-go-5.11.1/types/v1/
H A Dcheck.go6 type CheckResult struct { struct
7 Source string `json:"source"`
8 Status uint32 `json:"status"`
9 Command string `json:"command"`
11 Interval uint32 `json:"interval"`
12 Name string `json:"name"`
13 Issued int64 `json:"issued"`
16 Output string `json:"output"`
19 Client string `json:"client"`
22 Handler string `json:"handler"`
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/mixer/adapter/model/v1beta1/
H A Dcheck.pb.go34 type CheckResult struct { struct
44 func (m *CheckResult) Reset() { *m = CheckResult{} }
45 func (*CheckResult) ProtoMessage() {}
46 func (*CheckResult) Descriptor() ([]byte, []int) {
49 func (m *CheckResult) XXX_Unmarshal(b []byte) error {
77 proto.RegisterType((*CheckResult)(nil), "istio.mixer.adapter.model.v1beta1.CheckResult")
109 func (m *CheckResult) Marshal() (dAtA []byte, err error) {
119 func (m *CheckResult) MarshalTo(dAtA []byte) (int, error) {
166 func (m *CheckResult) Size() (n int) {
188 func (this *CheckResult) String() string {
[all …]
/dports/sysutils/istio/istio-1.6.7/mixer/pkg/adapter/
H A Dcheck.go28 type CheckResult struct { struct
30 Status rpc.Status
32 ValidDuration time.Duration
34 ValidUseCount int32
36 RouteDirective *mixerpb.RouteDirective
40 func (r *CheckResult) IsDefault() bool {
44 func (r *CheckResult) String() string {
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/subresource_filter/content/browser/
H A Dsubresource_filter_safe_browsing_client.h44 struct CheckResult { struct
45 size_t request_id = 0;
46 safe_browsing::SBThreatType threat_type =
74 const CheckResult& check_result); argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/subresource_filter/content/browser/
H A Dsubresource_filter_safe_browsing_client.h44 struct CheckResult { struct
45 size_t request_id = 0;
46 safe_browsing::SBThreatType threat_type =
74 const CheckResult& check_result); argument
/dports/multimedia/lms/lms-3.25.2/src/libs/auth/include/auth/
H A DIPasswordService.hpp47 struct CheckResult struct in Auth::IPasswordService
49 enum class State
55 State state {State::Denied};
56 std::optional<Database::IdType> userId {};
57 std::optional<Wt::WDateTime> expiry {};
H A DIEnvService.hpp50 struct CheckResult struct in Auth::IEnvService
52 enum class State
59 State state {State::Denied};
60 std::optional<Database::IdType> userId {};
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/unit_test/
H A DTestViewCopy_a.hpp56 struct CheckResult { struct
57 using value_type = typename ViewType::non_const_value_type;
58 ViewType v;
59 value_type value;
60 CheckResult(ViewType v_, value_type value_) : v(v_), value(value_){}; in CheckResult() function
62 void operator()(const int i, int& lsum) const { in operator ()()
H A DTestViewCopy_b.hpp56 struct CheckResult { struct
57 using value_type = typename ViewType::non_const_value_type;
58 ViewType v;
59 value_type value;
60 CheckResult(ViewType v_, value_type value_) : v(v_), value(value_){}; in CheckResult() argument
62 void operator()(const int i, int& lsum) const { in operator ()()
/dports/devel/kokkos/kokkos-3.4.01/core/unit_test/
H A DTestViewCopy_a.hpp56 struct CheckResult { struct
57 using value_type = typename ViewType::non_const_value_type;
58 ViewType v;
59 value_type value;
60 CheckResult(ViewType v_, value_type value_) : v(v_), value(value_){}; in CheckResult() argument
62 void operator()(const int i, int& lsum) const { in operator ()()
H A DTestViewCopy_b.hpp56 struct CheckResult { struct
57 using value_type = typename ViewType::non_const_value_type;
58 ViewType v;
59 value_type value;
60 CheckResult(ViewType v_, value_type value_) : v(v_), value(value_){}; in CheckResult() argument
62 void operator()(const int i, int& lsum) const { in operator ()()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/unit_test/
H A DTestViewCopy_a.hpp56 struct CheckResult { struct
57 using value_type = typename ViewType::non_const_value_type;
58 ViewType v;
59 value_type value;
60 CheckResult(ViewType v_, value_type value_) : v(v_), value(value_){}; in CheckResult() function
62 void operator()(const int i, int& lsum) const { in operator ()()
H A DTestViewCopy_b.hpp56 struct CheckResult { struct
57 using value_type = typename ViewType::non_const_value_type;
58 ViewType v;
59 value_type value;
60 CheckResult(ViewType v_, value_type value_) : v(v_), value(value_){}; in CheckResult() function
62 void operator()(const int i, int& lsum) const { in operator ()()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/model/
H A Dpersistent_page_consistency_check_task.h30 struct CheckResult { struct
35 CheckResult& operator=(const CheckResult& other); argument
53 void OnPersistentPageConsistencyCheckDone(CheckResult result); argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/core/model/
H A Dpersistent_page_consistency_check_task.h30 struct CheckResult { struct
35 CheckResult& operator=(const CheckResult& other); argument
53 void OnPersistentPageConsistencyCheckDone(CheckResult result); argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/safe_search_api/
H A Durl_checker.h56 struct CheckResult { struct
71 base::MRUCache<GURL, CheckResult> cache_; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/safe_search_api/
H A Durl_checker.h56 struct CheckResult { struct
71 base::MRUCache<GURL, CheckResult> cache_; argument
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dproof_cache.go16 type CheckResult struct { struct
17 Contextified
18 Status ProofError // Or nil if it was a success
19 VerifiedHint *SigHint // client provided verified hint if any
20 Time time.Time // When the last check was
21 PvlHash string // Added after other fields. Some entries may not have this packed.
24 func (cr CheckResult) Pack() *jsonw.Wrapper {
40 func (cr CheckResult) Freshness() keybase1.CheckResultFreshness {
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/pod-security-admission/policy/
H A Dchecks.go60 type CheckResult struct { struct
62 Allowed bool
69 ForbiddenReason string
76 ForbiddenDetail string
121 func AggregateCheckResults(results []CheckResult) AggregateCheckResult {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/readability/
H A DConstReturnTypeCheck.cpp56 struct CheckResult { struct
58 CharSourceRange ConstRange;
61 llvm::SmallVector<clang::FixItHint, 4> Hints;
64 llvm::SmallVector<clang::SourceLocation, 4> DeclLocs;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DConstReturnTypeCheck.cpp56 struct CheckResult { struct
58 CharSourceRange ConstRange;
61 llvm::SmallVector<clang::FixItHint, 4> Hints;
64 llvm::SmallVector<clang::SourceLocation, 4> DeclLocs;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/readability/
H A DConstReturnTypeCheck.cpp56 struct CheckResult { struct
58 CharSourceRange ConstRange;
61 llvm::SmallVector<clang::FixItHint, 4> Hints;
64 llvm::SmallVector<clang::SourceLocation, 4> DeclLocs;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/readability/
H A DConstReturnTypeCheck.cpp56 struct CheckResult { struct
58 CharSourceRange ConstRange;
61 llvm::SmallVector<clang::FixItHint, 4> Hints;
64 llvm::SmallVector<clang::SourceLocation, 4> DeclLocs;
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/readability/
H A DConstReturnTypeCheck.cpp56 struct CheckResult { struct
58 CharSourceRange ConstRange;
61 llvm::SmallVector<clang::FixItHint, 4> Hints;
64 llvm::SmallVector<clang::SourceLocation, 4> DeclLocs;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/readability/
H A DConstReturnTypeCheck.cpp56 struct CheckResult { struct
58 CharSourceRange ConstRange;
61 llvm::SmallVector<clang::FixItHint, 4> Hints;
64 llvm::SmallVector<clang::SourceLocation, 4> DeclLocs;

12345678910>>...17