Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 1013) sorted by relevance

12345678910>>...41

/openbmc/telemetry/tests/src/
H A Dtest_make_id_name.cpp33 errors::InvalidArgument); in TEST_F()
98 errors::InvalidArgument); in TYPED_TEST()
100 errors::InvalidArgument); in TYPED_TEST()
101 EXPECT_THROW(this->makeIdName("/123", "trigger"), errors::InvalidArgument); in TYPED_TEST()
102 EXPECT_THROW(this->makeIdName("/123/", "trigger"), errors::InvalidArgument); in TYPED_TEST()
110 errors::InvalidArgument); in TYPED_TEST()
112 errors::InvalidArgument); in TYPED_TEST()
114 errors::InvalidArgument); in TYPED_TEST()
116 errors::InvalidArgument); in TYPED_TEST()
117 EXPECT_THROW(this->makeIdName(longSuffix, "name"), errors::InvalidArgument); in TYPED_TEST()
[all …]
/openbmc/phosphor-logging/tools/
H A Delog-gen.py25 errors = list()
36 while len(errors) < len(i_errors):
38 if error in errors:
41 if (not i_parents[error]) or (i_parents[error] in errors):
44 errors.append(error)
47 errors = i_errors
49 return errors
129 errors = list() # Main error codes
161 errors,
171 if not check_error_inheritance(errors, parents):
[all …]
/openbmc/openpower-dbus-interfaces/
H A Dgenerate_makefile.sh26 errors=`find $toplevel_dirs -name "*.errors.yaml"`
28 for e in ${errors};
30 iface_path=`dirname $e`/`basename $e .errors.yaml`
34 ${e%.errors.yaml}/error.cpp: ${e} ${e%.errors.yaml}/error.hpp
38 ${e%.errors.yaml}/error.hpp: ${e}
51 for e in ${errors};
62 for e in ${errors};
/openbmc/ibm-dbus-interfaces/
H A Dgenerate_makefile.sh26 errors=`find $toplevel_dirs -name "*.errors.yaml"`
28 for e in ${errors};
30 iface_path=`dirname $e`/`basename $e .errors.yaml`
34 ${e%.errors.yaml}/error.cpp: ${e} ${e%.errors.yaml}/error.hpp
38 ${e%.errors.yaml}/error.hpp: ${e}
51 for e in ${errors};
62 for e in ${errors};
/openbmc/qemu/util/
H A Dselfmap.c34 int errors = 0; in read_self_maps() local
37 errors |= qemu_strtou64(fields[0], &p, 16, &start); in read_self_maps()
38 errors |= qemu_strtou64(p + 1, NULL, 16, &end); in read_self_maps()
39 errors |= qemu_strtou64(fields[2], NULL, 16, &offset); in read_self_maps()
40 errors |= qemu_strtoui(fields[3], &p, 16, &dev_maj); in read_self_maps()
41 errors |= qemu_strtoui(p + 1, NULL, 16, &dev_min); in read_self_maps()
42 errors |= qemu_strtou64(fields[4], NULL, 10, &inode); in read_self_maps()
44 if (!errors) { in read_self_maps()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Ddump.py87 self.errors = 0
90 if self.errors >= 5:
100 self.errors = self.errors + 1
103 self.errors = self.errors + 1
117 self.errors = 0
124 if self.errors >= 5:
140 self.errors = self.errors + 1
/openbmc/qemu/tests/qemu-iotests/
H A D159.out5 No errors were found on the image.
10 No errors were found on the image.
17 No errors were found on the image.
22 No errors were found on the image.
29 No errors were found on the image.
34 No errors were found on the image.
41 No errors were found on the image.
46 No errors were found on the image.
53 No errors were found on the image.
58 No errors were found on the image.
[all …]
H A D026.out.nocache8 No errors were found on the image.
13 No errors were found on the image.
20 No errors were found on the image.
27 No errors were found on the image.
32 No errors were found on the image.
37 No errors were found on the image.
44 No errors were found on the image.
51 No errors were found on the image.
59 No errors were found on the image.
67 No errors were found on the image.
[all …]
H A D026.out8 No errors were found on the image.
13 No errors were found on the image.
20 No errors were found on the image.
27 No errors were found on the image.
32 No errors were found on the image.
37 No errors were found on the image.
44 No errors were found on the image.
51 No errors were found on the image.
59 No errors were found on the image.
67 No errors were found on the image.
[all …]
H A D284.out9 No errors were found on the image.
16 No errors were found on the image.
23 No errors were found on the image.
28 No errors were found on the image.
35 No errors were found on the image.
42 No errors were found on the image.
47 No errors were found on the image.
54 No errors were found on the image.
61 No errors were found on the image.
H A D160.out5 No errors were found on the image.
10 No errors were found on the image.
17 No errors were found on the image.
22 No errors were found on the image.
29 No errors were found on the image.
34 No errors were found on the image.
41 No errors were found on the image.
46 No errors were found on the image.
H A D042.out5 No errors were found on the image.
8 No errors were found on the image.
11 No errors were found on the image.
14 No errors were found on the image.
/openbmc/openbmc/poky/scripts/
H A Dcp-noerror24 errors = []
41 errors.extend(err.args[0])
43 errors.append((srcname, dstname, str(why)))
47 errors.extend((src, dst, str(why)))
48 if errors:
49 raise shutil.Error(errors)
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/
H A Dfan-policy.bb13 SRC_URI:append:df-openpower = " file://fan-errors.yaml"
16 SRC_URI:remove:ibm-enterprise = "file://fan-errors.yaml"
21 install -D ${UNPACKDIR}/fan-errors.yaml ${D}${config_dir}/fan-errors.yaml
27 FILES:${PN} += "${config_dir}/fan-errors.yaml"
30 FILES:${PN}:remove:ibm-enterprise = "${config_dir}/fan-errors.yaml"
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Devents.cpp.mako5 %if events.errors:
9 % for e in events.errors:
15 static sd_bus_error_map errors[] = {
16 % for e in events.errors:
23 sd_bus_error_add_map(errors);
/openbmc/u-boot/tools/buildman/
H A Dtest.py38 errors = [ variable
82 ['5678', 'Second commit, a warning', 0, errors[0:1]],
83 ['9012', 'Third commit, error', 1, errors[0:2]],
84 ['3456', 'Fourth commit, warning', 0, [errors[0], errors[2]]],
85 ['7890', 'Fifth commit, link errors', 1, [errors[0], errors[3]]],
87 ['ef01', 'Seventh commit, check directory suppression', 1, [errors[4]]],
232 errors[0].rstrip().replace('\n', '\nw+'))
244 errors[1].rstrip().replace('\n', '\n+'))
261 errors[1].rstrip().replace('\n', '\n-'))
265 errors[2].rstrip().replace('\n', '\nw+'))
[all …]
/openbmc/qemu/.gitlab-ci.d/
H A Dcheck-dco.py34 errors = False variable
61 errors = True variable
65 errors = True variable
67 if errors:
/openbmc/openbmc/poky/documentation/dev-manual/
H A Derror-reporting-tool.rst6 The error reporting tool allows you to submit errors encountered during
8 use a web interface to browse errors, view statistics, and query for
9 errors. The tool works using a client-server system where the client
16 https://errors.yoctoproject.org.
44 reporting causes the build process to collect the errors and store them
48 following command sends the errors to an upstream server::
52 In the previous example, the errors are sent to a public database
53 available at https://errors.yoctoproject.org, which is used by the
55 errors to a different database. Use the following command for more
64 typical link: https://errors.yoctoproject.org/Errors/Details/9522/
[all …]
/openbmc/phosphor-misc/http-redirect/
H A Dhttp-redirect.awk12 errors[400] = "400 Bad Request"
13 errors[404] = "404 Not Found"
14 errors[500] = "500 Internal Server Error"
15 errors[501] = "501 Not Implemented"
16 errors[505] = "505 HTTP Version Not Supported"
418 if (num in errors)
420 respond_and_exit(errors[num], msgtxt[num] CRLF)
422 respond_and_exit(errors[num], errors[num] CRLF)
424 respond_and_exit(errors[500], "unknown error number " num CRLF)
/openbmc/u-boot/doc/
H A DREADME.mpc83xx.ddrecc6 * (injecting errors is initially disabled)
8 * define inject mask (which tells the DDR controller what type of errors
11 * enable injecting errors - from now on the controller injects errors as
14 IMPORTANT NOTICE: enabling injecting multiple-bit errors is potentially
15 dangerous as such errors are NOT corrected by the controller. Therefore caution
16 should be taken when enabling the injection of multiple-bit errors: it is only
19 Errors' below). In particular, when you simply set the multiple-bit errors in
21 errors will be injected when it accesses its code, data etc.
61 16 errors were generated, Single-Bit Error flag was not set as Single Bit Error
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/
H A D0001-support-authentication-for-kickstart.patch19 pykickstart/errors.py | 17 +++++++++++++++++
24 diff --git a/pykickstart/errors.py b/pykickstart/errors.py
26 --- a/pykickstart/errors.py
27 +++ b/pykickstart/errors.py
29 KickstartVersionError - An exception for errors relating to unsupported
32 + KickstartAuthError - An exception for errors relating to authentication
44 + """An exception for errors relating to authentication failed while
68 -from pykickstart.errors import KickstartError
69 +from pykickstart.errors import KickstartError, KickstartAuthError
/openbmc/telemetry/src/utils/
H A Ddbus_path_utils.cpp54 throw errors::InvalidArgument("Id", "Invalid prefixes in id."); in verifyIdPrefixes()
59 throw errors::InvalidArgument("Id", "Too many prefixes."); in verifyIdPrefixes()
64 throw errors::InvalidArgument("Id", "Prefix too long."); in verifyIdPrefixes()
72 throw errors::InvalidArgument("Id", "Too long."); in verifyIdPrefixes()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DREADME.md3 - Provides a mechanism for logging events and errors to the journal.
11 - Generic errors used by applications are defined at
13 - Generic errors can be used by all the applications by including the generated
14 elog-errors.hpp header file.
20 - There are errors that are not generic and are very specific to the
21 application. Such errors are defined in the application that uses the error.
38 …b.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Common/File.errors.yaml
47 - Applications can commit errors to the journal using the **report** or
50 - Logging entry D-Bus objects are created for the committed errors.
/openbmc/phosphor-logging/tools/phosphor-logging/templates/
H A Devent-filter.cpp.mako40 % if data['errors']['default'] == 'allowed':
45 % if "ids" in data['errors'] and len(data['errors']['ids']) != 0:
47 % for item in data['errors']['ids']:
/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/
H A Dparallel_make.patch30 -_generated/errors.py: $(tools_dir)/python-errors-generator.xsl $(wildcard $(spec_dir)/*.xml)
31 +_generated/errors.py: _generated/__init__.py $(tools_dir)/python-errors-generator.xsl $(wildcard $…
33 $(tools_dir)/python-errors-generator.xsl \

12345678910>>...41