Home
last modified time | relevance | path

Searched refs:first (Results 1 – 20 of 20) sorted by relevance

/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))
A Dgen_device_deps.py63 devices. The symbol name must point to the first \
A Dgen_app_partitions.py263 …nfigure(section, input = None, symbols = None, align = None, any = False, first = False, keep = Fa… argument
269 props['FIRST'] = first
/scripts/dts/python-devicetree/tests/test-bindings-init/
A Dcompat_desc_multi.yaml11 # will depend on inclusion order: the first wins.
/scripts/kconfig/
A Dlint.py46 first = True
48 if not first:
50 first = False
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/west_commands/completion/
A Dwest-completion.bash64 local exclude i j first
77 first=t
86 if [ $j -ge 2 ] && [ -n "$first" ]; then
89 first=
A Dwest-completion.zsh311 '--skip-rebuild[do not refresh cmake dependencies first]'
A Dwest-completion.fish475 …d_from flash debug debugserver attach" -l skip-rebuild -d "do not refresh cmake dependencies first"
/scripts/coccinelle/
A Dfind_functions.cocci11 // of the void* parameter in the first dict, and the actual number of
82 // but then first rule should not match statics.)
A Darray_size.cocci4 //# where there is a division of sizeof the array by the sizeof its first
/scripts/schemas/
A Dsoc-schema.yml114 enum: ['first', 'last']
116 If first, will run this command once when the first image is flashed, if
A Dboard-schema.yml129 enum: ['first', 'last']
131 If first, will run this command once when the first image is flashed, if
/scripts/
A Dget_maintainer.py436 first = True
438 if not first:
440 first = False
A Dcheckpatch.pl3314 my $first = $1;
3317 if ($first =~ /(?:struct|union|enum)/) {
3318 pos($rawline) += length($first) + length($second) + 1;
3322 next if ($first ne $second);
3323 next if ($first eq 'long');
3326 "Possible repeated word: '$first'\n" . $herecurr) &&
3328 $fixed[$fixlinenr] =~ s/\b$first $second\b/$first/;
5381 my $first = 1;
5385 if ($first) {
5387 $first = 0;
/scripts/west_commands/
A Drun_common.py98 first: bool
408 if not cmd.first:
460 if cmd.first and cmd.ran:
463 elif not cmd.first and not cmd.ran:
/scripts/ci/es_upload/
A DREADME.md24 It is recommended to try the upload script with `--dry-run` option first
33 Execute the upload script once for the first time to create your index at the ElasticSearch
/scripts/net/
A DREADME.txt10 'net-tools' Docker container has been created, see the first bullet point
/scripts/ci/
A Dpylintrc62 # first.
/scripts/dts/python-devicetree/tests/
A Dtest.dts307 1 1 /* Matches first range */

Completed in 42 milliseconds