Searched refs:validate (Results 26 - 50 of 86) sorted by relevance

1234

/freebsd-13-stable/contrib/kyua/model/
H A Dmetadata.cpp175 /// \param user The value to validate.
179 validate(const value_type& user) const function in class:__anon975::user_node
223 /// \param paths The value to validate.
227 validate(const value_type& paths) const function in class:__anon975::paths_set_node
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DGDBRemote.cpp94 yaml::MappingTraits<GDBRemotePacket>::validate(IO &io, function in class:yaml::MappingTraits
/freebsd-13-stable/contrib/kyua/utils/cmdline/
H A Dparser.cpp358 option->validate(::optarg);
H A Dparser_test.cpp68 /// Mock option type to check the validate and convert methods sequence.
93 validate(const std::string& str) const function in class:__anon994::mock_option
107 /// should be a precondition because validate() has already ensured that
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h58 bool validate(unsigned Val);
/freebsd-13-stable/contrib/kyua/utils/config/
H A Dnodes_test.cpp45 /// Typed leaf node that specializes the validate() method.
49 /// \param new_value The value to validate.
53 validate(const value_type& new_value) const function in class:__anon998::validation_node
56 throw config::value_error("Custom validate method");
61 /// Set node that specializes the validate() method.
65 /// \param new_value The value to validate.
69 validate(const value_type& new_value) const function in class:__anon998::set_validation_node
74 throw config::value_error("Custom validate method");
604 ATF_REQUIRE_THROW_RE(config::value_error, "Custom validate method",
614 ATF_REQUIRE_THROW_RE(config::value_error, "Custom validate metho
[all...]
H A Dnodes.cpp518 /// \param new_value The value to validate.
522 config::positive_int_node::validate(const value_type& new_value) const
/freebsd-13-stable/sys/dev/e1000/
H A De1000_api.c1280 if (hw->nvm.ops.validate)
1281 return hw->nvm.ops.validate(hw);
H A De1000_i210.c542 nvm->ops.validate = e1000_validate_nvm_checksum_i210;
548 nvm->ops.validate = e1000_null_ops_generic;
H A De1000_82542.c92 nvm->ops.validate = e1000_validate_nvm_checksum_generic;
H A De1000_82541.c173 nvm->ops.validate = e1000_validate_nvm_checksum_generic;
208 nvm->ops.validate = e1000_validate_nvm_checksum_generic;
/freebsd-13-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c192 validate(struct passwd *opw, struct x_passwd *npw) function
572 /* Step 3: validate the arguments passed to us by the client. */
574 if (validate(&yp_password, &argp->newpw)) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h239 static StringRef validate(IO &IO, std::unique_ptr<MinidumpYAML::Stream> &S);
H A DELFYAML.h695 static StringRef validate(IO &IO, ELFYAML::SectionHeaderTable &SecHdrTable);
709 static StringRef validate(IO &IO, ELFYAML::Symbol &Symbol);
754 static StringRef validate(IO &io, std::unique_ptr<ELFYAML::Chunk> &C);
H A DMachOYAML.h223 static StringRef validate(IO &io, MachOYAML::Section &Section);
/freebsd-13-stable/crypto/heimdal/kuser/
H A Dkinit.c137 { "validate", 'v', arg_flag, &validate_flag,
138 NP_("validate TGT", ""), NULL },
230 int validate,
262 flags.b.validate = validate;
228 renew_validate(krb5_context context, int renew, int validate, krb5_ccache cache, const char *server, krb5_deltat life) argument
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp178 Validator(*this).validate();
274 void validate();
284 void ASTPropsEmitter::Validator::validate() { function in class:ASTPropsEmitter::Validator
/freebsd-13-stable/contrib/ofed/librdmacm/examples/
H A Drping.c150 int validate; /* validate ping data */ member in struct:rping_cb
995 if (cb->validate)
1237 cb->validate++;
1238 DEBUG_LOG("validate data\n");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp393 bool validate(ReductionTracker &Reductions);
395 /// Stage 3: Assuming validate() returned true, perform the
1142 bool LoopReroll::DAGRootTracker::validate(ReductionTracker &Reductions) { function in class:LoopReroll::DAGRootTracker
1633 if (!DAGRoots.validate(Reductions))
/freebsd-13-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y133 static void validate(int, void *);
1002 validate(i, &response[i]);
1110 validate(int i, void *data)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h98 bool validate() { function in class:llvm::yaml::Stream
H A DYAMLTraits.h64 // static StringRef validate(IO &io, T &fields);
86 // static StringRef validate(IO &io, T &fields, Context &Ctx);
422 // Test if MappingContextTraits<T>::validate() is defined on type T.
427 static char test(SameType<Signature_validate, &U::validate>*);
436 // Test if MappingTraits<T>::validate() is defined on type T.
441 static char test(SameType<Signature_validate, &U::validate> *);
1060 StringRef Err = MappingTraits<T>::validate(io, Val);
1068 StringRef Err = MappingTraits<T>::validate(io, Val);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp56 bool LoopVectorizeHints::Hint::validate(unsigned Val) { function in class:llvm::LoopVectorizeHints::Hint
233 if (H->validate(Val))
/freebsd-13-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in434 $PROG will validate the file currently on the local system.
/freebsd-13-stable/share/mk/
H A Dsrc.sys.obj.mk109 # Wait to validate MAKEOBJDIR until OBJTOP is set.

Completed in 377 milliseconds

1234