Searched defs:menu (Results 1 - 25 of 41) sorted by relevance

12

/external/clang/test/CodeGen/
H A Dpragma-pack-3.c11 struct menu { struct in union:command
14 } menu; member in union:command
/external/linux-tools-perf/src/tools/perf/ui/tui/
H A Dutil.c27 static int popup_menu__run(struct ui_browser *menu) argument
31 if (ui_browser__show(menu, " ", "ESC: exit, ENTER|->: Select option") < 0)
35 key = ui_browser__run(menu, 0);
40 key = menu->index;
55 ui_browser__hide(menu);
61 struct ui_browser menu = { local
69 return popup_menu__run(&menu);
/external/skia/experimental/DrawingBoard/
H A DSampleDrawingServer.cpp44 virtual void requestMenu(SkOSMenu* menu) { argument
45 menu->setTitle("Drawing Server");
46 menu->appendAction("Clear", this->getSinkID());
47 menu->appendSwitch("Vector", "Vector", this->getSinkID(), fVector);
H A DSampleDrawingClient.cpp61 virtual void requestMenu(SkOSMenu* menu) { argument
62 menu->setTitle("Drawing Client");
63 menu->appendTextField("Server IP", "Server IP", this->getSinkID(),
65 menu->appendSwitch("Vector", "Vector", this->getSinkID(), fVector);
66 menu->appendSlider("Brush Size", "Brush Size", this->getSinkID(), 1.0,
68 menu->appendSwitch("Anti-Aliasing", "AA", this->getSinkID(), fAA);
69 menu->appendSwitch("Show Color Palette", "Palette", this->getSinkID(),
71 menu->appendSwitch("Sync", "Sync", this->getSinkID(), fSync);
72 menu->appendAction("Clear", this->getSinkID());
/external/skia/experimental/Networking/
H A DSampleNetPipeReader.cpp37 virtual void requestMenu(SkOSMenu* menu) { argument
38 menu->setTitle("Net Pipe Reader");
39 menu->appendTextField("Server IP", "Server IP", this->getSinkID(),
41 menu->appendSwitch("Sync", "Sync", this->getSinkID(), fSync);
/external/skia/platform_tools/android/app/src/com/skia/
H A DSkiaSampleActivity.java119 public boolean onCreateOptionsMenu(Menu menu) { argument
120 getMenuInflater().inflate(R.menu.action_bar, menu);
125 public boolean onPrepareOptionsMenu(Menu menu) { argument
128 ((MenuItem) menu.findItem(R.id.glcontext_menu))
135 ((MenuItem) menu.findItem(R.id.glcontext_opengles))
138 ((MenuItem) menu.findItem(R.id.glcontext_msaa4_opengles))
141 ((MenuItem) menu.findItem(R.id.glcontext_opengl))
144 ((MenuItem) menu.findItem(R.id.glcontext_msaa4_opengl))
/external/skia/samplecode/
H A DSampleCode.h121 * Call this to request menu items from a SampleView.
123 * to add new items of various types to the menu and change its title.
124 * The events attached to any new menu items must be handled in its onEvent
127 virtual void requestMenu(SkOSMenu* menu) {} argument
/external/toybox/kconfig/lxdialog/
H A Dmenubox.c2 * menubox.c -- implements the menu box
30 * to the first position in the menu box. Now lxdialog is a bit
31 * smarter and works more like other menu systems (just have a look at
50 * middle of the menu box, not at the bottom.
64 * Print menu item
105 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
171 /* Scroll menu up */
180 * Display a menu for choosing among a number of options
189 WINDOW *dialog, *menu; local
231 /* create new window for the menu */
[all...]
/external/skia/src/views/
H A DSkWindow.cpp234 void SkWindow::addMenu(SkOSMenu* menu) { argument
235 *fMenus.append() = menu;
236 this->onAddMenu(menu);
/external/toybox/kconfig/
H A Dconf.c17 static void conf(struct menu *menu);
18 static void check_conf(struct menu *menu);
36 static struct menu *rootEntry;
171 int conf_string(struct menu *menu) argument
173 struct symbol *sym = menu->sym;
177 printf("%*s%s ", indent - 1, "", menu->prompt->text);
190 if (menu
205 conf_sym(struct menu *menu) argument
279 conf_choice(struct menu *menu) argument
408 conf(struct menu *menu) argument
470 check_conf(struct menu *menu) argument
[all...]
H A Dconfdata.c382 struct menu *next_menu(struct menu *menu) argument
384 if (menu->list) return menu->list;
386 if (menu->next) {
387 menu = menu->next;
390 } while ((menu = menu
401 struct menu *menu; local
[all...]
H A Dmenu.c12 struct menu rootmenu;
13 static struct menu **last_entry_ptr;
18 static void menu_warn(struct menu *menu, const char *fmt, ...) argument
22 fprintf(stderr, "%s:%d:warning: ", menu->file->name, menu->lineno);
46 struct menu *menu; local
48 menu = malloc(sizeof(*menu));
230 struct menu *menu, *last_menu; local
368 menu_is_visible(struct menu *menu) argument
394 menu_get_prompt(struct menu *menu) argument
403 menu_get_root_menu(struct menu *menu) argument
408 menu_get_parent_menu(struct menu *menu) argument
[all...]
H A Dmconf.c5 * Introduced single menu mode (show all sub-menus in one large tree).
63 "o To exit a menu use the cursor keys to highlight the <Exit> button\n"
121 "At the end of the main menu you will find two options. One is\n"
153 "menu, rather than the default multimenu hierarchy, run the menuconfig\n"
179 "Arrow keys navigate the menu. "
252 "o The line 'Prompt:' shows the text used in the menu structure for\n"
257 " this symbol to be visible in the menu (selectable)\n"
258 "o The 'Location:' lines tell where in the menu structure this symbol\n"
261 " menu item - and current value is displayed inside brackets.\n"
278 static struct menu *current_men
329 struct menu *submenu[8], *menu; local
425 build_conf(struct menu *menu) argument
583 conf(struct menu *menu) argument
696 show_help(struct menu *menu) argument
716 conf_choice(struct menu *menu) argument
767 conf_string(struct menu *menu) argument
[all...]
H A Dexpr.h120 struct menu *menu; member in struct:property
134 struct menu { struct
135 struct menu *next;
136 struct menu *parent;
137 struct menu *list;
/external/replicaisland/src/com/replica/replicaisland/
H A DAndouKun.java65 // If the version is a negative number, debug features (logging and a debug menu)
385 result = false; // Allow the debug menu to come up in debug mode.
407 result = false; // Allow the debug menu to come up in debug mode.
422 public boolean onCreateOptionsMenu(Menu menu) { argument
423 super.onCreateOptionsMenu(menu);
425 // Only allow the debug menu in development versions.
427 menu.add(0, CHANGE_LEVEL_ID, 0, R.string.change_level);
428 menu.add(0, TEST_ANIMATION_ID, 0, R.string.test_animation);
429 menu.add(0, TEST_DIARY_ID, 0, R.string.test_diary);
431 menu
[all...]
H A DLevelSelectActivity.java282 public boolean onCreateOptionsMenu(Menu menu) { argument
283 super.onCreateOptionsMenu(menu);
286 menu.add(0, UNLOCK_NEXT_LEVEL_ID, 0, R.string.unlock_next_level);
287 menu.add(0, UNLOCK_ALL_LEVELS_ID, 0, R.string.unlock_levels);
/external/selinux/checkpolicy/test/
H A Ddispol.c398 int menu(void) function
416 printf("m) display menu\n");
475 menu();
477 printf("\nCommand (\'m\' for menu): ");
579 menu();
583 menu();
H A Ddismod.c815 int menu(void) function
837 printf("m) display menu\n");
889 menu();
891 printf("\nCommand (\'m\' for menu): ");
993 menu();
997 menu();
/external/fio/
H A Dgfio.h61 GtkWidget *menu; member in struct:gui
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
H A DR.java138 public static final class menu { class in class:R
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp175 QMenu *menu = new QMenu; local
176 if (menu == NULL)
183 menu->addAction(Peers::ItemType(type))->setEnabled(false);
184 menu->addSeparator();
202 menu->addAction(tr("Enter WPS PIN"), this,
207 menu->addAction(tr("P2P Connect"), this,
213 menu->addAction(tr("P2P Connect (PBC)"), this,
216 menu->addAction(tr("P2P Request PIN"), this,
218 menu->addAction(tr("P2P Show PIN"), this,
224 menu
[all...]
/external/linux-tools-perf/src/tools/perf/ui/browsers/
H A Dhists.c1513 /* menu */
1757 struct perf_evsel_menu *menu = container_of(browser, local
1787 menu->lost_events = true;
1799 menu->selection = evsel;
1802 static int perf_evsel_menu__run(struct perf_evsel_menu *menu, argument
1806 struct perf_evlist *evlist = menu->b.priv;
1812 if (ui_browser__show(&menu->b, title,
1817 key = ui_browser__run(&menu->b, delay_secs);
1823 if (!menu->lost_events_warned && menu
1910 struct perf_evsel_menu menu = { local
[all...]
/external/dnsmasq/src/
H A Ddnsmasq.h503 char *menu, *basename; member in struct:pxe_service
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 760 milliseconds

12