Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 174) sorted by relevance

1234567

/scripts/schemas/
A Dbuild-schema.yml7 type: map
11 type: str
13 type: map
16 type: map
19 type: str
23 type: map
37 type: map
60 type: seq
71 type: map
86 type: map
[all …]
A Dboard-schema.yml12 type: seq
14 - type: map
28 type: seq
30 - type: map
40 type: map
44 type: str
48 type: str
52 type: str
95 type: map
100 type: seq
[all …]
A Dsoc-schema.yml12 type: seq
14 - type: map
22 type: seq
24 - type: map
34 type: seq
36 - type: map
49 type: seq
60 type: map
64 type: seq
81 type: str
[all …]
A Dsnippet-schema.yml10 type: map
13 type: str
15 type: str
17 type: str
19 type: str
21 type: map
25 type: str
43 type: map
46 type: map
A Dpatch-schema.yml9 type: seq
11 - type: map
18 type: str
24 type: str
31 type: str
36 type: str
41 type: str
58 type: str
100 type: map
109 type: str
[all …]
A Darch-schema.yml10 type: map
14 type: seq
16 - type: map
20 type: str
24 type: str
28 type: str
32 type: str
A Dshield-schema.yml10 type: map
14 type: str
18 type: str
22 type: str
27 - type: str
30 type: map
38 type: seq
/scripts/schemas/twister/
A Dtestsuite-schema.yaml12 type: map
18 type: any
21 type: any
24 type: seq
29 type: seq
34 type: seq
45 type: any
48 type: any
51 type: seq
260 "type":
[all …]
A Dhwmap-schema.yaml1 type: seq
3 - type: map
7 type: bool
10 type: bool
13 type: str
16 type: str
19 type: any
22 type: str
25 type: str
28 type: str
[all …]
A Dplatform-schema.yaml13 type: map
16 type: map
22 type: str
24 type: seq
28 type: str
29 "type":
30 type: str
33 type: seq
56 type: str
76 type: str
[all …]
A Dtest-config-schema.yaml5 type: map
8 type: map
12 type: seq
15 - type: str
17 type: map
21 type: bool
24 type: bool
27 type: seq
30 - type: str
32 type: seq
[all …]
A Dquarantine-schema.yaml10 type: seq
13 - type: map
18 type: seq
21 - type: str
25 type: seq
27 - type: str
31 type: seq
33 - type: str
37 type: seq
39 - type: str
[all …]
/scripts/dts/python-devicetree/tests/test-bindings/
A Dprops.yaml9 type: boolean
12 type: boolean
15 type: int
19 type: array
22 type: uint8-array
25 type: string
29 type: string-array
33 type: phandle
36 type: phandles
42 type: string-array
[all …]
A Denums.yaml10 type: int
17 type: string
23 type: string
29 type: string
36 type: array
45 type: string-array
51 type: string
A Ddefaults.yaml11 type: int
16 type: array
21 type: uint8-array
26 type: string
31 type: string-array
36 type: int
A Dchild-binding.yaml11 type: int
14 type: phandle
20 type: int
23 type: phandle
A Dgrandchild-1.yaml6 type: int
10 type: int
/scripts/dts/python-devicetree/tests/test-bindings-init/
A Dbase.yaml37 type: int
39 type: string
41 type: string
47 type: int
50 type: int
53 type: int
62 type: int
72 type: int
75 type: int
78 type: int
[all …]
A Dsimple.yaml8 type: int
10 type: int
12 type: int
17 type: int
19 type: int
21 type: int
26 type: int
28 type: int
30 type: int
/scripts/dts/python-devicetree/tests/test-bindings-include/
A Dsimple.yaml8 type: int
10 type: int
12 type: int
17 type: int
19 type: int
21 type: int
26 type: int
28 type: int
30 type: int
A Dinclude.yaml7 type: int
9 type: int
11 type: int
15 type: int
17 type: int
22 type: int
24 type: int
A Dinclude-invalid-type.yaml2 Invalid include: wrong top level type.
3 compatible: include-invalid-type
/scripts/utils/
A Dntc_thermistor_table.py67 "-r25", type=float, required=True, help="Nominal resistance of thermistor"
70 "-b", "--beta", type=float, required=True, help="Beta(25/85) value"
75 type=int,
82 type=int,
89 type=int,
/scripts/build/
A Dgen_cfb_font_header.py180 if args.type == "font":
182 elif args.type == "image":
220 "-i", "--input", required=True, type=argparse.FileType('rb'), metavar="FILE",
228 "-s", "--size", type=int, default=10, metavar="POINTS",
233 "-o", "--output", type=argparse.FileType('w'), default="-", metavar="FILE",
236 "--bindir", type=str,
239 "-x", "--width", required=True, type=int,
242 "-y", "--height", required=True, type=int,
248 "--first", type=int, default=PRINTABLE_MIN, metavar="CHARCODE",
251 "--last", type=int, default=PRINTABLE_MAX, metavar="CHARCODE",
[all …]
/scripts/coccinelle/
A Dboolean.cocci17 type T1, T2;
49 msg = "WARNING: Violation to rule 14.4 (Controlling expression shall have essentially Boolean type)"
54 type T;
78 msg = "WARNING: Violation to rule 14.4 (Controlling expression shall have essentially Boolean type)"
99 msg = "WARNING: Violation to rule 14.4 (Controlling expression shall have essentially Boolean type)"

Completed in 19 milliseconds

1234567