Home
last modified time | relevance | path

Searched refs:indent (Results 1 – 15 of 15) sorted by relevance

/rk3399_rockchip-uboot/scripts/kconfig/
H A Dconf.c40 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 Dmconf.c276 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 Dnconf.c258 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 Dgconf.c60 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 DLindent3 RES=`indent --version`
18 indent $PARAM "$@"
H A Dunpack_bootimg315 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 Dcheckpatch.pl2172 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 Davbtool.py2610 output.write(json.dumps({'partitions': json_partitions}, indent=2))
/rk3399_rockchip-uboot/tools/patman/
H A Dtest.py194 indent = ' '
202 indent = tab
205 return data % (signoff, tab, indent, tab)
/rk3399_rockchip-uboot/cmd/
H A Dpcmcia.c104 #define indent "\t " macro
108 puts (indent); in print_funcid()
149 puts(indent); in print_fixed()
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci.c349 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 Dkconfiglib.py876 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 Dbuilder.py853 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 Dcli_hush.c440 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 Defi_boottime.c106 const char *indent = " "; in indent_string() local
107 const int max = strlen(indent); in indent_string()
109 return &indent[max - level]; in indent_string()