| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | conf.c | 40 static int indent = 1; variable 140 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_string() 173 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_sym() 260 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice() 270 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice() 278 printf("%*c %s\n", indent, '*', _(menu_get_prompt(child))); in conf_choice() 284 printf("%*c", indent, '>'); in conf_choice() 286 printf("%*c", indent, ' '); in conf_choice() 294 printf(_("%*schoice"), indent - 1, ""); in conf_choice() 347 indent += 2; in conf_choice() [all …]
|
| H A D | mconf.c | 276 static int indent; variable 498 indent + 1, ' ', prompt); in build_conf() 501 indent + 1, ' ', prompt, in build_conf() 511 item_make(" %*c*** %s ***", indent + 1, ' ', _(prompt)); in build_conf() 519 item_make("---%*c%s", indent + 1, ' ', _(prompt)); in build_conf() 563 item_add_str("%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf() 569 indent += 2; in build_conf() 571 indent -= 2; in build_conf() 578 item_make("---%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf() 618 tmp = indent - tmp + 4; in build_conf() [all …]
|
| H A D | nconf.c | 258 static int indent; variable 762 indent + 1, ' ', prompt); in build_conf() 766 indent + 1, ' ', prompt, in build_conf() 777 indent + 1, ' ', in build_conf() 785 indent + 1, ' ', in build_conf() 831 item_add_str("%*c%s", indent + 1, in build_conf() 839 indent += 2; in build_conf() 841 indent -= 2; in build_conf() 849 "---%*c%s", indent + 1, in build_conf() 893 tmp = indent - tmp + 4; in build_conf() [all …]
|
| H A D | gconf.c | 60 static gint indent; variable 1200 GtkTreeIter *parent = parents[indent - 1]; in place_node() 1201 GtkTreeIter *node = parents[indent]; in place_node() 1259 indent = 1; in update_tree() 1275 printf("%*c%s | %s\n", indent, ' ', in update_tree() 1324 indent++; in update_tree() 1326 indent--; in update_tree() 1342 indent = 1; in display_tree() 1367 printf("%*c%s: ", indent, ' ', menu_get_prompt(child)); in display_tree() 1395 indent++; in display_tree() [all …]
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | Lindent | 3 RES=`indent --version` 18 indent $PARAM "$@"
|
| H A D | unpack_bootimg | 315 indent = lambda level: ' ' * 4 * level function 319 lines.append(indent(1) + f'{output_ramdisk_name}: ''{') 320 lines.append(indent(2) + f'size: {ramdisk_size}') 321 lines.append(indent(2) + f'offset: {ramdisk_offset}') 322 lines.append(indent(2) + f'type: {ramdisk_type:#x}') 323 lines.append(indent(2) + f'name: {ramdisk_name}') 324 lines.append(indent(2) + 'board_id: [') 329 indent(3) + ' '.join(f'{e:#010x},' for e in row)) 330 lines.append(indent(2) + ']') 331 lines.append(indent(1) + '}')
|
| H A D | checkpatch.pl | 2172 my $indent; 2352 ($length, $indent) = line_stats($rawline); 2356 ($previndent, $stashindent) = ($stashindent, $indent); 2984 my $indent = length($1); 2985 if ($indent % 8) { 2989 $fixed[$fixlinenr] =~ s@(^\+\t+) +@$1 . "\t" x ($indent/8)@e; 3333 $indent != $cindent) { 3385 if ($nindent > $indent) { 3485 ($sindent < $indent) || 3486 ($sindent == $indent && [all …]
|
| H A D | avbtool.py | 2610 output.write(json.dumps({'partitions': json_partitions}, indent=2))
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | test.py | 194 indent = ' ' 202 indent = tab 205 return data % (signoff, tab, indent, tab)
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | pcmcia.c | 104 #define indent "\t " macro 108 puts (indent); in print_funcid() 149 puts(indent); in print_fixed()
|
| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | pci.c | 349 static int indent = 0; in pci_hose_scan_bus() local 386 indent++; in pci_hose_scan_bus() 389 printf("%*c", indent + 1, ' '); in pci_hose_scan_bus() 393 PCI_BUS(dev), PCI_DEV(dev), 6 - indent, PCI_FUNC(dev), in pci_hose_scan_bus() 412 indent--; in pci_hose_scan_bus()
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | kconfiglib.py | 876 indent = _indentation(line) 877 if indent == 0: 886 help_lines = [_deindent(line, indent)] 890 (not line.isspace() and _indentation(line) < indent): 893 help_lines.append(_deindent(line, indent)) 3345 def _deindent(line, indent): argument 3348 if len(line) <= indent: 3350 return line[indent:]
|
| H A D | builder.py | 853 indent = ' ' * 15 855 tuple([indent, self.col.Color(self.col.YELLOW, fname)] + args)) 856 Print('%s %-38s %7s %7s %+7s' % (indent, 'function', 'old', 'new', 861 msg = '%s %-38s %7s %7s %+7d' % (indent, name,
|
| /rk3399_rockchip-uboot/common/ |
| H A D | cli_hush.c | 440 static int free_pipe_list(struct pipe *head, int indent); 441 static int free_pipe(struct pipe *pi, int indent); 1937 static int free_pipe(struct pipe *pi, int indent) argument 1945 char *ind = indenter(indent); 1974 ret_code = free_pipe_list(child->group,indent+3); 2002 static int free_pipe_list(struct pipe *head, int indent) argument 2006 char *ind = indenter(indent); 2009 rcode = free_pipe(pi, indent);
|
| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | efi_boottime.c | 106 const char *indent = " "; in indent_string() local 107 const int max = strlen(indent); in indent_string() 109 return &indent[max - level]; in indent_string()
|