Home
last modified time | relevance | path

Searched refs:except (Results 1 – 25 of 1128) sorted by relevance

12345678910>>...46

/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/
H A Dpython3.patch22 - except GSettingsSchemaConvertException, e:
23 + except GSettingsSchemaConvertException as e:
31 - except SyntaxError, e:
32 + except SyntaxError as e:
40 - except SyntaxError, e:
41 + except SyntaxError as e:
49 - except GSettingsSchemaConvertException, e:
50 + except GSettingsSchemaConvertException as e:
56 - except GSettingsSchemaConvertException, e:
57 + except GSettingsSchemaConvertException as e:
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0002-do-not-import-target-module-while-cross-compile.patch37 - except ImportError:
45 - except AttributeError:
48 + except ImportError:
60 + except AttributeError:
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/
H A D0001-do-not-import-target-module-while-cross-compile.patch39 - except ImportError:
47 - except AttributeError:
50 + except ImportError:
62 + except AttributeError:
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlinux-kernel-base.bbclass20 except IOError:
39 except IOError:
48 except IOError:
H A Dperl-version.bbclass18 except IOError:
38 except IOError:
57 except IOError:
H A Dcml1.bbclass50 except OSError:
66 except OSError:
91 except IOError as e:
H A Dsystemd-boot-cfg.bbclass34 except OSError:
55 except OSError:
/openbmc/openbmc/poky/meta/classes-global/
H A Ddevshell.bbclass120 except EOFError as e:
123 except (OSError, IOError) as e:
140 except KeyboardInterrupt:
145 except SystemExit:
155 except SystemExit:
H A Duninative.bbclass71 except ValueError:
94 except FileExistsError:
119 except RuntimeError as e:
121 except bb.fetch2.BBFetchException as exc:
124 except subprocess.CalledProcessError as exc:
173 except oe.qa.NotELFFileError:
H A Dlicense.bbclass97 except OSError as err:
117 except Exception as e:
147 except:
168 except:
223 except bb.fetch.MalformedUrl:
234 except oe.license.InvalidLicense as exc:
236 except SyntaxError:
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dmvebu-devbus.txt41 Mandatory, except if devbus,keep-config is used.
44 Mandatory, except if devbus,keep-config is used.
50 Mandatory, except if devbus,keep-config is used.
55 Mandatory, except if devbus,keep-config is used.
60 Mandatory, except if devbus,keep-config is used.
69 except if devbus,keep-config is used.
81 except if devbus,keep-config is used.
107 except if devbus,keep-config is used.
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dgitver.bbclass30 except:
38 except Exception as exc:
53 except Exception as exc:
70 except bb.process.CmdError:
H A Dimage_types_verity.bbclass102 except subprocess.CalledProcessError as err:
108 except Exception as err:
127 except Exception as err:
134 except FileNotFoundError:
/openbmc/openbmc/poky/meta/classes/
H A Dterminal.bbclass98 except oe.terminal.UnsupportedTerminal:
101 except oe.terminal.ExecutionError as exc:
106 except oe.terminal.NoSupportedTerminals as nosup:
112 except oe.terminal.ExecutionError as exc:
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/
H A D0002-automake-Update-for-python.m4-to-respect-libdir.patch31 @@ -268,18 +270,7 @@ except ImportError:
41 - except:
70 - except:
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py291 except:
193 except:
228 except:
287 except:
371 except:
492 except:
539 except:
571 except:
665 except:
766 except:
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/
H A DCMU-Tex9 permission notice identical to this one except for the removal of this
19 except that this permission notice may be stated in a translation approved
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A D0003-Support-transformation-between-D-Bus-errors-and-exce.patch214 + except Exception as e:
227 except Exception as err:
425 + except ExceptionA as e:
430 + except ExceptionB as e:
436 + except ExceptionC as e:
442 + except ExceptionD as e:
447 + except ExceptionD as e:
455 + except Exception as e:
460 + except Exception as e:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0004-run_test.py-not-use-hard-coded-path-.-obj-hugeadm.patch38 + except KeyboardInterrupt:
40 + except OSError:
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A Dsimg_dump-python3.patch33 - except getopt.GetoptError, e:
34 + except getopt.GetoptError as e:
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/
H A Dsimg_dump-python3.patch33 - except getopt.GetoptError, e:
34 + except getopt.GetoptError as e:
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dcve-update-nvd2-native.bb79 except OSError:
168 except Exception as e:
356 except KeyError:
363 except KeyError:
369 except KeyError:
376 except KeyError:
393 except KeyError:
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-matplotlib/
H A Dmatplotlib-disable-download.patch43 - except IOError:
68 - except IOError:
/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/
H A D0001-lock.py-fix-Exception-handling.patch41 + except Exception:
54 + except Exception:
/openbmc/qemu/scripts/qapi/
H A D.flake82 # Prefer pylint's bare-except checks to flake8's

12345678910>>...46