Searched refs:first (Results 1 – 20 of 20) sorted by relevance
| /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))
|
| A D | gen_device_deps.py | 63 devices. The symbol name must point to the first \
|
| A D | gen_app_partitions.py | 263 …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 D | compat_desc_multi.yaml | 11 # will depend on inclusion order: the first wins.
|
| /scripts/kconfig/ |
| A D | lint.py | 46 first = True 48 if not first: 50 first = False
|
| 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/west_commands/completion/ |
| A D | west-completion.bash | 64 local exclude i j first 77 first=t 86 if [ $j -ge 2 ] && [ -n "$first" ]; then 89 first=
|
| A D | west-completion.zsh | 311 '--skip-rebuild[do not refresh cmake dependencies first]'
|
| A D | west-completion.fish | 475 …d_from flash debug debugserver attach" -l skip-rebuild -d "do not refresh cmake dependencies first"
|
| /scripts/coccinelle/ |
| A D | find_functions.cocci | 11 // of the void* parameter in the first dict, and the actual number of 82 // but then first rule should not match statics.)
|
| A D | array_size.cocci | 4 //# where there is a division of sizeof the array by the sizeof its first
|
| /scripts/schemas/ |
| A D | soc-schema.yml | 114 enum: ['first', 'last'] 116 If first, will run this command once when the first image is flashed, if
|
| A D | board-schema.yml | 129 enum: ['first', 'last'] 131 If first, will run this command once when the first image is flashed, if
|
| /scripts/ |
| A D | get_maintainer.py | 436 first = True 438 if not first: 440 first = False
|
| A D | checkpatch.pl | 3314 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 D | run_common.py | 98 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 D | README.md | 24 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 D | README.txt | 10 'net-tools' Docker container has been created, see the first bullet point
|
| /scripts/ci/ |
| A D | pylintrc | 62 # first.
|
| /scripts/dts/python-devicetree/tests/ |
| A D | test.dts | 307 1 1 /* Matches first range */
|
Completed in 42 milliseconds