Home
last modified time | relevance | path

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

12345678910>>...280

/OK3568_Linux_fs/yocto/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:
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcommand.py72 except (Exception, SystemExit) as exc:
91 except CommandError as exc:
93 except (Exception, SystemExit) as exc:
130 except KeyboardInterrupt as exc:
133 except SystemExit as exc:
140 except Exception as exc:
252 except IndexError:
309 except IndexError:
317 except IndexError:
325 except IndexError:
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dcp-noerror19 except OSError:
34 except OSError:
38 except shutil.Error as err:
40 except EnvironmentError as why:
44 except OSError as why:
51 except shutil.Error:
53 except OSError:
H A Doepydevshell-internal.py50 except IOError:
83 except (IOError, OSError) as e:
89 except EOFError:
91 except KeyboardInterrupt:
94 except SystemExit:
96 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:
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/server/
H A Dprocess.py92 except Exception as e:
99 except:
191 except (EOFError, OSError):
209 except EOFError:
221 except Exception as e:
234 except:
241 except:
251 except:
259 except:
279 except FileNotFoundError:
[all …]
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:
/OK3568_Linux_fs/kernel/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py54 except:
69 except ProtocolError as e:
104 except:
123 except ProtocolError as e:
126 except:
140 except ProtocolError as e:
156 except IOError as e:
158 except:
174 except:
196 except:
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/prserv/
H A Dserv.py40 except:
55 except prserv.NotFoundError:
57 except sqlite3.Error as exc:
84 except sqlite3.Error as exc:
149 except OSError as e:
161 except OSError as e:
176 except (AttributeError, io.UnsupportedOperation):
181 except (AttributeError, io.UnsupportedOperation):
185 except (AttributeError, io.UnsupportedOperation):
215 except IOError:
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/functional/
H A Dtest_functional_basic.py43 except:
49 except:
55 except:
61 except:
67 except:
73 except:
91 except:
96 except:
101 except:
118 except:
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py60 except:
102 except BuildRequest.DoesNotExist:
115 except BuildRequest.DoesNotExist:
261 except Exception as e:
313 except Layer_Version.DoesNotExist:
342 except Layer_Version.DoesNotExist:
375 except Exception as e:
462 except Layer_Version.DoesNotExist:
464 except Project.DoesNotExist:
466 except KeyError:
[all …]
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dboot-qemu-image.py40 except pexpect.EOF as e:
54 except pexpect.TIMEOUT:
62 except pexpect.EOF:
65 except pexpect.TIMEOUT:
74 except pexpect.EOF:
76 except pexpect.TIMEOUT:
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/tools/testing/kunit/
H A Dkunit_kernel.py40 except OSError as e:
42 except subprocess.CalledProcessError as e:
53 except OSError as e:
55 except subprocess.CalledProcessError as e:
90 except OSError as e:
138 except ConfigError as e:
174 except ConfigError as e:
201 except (ConfigError, BuildError) as e:
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd-systemctl/
H A Dsystemctl56 except FileNotFoundError:
160 except FileExistsError:
196 except KeyError:
223 except KeyError:
240 except SystemdUnitNotFoundError as e:
243 except KeyError:
253 except KeyError:
284 except SystemdUnitNotFoundError:
329 except SystemdUnitNotFoundError as e:
335 except SystemdUnitNotFoundError as e:
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dmetadata.py65 except ImportError:
69 except subprocess.CalledProcessError:
73 except subprocess.CalledProcessError:
77 except subprocess.CalledProcessError:
82 except (InvalidGitRepositoryError, NoSuchPathError):
88 except TypeError:
/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dbitbake-worker40 except:
53 except:
101 except queue.Empty:
110 except (IOError, OSError) as e:
130 except IOError:
170 except TypeError:
204 except OSError as e:
297 except Exception:
311 except:
348 except (OSError, IOError) as e:
[all …]
H A Dbitbake22 except RuntimeError as exc:
39 except BBMainException as err:
41 except bb.BBHandledException:
43 except Exception:
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dsettings.py10 except:
41 ... except ImportError:
116 except (ConfigParser.NoSectionError, ConfigParser.NoOptionError):
139 except ConfigParser.NoSectionError:
147 except ConfigParser.NoSectionError:
167 except IOError:
211 except IOError:
302 except ConfigParser.NoSectionError as e:
304 except:
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl-sx150x.txt43 - bias-disable: disable any pin bias, except the OSCIO pin
44 - bias-pull-up: pull up the pin, except the OSCIO pin
45 - bias-pull-down: pull down the pin, except the OSCIO pin
46 - bias-pull-pin-default: use pin-default pull state, except the OSCIO pin
48 …- drive-open-drain: drive with open drain only for sx1507q, sx1508q and sx1509q and except the OSC…
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dfilemap.py38 except OSError:
92 except IOError as err:
98 except IOError as err:
107 except IOError as err:
113 except OSError as err:
130 except IOError as err:
172 except OSError as err:
217 except IOError as err:
223 except OSError as err:
366 except IOError as err:
[all …]
/OK3568_Linux_fs/buildroot/utils/
H A Dscanpypi38 except ImportError:
91 Remove all non alphanumeric characters except -
159 except six.moves.urllib.error.HTTPError as error:
166 except six.moves.urllib.error.URLError:
183 except IndexError:
206 except six.moves.urllib.error.HTTPError as http_error:
259 except OSError as exception:
275 except OSError as exception:
309 except KeyError:
664 except (six.moves.urllib.error.URLError, six.moves.urllib.error.HTTPError):
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Duio.h36 Operates just like 'read' (see <unistd.h>) except that data are
47 Operates just like 'write' (see <unistd.h>) except that the data
62 'pread' (see <unistd.h>) except that data are put in IOVEC instead
74 <unistd.h>) except that the data are taken from IOVEC instead of a
101 'pread' (see <unistd.h>) except that data are put in IOVEC instead
113 <unistd.h>) except that the data are taken from IOVEC instead of a
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A Dget_module_deps3.py67 except:
69 except ImportError as e:
97 except AttributeError as e:
104 except NameError as e:
151 except AttributeError as e:
158 except NameError as e:
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Duio.h36 Operates just like 'read' (see <unistd.h>) except that data are
47 Operates just like 'write' (see <unistd.h>) except that the data
62 'pread' (see <unistd.h>) except that data are put in IOVEC instead
74 <unistd.h>) except that the data are taken from IOVEC instead of a
101 'pread' (see <unistd.h>) except that data are put in IOVEC instead
113 <unistd.h>) except that the data are taken from IOVEC instead of a

12345678910>>...280