/openbmc/u-boot/test/py/tests/ |
H A D | test_efi_selftest.py | 25 raise Exception('Reset failed during the EFI selftest') 39 raise Exception('Reset failed in \'device tree\' 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') 108 raise Exception('UP failed in \'text input\' test') 137 raise Exception('No prompt for \'text input\' test') 146 raise Exception('EOT failed in \'text input\' test') 154 raise Exception('BS failed in \'text input\' test') [all …]
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-avx.py | 74 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 D | test-mmx.py | 41 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 D | patchxml.py | 111 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 D | management_console_utils.py | 15 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 D | exceptions.py | 8 class ClientError(Exception): 12 class InvokeError(Exception): 16 class ServerError(Exception): 20 class ConnectionClosedError(Exception):
|
/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/ |
H A D | 0001-lock.py-fix-Exception-handling.patch | 4 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/linux/arch/arc/kernel/ |
H A D | entry-arcv2.S | 29 # 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-test-automation/lib/ |
H A D | pel_utils.py | 21 class PeltoolException(Exception): 98 except Exception as exception: 118 except Exception as exception: 187 except Exception as exception: 222 except Exception as exception: 244 except Exception as exception: 277 except Exception as exception:
|
/openbmc/openbmc/poky/meta/lib/bblayers/setupwriters/ |
H A D | oe-setup-layers.py | 42 raise Exception(err) 54 raise Exception(err) 58 raise Exception(err) 75 raise Exception(err) 81 raise Exception(err) 92 raise Exception(err)
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | fat16.py | 317 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( 526 raise Exception("entry is None") 619 raise Exception("entry is None") 669 raise Exception( [all …]
|
/openbmc/sdbusplus/test/bus/ |
H A D | exception.cpp | 8 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/files/common-licenses/ |
H A D | GPL-3.0-with-autoconf-exception | 12 …Exception 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/skeleton/pyflashbmc/ |
H A D | bmc_update.py | 52 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/linux/arch/sh/kernel/cpu/sh2/ |
H A D | ex.S | 13 ! convert Exception Vector to Exception Number 36 ! Exception Vector Base
|
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/ |
H A D | bbcontroller.py | 31 raise Exception(error) 72 raise Exception("FIXME: Implement BEC for type %s" % str(be.betype)) 120 class ShellCmdException(Exception): 124 class BuildSetupException(Exception):
|
/openbmc/u-boot/test/py/ |
H A D | u_boot_console_base.py | 199 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/meta/lib/oeqa/utils/ |
H A D | postactions.py | 32 except Exception as e: 42 except Exception as e: 57 raise Exception() 74 except Exception as e:
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/utils/ |
H A D | targetbuildproject.py | 23 raise Exception('Failed to copy archive to target, ' 31 raise Exception('Failed to extract archive, ' 43 raise Exception(msg)
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | unit-test.py | 260 except Exception: 433 except Exception: 473 except Exception: 506 raise Exception("Valgrind tests failed") 523 raise Exception("Code coverage failed") 741 raise Exception("Unit tests failed") 963 except Exception: 1088 except Exception: 1140 raise Exception( 1153 raise Exception( [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | daemonize.py | 39 raise Exception("%s [%d]" % (e.strerror, e.errno)) 57 raise Exception("%s [%d]" % (e.strerror, e.errno)) 92 except Exception as e:
|
/openbmc/qemu/scripts/ |
H A D | analyze-migration.py | 93 raise Exception("No Debug Migration device found") 119 raise Exception("Unknown RAM version %d" % version_id) 207 raise Exception("RAM hooks don't make sense with files") 216 raise Exception("Unknown RAM flags: %x" % flags) 229 raise Exception("Unknown HTAB version %d" % version_id) 281 raise Exception("Error in migration stream") 306 raise Exception("Number of capabilities doesn't match " 585 raise Exception("Invalid file magic %x" % data) 590 raise Exception("Invalid version number %d" % data) 634 raise Exception("Unknown section type: %d" % section_type) [all …]
|
/openbmc/pyphosphor/obmc/dbuslib/ |
H A D | propertycacher.py | 48 except Exception as e: 50 except Exception: 67 except Exception as e:
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/ |
H A D | 0003-Support-transformation-between-D-Bus-errors-and-exce.patch | 214 + except Exception as e: 227 except Exception as err: 276 +class ExceptionA(Exception): 280 +class ExceptionB(Exception): 284 +class ExceptionC(Exception): 288 +class ExceptionD(Exception): 292 +class ExceptionE(Exception): 361 +class ExceptionA(Exception): 366 +class ExceptionB(Exception): 455 + except Exception as e: [all …]
|
/openbmc/linux/arch/sh/kernel/cpu/sh2a/ |
H A D | ex.S | 13 ! convert Exception Vector to Exception Number 57 ! Exception Vector Base
|