Home
last modified time | relevance | path

Searched refs:choice (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/openbmc/u-boot/scripts/kconfig/tests/choice/
H A Doldask1_expected_stdout2 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 DKconfig6 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 Doldask0_expected_stdout2 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 Dchecklist.c18 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 Dmenubox.c89 #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 DKconfig1 choice
2 prompt "choice"
11 choice
12 prompt "sub choice"
21 choice
22 prompt "subsub choice"
/openbmc/u-boot/common/
H A Dmenu.c165 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 DKconfig5 choice
16 choice
17 prompt "Another choice"
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddiagnose.py159 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 DKconfig3 choice
18 choice
36 choice
/openbmc/u-boot/scripts/kconfig/tests/new_choice_with_dep/
H A Dexpected_stdout5 choice[1-2?]:
10 choice[1-3?]:
H A DKconfig6 choice
22 choice
/openbmc/u-boot/arch/mips/mach-mt7620/
H A DKconfig10 choice
21 choice
46 choice
67 choice
96 choice
113 choice
/openbmc/u-boot/include/
H A Dmenu.h16 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 Dexpected_stdout5 choice
8 choice[1-2?]:
H A DKconfig26 choice
27 prompt "choice"
/openbmc/u-boot/arch/mips/mach-pic32/
H A DKconfig7 choice
23 choice
/openbmc/u-boot/board/tqc/tqma6/
H A DKconfig12 choice
39 choice
58 choice
/openbmc/u-boot/arch/riscv/
H A DKconfig7 choice
33 choice
52 choice
70 choice
/openbmc/u-boot/arch/arm/mach-integrator/
H A DKconfig4 choice
20 choice
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A DKconfig8 choice
73 choice
88 choice
112 choice
136 choice
/openbmc/u-boot/tools/buildman/
H A Dkconfiglib.py765 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 DKconfig7 choice
43 choice
/openbmc/u-boot/arch/arm/mach-exynos/
H A DKconfig3 choice
52 choice
90 choice
142 choice
/openbmc/qemu/tests/image-fuzzer/qcow2/
H A Dfuzz.py118 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])

12345678910>>...14