Home
last modified time | relevance | path

Searched full:checks (Results 1 – 25 of 1231) sorted by relevance

12345678910>>...50

/openbmc/u-boot/tools/patman/
H A Dcheckpatch.py52 checks: Number of checks
56 fields = ['ok', 'problems', 'errors', 'warnings', 'checks', 'lines',
60 result.errors, result.warning, result.checks = 0, 0, 0
72 # total: 0 errors, 2 warnings, 7 checks, 473 lines checked
75 ' checks, (\d+)')
98 result.checks = int(match.group(3))
152 check_count += result.checks
153 print('%d errors, %d warnings, %d checks for %s:' % (result.errors,
154 result.warnings, result.checks, col.Color(col.BLUE, fname)))
156 result.checks):
[all …]
/openbmc/inarp/
H A Dconfigure.ac8 # Checks for programs.
14 # Checks for libraries.
16 # Checks for header files.
18 # Checks for typedefs, structures, and compiler characteristics.
21 # Checks for library functions.
/openbmc/u-boot/post/
H A Dtests.c52 "This test checks on chip memory (OCM).",
79 "This test checks the watchdog timer.",
116 "This test checks RAM.",
194 "This test checks SPR contents.",
218 "This test checks any connected DSP(s).",
230 "This test checks any connected codec(s).",
242 "This test checks the ECC facility of memory.",
269 "This test checks communication with coprocessors.",
293 "This test checks regularly placed regions of the RAM.",
/openbmc/phosphor-event/
H A Dconfigure.ac9 # Checks for programs.
16 # Checks for libraries.
19 # Checks for header files.
22 # Checks for typedefs, structures, and compiler characteristics.
27 # Checks for library functions.
/openbmc/phosphor-fan-presence/monitor/
H A Dconditions.hpp33 * @brief A condition that checks all properties match the given values
34 * @details Checks each property entry against its given value where all
40 * A Condition function that checks all properties match
55 * The propertiesMatch condition function that checks all properties match
/openbmc/docs/style/cpp/
H A Dtidy-desired.md1 # Desired clang-tidy checks
3 The following file contains checks and settings that the project would like to
5 rework. There is general agreement that the below checks _should_ be useful, but
9 Checks: "-*, readability-function-size,
/openbmc/openbmc/meta-security/recipes-scanners/buck-security/
H A Dbuck-security_0.7.bb2 …urity scanner for Debian and Ubuntu Linux. It runs a couple of important checks and helps you to h…
22 …sed -i 's!use lib "checks"!use lib File::Spec->catfile(dirname(File::Spec->rel2abs(__FILE__)), "bu…
23 …sed -i 's!use lib "checks/lib"!use lib File::Spec->catfile(dirname(File::Spec->rel2abs(__FILE__)),…
/openbmc/u-boot/fs/ubifs/
H A Ddebug.h52 * @chk_gen: if general extra checks are enabled
53 * @chk_index: if index xtra checks are enabled
54 * @chk_orph: if orphans extra checks are enabled
55 * @chk_lprops: if lprops extra checks are enabled
56 * @chk_fs: if UBIFS contents extra checks are enabled
64 * @dfs_chk_gen: debugfs knob to enable UBIFS general extra checks
65 * @dfs_chk_index: debugfs knob to enable UBIFS index extra checks
66 * @dfs_chk_orph: debugfs knob to enable UBIFS orphans extra checks
67 * @dfs_chk_lprops: debugfs knob to enable UBIFS LEP properties extra checks
68 * @dfs_chk_fs: debugfs knob to enable UBIFS contents extra checks
[all …]
/openbmc/ibm-dbus-interfaces/
H A Dconfigure.ac9 # Checks for programs.
29 # Checks for libraries.
38 # Checks for header files.
44 # Checks for library functions.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0003-check-for-libexecinfo-providing-backtrace-APIs.patch22 # Checks for libraries.
29 # Checks for header files.
34 # Checks for typedefs, structures, and compiler characteristics.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mcpp/files/
H A D0001-configure-Fix-checks-for-system-headers.patch4 Subject: [PATCH] configure: Fix checks for system headers
22 dnl Checks for header files.
27 dnl Checks for typedefs, and compiler characteristics.
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0041-scatter-gather-flag-workaround.patch6 This workaround passes 1 as scatter_gather_list value to pass the NULL checks
8 (which is introduced lately to align with UEFI specs). Since these flag checks
31 + * the NULL flag checks. This should will be fixed with
H A D0040-fix-runtime-capsule-update-flags-checks.patch4 Subject: [PATCH] fix runtime capsule update flags checks for corstone1000
6 Fixes capsule update flags checks in capsule update as these checks are missing
/openbmc/openpower-dbus-interfaces/
H A Dconfigure.ac9 # Checks for programs.
29 # Checks for libraries.
38 # Checks for library functions.
/openbmc/openbmc-build-scripts/tools/
H A Dconfig-clang-tidy65 special_keys = ["Checks", "CheckOptions"]
92 if "Checks" in repo_config:
93 repo_config["Checks"] = Key_Checks.enable(
94 repo_config["Checks"], args.check
106 if "Checks" in repo_config:
107 repo_config["Checks"] = Key_Checks.disable(
108 repo_config["Checks"], args.check, args.drop
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/files/
H A DSkip-AC_RUN_IFELSE-tests.patch16 acinclude/lib-checks.m4 | 8 ++++++--
38 --- a/acinclude/lib-checks.m4
39 +++ b/acinclude/lib-checks.m4
/openbmc/openpower-sbe-interface/
H A Dconfigure.ac10 # Checks for programs.
16 # Checks for typedefs, structures, and compiler characteristics.
/openbmc/smbios-mdr/src/smbios-ipmi-blobs/test/
H A Dhandler_unittest.cpp16 // Verify canHandleBlob checks and returns false on an invalid name. in TEST_F()
26 // Verify canHandleBlob checks and returns true on the valid name. in TEST_F()
/openbmc/qemu/tests/functional/
H A Dtest_rx_gdbsim.py3 # Functional test that boots a Linux kernel and checks the console
38 U-Boot and checks that the console is operational.
58 Boots a Linux kernel and checks that the console is operational.
H A Dtest_sparc64_sun4u.py3 # Functional test that boots a Linux kernel and checks the console
18 """Boots the Linux kernel and checks that the console is operational"""
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0005-configure.ac-add-option-for-libcap.patch27 +[ --with-licap use licap for debugger checks. (default=yes)],
48 - AC_MSG_WARN([cap library not found, debugger checks will not be enabled. Use --with-cap-lib-dir=…
58 + AC_MSG_WARN([cap library not found, debugger checks will not be enabled. Use --with-cap-lib-di…
/openbmc/hiomapd/
H A Dconfigure.ac9 # Checks for programs.
16 # Checks for header files.
23 # Checks for typedefs, structures, and compiler characteristics.
28 # Checks for library functions.
/openbmc/phosphor-mboxd/
H A Dconfigure.ac9 # Checks for programs.
16 # Checks for header files.
23 # Checks for typedefs, structures, and compiler characteristics.
37 # Checks for library functions.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A Dcross-compiling.patch30 # Setup maintainer mode options. Platform checks are
31 # not run with the warning options as to not perturb fragile checks
/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-fw-utility/mori-fw/
H A Dmori-fw.sh48 # 1st condition checks if the svf file is valid
49 # 2nd condition checks flashing logs for flash errors
76 # 1st condition checks if the svf file is valid
77 # 2nd condition checks flashing logs for flash errors

12345678910>>...50