Home
last modified time | relevance | path

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

12345678910>>...28

/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/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 Dsystemd-boot-cfg.bbclass34 except OSError:
55 except OSError:
H A Dcml1.bbclass50 except OSError:
66 except OSError:
91 except IOError 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/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:
/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:
175 except oe.qa.NotELFFileError:
H A Dlicense.bbclass96 except OSError as err:
116 except Exception as e:
146 except:
167 except:
222 except bb.fetch.MalformedUrl:
233 except oe.license.InvalidLicense as exc:
235 except SyntaxError:
/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/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/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/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/u-boot/doc/device-tree-bindings/video/
H A Dsandbox-fb.txt4 This uses the displaymode.txt binding except that only xres and yres are
/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-db-native.bb63 except OSError:
164 except urllib.error.URLError as e:
198 except urllib.error.URLError as e:
316 except KeyError:
322 except KeyError:
358 except KeyError:
366 except KeyError:
375 except KeyError:
384 except KeyError:
/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/poky/meta/recipes-devtools/python/python3/
H A Dvalid-dists.patch31 except StopIteration:
62 except TypeError:
115 + except StopIteration:
139 + except StopIteration:
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DDotseqn3 …d reproduced, but it may not be changed unless the name is changed also (except that you may freel…
/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-python/recipes-devtools/python/python3-pandas/
H A D0001-BLD-add-option-to-specify-numpy-header-location.patch43 +except Exception:
52 except Exception:
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-posix-ipc/
H A D0003-build_support-use-does_build_succeed-in-compile_and_.patch33 + except Exception:
44 - except Exception:

12345678910>>...28