Searched refs:last (Results 1 – 10 of 10) sorted by relevance
| /scripts/dts/python-devicetree/tests/test-bindings-init/ |
| A D | diamond.yaml | 22 # - prop-1 (last amended in thing.yaml) 26 # - prop-enum (last amended here) 35 # - child-prop-1 (last amended in thing.yaml) 39 # - child-prop-enum (last amended here) 48 # - grandchild-prop-1 (last amended in thing.yaml) 52 # - grandchild-prop-enum (last amended here)
|
| A D | thing.yaml | 3 # Right (included last) YAML file for testing diamond inheritance.
|
| /scripts/build/ |
| A D | gen_cfb_font_header.py | 78 for i in range(args.first, args.last + 1): 105 for i in range(args.first, args.last + 1): 129 for i in range(args.first, args.last + 1): 177 elem=args.last - args.first + 1, 201 caps=caps, first=args.first, last=args.last))
|
| /scripts/coccinelle/ |
| A D | ms_timeout.cocci | 18 // ** Handle millisecond timeout as the last parameter 81 // ** Handle millisecond timeout as second from last parameter 139 // ** Handle millisecond timeout as third from last parameter
|
| A D | int_ms_to_timeout.cocci | 19 // ** Handle timeouts at the last position of kernel API arguments 281 // ** Handle k_timer_start where the second (not last) argument is a
|
| /scripts/schemas/ |
| A D | soc-schema.yml | 114 enum: ['first', 'last'] 117 last, will run this command once when the final image is flashed.
|
| A D | board-schema.yml | 129 enum: ['first', 'last'] 132 last, will run this command once when the final image is flashed.
|
| /scripts/kconfig/ |
| A D | guiconfig.py | 616 def yscrollcommand(first, last): argument 619 if float(first) <= 0.0 and float(last) >= 1.0: 624 vscrollbar.set(first, last)
|
| /scripts/ci/ |
| A D | check_compliance.py | 1903 last = '' 1926 if line < last: 1929 last = line
|
| /scripts/west_commands/completion/ |
| A D | west-completion.fish | 72 # check if a given token is the last one in the command line 74 # return 0 if one of the given argument is the last token
|
Completed in 31 milliseconds