Home
last modified time | relevance | path

Searched refs:exceptions (Results 1 – 25 of 264) sorted by relevance

1234567891011

/openbmc/phosphor-power/phosphor-regulators/test/
H A Dexception_utils_tests.cpp34 std::vector<std::exception_ptr> exceptions = in TEST() local
36 EXPECT_EQ(exceptions.size(), 0); in TEST()
61 std::vector<std::exception_ptr> exceptions = in TEST() local
63 EXPECT_EQ(exceptions.size(), 2); in TEST()
68 std::rethrow_exception(exceptions[0]); in TEST()
83 std::rethrow_exception(exceptions[1]); in TEST()
125 std::vector<std::exception_ptr> exceptions; in TEST() local
126 exception_utils::internal::getExceptions(eptr, exceptions); in TEST()
127 EXPECT_EQ(exceptions.size(), 0); in TEST()
144 std::vector<std::exception_ptr> exceptions; in TEST() local
[all …]
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dexception_utils.cpp24 std::vector<std::exception_ptr> exceptions; in getExceptions() local
25 internal::getExceptions(eptr, exceptions); in getExceptions()
26 return exceptions; in getExceptions()
40 std::vector<std::exception_ptr>& exceptions) in getExceptions() argument
52 getExceptions(e.nested_ptr(), exceptions); in getExceptions()
58 exceptions.emplace_back(eptr); in getExceptions()
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py122 except(requests.exceptions.Timeout):
125 except(requests.exceptions.ConnectionError) as err:
406 except(requests.exceptions.Timeout):
409 except(requests.exceptions.ConnectionError) as err:
460 except(requests.exceptions.Timeout):
462 except(requests.exceptions.ConnectionError) as err:
478 except(requests.exceptions.Timeout):
507 except(requests.exceptions.Timeout):
551 except(requests.exceptions.Timeout):
566 except(requests.exceptions.Timeout):
[all …]
/openbmc/u-boot/Documentation/media/
H A DMakefile12 echo ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions; \
13 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions
16 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions
20 …LDDIR)/linker_lists.h.rst: ${API}/linker_lists.h ${PARSER} $(SRC_DIR)/linker_lists.h.rst.exceptions
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Ddistrodata.py51 exceptions = ["packagegroup-",]
52 for i in exceptions:
58exceptions = ["musl", "newlib", "picolibc", "linux-yocto", "linux-dummy", "mesa-gl", "libgfortran"…
60 for i in exceptions:
H A Dsstatetests.py916 def check_bb_output(self, output, targets, exceptions, check_cdn): argument
917 def is_exception(object, exceptions): argument
918 for e in exceptions:
924 exceptions += ["{}.*image_qa".format(t) for t in targets.split()]
925 exceptions += ["{}.*deploy_source_date_epoch".format(t) for t in targets.split()]
926 exceptions += ["{}.*image_complete".format(t) for t in targets.split()]
927 exceptions += ["linux-yocto.*shared_workdir"]
931 exceptions += ["{}.*create_.*spdx".format(t) for t in targets.split()]
956 if not is_exception(missing_object, exceptions):
961 if "urlopen failed for" in l and not is_exception(l, exceptions):
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dconnection.py11 from .exceptions import ClientError, ConnectionClosedError
122 import websockets.exceptions
126 except websockets.exceptions.ConnectionClosed:
130 import websockets.exceptions
140 except websockets.exceptions.ConnectionClosed:
H A D__init__.py11 from .exceptions import (
/openbmc/qemu/qapi/
H A Dpragma.json10 'command-name-exceptions': [
28 'command-returns-exceptions': [
35 'documentation-exceptions': [
81 'member-name-exceptions': [ # visible in:
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-meh/
H A Dpython3-meh_0.52.bb1 SUMMARY = "A python library for handling exceptions"
3 exceptions."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/
H A D0001-Do-not-overwrite-all-our-build-flags.patch24 - set(CMAKE_CXX_FLAGS "-fno-exceptions -fno-check-new -fno-common -fno-operator-nam…
25 + set(CMAKE_CXX_FLAGS "-fno-exceptions -fno-check-new -fno-common -fno-operator-nam…
40 - set(CMAKE_CXX_FLAGS "-fno-exceptions -fno-check-new -fno-common -D_DEFAULT_SOURCE…
41 + set(CMAKE_CXX_FLAGS "-fno-exceptions -fno-check-new -fno-common -D_DEFAULT_SOURCE…
/openbmc/u-boot/arch/arm/cpu/armv8/
H A DMakefile14 obj-$(CONFIG_ARMV8_SPL_EXCEPTION_VECTORS) += exceptions.o
16 obj-y += exceptions.o
/openbmc/phosphor-power/
H A Dpmbus.cpp117 file.exceptions(std::ifstream::failbit | std::ifstream::badbit | in readBit()
147 file.exceptions(std::ifstream::failbit | std::ifstream::badbit | in readBit()
202 file.exceptions(std::ifstream::failbit | std::ifstream::badbit | in read()
242 file.exceptions(std::ifstream::failbit | std::ifstream::badbit | in readString()
317 file.exceptions(std::ofstream::failbit | std::ofstream::badbit |
348 file.exceptions(std::ofstream::failbit | std::ofstream::badbit | in writeBinary()
/openbmc/witherspoon-pfault-analysis/
H A Dpmbus.cpp94 file.exceptions(std::ifstream::failbit | std::ifstream::badbit | in getDeviceName()
124 file.exceptions(std::ifstream::failbit | std::ifstream::badbit | in readBit()
178 file.exceptions(std::ifstream::failbit | std::ifstream::badbit | in read()
209 file.exceptions(std::ifstream::failbit | std::ifstream::badbit | in readString()
283 file.exceptions(std::ofstream::failbit | std::ofstream::badbit | in write()
/openbmc/u-boot/arch/xtensa/cpu/
H A DMakefile6 obj-y = cpu.o exceptions.o
/openbmc/qemu/tests/qapi-schema/
H A Dpragma-value-not-list.json2 { 'pragma': { 'member-name-exceptions': false } }
H A Dpragma-value-not-list-of-str.json3 { 'pragma': { 'command-returns-exceptions': [ 'good', [ 'bad' ] ] } }
H A Dpragma-value-not-list.err1 pragma-value-not-list.json:2: pragma member-name-exceptions must be a list of strings
H A Dpragma-value-not-list-of-str.err1 pragma-value-not-list-of-str.json:3: pragma command-returns-exceptions must be a list of strings
H A Denum-clash-member.json2 { 'pragma': { 'member-name-exceptions': [ 'MyEnum' ] } }
H A Denum-member-case.json2 { 'pragma': { 'member-name-exceptions': [ 'UuidInfo' ] } }
H A Dstruct-member-name-clash.json4 { 'pragma': { 'member-name-exceptions': [ 'Oops' ] } }
/openbmc/u-boot/arch/nios2/cpu/
H A DMakefile7 obj-y = exceptions.o
/openbmc/phosphor-led-sysfs/test/
H A Dsysfs.cpp68 f.exceptions(std::ofstream::failbit); in FakeSysfsLed()
73 f.exceptions(std::ofstream::failbit); in FakeSysfsLed()
/openbmc/pyphosphor/obmc/dbuslib/
H A Dbindings.py19 import dbus.exceptions
60 raise dbus.exceptions.DBusException(
72 raise dbus.exceptions.DBusException(

1234567891011