/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/ |
H A D | python3.patch | 22 - 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/scripts/ |
H A D | cp-noerror | 21 except OSError: 36 except OSError: 40 except shutil.Error as err: 42 except EnvironmentError as why: 46 except OSError as why: 53 except shutil.Error: 55 except OSError:
|
H A D | oepydevshell-internal.py | 52 except IOError: 85 except (IOError, OSError) as e: 91 except EOFError: 93 except KeyboardInterrupt: 96 except SystemExit: 98 except Exception as e:
|
H A D | oe-test | 26 except ImportError: 65 except SystemExit as err: 69 except argparse_oe.ArgumentUsageError as ae: 71 except OEQAPreRun as pr: 79 except Exception:
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | buildcfg.py | 20 except (bb.process.ExecutionError, bb.process.NotFoundError): 27 except (bb.process.ExecutionError, bb.process.NotFoundError): 34 except (bb.process.ExecutionError, bb.process.NotFoundError): 42 except (bb.process.ExecutionError, bb.process.NotFoundError): 49 except (bb.process.ExecutionError, bb.process.NotFoundError): 56 except (bb.process.ExecutionError, bb.process.NotFoundError): 68 except subprocess.CalledProcessError as ex:
|
/openbmc/linux/tools/testing/selftests/tpm2/ |
D | tpm2_tests.py |
|
/openbmc/skeleton/pyflashbmc/ |
H A D | bmc_update.py | 6 except ImportError: # python 3 131 except Exception as e: 145 except OSError as e: 158 except OSError as e: 168 except Exception as e: 190 except Exception: 209 except subprocess.CalledProcessError as e: 211 except OSError as e: 223 except oserror as e: 235 except Exception: [all …]
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | set_required_questions.py | 22 except ValueError as e: 24 except ValueError as e: 38 except ValueError as e: 46 Yield a sequence of lines the same as lines except that where 62 except ValueError as e: 129 except ValueError as e: 143 except IOError as e: 148 except ValueError as e:
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/ |
H A D | utils.py | 38 except NoSuchElementException: 40 except TimeoutException: 69 except TimeoutException: 71 except NoSuchElementException: 73 except StaleElementReferenceException: 75 except WebDriverException:
|
H A D | test_functional_basic.py | 44 except: 51 except: 58 except: 65 except: 72 except: 79 except: 99 except: 106 except: 119 except: 147 except: [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | command.py | 74 except (Exception, SystemExit) as exc: 92 except CommandError as exc: 94 except (Exception, SystemExit) as exc: 130 except KeyboardInterrupt as exc: 132 except SystemExit as exc: 138 except Exception as exc: 257 except IndexError: 319 except IndexError: 327 except IndexError: 335 except IndexError: [all …]
|
/openbmc/openbmc-tools/openbmctool/ |
H A D | openbmctool.py | 6 you may not use this file except in compliance with the License. 56 except AttributeError: 122 except(requests.exceptions.Timeout): 125 except(requests.exceptions.ConnectionError) as err: 141 except Exception: 329 except Exception as err: 406 except(requests.exceptions.Timeout): 409 except(requests.exceptions.ConnectionError) as err: 460 except(requests.exceptions.Timeout): 462 except(requests.exceptions.ConnectionError) as err: [all …]
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | get_unit_test_report.py | 99 except IOError as e: 113 except OSError: 124 except OSError as e: 135 except OSError as e: 171 except OSError as e: 185 except subprocess.CalledProcessError as e: 197 except IndexError as e: 208 except ValueError: 238 except KeyError: 270 except IndexError as e: [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | metadata.py | 65 except ImportError: 69 except subprocess.CalledProcessError: 73 except subprocess.CalledProcessError: 77 except subprocess.CalledProcessError: 81 except subprocess.CalledProcessError: 86 except (InvalidGitRepositoryError, NoSuchPathError): 93 except TypeError:
|
/openbmc/pyphosphor/obmc/utils/ |
H A D | pathtree.py | 6 # you may not use this file except in compliance with the License. 29 except KeyError: 34 except AttributeError: # python 3 64 except AttributeError: # python 3 68 except StopIteration: 120 except KeyError: 142 except KeyError: 174 except KeyError: 218 except AttributeError: # python 3 227 except AttributeError: # python 3
|
/openbmc/openbmc/poky/bitbake/lib/bb/server/ |
H A D | xmlrpcclient.py | 53 except Exception as e: 62 except ConnectionError: 107 except: 111 except: 119 except Exception as e: 130 except Exception as e: 136 except Exception as e:
|
H A D | process.py | 58 except subprocess.CalledProcessError: 61 except OSError as e: 68 except subprocess.CalledProcessError: 71 except OSError as e: 139 except Exception as e: 146 except: 268 except (EOFError, OSError): 286 except EOFError: 300 except Exception as e: 313 except: [all …]
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake | 22 except RuntimeError as exc: 38 except BBMainException as err: 40 except bb.BBHandledException: 42 except Exception:
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | api.py | 60 except: 102 except BuildRequest.DoesNotExist: 115 except BuildRequest.DoesNotExist: 259 except Exception as e: 314 except Layer_Version.DoesNotExist: 343 except Layer_Version.DoesNotExist: 376 except Exception as e: 465 except Layer_Version.DoesNotExist: 467 except Project.DoesNotExist: 469 except KeyError as e: [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/knightslanding/ |
D | floating-point.json |
|
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ |
D | mvebu-devbus.txt |
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/ |
D | tlb.json |
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/ |
D | tlb.json |
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/systemd/systemd-systemctl/ |
H A D | systemctl | 51 except FileNotFoundError: 155 except FileExistsError: 191 except KeyError: 215 except KeyError: 232 except SystemdUnitNotFoundError as e: 235 except KeyError: 245 except KeyError: 276 except SystemdUnitNotFoundError: 321 except SystemdUnitNotFoundError as e: 327 except SystemdUnitNotFoundError as e:
|
/openbmc/pyphosphor/obmc/dbuslib/ |
H A D | propertycacher.py | 6 # you may not use this file except in compliance with the License. 48 except Exception as e: 50 except Exception: 67 except Exception as e:
|