Home
last modified time | relevance | path

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

12345678910>>...16

/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/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-test-automation/lib/external_intf/
H A Dmanagement_console_utils.py13 class Exception(Exception): class
37 except Exception as exc_obj:
61 except Exception as exc_obj:
91 except Exception as exc_obj:
129 except Exception as exc_obj:
174 except Exception as exe_obj:
/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/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/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:
385 except Exception as exception:
410 except Exception as exception:
/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/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/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/qemu/tests/functional/qemu_test/
H A Darchive.py87 raise Exception("Unable to filter cpio extraction")
91 raise Exception("Unable to use file-like object with deb archives")
94 raise Exception(f"Unknown archive format {format}")
106 raise Exception(f"Unable to guess archive format for {archive}")
117 raise Exception(f"Unknown archive format for {archive}")
H A Duncompress.py53 raise Exception(
85 raise Exception(f"Unknown compression format {format}")
97 raise Exception(f"Unable to guess compression cformat for {compressed}")
107 raise Exception(f"Unknown compression format for {compressed}")
/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/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/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/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/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/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/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/pyphosphor/obmc/dbuslib/
H A Dpropertycacher.py48 except Exception as e:
50 except Exception:
67 except Exception as e:
/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:
H A Du_boot_utils.py128 raise Exception('File could not be opened')
154 raise Exception('File can still be opened')
194 except Exception as e:
198 raise Exception("Expected an exception with retcode %d message '%s',"
237 raise Exception('Failed to find RAM bank start in `bdinfo`')
/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>>...16