Home
last modified time | relevance | path

Searched full:except (Results 1 – 25 of 3537) sorted by relevance

12345678910>>...142

/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/scripts/
H A Dcp-noerror21 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 Doepydevshell-internal.py52 except IOError:
85 except (IOError, OSError) as e:
91 except EOFError:
93 except KeyboardInterrupt:
96 except SystemExit:
98 except Exception as e:
H A Doe-test26 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 Dbuildcfg.py20 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/
Dtpm2_tests.py
/openbmc/skeleton/pyflashbmc/
H A Dbmc_update.py6 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 Dset_required_questions.py22 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 Dutils.py38 except NoSuchElementException:
40 except TimeoutException:
69 except TimeoutException:
71 except NoSuchElementException:
73 except StaleElementReferenceException:
75 except WebDriverException:
H A Dtest_functional_basic.py44 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 Dcommand.py74 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 Dopenbmctool.py6 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 Dget_unit_test_report.py99 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 Dmetadata.py65 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 Dpathtree.py6 # 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 Dxmlrpcclient.py53 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 Dprocess.py58 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 Dbitbake22 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 Dapi.py60 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/
Dfloating-point.json
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
Dmvebu-devbus.txt
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/
Dtlb.json
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/
Dtlb.json
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/systemd/systemd-systemctl/
H A Dsystemctl51 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 Dpropertycacher.py6 # 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:

12345678910>>...142