| /OK3568_Linux_fs/yocto/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:
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | pinctrl-sx150x.txt | 43 - 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 D | mvebu-devbus.txt | 41 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 D | 0002-do-not-import-target-module-while-cross-compile.patch | 35 - 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 D | 0001-do-not-import-target-module-while-cross-compile.patch | 39 - except ImportError: 47 - except AttributeError: 50 + except ImportError: 62 + except AttributeError:
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | metadata_scm.bbclass | 19 except (IOError, IndexError): 28 except bb.process.ExecutionError: 37 except bb.process.ExecutionError:
|
| H A D | devshell.bbclass | 114 except EOFError as e: 117 except (OSError, IOError) as e: 134 except KeyboardInterrupt: 139 except SystemExit: 149 except SystemExit:
|
| H A D | perl-version.bbclass | 12 except IOError: 35 except IOError: 57 except IOError:
|
| H A D | terminal.bbclass | 92 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 D | uninative.bbclass | 63 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 D | linux-kernel-base.bbclass | 14 except IOError: 33 except IOError:
|
| H A D | cml1.bbclass | 40 except OSError: 58 except OSError: 83 except IOError as e:
|
| H A D | systemd-boot-cfg.bbclass | 28 except OSError: 49 except OSError:
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/classes/ |
| H A D | gitver.bbclass | 30 except: 38 except Exception as exc: 53 except Exception as exc: 70 except bb.process.CmdError:
|
| /OK3568_Linux_fs/buildroot/package/wolfssl/ |
| H A D | Config.in | 15 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 D | 0003-Always-use-__thread-for-Thread-local-storage-except-on-MSVC.patch | 4 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 D | Config.in | 13 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 D | CMU-Tex | 9 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 D | CVE-2022-2309.patch | 51 @@ -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 D | crda-4.14-python-3.patch | 15 -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 D | 0001-run_test.py-not-use-hard-coded-path-.-obj-hugeadm.patch | 38 + except KeyboardInterrupt: 40 + except OSError:
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core-debian/ |
| H A D | simg_dump-python3.patch | 31 - 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 D | matplotlib-disable-download.patch | 28 - except IOError: 53 - except IOError:
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | usb-device.txt | 25 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 D | devices.txt | 208 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 …]
|