| /openbmc/u-boot/scripts/kconfig/tests/choice/ |
| H A D | oldask1_expected_stdout | 2 boolean choice 3 1. choice 0 (BOOL_CHOICE0) (NEW) 4 > 2. choice 1 (BOOL_CHOICE1) (NEW) 5 choice[1-2?]: 6 optional boolean choice [Y/n/?] (NEW) 7 optional boolean choice 8 > 1. choice 0 (OPT_BOOL_CHOICE0) 9 2. choice 1 (OPT_BOOL_CHOICE1) (NEW) 10 choice[1-2?]: 11 tristate choice [all …]
|
| H A D | Kconfig | 6 choice 7 prompt "boolean choice" 11 bool "choice 0" 14 bool "choice 1" 18 choice 19 prompt "optional boolean choice" 24 bool "choice 0" 27 bool "choice 1" 31 choice 32 prompt "tristate choice" [all …]
|
| H A D | oldask0_expected_stdout | 2 boolean choice 3 1. choice 0 (BOOL_CHOICE0) (NEW) 4 > 2. choice 1 (BOOL_CHOICE1) (NEW) 5 choice[1-2?]: 6 optional boolean choice [N/y/?] (NEW) 7 tristate choice [M/y/?] (NEW) 8 choice 0 (TRI_CHOICE0) [N/m/?] (NEW) 9 choice 1 (TRI_CHOICE1) [N/m/?] (NEW) 10 optional tristate choice [N/m/y/?] (NEW)
|
| /openbmc/u-boot/scripts/kconfig/lxdialog/ |
| H A D | checklist.c | 18 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument 28 wmove(win, choice, 0); in print_item() 32 wmove(win, choice, check_x); in print_item() 39 mvwaddch(win, choice, item_x, list_item[0]); in print_item() 43 wmove(win, choice, check_x + 1); in print_item() 52 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument 72 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows() 108 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local 114 choice = item_n(); in dialog_checklist() 116 choice = item_n(); in dialog_checklist() [all …]
|
| H A D | menubox.c | 89 #define print_item(index, choice, selected) \ argument 92 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \ 176 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local 237 choice = item_n(); in dialog_menu() 240 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu() 243 choice = choice - scroll; in dialog_menu() 247 if ((choice >= max_choice)) { in dialog_menu() 248 if (choice >= item_count() - max_choice / 2) in dialog_menu() 251 scroll = first_item = choice - max_choice / 2; in dialog_menu() 252 choice = choice - scroll; in dialog_menu() [all …]
|
| /openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/ |
| H A D | Kconfig | 1 choice 2 prompt "choice" 11 choice 12 prompt "sub choice" 21 choice 22 prompt "subsub choice"
|
| /openbmc/u-boot/common/ |
| H A D | menu.c | 165 int menu_default_choice(struct menu *m, void **choice) in menu_default_choice() argument 168 *choice = m->default_item->data; in menu_default_choice() 184 static inline int menu_interactive_choice(struct menu *m, void **choice) in menu_interactive_choice() argument 207 return menu_default_choice(m, choice); in menu_interactive_choice() 220 *choice = choice_item->data; in menu_interactive_choice() 269 int menu_get_choice(struct menu *m, void **choice) in menu_get_choice() argument 271 if (!m || !choice) in menu_get_choice() 275 return menu_default_choice(m, choice); in menu_get_choice() 277 return menu_interactive_choice(m, choice); in menu_get_choice()
|
| /openbmc/u-boot/scripts/kconfig/tests/inter_choice/ |
| H A D | Kconfig | 5 choice 16 choice 17 prompt "Another choice"
|
| /openbmc/openbmc/poky/bitbake/lib/bs4/ |
| H A D | diagnose.py | 159 s += random.choice(t) 171 choice = random.randint(0,3) 172 if choice == 0: 174 tag_name = random.choice(tag_names) 176 elif choice == 1: 178 elif choice == 2: 180 tag_name = random.choice(tag_names)
|
| /openbmc/u-boot/board/seco/ |
| H A D | Kconfig | 3 choice 18 choice 36 choice
|
| /openbmc/u-boot/scripts/kconfig/tests/new_choice_with_dep/ |
| H A D | expected_stdout | 5 choice[1-2?]: 10 choice[1-3?]:
|
| H A D | Kconfig | 6 choice 22 choice
|
| /openbmc/u-boot/arch/mips/mach-mt7620/ |
| H A D | Kconfig | 10 choice 21 choice 46 choice 67 choice 96 choice 113 choice
|
| /openbmc/u-boot/include/ |
| H A D | menu.h | 16 int menu_get_choice(struct menu *m, void **choice); 20 int menu_default_choice(struct menu *m, void **choice);
|
| /openbmc/u-boot/scripts/kconfig/tests/auto_submenu/ |
| H A D | expected_stdout | 5 choice 8 choice[1-2?]:
|
| H A D | Kconfig | 26 choice 27 prompt "choice"
|
| /openbmc/u-boot/arch/mips/mach-pic32/ |
| H A D | Kconfig | 7 choice 23 choice
|
| /openbmc/u-boot/board/tqc/tqma6/ |
| H A D | Kconfig | 12 choice 39 choice 58 choice
|
| /openbmc/u-boot/arch/riscv/ |
| H A D | Kconfig | 7 choice 33 choice 52 choice 70 choice
|
| /openbmc/u-boot/arch/arm/mach-integrator/ |
| H A D | Kconfig | 4 choice 20 choice
|
| /openbmc/u-boot/arch/arm/mach-omap2/omap5/ |
| H A D | Kconfig | 8 choice 73 choice 88 choice 112 choice 136 choice
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | kconfiglib.py | 765 choice = Choice() 766 self.choices.append(choice) 769 choice = self.named_choices.get(name) 770 if choice is None: 771 choice = Choice() 772 choice.name = name 773 self.named_choices[name] = choice 774 self.choices.append(choice) 776 choice.config = self 777 choice.parent = parent [all …]
|
| /openbmc/u-boot/arch/arm/mach-imx/mxs/ |
| H A D | Kconfig | 7 choice 43 choice
|
| /openbmc/u-boot/arch/arm/mach-exynos/ |
| H A D | Kconfig | 3 choice 52 choice 90 choice 142 choice
|
| /openbmc/qemu/tests/image-fuzzer/qcow2/ |
| H A D | fuzz.py | 118 return validator(current, random.choice, sequences) 149 return random.choice(fuzz_values) 339 random.choice([selector(current, constraints), current]) 350 random.choice([selector(current, constraints), current])
|