Home
last modified time | relevance | path

Searched defs:menu (Results 1 – 25 of 39) 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
Dcard_select.c46 static MENU *menu; variable
Dcolors.h27 int menu; member
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/java/org/skia/arcore/
DHelloArActivity.java175 public void onCreateContextMenu(ContextMenu menu, View v, ContextMenu.ContextMenuInfo menuInfo) in onCreateContextMenu()
211 public boolean onCreateOptionsMenu(Menu menu) { in onCreateOptionsMenu()
/third_party/cef/libcef/browser/native/
Dnative_menu_win.cc166 int GetMenuItemIndexFromWPARAM(HMENU menu, WPARAM w_param) const { in GetMenuItemIndexFromWPARAM()
191 void OnMenuCommand(int position, HMENU menu) { in OnMenuCommand()
430 CefNativeMenuWin* menu; member
574 HMENU menu, in GetHighlightedMenuItemInfo()
/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.py189 def postwindowsmenu(menu=menu): argument
Dwindow.py23 def add_windows_to_menu(self, menu): argument
Dscrolledlist.py69 menu = None variable in ScrolledList
/third_party/cef/include/internal/
Dcef_types_win.h72 HMENU menu; member
/third_party/node/deps/npm/docs/src/
Dmain.css17 menu, nav, output, ruby, section, summary, selector
28 footer, header, hgroup, menu, nav, section { selector
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowswindow.c89 BOOL menu; in WIN_SetWindowPositionInternal() local
171 BOOL menu; in SetupWindowData() local
558 BOOL menu; in WIN_SetWindowFullscreen() local
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dcamapplicationinfo.c125 gchar menu[256]; in handle_application_info_reply() local
/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/node/deps/npm/docs/public/
Dstyles.e93b5499b63484750fba.css1 …,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,outpu… selector
/third_party/flutter/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DViewerActivity.java45 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()

12