| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/choice/ |
| H A D | Kconfig | 8 choice 9 prompt "boolean choice" 13 bool "choice 0" 16 bool "choice 1" 20 choice 21 prompt "optional boolean choice" 26 bool "choice 0" 29 bool "choice 1" 33 choice 34 prompt "tristate choice" [all …]
|
| 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 | 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)
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/ |
| 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 …]
|
| 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 …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/ |
| H A D | menubox.c | 102 #define print_item(index, choice, selected) \ argument 105 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \ 189 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local 250 choice = item_n(); in dialog_menu() 253 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu() 256 choice = choice - scroll; in dialog_menu() 260 if ((choice >= max_choice)) { in dialog_menu() 261 if (choice >= item_count() - max_choice / 2) in dialog_menu() 264 scroll = first_item = choice - max_choice / 2; in dialog_menu() 265 choice = choice - scroll; in dialog_menu() [all …]
|
| H A D | checklist.c | 31 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument 41 wmove(win, choice, 0); in print_item() 45 wmove(win, choice, check_x); in print_item() 52 mvwaddch(win, choice, item_x, list_item[0]); in print_item() 56 wmove(win, choice, check_x + 1); in print_item() 65 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument 85 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows() 121 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local 127 choice = item_n(); in dialog_checklist() 129 choice = item_n(); in dialog_checklist() [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/ |
| H A D | menubox.c | 90 #define print_item(index, choice, selected) \ argument 93 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \ 177 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local 238 choice = item_n(); in dialog_menu() 241 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu() 244 choice = choice - scroll; in dialog_menu() 248 if ((choice >= max_choice)) { in dialog_menu() 249 if (choice >= item_count() - max_choice / 2) in dialog_menu() 252 scroll = first_item = choice - max_choice / 2; in dialog_menu() 253 choice = choice - scroll; in dialog_menu() [all …]
|
| H A D | checklist.c | 19 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument 29 wmove(win, choice, 0); in print_item() 33 wmove(win, choice, check_x); in print_item() 40 mvwaddch(win, choice, item_x, list_item[0]); in print_item() 44 wmove(win, choice, check_x + 1); in print_item() 53 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument 73 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows() 109 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local 115 choice = item_n(); in dialog_checklist() 117 choice = item_n(); in dialog_checklist() [all …]
|
| /OK3568_Linux_fs/buildroot/boot/uboot/2015.07/ |
| H A D | 0001-Revert-arch-Make-board-selection-choices-optional.patch | 94 choice 106 choice 118 choice 130 choice 142 choice 154 choice 166 choice 178 choice 190 choice 202 choice [all …]
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | menu.c | 166 int menu_default_choice(struct menu *m, void **choice) in menu_default_choice() argument 169 *choice = m->default_item->data; in menu_default_choice() 185 static inline int menu_interactive_choice(struct menu *m, void **choice) in menu_interactive_choice() argument 209 return menu_default_choice(m, choice); in menu_interactive_choice() 222 *choice = choice_item->data; in menu_interactive_choice() 271 int menu_get_choice(struct menu *m, void **choice) in menu_get_choice() argument 273 if (!m || !choice) in menu_get_choice() 277 return menu_default_choice(m, choice); in menu_get_choice() 279 return menu_interactive_choice(m, choice); in menu_get_choice()
|
| /OK3568_Linux_fs/kernel/include/linux/netfilter/ |
| H A D | nf_conntrack_h323_types.h | 29 } choice; member 52 } choice; member 71 } choice; member 93 } choice; member 118 } choice; member 129 } choice; member 168 } choice; member 193 } choice; member 217 } choice; member 382 } choice; member [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/ui/browsers/ |
| H A D | scripts.c | 89 int i, num, choice; in list_scripts() local 129 choice = ui__popup_menu(num + max_std, (char * const *)names, NULL); in list_scripts() 130 if (choice < 0) { in list_scripts() 134 if (choice == custom_perf) { in list_scripts() 144 } else if (choice < num + max_std) { in list_scripts() 145 strcpy(script_name, paths[choice]); in list_scripts() 147 *custom = choice >= max_std; in list_scripts()
|
| H A D | res_sample.c | 36 int choice; in res_sample_browse() local 59 choice = ui__popup_menu(num_res, names, NULL); in res_sample_browse() 64 if (choice < 0 || choice >= num_res) in res_sample_browse() 66 r = &res_samples[choice]; in res_sample_browse()
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | Kconfig | 38 the module can be loaded. See the decpc choice below 56 help on the Speakup choice above for more info. 65 help on the Speakup choice above for more info. 73 help on the Speakup choice above for more info. 81 Speakup choice above for more info. 89 help on the Speakup choice above for more info. 98 help on the Speakup choice above for more info. 107 configuration help on the Speakup choice above for more 119 choice above for more info. 141 configuration help on the Speakup choice above for more [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/ |
| H A D | diagnose.py | 144 s += random.choice(t) 156 choice = random.randint(0,3) 157 if choice == 0: 159 tag_name = random.choice(tag_names) 161 elif choice == 1: 163 elif choice == 2: 165 tag_name = random.choice(tag_names)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/command/ |
| H A D | explore.py | 457 choice = raw_input("Enter the field number of choice: ") 458 if choice in choice_to_compound_field_map: 459 Explorer.explore_expr(choice_to_compound_field_map[choice][0], 460 choice_to_compound_field_map[choice][1], 525 choice = raw_input("Enter the field number of choice: ") 526 if choice in choice_to_compound_field_map: 529 (choice_to_compound_field_map[choice][2], 530 choice_to_compound_field_map[choice][0], 534 (choice_to_compound_field_map[choice][2], 535 choice_to_compound_field_map[choice][0], [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/command/ |
| H A D | explore.py | 457 choice = raw_input("Enter the field number of choice: ") 458 if choice in choice_to_compound_field_map: 459 Explorer.explore_expr(choice_to_compound_field_map[choice][0], 460 choice_to_compound_field_map[choice][1], 525 choice = raw_input("Enter the field number of choice: ") 526 if choice in choice_to_compound_field_map: 529 (choice_to_compound_field_map[choice][2], 530 choice_to_compound_field_map[choice][0], 534 (choice_to_compound_field_map[choice][2], 535 choice_to_compound_field_map[choice][0], [all …]
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | Kconfig.hz | 6 choice 23 100 Hz is a typical choice for servers, SMP and NUMA systems 30 250 Hz is a good compromise choice allowing server performance 38 300 Hz is a good compromise choice allowing server performance 46 1000 Hz is the preferred choice for desktop systems and other
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/inter_choice/ |
| H A D | Kconfig | 7 choice 18 choice 19 prompt "Another choice"
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/build/linux/ |
| H A D | envsetup.sh | 15 local choice 16 for choice in ${choices[@]} 18 echo " $i. $choice"
|
| /OK3568_Linux_fs/u-boot/board/seco/ |
| H A D | Kconfig | 3 choice 18 choice 36 choice
|
| /OK3568_Linux_fs/buildroot/package/rockchip/recovery/ |
| H A D | Config.in | 28 choice 37 choice 39 prompt "choice the update bin of recovery."
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | kconfiglib.py | 761 choice = Choice() 762 self.choices.append(choice) 765 choice = self.named_choices.get(name) 766 if choice is None: 767 choice = Choice() 768 choice.name = name 769 self.named_choices[name] = choice 770 self.choices.append(choice) 772 choice.config = self 773 choice.parent = parent [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/configs/ |
| H A D | Config.in.post-rootfs | 5 choice 29 choice 53 choice 69 choice 108 choice
|