Searched refs:validate (Results 1 - 25 of 75) sorted by relevance

123

/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_ps_strings.sh28 atf_test_case validate
39 # Function to parse and validate the output from ps
83 atf_add_test_case validate
/freebsd-11-stable/contrib/libucl/python/tests/
H A Dtest_validation.py15 def validate(self, jsonfile): member in class:ValidationTest
19 self.assertTrue(ucl.validate(schema, data), msg)
22 ucl.validate(schema, data)
42 self.validate(filename)
/freebsd-11-stable/usr.sbin/iovctl/
H A DMakefile4 SRCS= iovctl.c parse.c validate.c
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedargs.ksh62 validate() function
116 validate
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_nist_cert.in61 if ${hxtool} validate DIR:$nistdir/certs > /dev/null; then
64 echo "validate failed"
H A Dtest_nist_pkcs12.in66 if ${hxtool} validate $pass PKCS12:$a > /dev/null; then
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionPrecedenceTracking.cpp43 validate(BB);
78 void InstructionPrecedenceTracking::validate(const BasicBlock *BB) const { function in class:InstructionPrecedenceTracking
99 validate(It.first);
/freebsd-11-stable/contrib/llvm-project/lld/lib/Core/
H A DLinkingContext.cpp22 bool LinkingContext::validate() { function in class:lld::LinkingContext
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionPrecedenceTracking.h43 void validate(const BasicBlock *BB) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp46 RISCVFeatures::validate(TT, getFeatureBits());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/Utils/
H A DRISCVBaseInfo.cpp74 void validate(const Triple &TT, const FeatureBitset &FeatureBits) { function in namespace:llvm::RISCVFeatures
H A DRISCVBaseInfo.h216 void validate(const Triple &TT, const FeatureBitset &FeatureBits);
/freebsd-11-stable/sys/dev/pci/
H A Dpci_iov_schema.c68 validate_func *validate; member in struct:config_type_validator
76 .validate = pci_iov_schema_validate_bool,
81 .validate = pci_iov_schema_validate_string,
86 .validate = pci_iov_schema_validate_uint,
92 .validate = pci_iov_schema_validate_uint,
98 .validate = pci_iov_schema_validate_uint,
104 .validate = pci_iov_schema_validate_uint,
110 .validate = pci_iov_schema_validate_unicast_mac,
616 return (validator->validate(validator, config, name));
621 * validate tha
[all...]
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_redir.sh358 validate() function
371 validate 1 2 3 4 5 6 7 8 9
380 validate 10 15 19 20 25 29
388 validate 32 33 49 50 51 63 64 65 77 88 99
396 validate 100 101 199 200 222 333 444 499
404 validate 1000 1001 1002 1003 1004 1005
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DGDBRemote.h152 static StringRef validate(IO &io, lldb_private::GDBRemotePacket &);
/freebsd-11-stable/usr.bin/svn/lib/libsvn_subr/
H A DMakefile89 validate.c \
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java75 validate();
79 validate() method in class:Getopt
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DLinkingContext.h166 /// to validate that there are no missing options or invalid combinations
171 bool validate();
250 /// Validate the subclass bits. Only called by validate.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h113 static void validate() { function in class:scudo::SizeClassMap
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h39 RISCVFeatures::validate(STI.getTargetTriple(), STI.getFeatureBits());
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.c195 static t_Error UpdateInitMvIntFrameHeaderFromFrameToBufferPrefix(t_Handle h_FmPort, t_FmPcdManip *p_Manip, t_Handle h_Ad, bool validate) argument
228 else if (validate)
253 else if (validate)
264 static t_Error UpdateModifyCapwapFragmenation(t_FmPcdManip *p_Manip, t_Handle h_Ad, bool validate,t_Handle h_FmTree) argument
299 else if (validate)
313 static t_Error UpdateInitCapwapFragmentation(t_Handle h_FmPort, t_FmPcdManip *p_Manip, t_Handle h_Ad, bool validate, t_Handle h_FmTree) argument
359 else if (validate)
393 else if (validate)
407 bool validate)
462 else if (validate)
403 UpdateInitCapwapReasm(t_Handle h_FmPcd, t_Handle h_FmPort, t_FmPcdManip *p_Manip, t_Handle h_Ad, bool validate) argument
881 UpdateInitIpReasm(t_Handle h_FmPcd, t_Handle h_FmPort, t_FmPcdManip *p_Manip, t_Handle h_Ad, bool validate) argument
1286 FmPcdManipInitUpdate(t_Handle h_FmPcd, t_Handle h_FmPort, t_Handle h_Manip, t_Handle h_Ad, bool validate, int level, t_Handle h_FmTree) argument
1347 FmPcdManipModifyUpdate(t_Handle h_Manip, t_Handle h_Ad, bool validate, int level, t_Handle h_FmTree) argument
2274 FmPcdManipUpdate(t_Handle h_FmPcd, t_Handle h_FmPort, t_Handle h_Manip, t_Handle h_Ad, bool validate, int level, t_Handle h_FmTree, bool modify) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DGDBRemote.cpp94 yaml::MappingTraits<GDBRemotePacket>::validate(IO &io, function in class:yaml::MappingTraits
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h58 bool validate(unsigned Val);
/freebsd-11-stable/sys/dev/e1000/
H A De1000_i210.c687 nvm->ops.validate = e1000_validate_nvm_checksum_i210;
693 nvm->ops.validate = e1000_null_ops_generic;
H A De1000_api.c1250 if (hw->nvm.ops.validate)
1251 return hw->nvm.ops.validate(hw);

Completed in 385 milliseconds

123