Searched full:except (Results 1 – 25 of 3543) sorted by relevance
12345678910>>...142
| /kernel/linux/linux-5.10/tools/testing/selftests/tpm2/ |
| D | tpm2_tests.py | 54 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 …]
|
| /kernel/liteos_m/testsuites/unittest/posix/src/stdlib/ |
| D | atoi_test.c | 125 LOG("[DEMO] posix stdlib test case 4(except):atoi(%d) != 2147483648 ok.\n", value); 127 LOG("[DEMO] posix stdlib test case 4(except):atoi(%d) fail.\n", value); 141 LOG("[DEMO] posix stdlib test case 5(except):atoi(%d) != -2147483649 ok.\n", value); 143 LOG("[DEMO] posix stdlib test case 5(except):atoi(%d) fail.\n", value); 189 LOG("[DEMO] posix stdlib test case 8(except):atoi(%d) == +-100 ok.\n", value); 191 LOG("[DEMO] posix stdlib test case 8(except):atoi(%d) fail.\n", value); 205 LOG("[DEMO] posix stdlib test case 9(except):atoi(%d) ok == 12+-100.\n", value); 207 LOG("[DEMO] posix stdlib test case 9(except):atoi(%d) fail.\n", value); 221 LOG("[DEMO] posix stdlib test case 10(except):atoi(%d) ok == 21474836470.\n", value); 223 LOG("[DEMO] posix stdlib test case 10(except):atoi(%d) fail.\n", value);
|
| D | atol_test.c | 125 LOG("[DEMO] posix stdlib test case 4(except):atol(%ld) != 2147483648 ok.\n", value); 127 LOG("[DEMO] posix stdlib test case 4(except):atol(%ld) fail.\n", value); 141 LOG("[DEMO] posix stdlib test case 5(except):atoi(%d) != -2147483649 ok.\n", value); 143 LOG("[DEMO] posix stdlib test case 5(except):atoi(%d) fail.\n", value); 189 LOG("[DEMO] posix stdlib test case 8(except):atol(%ld) == +-100 ok.\n", value); 191 LOG("[DEMO] posix stdlib test case 8(except):atol(%ld) fail.\n", value); 205 LOG("[DEMO] posix stdlib test case 9(except):atol(%ld) ok == 12+-100.\n", value); 207 LOG("[DEMO] posix stdlib test case 9(except):atol(%ld) fail.\n", value);
|
| D | atoll_test.c | 126 … LOG("[DEMO] posix stdlib test case 4(except):atoll(%lld) != 9223372036854775808 ok.\n", value); 128 LOG("[DEMO] posix stdlib test case 4(except):atoll(%lld) fail.\n", value); 142 … LOG("[DEMO] posix stdlib test case 5(except):atoll(%lld) != -9223372036854775809 ok.\n", value); 144 LOG("[DEMO] posix stdlib test case 5(except):atoll(%lld) fail.\n", value); 191 LOG("[DEMO] posix stdlib test case 8(except):atoll(%lld) == +-100 ok.\n", value); 193 LOG("[DEMO] posix stdlib test case 8(except):atoll(%lld) fail.\n", value); 207 LOG("[DEMO] posix stdlib test case 9(except):atoll(%lld) ok == 12+-100.\n", value); 209 LOG("[DEMO] posix stdlib test case 9(except):atoll(%lld) fail.\n", value);
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/memory-controllers/ |
| 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.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/ |
| 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.
|
| /kernel/linux/linux-5.10/tools/testing/kunit/ |
| D | kunit_kernel.py | 40 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:
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/ |
| 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…
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/pinctrl/ |
| 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…
|
| /kernel/liteos_m/testsuites/unittest/posix/src/string/ |
| D | strstr_test.c | 135 LOG("[DEMO] posix string test case 4(except):strstr(%s) %s ok.\n", src, dest); 137 LOG("[DEMO] posix string test case 4(except):strstr(%s) %s fail.\n", src, dest); 154 LOG("[DEMO] posix string test case 5(except):strstr(%s) %s ok.\n", src, dest); 156 LOG("[DEMO] posix string test case 5(except):strstr(%s) %s fail.\n", src, dest); 192 LOG("[DEMO] posix string test case 7(except):strstr(%s) %s ok.\n", srcOne, destS); 194 LOG("[DEMO] posix string test case 7(except):strstr(%s) %s fail.\n", srcOne, destS); 230 LOG("[DEMO] posix string test case 9(except):strstr(%s) %s ok.\n", srcTwo2, destS); 232 LOG("[DEMO] posix string test case 9(except):strstr(%s) %s fail.\n", srcTwo2, destS); 268 LOG("[DEMO] posix string test case 11(except):strstr(%s) %s ok.\n", srcThree, destS); 270 LOG("[DEMO] posix string test case 11(except):strstr(%s) %s fail.\n", srcThree, destS); [all …]
|
| D | strchr_test.c | 129 LOG("[DEMO] posix string test case 4(except):strchr(?) %s ok.\n", src); 131 LOG("[DEMO] posix string test case 4(except):strchr(?) %s fail.\n", src); 146 LOG("[DEMO] posix string test case 5(except):strchr(m) %s ok.\n", src); 148 LOG("[DEMO] posix string test case 5(except):strchr(m) %s fail.\n", src); 163 LOG("[DEMO] posix string test case 6(except):strchr(0) %s ok.\n", src); 165 LOG("[DEMO] posix string test case 6(except):strchr(0) %s fail.\n", src);
|
| /kernel/linux/linux-5.10/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| D | Util.py | 70 except: 73 except: 84 except: 90 except:
|
| /kernel/linux/linux-4.19/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| D | Util.py | 70 except: 73 except: 84 except: 90 except:
|
| /kernel/linux/linux-5.10/tools/perf/scripts/python/ |
| D | sctop.py | 17 except ImportError: 42 except ValueError: 60 except TypeError: 86 except TypeError:
|
| /kernel/liteos_m/testsuites/unittest/posix/src/ctype/ |
| D | islower_test.c | 128 LOG("[DEMO] posix ctype test case 4(except):islower(%c) ok.\n", a); 130 LOG("[DEMO] posix ctype test case 4(except):islower(%c) fail.\n", a); 145 LOG("[DEMO] posix ctype test case 5(except):islower(%c) ok.\n", a); 147 LOG("[DEMO] posix ctype test case 5(except):islower(%c) fail.\n", a); 162 LOG("[DEMO] posix ctype test case 6(except):islower(%c) ok.\n", a); 164 LOG("[DEMO] posix ctype test case 6(except):islower(%c) fail.\n", a);
|
| D | isxdigit_test.c | 196 LOG("[DEMO] posix ctype test case 5(except):isxdigit(%c) ok.\n", a); 198 LOG("[DEMO] posix ctype test case 5(except):isxdigit(%c) fail.\n", a); 213 LOG("[DEMO] posix ctype test case 4(except):isxdigit(%c) ok.\n", a); 215 LOG("[DEMO] posix ctype test case 4(except):isxdigit(%c) fail.\n", a); 230 LOG("[DEMO] posix ctype test case 5(except):isxdigit(%c) ok.\n", a); 232 LOG("[DEMO] posix ctype test case 5(except):isxdigit(%c) fail.\n", a);
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| D | tcp_client.py | 16 except (socket.error) as e: return b'' 25 except (socket.error) as e: n = 0 38 except socket.error as e:
|
| D | tcp_server.py | 16 except (socket.error) as e: return b'' 25 except (socket.error) as e: n = 0 42 except socket.error as msg:
|
| /kernel/linux/linux-4.19/tools/testing/selftests/bpf/ |
| D | tcp_client.py | 16 except (socket.error) as e: return b'' 25 except (socket.error) as e: n = 0 39 except socket.error as e:
|
| D | tcp_server.py | 16 except (socket.error) as e: return b'' 25 except (socket.error) as e: n = 0 45 except socket.error as msg:
|
| /kernel/linux/linux-4.19/scripts/ |
| D | show_delta | 66 except: 96 except: 106 except: 112 except:
|
| /kernel/linux/linux-5.10/scripts/ |
| D | show_delta | 66 except: 96 except: 106 except: 112 except:
|
| /kernel/linux/linux-4.19/tools/perf/scripts/python/ |
| D | sctop.py | 35 except ValueError: 53 except TypeError: 77 except TypeError:
|
| /kernel/linux/linux-4.19/drivers/clk/meson/ |
| D | clk-regmap.h | 39 * Same as clk_gate except CLK_GATE_HIWORD_MASK which is ignored 64 * Same as clk_divider except CLK_DIVIDER_HIWORD_MASK which is ignored 94 * Same as clk_divider except CLK_MUX_HIWORD_MASK which is ignored
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| 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 …]
|
12345678910>>...142