Home
last modified time | relevance | path

Searched refs:last (Results 1 – 10 of 10) sorted by relevance

/scripts/dts/python-devicetree/tests/test-bindings-init/
A Ddiamond.yaml22 # - 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 Dthing.yaml3 # Right (included last) YAML file for testing diamond inheritance.
/scripts/build/
A Dgen_cfb_font_header.py78 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 Dms_timeout.cocci18 // ** 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 Dint_ms_to_timeout.cocci19 // ** 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 Dsoc-schema.yml114 enum: ['first', 'last']
117 last, will run this command once when the final image is flashed.
A Dboard-schema.yml129 enum: ['first', 'last']
132 last, will run this command once when the final image is flashed.
/scripts/kconfig/
A Dguiconfig.py616 def yscrollcommand(first, last): argument
619 if float(first) <= 0.0 and float(last) >= 1.0:
624 vscrollbar.set(first, last)
/scripts/ci/
A Dcheck_compliance.py1903 last = ''
1926 if line < last:
1929 last = line
/scripts/west_commands/completion/
A Dwest-completion.fish72 # 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