Home
last modified time | relevance | path

Searched refs:exc (Results 76 – 100 of 117) sorted by relevance

12345

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dbuild.py737 except (Exception, SystemExit) as exc:
739 if isinstance(exc, bb.BBHandledException):
744 logger.warning(repr(exc))
753 logger.error(repr(exc))
H A Devent.py111 except SystemExit as exc:
112 if exc.code != 0:
H A Ddata_smart.py479 except Exception as exc:
481 raise ExpansionError(varname, s, exc).with_traceback(tb) from exc
/openbmc/openbmc/poky/meta/classes-global/
H A Dlicense.bbclass228 except oe.license.InvalidLicense as exc:
229 bb.fatal('%s: %s' % (d.getVar('PF'), exc))
305 except oe.license.LicenseError as exc:
306 bb.fatal('%s: %s' % (d.getVar('P'), exc))
/openbmc/u-boot/arch/arm/dts/
H A Dkirkwood-netxbig.dtsi63 exc {
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-netxbig.dtsi63 exc {
/openbmc/qemu/tests/qemu-iotests/
H A Diotests.py294 except subprocess.CalledProcessError as exc:
296 if exc.returncode < 0:
304 return json.loads(exc.stdout)
557 except subprocess.CalledProcessError as exc:
558 if exc.returncode == 1:
H A D245220 except CalledProcessError as exc:
221 if 'O_DIRECT' in exc.stdout:
/openbmc/linux/arch/m68k/fpsp040/
H A Ddecbin.S439 clrl %d3 |clear d3 to force no exc and extended
500 beqs no_exc |skip this if no exc
H A Ddo_func.S508 bra t_inx2 |set inex2 exc
515 bra t_inx2 |set inex2 exc
H A Dscale.S50 fmovel #0,%fpcr |clr user enabled exc
H A Dx_snan.S144 movel EXC_EA(%a6),%a0 |get <ea> from exc frame
/openbmc/openbmc/poky/bitbake/lib/
H A Dcodegen.py344 if hasattr(node, 'exc') and node.exc is not None:
346 self.visit(node.exc)
/openbmc/qemu/python/qemu/utils/
H A Dqemu_ga_client.py292 if isinstance(err.exc, ConnectionError):
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlicense_image.bbclass80 except oe.license.LicenseError as exc:
81 bb.fatal('%s: %s' % (d.getVar('P'), exc))
H A Dimage_types_wic.bbclass169 except (IOError, OSError) as exc:
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dfpsp.S11774 bset &unfl_bit,FPSR_EXCEPT(%a6) # set unfl exc bit
13493 bset &unfl_bit,FPSR_EXCEPT(%a6) # set unfl exc bit
13595 bset &unfl_bit,FPSR_EXCEPT(%a6) # set unfl exc bit
13774 mov.b %d0,FPSR_CC(%a6) # set ccode bits(no exc bits are set)
14423 bset &unfl_bit,FPSR_EXCEPT(%a6) # set unfl exc bit
14674 or.l %d1,USER_FPSR(%a6) # save exc and ccode bits
14771 bset &unfl_bit,FPSR_EXCEPT(%a6) # set unfl exc bit
15127 or.l %d1,USER_FPSR(%a6) # save exc and ccode bits
15224 bset &unfl_bit,FPSR_EXCEPT(%a6) # set unfl exc bit
15667 bset &unfl_bit,FPSR_EXCEPT(%a6) # set unfl exc bit
[all …]
/openbmc/u-boot/arch/xtensa/cpu/
H A Dstart.S492 beqz a2, 1f # Skip if regs were spilled before exc.
/openbmc/qemu/target/s390x/
H A Ds390x-internal.h300 uint8_t s390_softfloat_exc_to_ieee(unsigned int exc);
/openbmc/u-boot/include/
H A Dppc_asm.tmpl168 subi r21,r1,INT_FRAME_SIZE+STACK_UNDERHEAD; /* alloc exc. frame */\
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgit.py472 except OSError as exc:
473 if exc.errno != errno.ENOENT:
/openbmc/qemu/python/tests/
H A Dprotocol.py315 self.assertIsInstance(context.exception.exc, OSError)
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCECILL-C122 …ndu que le co&#251;t additionnel d`acquisition du Code Source ne devra pas exc&#233;der le simple …
134 …ndu que le co&#251;t additionnel d`acquisition du code source ne devra pas exc&#233;der le simple …
142 …tionnel d`acquisition du code source du Logiciel Modifi&#233; ne devra pas exc&#233;der le simple …
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlalchemy.py35 from sqlalchemy.exc import IntegrityError
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackage.py764 except subprocess.CalledProcessError as exc:
765 output = exc.output
766 retval = exc.returncode

12345