Home
last modified time | relevance | path

Searched refs:validate (Results 1 – 25 of 176) sorted by relevance

12345678

/openbmc/openbmc/poky/meta/recipes-kernel/dtc/
H A Dpython3-dtschema-wrapper_2021.10.bb6 SRC_URI = "file://dt-doc-validate \
8 file://dt-validate"
15 install -m 755 ${UNPACKDIR}/dt-doc-validate ${D}${bindir}/
17 install -m 755 ${UNPACKDIR}/dt-validate ${D}${bindir}/
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gst-devtools/
H A D0001-connect-has-a-different-signature-on-musl.patch15 validate/plugins/fault_injection/socket_interposer.c | 7 ++++++-
18 diff --git a/validate/plugins/fault_injection/socket_interposer.c b/validate/plugins/fault_injectio…
20 --- a/validate/plugins/fault_injection/socket_interposer.c
21 +++ b/validate/plugins/fault_injection/socket_interposer.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/gst-editing-services/
H A Dgst-editing-services_1.22.7.bb23 PACKAGES += "gst-validate-launcher libges"
25 FILES:gst-validate-launcher = "${nonarch_libdir}/gst-validate-launcher ${datadir}/gstreamer-1.0/val…
/openbmc/bmcweb/test/http/
H A Drouter_test.cpp40 router.validate(); in TEST()
46 router.validate(); in TEST()
55 router.validate(); in TEST()
82 router.validate(); in TEST()
117 router.validate();
150 router.validate();
H A Dcrow_getroutes_test.cpp26 app.validate(); in TEST()
63 app.validate(); in TEST()
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/
H A Dgst-devtools_1.26.1.bb7 LIC_FILES_CHKSUM = "file://validate/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
20 FILES:${PN} += "${datadir}/gstreamer-1.0/* ${libdir}/gst-validate-launcher/* ${libdir}/gstreamer-1.…
46 for fn in ${bindir}/gst-validate-launcher \
47 ${libdir}/gst-validate-launcher/python/launcher/config.py; do
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dgeneric.cpp39 validate(); in Generic()
49 void Generic::validate() in validate() function in openpower::pels::Generic
H A Dfailing_mtms.cpp38 validate(); in FailingMTMS()
48 void FailingMTMS::validate() in validate() function in openpower::pels::FailingMTMS
H A Duser_data.cpp44 validate(); in UserData()
67 void UserData::validate() in validate() function in openpower::pels::UserData
H A Dextended_user_data.cpp45 validate(); in ExtendedUserData()
72 void ExtendedUserData::validate() in validate() function in openpower::pels::ExtendedUserData
H A Dgeneric.hpp78 void validate();
H A Dfailing_mtms.hpp99 void validate();
H A Dprivate_header.cpp63 validate(); in PrivateHeader()
110 void PrivateHeader::validate() in validate() function in openpower::pels::PrivateHeader
/openbmc/openbmc/poky/meta/recipes-graphics/virglrenderer/
H A Dvirglrenderer_1.1.0.bb28 PACKAGECONFIG[venus-validate] = "-Dvenus-validate=true,-Dvenus-validate=false"
/openbmc/bmcweb/redfish-core/include/
H A Dredfish.hpp39 void validate() in validate() function in redfish::RedfishService
41 oemRouter.validate(); in validate()
/openbmc/bmcweb/test/redfish-core/include/
H A Dredfish_oem_routing_test.cpp53 app.validate(); in TEST()
54 service.validate(); in TEST()
136 app.validate(); in TEST()
137 service.validate(); in TEST()
H A Dredfish_test.cpp21 app.validate(); in TEST()
/openbmc/openbmc-build-scripts/config/gitlint/
H A Dbad_signedoffby.py13 def validate(self, commit): member in BadSignedOffBy
47 def validate(self, commit): member in BadAuthoredBy
H A Dmultiple_change_id.py8 def validate(self, commit): member in DuplicateChangeIdEntries
/openbmc/bmcweb/http/
H A Dapp.hpp67 void validate() in validate() function in crow::App
69 router.validate(); in validate()
162 validate(); in run()
/openbmc/openbmc-test-automation/xcat/
H A Dtest_xcat_group.robot32 [Documentation] Power on via XCAT and validate.
35 # Power on each BMC node and validate the power status.
42 [Documentation] Power off via XCAT and validate.
45 # Power off each BMC node and validate the power status.
55 # Add BMC nodes to group and validate.
62 [Documentation] Power on all BMCs in group and validate.
84 [Documentation] Power off all BMCs in group and validate.
/openbmc/hiomapd/
H A Dbackend.h115 int (*validate)(struct backend *backend, member
223 if (backend->ops->validate) in backend_validate()
224 return backend->ops->validate(backend, offset, size, ro); in backend_validate()
/openbmc/entity-manager/
H A Dmeson.options33 'validate-json',
39 'runtime-validate-json',
/openbmc/phosphor-power/phosphor-regulators/test/
H A Drun-ci.sh5 phosphor-regulators/tools/validate-regulators-config.py \
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0026-arm-fully-validate-mem_noofs_operand-PR120351.patch4 Subject: [PATCH] arm: fully validate mem_noofs_operand [PR120351]
7 mem(reg); after RA we also need to validate the register being used.

12345678