Home
last modified time | relevance | path

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

12345678910>>...49

/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/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/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/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0002-do-not-import-target-module-while-cross-compile.patch35 - except ImportError:
43 - except AttributeError:
46 + except ImportError:
58 + except AttributeError:
/OK3568_Linux_fs/yocto/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:
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dmetadata_scm.bbclass19 except (IOError, IndexError):
28 except bb.process.ExecutionError:
37 except bb.process.ExecutionError:
H A Ddevshell.bbclass114 except EOFError as e:
117 except (OSError, IOError) as e:
134 except KeyboardInterrupt:
139 except SystemExit:
149 except SystemExit:
H A Dperl-version.bbclass12 except IOError:
35 except IOError:
57 except IOError:
H A Dterminal.bbclass92 except oe.terminal.UnsupportedTerminal:
95 except oe.terminal.ExecutionError as exc:
100 except oe.terminal.NoSupportedTerminals as nosup:
106 except oe.terminal.ExecutionError as exc:
H A Duninative.bbclass63 except ValueError:
86 except FileExistsError:
111 except RuntimeError as e:
113 except bb.fetch2.BBFetchException as exc:
116 except subprocess.CalledProcessError as exc:
165 except oe.qa.NotELFFileError:
H A Dlinux-kernel-base.bbclass14 except IOError:
33 except IOError:
H A Dcml1.bbclass40 except OSError:
58 except OSError:
83 except IOError as e:
H A Dsystemd-boot-cfg.bbclass28 except OSError:
49 except OSError:
/OK3568_Linux_fs/yocto/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:
/OK3568_Linux_fs/buildroot/package/wolfssl/
H A DConfig.in15 bool "enable all features, except SSLv3"
17 Enable all wolfSSL features, except SSL version 3.0 support.
/OK3568_Linux_fs/buildroot/package/liburcu/
H A D0003-Always-use-__thread-for-Thread-local-storage-except-on-MSVC.patch4 Subject: [PATCH] Always use '__thread' for Thread local storage except on MSVC
7 and C++ compilers except MSVC.
38 + * Default to '__thread' on all C and C++ compilers except MSVC. While C11 has
/OK3568_Linux_fs/buildroot/package/capnproto/
H A DConfig.in13 and capability-based RPC system. Think JSON, except
14 binary. Or think Protocol Buffers, except faster. In
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-lxml/
H A DCVE-2022-2309.patch51 @@ -431,9 +431,10 @@ cdef int _appendStartNsEvents(xmlNode* c_node, list event_list) except -1:
79 + except etree.XMLSyntaxError:
87 + except StopIteration:
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/crda/crda/
H A Dcrda-4.14-python-3.patch15 -except ImportError, e:
16 +except ImportError as e:
87 @@ -136,7 +136,7 @@ except IndexError:
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0001-run_test.py-not-use-hard-coded-path-.-obj-hugeadm.patch38 + except KeyboardInterrupt:
40 + except OSError:
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core-debian/
H A Dsimg_dump-python3.patch31 - except getopt.GetoptError, e:
32 + except getopt.GetoptError as e:
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-matplotlib/
H A Dmatplotlib-disable-download.patch28 - except IOError:
53 - except IOError:
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/
H A Dusb-device.txt25 may leave out all except for "usbVID,PID".
41 adhering to this binding may leave out all except for
54 may leave out all except for "usbVID,PID".
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Ddevices.txt208 disks (see major number 3) except that the limit on
639 disks (see major number 3) except that the limit on
872 disks (see major number 3) except that the partition
896 disks (see major number 3) except that the partition
1136 disks (see major number 3) except that the limit on
1152 disks (see major number 3) except that the limit on
1168 disks (see major number 3) except that the limit on
1189 disks (see major number 3) except that the limit on
1203 disks (see major number 3) except that the limit on
1223 disks (see major number 3) except that the limit on
[all …]

12345678910>>...49