/external/coreboot/payloads/libpayload/curses/menu/ |
D | m_global.c | 110 ComputeMaximum_NameDesc_Lengths(MENU * menu) in ComputeMaximum_NameDesc_Lengths() 144 ResetConnectionInfo(MENU * menu, ITEM ** items) in ResetConnectionInfo() 174 _nc_Connect_Items(MENU * menu, ITEM ** items) in _nc_Connect_Items() 236 _nc_Disconnect_Items(MENU * menu) in _nc_Disconnect_Items() 291 calculate_actual_width(MENU * menu, bool name) in calculate_actual_width() 327 #define calculate_actual_width(menu, name) (name ? menu->namelen : menu->desclen) argument 340 _nc_Calculate_Item_Length_and_Width(MENU * menu) in _nc_Calculate_Item_Length_and_Width() 379 _nc_Link_Items(MENU * menu) in _nc_Link_Items() 506 _nc_Show_Menu(const MENU * menu) in _nc_Show_Menu() 547 MENU * menu, in _nc_New_TopRow_and_CurrentItem()
|
D | menu.priv.h | 57 #define Normalize_Menu( menu ) ((menu)=(menu)?(menu):&_nc_Default_Menu) argument 59 #define Get_Menu_Screen( menu ) (menu->userwin ? \ argument 63 #define Get_Menu_UserWin(menu) ((menu)->userwin ? \ argument 67 #define Get_Menu_Window( menu ) \ argument 85 #define Move_And_Post_Item(menu,item) \ argument 89 #define Move_To_Current_Item(menu,item) \ argument 100 #define Adjust_Current_Item(menu,row,item) \ argument 109 #define Reset_Pattern(menu) \ argument
|
D | m_opts.c | 116 menu_opts_off(MENU * menu, Menu_Options opts) in menu_opts_off() 149 menu_opts_on(MENU * menu, Menu_Options opts) in menu_opts_on() 177 menu_opts(const MENU * menu) in menu_opts()
|
D | m_driver.c | 45 #define Remove_Character_From_Pattern(menu) \ argument 49 #define Add_Character_To_Pattern(menu,ch) \ argument 119 (MENU * menu, int ch, ITEM ** item) in _nc_Match_Next_Character_In_Item_Name() 212 menu_driver(MENU * menu, int c) in menu_driver()
|
D | m_items.c | 88 menu_items(const MENU * menu) in menu_items() 104 item_count(const MENU * menu) in item_count()
|
D | m_pad.c | 43 #define Refresh_Menu(menu) \ argument 89 menu_pad(const MENU * menu) in menu_pad()
|
D | m_new.c | 57 MENU *menu = typeCalloc(MENU, 1); in NCURSES_EXPORT() local 123 free_menu(MENU * menu) in free_menu()
|
D | m_post.c | 200 _nc_Draw_Menu(const MENU * menu) in _nc_Draw_Menu() 270 post_menu(MENU * menu) in post_menu() 342 unpost_menu(MENU * menu) in unpost_menu()
|
/external/clang/test/CodeGen/ |
D | pragma-pack-3.c | 11 struct menu { struct 12 void *menuRef; 13 unsigned char menuItemIndex; 14 } menu; member
|
/external/robolectric/robolectric/src/test/java/org/robolectric/fakes/ |
D | RoboMenuTest.java | 23 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/coreboot/util/kconfig/ |
D | menu.c | 22 void menu_warn(struct menu *menu, const char *fmt, ...) in menu_warn() 50 struct menu *menu; in menu_add_entry() local 172 struct menu *menu = current_entry; in menu_add_prompt() local 287 struct menu *menu, *last_menu; in menu_finalize() local 594 bool menu_has_prompt(struct menu *menu) in menu_has_prompt() 606 bool menu_is_empty(struct menu *menu) in menu_is_empty() 617 bool menu_is_visible(struct menu *menu) in menu_is_visible() 655 const char *menu_get_prompt(struct menu *menu) in menu_get_prompt() 664 struct menu *menu_get_parent_menu(struct menu *menu) in menu_get_parent_menu() 676 static void get_def_str(struct gstr *r, struct menu *menu) in get_def_str() [all …]
|
D | expr.h | 195 struct menu *menu; /* the menu the property are associated with member 217 struct menu { struct 219 struct menu *next; argument 222 struct menu *parent; argument 225 struct menu *list; argument 235 * symbol as well as the text for a menu or comment, along with the argument 258 /* The location where the menu node appears in the Kconfig files */ argument 267 * Set on a menu node when the corresponding symbol changes state in some way. argument
|
D | qconf.cc | 342 bool ConfigList::menuSkip(struct menu *menu) in menuSkip() 385 ConfigItem* ConfigList::findConfigItem(struct menu *menu) in findConfigItem() 399 struct menu *menu; in updateSelection() local 515 struct menu* menu; in changeValue() local 548 void ConfigList::setRootMenu(struct menu *menu) in setRootMenu() 596 void ConfigList::updateMenuList(ConfigItem *parent, struct menu* menu) in updateMenuList() 661 void ConfigList::updateMenuList(struct menu *menu) in updateMenuList() 730 struct menu *menu; in keyPressEvent() local 794 struct menu *menu; in mouseReleaseEvent() local 847 struct menu *menu; in mouseDoubleClickEvent() local [all …]
|
D | conf.c | 49 static void print_help(struct menu *menu) in print_help() 349 static int conf_string(struct menu *menu) in conf_string() 382 static int conf_sym(struct menu *menu) in conf_sym() 449 static int conf_choice(struct menu *menu) in conf_choice() 564 static void conf(struct menu *menu) in conf() 631 static void check_conf(struct menu *menu) in check_conf()
|
D | gconf.c | 362 static void text_insert_help(struct menu *menu) in text_insert_help() 779 struct menu *menu; in renderer_edited() local 799 static void change_sym_value(struct menu *menu, gint col) in change_sym_value() 839 static void toggle_sym_value(struct menu *menu) in toggle_sym_value() 880 struct menu *menu; in on_treeview2_button_press_event() local 937 struct menu *menu; in on_treeview2_key_press_event() local 979 struct menu *menu; in on_treeview2_cursor_changed() local 998 struct menu *menu; in on_treeview1_button_press_event() local 1030 static gchar **fill_row(struct menu *menu) in fill_row() 1159 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row) in set_node() [all …]
|
/external/toybox/kconfig/ |
D | menu.c | 18 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()
|
D | expr.h | 120 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 …]
|
D | conf.c | 171 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()
|
D | mconf.c | 329 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/leakcanary2/plumber-android-core/src/main/java/leakcanary/ |
D | FixedWindowCallback.java | 62 @Override public boolean onCreatePanelMenu(int featureId, @NonNull Menu menu) { in onCreatePanelMenu() 67 @NonNull Menu menu) { in onPreparePanel() 71 @Override public boolean onMenuOpened(int featureId, @Nullable Menu menu) { in onMenuOpened() 100 @Override public void onPanelClosed(int featureId, @NonNull Menu menu) { in onPanelClosed() 133 @Nullable Menu menu, int deviceId) { in onProvideKeyboardShortcuts()
|
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_QUERYMENU.c | 34 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/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_sass/common/components/ |
D | _menu.scss | 12 @mixin menu($horizontal-spacer: default, $horizontal-item-vertical-spacer: default, $wrap: default)… mixin 39 .menu { class
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_sass/common/components/ |
D | _menu.scss | 12 @mixin menu($horizontal-spacer: default, $horizontal-item-vertical-spacer: default, $wrap: default)… mixin 39 .menu { class
|
/external/cronet/stable/base/android/junit/src/org/chromium/base/ |
D | ApplicationStatusTest.java | 89 public boolean onCreatePanelMenu(int featureId, Menu menu) { in onCreatePanelMenu() 94 public boolean onPreparePanel(int featureId, View view, Menu menu) { in onPreparePanel() 99 public boolean onMenuOpened(int featureId, Menu menu) { in onMenuOpened() 134 public void onPanelClosed(int featureId, Menu menu) { in onPanelClosed() 173 List<KeyboardShortcutGroup> data, Menu menu, int deviceId) { in onProvideKeyboardShortcuts()
|
/external/cronet/tot/base/android/junit/src/org/chromium/base/ |
D | ApplicationStatusTest.java | 89 public boolean onCreatePanelMenu(int featureId, Menu menu) { in onCreatePanelMenu() 94 public boolean onPreparePanel(int featureId, View view, Menu menu) { in onPreparePanel() 99 public boolean onMenuOpened(int featureId, Menu menu) { in onMenuOpened() 134 public void onPanelClosed(int featureId, Menu menu) { in onPanelClosed() 173 List<KeyboardShortcutGroup> data, Menu menu, int deviceId) { in onProvideKeyboardShortcuts()
|