Home
last modified time | relevance | path

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

12345678910>>...107

/kernel/linux/linux-5.10/tools/testing/selftests/tpm2/
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 …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/
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.
/kernel/linux/linux-5.10/tools/testing/kunit/
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:
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/
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…
/kernel/liteos_m/testsuites/unittest/posix/src/stdlib/
Datoi_test.c129 LOG("[DEMO] posix stdlib test case 4(except):atoi(%d) != 2147483648 ok.\n", value);
131 LOG("[DEMO] posix stdlib test case 4(except):atoi(%d) fail.\n", value);
146 LOG("[DEMO] posix stdlib test case 5(except):atoi(%d) != -2147483649 ok.\n", value);
148 LOG("[DEMO] posix stdlib test case 5(except):atoi(%d) fail.\n", value);
198 LOG("[DEMO] posix stdlib test case 8(except):atoi(%d) == +-100 ok.\n", value);
200 LOG("[DEMO] posix stdlib test case 8(except):atoi(%d) fail.\n", value);
215 LOG("[DEMO] posix stdlib test case 9(except):atoi(%d) ok == 12+-100.\n", value);
217 LOG("[DEMO] posix stdlib test case 9(except):atoi(%d) fail.\n", value);
233 LOG("[DEMO] posix stdlib test case 10(except):atoi(%d) ok == 21474836470.\n", value);
235 LOG("[DEMO] posix stdlib test case 10(except):atoi(%d) fail.\n", value);
Datol_test.c129 LOG("[DEMO] posix stdlib test case 4(except):atol(%ld) != 2147483648 ok.\n", value);
131 LOG("[DEMO] posix stdlib test case 4(except):atol(%ld) fail.\n", value);
146 LOG("[DEMO] posix stdlib test case 5(except):atoi(%d) != -2147483649 ok.\n", value);
148 LOG("[DEMO] posix stdlib test case 5(except):atoi(%d) fail.\n", value);
198 LOG("[DEMO] posix stdlib test case 8(except):atol(%ld) == +-100 ok.\n", value);
200 LOG("[DEMO] posix stdlib test case 8(except):atol(%ld) fail.\n", value);
215 LOG("[DEMO] posix stdlib test case 9(except):atol(%ld) ok == 12+-100.\n", value);
217 LOG("[DEMO] posix stdlib test case 9(except):atol(%ld) fail.\n", value);
Datoll_test.c130 … LOG("[DEMO] posix stdlib test case 4(except):atoll(%lld) != 9223372036854775808 ok.\n", value);
132 LOG("[DEMO] posix stdlib test case 4(except):atoll(%lld) fail.\n", value);
147 … LOG("[DEMO] posix stdlib test case 5(except):atoll(%lld) != -9223372036854775809 ok.\n", value);
149 LOG("[DEMO] posix stdlib test case 5(except):atoll(%lld) fail.\n", value);
200 LOG("[DEMO] posix stdlib test case 8(except):atoll(%lld) == +-100 ok.\n", value);
202 LOG("[DEMO] posix stdlib test case 8(except):atoll(%lld) fail.\n", value);
217 LOG("[DEMO] posix stdlib test case 9(except):atoll(%lld) ok == 12+-100.\n", value);
219 LOG("[DEMO] posix stdlib test case 9(except):atoll(%lld) fail.\n", value);
/kernel/liteos_m/testsuites/unittest/posix/src/string/
Dstrstr_test.c139 LOG("[DEMO] posix string test case 4(except):strstr(%s) %s ok.\n", src, dest);
141 LOG("[DEMO] posix string test case 4(except):strstr(%s) %s fail.\n", src, dest);
159 LOG("[DEMO] posix string test case 5(except):strstr(%s) %s ok.\n", src, dest);
161 LOG("[DEMO] posix string test case 5(except):strstr(%s) %s fail.\n", src, dest);
199 LOG("[DEMO] posix string test case 7(except):strstr(%s) %s ok.\n", srcOne, destS);
201 LOG("[DEMO] posix string test case 7(except):strstr(%s) %s fail.\n", srcOne, destS);
239 LOG("[DEMO] posix string test case 9(except):strstr(%s) %s ok.\n", srcTwo2, destS);
241 LOG("[DEMO] posix string test case 9(except):strstr(%s) %s fail.\n", srcTwo2, destS);
279 LOG("[DEMO] posix string test case 11(except):strstr(%s) %s ok.\n", srcThree, destS);
281 LOG("[DEMO] posix string test case 11(except):strstr(%s) %s fail.\n", srcThree, destS);
[all …]
Dstrchr_test.c132 LOG("[DEMO] posix string test case 4(except):strchr(?) %s ok.\n", src);
134 LOG("[DEMO] posix string test case 4(except):strchr(?) %s fail.\n", src);
150 LOG("[DEMO] posix string test case 5(except):strchr(m) %s ok.\n", src);
152 LOG("[DEMO] posix string test case 5(except):strchr(m) %s fail.\n", src);
168 LOG("[DEMO] posix string test case 6(except):strchr(0) %s ok.\n", src);
170 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/
DUtil.py70 except:
73 except:
84 except:
90 except:
/kernel/linux/linux-5.10/tools/perf/scripts/python/
Dsctop.py17 except ImportError:
42 except ValueError:
60 except TypeError:
86 except TypeError:
/kernel/liteos_m/testsuites/unittest/posix/src/ctype/
Dislower_test.c131 LOG("[DEMO] posix ctype test case 4(except):islower(%c) ok.\n", a);
133 LOG("[DEMO] posix ctype test case 4(except):islower(%c) fail.\n", a);
149 LOG("[DEMO] posix ctype test case 5(except):islower(%c) ok.\n", a);
151 LOG("[DEMO] posix ctype test case 5(except):islower(%c) fail.\n", a);
167 LOG("[DEMO] posix ctype test case 6(except):islower(%c) ok.\n", a);
169 LOG("[DEMO] posix ctype test case 6(except):islower(%c) fail.\n", a);
Disxdigit_test.c203 LOG("[DEMO] posix ctype test case 5(except):isxdigit(%c) ok.\n", a);
205 LOG("[DEMO] posix ctype test case 5(except):isxdigit(%c) fail.\n", a);
221 LOG("[DEMO] posix ctype test case 4(except):isxdigit(%c) ok.\n", a);
223 LOG("[DEMO] posix ctype test case 4(except):isxdigit(%c) fail.\n", a);
239 LOG("[DEMO] posix ctype test case 5(except):isxdigit(%c) ok.\n", a);
241 LOG("[DEMO] posix ctype test case 5(except):isxdigit(%c) fail.\n", a);
Disdigit_test.c134 LOG("[DEMO] posix ctype test case 4(except):isdigit(%c) ok.\n", a);
137 LOG("[DEMO] posix ctype test case 4(except):isdigit(%c) fail.\n", a);
153 LOG("[DEMO] posix ctype test case 5(except):isdigit(%c) ok.\n", a);
156 LOG("[DEMO] posix ctype test case 5(except):isdigit(%c) fail.\n", a);
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtcp_client.py16 except (socket.error) as e: return b''
25 except (socket.error) as e: n = 0
38 except socket.error as e:
Dtcp_server.py16 except (socket.error) as e: return b''
25 except (socket.error) as e: n = 0
42 except socket.error as msg:
/kernel/linux/linux-5.10/scripts/
Dshow_delta66 except:
96 except:
106 except:
112 except:
/kernel/uniproton/build/uniproton_ci_lib/
Dget_config_info.py50 except EXCEPTION_LIST:
60 except EXCEPTION_LIST:
70 except EXCEPTION_LIST:
/kernel/linux/linux-5.10/Documentation/admin-guide/
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 …]
/kernel/linux/linux-5.10/drivers/clk/meson/
Dclk-regmap.h42 * Same as clk_gate except CLK_GATE_HIWORD_MASK which is ignored
68 * Same as clk_divider except CLK_DIVIDER_HIWORD_MASK which is ignored
98 * Same as clk_divider except CLK_MUX_HIWORD_MASK which is ignored
/kernel/linux/linux-5.10/drivers/staging/greybus/tools/
Dlbtest68 except IOError as e:
77 except IOError as e:
114 except IOError as e:
156 except ValueError as ve:
/kernel/linux/linux-5.10/tools/cgroup/
Dmemcg_slabinfo.py50 except AttributeError:
142 except:
156 except FaultError:
172 except KeyError:
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/
Dtdc_config.py36 except ImportError as ie:
41 except NameError as ne:
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/
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".
/kernel/linux/linux-5.10/tools/perf/tests/
Dattr.py15 except ImportError:
155 except:
161 except:
330 except Unsup as obj:
332 except Notest as obj:
390 except Fail as obj:

12345678910>>...107