| /openbmc/phosphor-power/phosphor-regulators/test/ |
| H A D | exception_utils_tests.cpp | 34 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 D | exception_utils.cpp | 24 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 D | openbmctool.py | 122 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 D | Makefile | 12 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 D | distrodata.py | 51 exceptions = ["packagegroup-",] 52 for i in exceptions: 58 …exceptions = ["musl", "newlib", "picolibc", "linux-yocto", "linux-dummy", "mesa-gl", "libgfortran"… 60 for i in exceptions:
|
| H A D | sstatetests.py | 916 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 D | connection.py | 11 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__.py | 11 from .exceptions import (
|
| /openbmc/qemu/qapi/ |
| H A D | pragma.json | 10 '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 D | python3-meh_0.52.bb | 1 SUMMARY = "A python library for handling exceptions" 3 exceptions."
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/ |
| H A D | 0001-Do-not-overwrite-all-our-build-flags.patch | 24 - 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 D | Makefile | 14 obj-$(CONFIG_ARMV8_SPL_EXCEPTION_VECTORS) += exceptions.o 16 obj-y += exceptions.o
|
| /openbmc/phosphor-power/ |
| H A D | pmbus.cpp | 117 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 D | pmbus.cpp | 94 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 D | Makefile | 6 obj-y = cpu.o exceptions.o
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | pragma-value-not-list.json | 2 { 'pragma': { 'member-name-exceptions': false } }
|
| H A D | pragma-value-not-list-of-str.json | 3 { 'pragma': { 'command-returns-exceptions': [ 'good', [ 'bad' ] ] } }
|
| H A D | pragma-value-not-list.err | 1 pragma-value-not-list.json:2: pragma member-name-exceptions must be a list of strings
|
| H A D | pragma-value-not-list-of-str.err | 1 pragma-value-not-list-of-str.json:3: pragma command-returns-exceptions must be a list of strings
|
| H A D | enum-clash-member.json | 2 { 'pragma': { 'member-name-exceptions': [ 'MyEnum' ] } }
|
| H A D | enum-member-case.json | 2 { 'pragma': { 'member-name-exceptions': [ 'UuidInfo' ] } }
|
| H A D | struct-member-name-clash.json | 4 { 'pragma': { 'member-name-exceptions': [ 'Oops' ] } }
|
| /openbmc/u-boot/arch/nios2/cpu/ |
| H A D | Makefile | 7 obj-y = exceptions.o
|
| /openbmc/phosphor-led-sysfs/test/ |
| H A D | sysfs.cpp | 68 f.exceptions(std::ofstream::failbit); in FakeSysfsLed() 73 f.exceptions(std::ofstream::failbit); in FakeSysfsLed()
|
| /openbmc/pyphosphor/obmc/dbuslib/ |
| H A D | bindings.py | 19 import dbus.exceptions 60 raise dbus.exceptions.DBusException( 72 raise dbus.exceptions.DBusException(
|