Home
last modified time | relevance | path

Searched defs:menu (Results 1 – 25 of 96) sorted by relevance

1234

/external/clang/test/CodeGen/
Dpragma-pack-3.c11 struct menu { struct
12 void *menuRef;
13 unsigned char menuItemIndex;
14 } menu; member
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/fakes/
DRoboMenuTest.java23 RoboMenu menu = new RoboMenu(ApplicationProvider.getApplicationContext()); in addAndRemoveMenuItems() local
39 RoboMenu menu = new RoboMenu(ApplicationProvider.getApplicationContext()); in addSubMenu() local
51 RoboMenu menu = new RoboMenu(a); in clickWithIntent() local
69 RoboMenu menu = new RoboMenu(ApplicationProvider.getApplicationContext()); in add_AddsItemsInOrder() local
/external/u-boot/common/
Dmenu.c33 struct menu { struct
34 struct menu_item *default_item; argument
45 * An iterator function for menu items. callback will be called for each item argument
53 void *(*callback)(struct menu *, struct menu_item *, void *), in menu_items_iter() argument
/external/u-boot/scripts/kconfig/
Dmenu.c21 void menu_warn(struct menu *menu, const char *fmt, ...) in menu_warn()
49 struct menu *menu; in menu_add_entry() local
146 struct menu *menu = current_entry; in menu_add_prop() local
298 struct menu *menu, *last_menu; in menu_finalize() local
607 bool menu_has_prompt(struct menu *menu) in menu_has_prompt()
619 bool menu_is_empty(struct menu *menu) in menu_is_empty()
630 bool menu_is_visible(struct menu *menu) in menu_is_visible()
668 const char *menu_get_prompt(struct menu *menu) in menu_get_prompt()
677 struct menu *menu_get_root_menu(struct menu *menu) in menu_get_root_menu()
682 struct menu *menu_get_parent_menu(struct menu *menu) in menu_get_parent_menu()
[all …]
Dexpr.h196 struct menu *menu; /* the menu the property are associated with member
218 struct menu { struct
220 struct menu *next; argument
223 struct menu *parent; argument
226 struct menu *list; argument
236 * symbol as well as the text for a menu or comment, along with the argument
259 /* The location where the menu node appears in the Kconfig files */ argument
268 * Set on a menu node when the corresponding symbol changes state in some way. argument
Dconf.c47 static void print_help(struct menu *menu) in print_help()
130 static int conf_string(struct menu *menu) in conf_string()
163 static int conf_sym(struct menu *menu) in conf_sym()
230 static int conf_choice(struct menu *menu) in conf_choice()
345 static void conf(struct menu *menu) in conf()
412 static void check_conf(struct menu *menu) in check_conf()
Dqconf.cc350 bool ConfigList::menuSkip(struct menu *menu) in menuSkip()
394 ConfigItem* ConfigList::findConfigItem(struct menu *menu) in findConfigItem()
408 struct menu *menu; in updateSelection() local
502 struct menu* menu; in changeValue() local
538 void ConfigList::setRootMenu(struct menu *menu) in setRootMenu()
586 void ConfigList::updateMenuList(ConfigItem *parent, struct menu* menu) in updateMenuList()
651 void ConfigList::updateMenuList(ConfigList *parent, struct menu* menu) in updateMenuList()
720 struct menu *menu; in keyPressEvent() local
781 struct menu *menu; in mouseReleaseEvent() local
842 struct menu *menu; in mouseDoubleClickEvent() local
[all …]
Dgconf.c367 static void text_insert_help(struct menu *menu) in text_insert_help()
786 struct menu *menu; in renderer_edited() local
806 static void change_sym_value(struct menu *menu, gint col) in change_sym_value()
846 static void toggle_sym_value(struct menu *menu) in toggle_sym_value()
887 struct menu *menu; in on_treeview2_button_press_event() local
944 struct menu *menu; in on_treeview2_key_press_event() local
986 struct menu *menu; in on_treeview2_cursor_changed() local
1005 struct menu *menu; in on_treeview1_button_press_event() local
1037 static gchar **fill_row(struct menu *menu) in fill_row()
1162 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row) in set_node()
[all …]
Dzconf.y42 struct menu *menu; member
643 static void print_symbol(FILE *out, struct menu *menu) in print_symbol()
734 struct menu *menu; in zconfdump() local
Dmconf.c466 static void build_conf(struct menu *menu) in build_conf()
645 static void conf(struct menu *menu, struct menu *active_menu) in conf()
789 static void show_help(struct menu *menu) in show_help()
800 static void conf_choice(struct menu *menu) in conf_choice()
861 static void conf_string(struct menu *menu) in conf_string()
Dnconf.c463 static int process_special_keys(int *key, struct menu *menu) in process_special_keys()
525 static void item_make(struct menu *menu, char tag, const char *fmt, ...) in item_make()
735 static void build_conf(struct menu *menu) in build_conf()
1068 static void conf(struct menu *menu) in conf()
1221 static void show_help(struct menu *menu) in show_help()
1234 static void conf_choice(struct menu *menu) in conf_choice()
1351 static void conf_string(struct menu *menu) in conf_string()
/external/u-boot/cmd/
Dbootmenu.c29 struct bootmenu_data *menu; /* this bootmenu */ member
80 static void bootmenu_autoboot_loop(struct bootmenu_data *menu, in bootmenu_autoboot_loop()
131 static void bootmenu_loop(struct bootmenu_data *menu, in bootmenu_loop()
191 struct bootmenu_data *menu = data; in bootmenu_choice_entry() local
232 static void bootmenu_destroy(struct bootmenu_data *menu) in bootmenu_destroy()
251 struct bootmenu_data *menu; in bootmenu_create() local
362 struct menu *menu; in bootmenu_show() local
439 struct bootmenu_data *menu; in menu_display_statusline() local
/external/toybox/kconfig/
Dmenu.c18 static void menu_warn(struct menu *menu, const char *fmt, ...) in menu_warn()
46 struct menu *menu; in menu_add_entry() local
230 struct menu *menu, *last_menu; in menu_finalize() local
368 bool menu_is_visible(struct menu *menu) in menu_is_visible()
394 const char *menu_get_prompt(struct menu *menu) in menu_get_prompt()
403 struct menu *menu_get_root_menu(struct menu *menu) in menu_get_root_menu()
408 struct menu *menu_get_parent_menu(struct menu *menu) in menu_get_parent_menu()
Dexpr.h120 struct menu *menu; member
134 struct menu { struct
135 struct menu *next; argument
136 struct menu *parent; argument
137 struct menu *list; argument
138 struct symbol *sym;
139 struct property *prompt;
140 struct expr *dep;
141 unsigned int flags;
143 struct file *file;
[all …]
Dconf.c171 int conf_string(struct menu *menu) in conf_string()
205 static int conf_sym(struct menu *menu) in conf_sym()
279 static int conf_choice(struct menu *menu) in conf_choice()
408 static void conf(struct menu *menu) in conf()
470 static void check_conf(struct menu *menu) in check_conf()
Dmconf.c329 struct menu *submenu[8], *menu; in get_prompt_str() local
425 static void build_conf(struct menu *menu) in build_conf()
583 static void conf(struct menu *menu) in conf()
696 static void show_help(struct menu *menu) in show_help()
716 static void conf_choice(struct menu *menu) in conf_choice()
767 static void conf_string(struct menu *menu) in conf_string()
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_QUERYMENU.c34 struct v4l2_querymenu *menu) in do_check_menu()
80 struct v4l2_querymenu menu; in do_query_menu() local
107 struct v4l2_querymenu menu; in do_query_menu_invalid() local
290 struct v4l2_querymenu menu; in test_VIDIOC_QUERYMENU_NULL() local
/external/sl4a/Common/src/com/googlecode/android_scripting/activity/
DFutureActivity.java121 public void onCreateContextMenu(ContextMenu menu, View v, ContextMenuInfo menuInfo) { in onCreateContextMenu()
128 public boolean onPrepareOptionsMenu(Menu menu) { in onPrepareOptionsMenu()
/external/libcxx/www/
Dmenu.css5 [id=menu] { selector
/external/compiler-rt/www/
Dmenu.css5 [id=menu] { selector
/external/libcxxabi/www/
Dmenu.css5 [id=menu] { selector
/external/clang/www/
Dmenu.css5 [id=menu] { selector
/external/sl4a/Common/src/com/googlecode/android_scripting/future/
DFutureActivityTask.java66 public void onCreateContextMenu(ContextMenu menu, View v, ContextMenuInfo menuInfo) { in onCreateContextMenu()
69 public boolean onPrepareOptionsMenu(Menu menu) { in onPrepareOptionsMenu()
/external/selinux/gui/
DstatusPage.py109 def set_current_mode(self, menu): argument
133 def typemenu_changed(self, menu): argument
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptManager.java206 public void onCreateContextMenu(ContextMenu menu, View v, ContextMenuInfo menuInfo) { in onCreateContextMenu()
265 public boolean onPrepareOptionsMenu(Menu menu) { in onPrepareOptionsMenu()
280 private void buildSwitchActivityMenu(Menu menu) { in buildSwitchActivityMenu()
305 private void buildAddMenu(Menu menu) { in buildAddMenu()

1234