Home
last modified time | relevance | path

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

12

/third_party/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()
Dconfdata.c382 struct menu *next_menu(struct menu *menu) in next_menu()
401 struct menu *menu; in conf_write() local
/third_party/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
/third_party/alsa-utils/alsamixer/
Dmenu_widget.c11 int menu_widget_handle_key(MENU *menu, int key) in menu_widget_handle_key()
65 void menu_widget_create(struct widget *widget, MENU *menu, const char *title) in menu_widget_create()
Dproc_files.c36 static MENU *menu; variable
Dcolors.h27 int menu; member
Dcard_select.c46 static MENU *menu; variable
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
DDetectingViewer.java172 JMenu menu = getJMenuBar().getMenu(1); in setMatchMenu() local
394 JMenu menu = new JMenu("File"); in makeMenus() local
/third_party/python/Lib/idlelib/
Dmacosx.py182 def postwindowsmenu(menu=menu): argument
Dwindow.py23 def add_windows_to_menu(self, menu): argument
Dscrolledlist.py69 menu = None variable in ScrolledList
Deditor.py529 def update_menu_label(self, menu, index, label): argument
534 def update_menu_state(self, menu, index, state): argument
/third_party/toybox/kconfig/lxdialog/
Dmenubox.c189 WINDOW *dialog, *menu; in dialog_menu() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTapToToneActivity.java288 public boolean onCreateOptionsMenu(Menu menu) { in onCreateOptionsMenu()
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DViewerActivity.java45 public boolean onCreateOptionsMenu(Menu menu) { in onCreateOptionsMenu()
/third_party/selinux/checkpolicy/test/
Ddispol.c371 static int menu(void) in menu() function
Ddismod.c839 static int menu(void) in menu() function
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemo.java134 Menu menu; in initMenus() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp175 QMenu *menu = new QMenu; in context_menu() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp175 QMenu *menu = new QMenu; in context_menu() local
/third_party/typescript/tests/lib/
Dreact.d.ts2204 menu: HTMLFactory<HTMLElement>; property
2436 menu: React.HTMLProps<HTMLElement>; property
/third_party/python/Tools/scripts/
Dtexi2html.py1886 def dumpmenu(self, menu, indent=0, outfile=sys.stdout): argument

12