Home
last modified time | relevance | path

Searched refs:Exception (Results 1 – 25 of 474) sorted by relevance

12345678910>>...19

/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dexceptions.hpp15 class Exception : public std::runtime_error class
19 Exception() = delete;
20 Exception(const Exception&) = delete;
21 Exception(Exception&&) = delete;
22 Exception& operator=(const Exception&) = delete;
25 ~Exception() = default;
31 explicit Exception(const std::string& msg) : in Exception() function in vpd::Exception
57 class EccException : public Exception
73 explicit EccException(const std::string& msg) : Exception(msg) {} in EccException()
92 class DataException : public Exception
[all …]
/openbmc/u-boot/test/py/tests/
H A Dtest_efi_selftest.py21 raise Exception('Failures occurred during the EFI selftest')
25 raise Exception('Reset failed during the EFI selftest')
39 raise Exception('Reset failed in \'device tree\' test')
51 raise Exception('Reset failed in \'watchdog reboot\' test')
67 raise Exception('No prompt for \'text input\' test')
76 raise Exception('EOT failed in \'text input\' test')
84 raise Exception('BS failed in \'text input\' test')
92 raise Exception('BS failed in \'text input\' test')
100 raise Exception('\'a\' failed in \'text input\' test')
108 raise Exception('UP failed in \'text input\' test')
[all …]
/openbmc/qemu/tests/tcg/i386/
H A Dtest-avx.py74 raise Exception("bad reg_w %d" % w)
90 raise Exception()
98 raise Exception("Bad /m width: %s" % w)
112 raise Exception("Bad mem width: %s" % mw)
128 raise Exception("Bad vsib width: %s" % w)
143 raise Exception("Unknown immediate")
158 raise Exception("Bad r/w width: %s" % w)
160 raise Exception("Bad r/w width: %s" % w)
175 raise Exception("Bad mem width: %s" % w)
180 class SkipInstruction(Exception):
[all …]
H A Dtest-mmx.py41 raise Exception("bad reg_w %d" % w)
53 raise Exception()
62 raise Exception("Bad /m width: %s" % w)
82 raise Exception("Unknown immediate")
97 raise Exception("Bad r/w width: %s" % w)
99 raise Exception("Bad r/w width: %s" % w)
114 raise Exception("Bad mem width: %s" % w)
119 class SkipInstruction(Exception):
127 raise Exception("Expected /m: %s", arg)
137 raise Exception("Expected /m: %s", arg)
[all …]
/openbmc/phosphor-mrw-tools/
H A Dpatchxml.py111 except Exception:
152 raise Exception(" E> No XPath attribute found")
157 raise Exception(" E> Could not find XPath target " + xpath)
174 raise Exception(
185 raise Exception(
205 raise Exception(
234 raise Exception(
238 except Exception as e:
/openbmc/openbmc-test-automation/lib/external_intf/
H A Dmanagement_console_utils.py15 class Exception(Exception): class
39 except Exception as exc_obj:
63 except Exception as exc_obj:
93 except Exception as exc_obj:
131 except Exception as exc_obj:
176 except Exception as exe_obj:
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dexceptions.py8 class ClientError(Exception):
12 class InvokeError(Exception):
16 class ServerError(Exception):
20 class ConnectionClosedError(Exception):
/openbmc/openbmc/poky/meta/lib/bblayers/setupwriters/
H A Doe-setup-layers.py42 raise Exception(err)
54 raise Exception(err)
58 raise Exception(err)
75 raise Exception(err)
81 raise Exception(err)
91 raise Exception(e)
97 raise Exception(err)
/openbmc/linux/arch/arc/kernel/
H A Dentry-arcv2.S29 # Initial 16 slots are Exception Vectors
40 VECTOR EV_Extension ; Extn Instruction Exception
98 ;################### Non TLB Exception Handling #############################
119 ; Memory Error Exception Handler
121 ; Instruction fetch or Data access, under a single Exception Vector
149 ; Protection Violation Exception Handler
190 breq r11, 0, .Lexcept_ret ; No intr active, ret from Exception
201 ; Handle special case #1: (Entry via Exception, Return via IRQ)
203 ; Exception in U mode, preempted in kernel, Intr taken (K mode), orig
216 ;####### Return from Exception / pure kernel mode #######
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/
H A D0001-lock.py-fix-Exception-handling.patch4 Subject: [PATCH] lock.py: fix Exception handling
6 Before, when logdir is not writable, _try_lock will raise an Exception
14 Exception happend, for the threads that do chroot, log_lock.pid will be
18 So fixed like this, if _try_lock raise Exception, _unlock_thread first,
19 then raise the Exception.
41 + except Exception:
54 + except Exception:
/openbmc/openbmc-test-automation/lib/
H A Dpel_utils.py21 class PeltoolException(Exception):
106 except Exception as exception:
126 except Exception as exception:
195 except Exception as exception:
230 except Exception as exception:
252 except Exception as exception:
285 except Exception as exception:
/openbmc/qemu/scripts/
H A Danalyze-migration.py62 raise Exception("Unexpected end of %s at 0x%x" % (self.filename, self.file.tell()))
96 raise Exception("No Debug Migration device found")
122 raise Exception("Unknown RAM version %d" % version_id)
208 raise Exception("XBZRLE RAM compression is not supported yet")
210 raise Exception("RAM hooks don't make sense with files")
219 raise Exception("Unknown RAM flags: %x" % flags)
232 raise Exception("Unknown HTAB version %d" % version_id)
272 raise Exception("Unknown storage_attributes version %d" % version_id)
294 raise Exception("Unknown flags %x", flags)
297 raise Exception("Error in migration stream")
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A Dfat16.py317 raise Exception("Unexpected: FREE cluster")
319 raise Exception("Unexpected: RESERVED cluster")
323 raise Exception("Invalid FAT entry")
335 raise Exception("No free clusters")
353 raise Exception("No free clusters")
452 raise Exception("No free directory entries")
492 raise Exception(
507 raise Exception(f"{entry.whole_name()} is a directory")
526 raise Exception("entry is None")
528 raise Exception(f"{entry.whole_name()} is a directory")
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dpostactions.py29 except Exception as e:
39 except Exception as e:
54 raise Exception()
71 raise Exception("Error while fetching compressed artifacts")
75 except Exception as e:
/openbmc/skeleton/pyflashbmc/
H A Dbmc_update.py52 raise Exception("Error parsing %s\n" % fw_env)
127 raise Exception(
131 except Exception as e:
168 except Exception as e:
190 except Exception:
235 except Exception:
297 except Exception as e:
302 except Exception:
308 except Exception:
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DGPL-3.0-with-autoconf-exception12Exception is an additional permission under section 7 of the GNU General Public License, version 3…
14 The purpose of this Exception is to allow distribution of Autoconf`s typical output under terms of …
24 …then you void this Exception for the resulting covered work. If you convey that resulting covered …
27 The availability of this Exception does not imply any general presumption that third-party software…
/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py260 except Exception:
343 raise Exception(f"Unable to find build system for {name}.")
367 raise Exception("Cyclic dependencies found in " + name)
436 except Exception:
476 except Exception:
509 raise Exception("Valgrind tests failed")
526 raise Exception("Code coverage failed")
672 raise Exception("Failed to run autoconf for parsing dependencies")
744 raise Exception("Unit tests failed")
880 raise Exception("Bad meson boolean value")
[all …]
/openbmc/sdbusplus/test/bus/
H A Dexception.cpp8 class Exception : public ::testing::Test class
22 TEST_F(Exception, BusProcessRethrowsTheCurrentException) in TEST_F() argument
27 TEST_F(Exception, BusProcessDiscardRethrowsTheCurrentException) in TEST_F() argument
/openbmc/u-boot/test/py/
H A Du_boot_console_base.py199 raise Exception('Bad pattern found on console: ' +
206 raise Exception('Bad pattern found on console: ' +
213 except Exception as ex:
272 raise Exception('Bad pattern found on console: ' +
360 raise Exception('Bad pattern found on SPL console: ' +
364 raise Exception('Bad pattern found on console: ' +
375 raise Exception('Bad pattern found on console: ' +
379 except Exception as ex:
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dbbcontroller.py31 raise Exception(error)
72 raise Exception("FIXME: Implement BEC for type %s" % str(be.betype))
120 class ShellCmdException(Exception):
124 class BuildSetupException(Exception):
/openbmc/linux/arch/sh/kernel/cpu/sh2/
H A Dex.S13 ! convert Exception Vector to Exception Number
36 ! Exception Vector Base
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A D0003-Support-transformation-between-D-Bus-errors-and-exce.patch45 + class InvalidArgsException(Exception):
58 + class MyException(Exception):
78 + class DefaultException(Exception):
214 + except Exception as e:
227 except Exception as err:
247 logger.exception("Exception while handling %s.%s()", interface_name, method_name)
276 +class ExceptionA(Exception):
280 +class ExceptionB(Exception):
284 +class ExceptionC(Exception):
288 +class ExceptionD(Exception):
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/utils/
H A Dtargetbuildproject.py23 raise Exception('Failed to copy archive to target, '
31 raise Exception('Failed to extract archive, '
43 raise Exception(msg)
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddaemonize.py39 raise Exception("%s [%d]" % (e.strerror, e.errno))
57 raise Exception("%s [%d]" % (e.strerror, e.errno))
92 except Exception as e:
/openbmc/skeleton/pytools/
H A Dgpioutil67 raise Exception("ERROR - GPIO_SYSFS path does not exist. Does this platform support GPIOS?")
75 raise Exception("ERROR - Not exported: "+self.getPath())
88 raise Exception("ERROR - Invalid Direction: "+dir)
100 raise Exception("ERROR - Invalid value: "+value)
189 except Exception as e:

12345678910>>...19