/external/grub/ |
configure.ac | 622 dnl Embed a menu string in GRUB itself. 623 AC_ARG_ENABLE(preset-menu, 624 [ --enable-preset-menu=FILE 625 preset a menu file FILE in Stage 2]) 631 [Define if there is user specified preset menu string]) 633 AC_MSG_ERROR([Cannot read the preset menu file $enable_preset_menu])
|
/external/libffi/doc/ |
libffi.texi | 53 @menu 58 @end menu 103 @menu 109 @end menu 221 @menu 225 @end menu
|
/external/quake/quake/src/WinQuake/ |
wqreadme.txt | 201 Check out WQ's new, spiffy Video menu, accessible from the Options
202 menu. There are now two types of modes listed, windowed and
214 You can! While in a windowed mode, go to the Options menu. At the
221 Serial/modem menu is missing
276 menu.
286 to 640x480, then using the Options menu to shrink the active area of
392 there is no easy way to minimize the window, because the system menu
411 to click on the WQ system menu control, or the minimize, maximize, or
415 Mouse sometimes vanishes in system menu on Win95
419 system menu, the menu comes up, but the mouse vanishes. However, you [all...] |
Makefile.linuxi386 | 128 $(BUILDDIR)/squake/menu.o \ 279 $(BUILDDIR)/squake/menu.o : $(MOUNT_DIR)/menu.c 502 $(BUILDDIR)/x11/menu.o \ 652 $(BUILDDIR)/x11/menu.o : $(MOUNT_DIR)/menu.c 875 $(BUILDDIR)/glquake/menu.o \ 1002 $(BUILDDIR)/glquake/menu.o : $(MOUNT_DIR)/menu.c [all...] |
menu.cpp | 272 /* MAIN MENU */ 360 /* SINGLE PLAYER MENU */ 438 /* LOAD/SAVE MENU */ 605 /* MULTIPLAYER MENU */ 681 /* SETUP MENU */ 855 /* NET MENU */ 1037 /* OPTIONS MENU */ 1313 /* KEYS MENU */ 1507 /* VIDEO MENU */ 1529 /* HELP MENU */ [all...] |
Makefile.Solaris | 83 $(BUILDDIR)/menu.o \ 249 $(BUILDDIR)/menu.o : $(MOUNT_DIR)/menu.c
|
/external/webkit/WebKit/mac/WebView/ |
WebUIDelegate.h | 41 @discussion Each menu item in the default menu items array passed in 43 When iterating through the default menu items array, use the tag to differentiate between them. 436 @abstract Returns the menu items to display in an element's contextual menu. 440 @result An array of NSMenuItems to include in the contextual menu.
|
/frameworks/base/docs/html/guide/developing/testing/ |
testing_eclipse.jd | 210 <strong>Run As... > Android JUnit Test</strong> from the project's context menu or 211 from the main menu's <strong>Run</strong> item. 225 project, then from the main menu, select 270 menu: in the Display in Favorites pane 274 Optional: To add this configuration to the <strong>Debug</strong> menu and toolbar, click 285 green Run arrow. This displays a menu of saved Run and Debug
|
/external/e2fsprogs/doc/ |
libext2fs.texinfo | 110 @menu 115 @end menu 130 @menu 138 @end menu 155 @menu 160 @end menu 408 @menu 413 @end menu 611 @menu 618 @end menu [all...] |
/external/grub/docs/ |
multiboot.texi | 86 @menu 93 @end menu 102 @menu 110 @end menu 331 @menu 335 @end menu 355 @menu 360 @end menu [all...] |
/external/quake/quake/src/QW/client/ |
menu.c | 272 /* MAIN MENU */ 361 /* OPTIONS MENU */ 642 /* KEYS MENU */ 836 /* VIDEO MENU */ 858 /* HELP MENU */ 906 /* QUIT MENU */ 1113 /* Menu Subsystem */
|
/external/quake/quake/src/WinQuake/data/ |
README.TXT | 211 2. Right click on the new icon, and from the menu that pops up, choose
371 * Fixed modem initialization from menu
402 If -nosound, got "S_LocalSound: can't cache" on every keypress in the menu.
414 The com port settings from the menu were getting saved & restored but
421 Menu sound sometimes didn't play.
442 You MUST configure your buttons from the configure keys menu before they will
455 The "invert mouse up/down" menu option also inverts the joystick pitch
|
/external/webkit/WebCore/dom/ |
SelectElement.cpp | 334 // For the menu list case, this is what makes the selected element appear. 340 // This only gets called with fireOnChangeNow for menu lists. 396 // We only need to fire change events here for menu lists, because we fire change events for list boxes whenever the selection change is actually made. 561 // which gets called from RenderMenuList::valueChanged, which gets called after the user makes a selection from the menu. 611 // which gets called from RenderMenuList::valueChanged, which gets called after the user makes a selection from the menu. 621 // which gets called from RenderMenuList::valueChanged, which gets called after the user makes a selection from the menu. 652 // which gets called from RenderMenuList::valueChanged, which gets called after the user makes a selection from the menu. [all...] |
/packages/apps/Settings/res/values/ |
strings.xml | 34 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed --> 36 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed --> 38 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed --> 40 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed --> 197 <!-- Bluetooth settings screen, menu item to scan for nearby bluetooth devices --> 426 <!-- The title of the dialog to pick an activity. This is shown when there are multiple activities that can do a particular action. For example, suppose you click on the "Share" menu item in the Browser. Since you can share the webpage URL via many communication methods, this dialog would come up with choices like "Email", "IM", etc. This is a generic message, and the previous example is a single possible scenario (so please don't assume it's for the browser or anything :) ). --> [all...] |
/external/webkit/WebKit/gtk/webkit/ |
webkitwebview.cpp | 219 // the default context menu; this may still mean that the frame 221 // handling the right-click for reasons other than a context menu, 233 // default context menu. We check our setting to figure out 237 g_object_get(settings, "enable-default-context-menu", &enableDefaultContextMenu, NULL); 242 GtkMenu* menu = GTK_MENU(coreMenu->platformDescription()); 243 if (!menu) 246 g_signal_emit(webView, webkit_web_view_signals[POPULATE_POPUP], 0, menu); 248 GList* items = gtk_container_get_children(GTK_CONTAINER(menu)); 255 priv->currentMenu = GTK_MENU(g_object_ref(menu)); 259 g_signal_connect(menu, "destroy" [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
ContactsListActivity.java | 99 import android.view.Menu; [all...] |
/packages/apps/Contacts/src/com/android/contacts/ui/ |
EditContactActivity.java | 74 import android.view.Menu; 605 public boolean onCreateOptionsMenu(Menu menu) { 606 super.onCreateOptionsMenu(menu); 609 inflater.inflate(R.menu.edit, menu); 616 public boolean onPrepareOptionsMenu(Menu menu) { 617 menu.findItem(R.id.menu_split).setVisible(mState != null && mState.size() > 1); [all...] |
QuickContactWindow.java | 67 import android.view.Menu; [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/ |
DeskClock.java | 55 import android.view.Menu; 846 public boolean onCreateOptionsMenu(Menu menu) { 848 inflater.inflate(R.menu.desk_clock_menu, menu); [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SearchActivity.java | 41 import android.view.Menu; 363 public boolean onCreateOptionsMenu(Menu menu) { 364 super.onCreateOptionsMenu(menu); 365 SearchSettings.addSearchSettingsMenuItem(this, menu);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
AndroidTargetParser.java | 23 import com.android.ide.eclipse.adt.internal.editors.menu.descriptors.MenuDescriptors; 564 * Collects all menu definition information from the attrs.xml and returns it. 572 for (String key : new String[] { "Menu", //$NON-NLS-1$ 579 "Menu declare-styleable %1$s not found in file %2$s", //$NON-NLS-1$ 582 String.format("Menu declare-styleable %1$s not found in file %2$s", //$NON-NLS-1$
|
/development/apps/Development/src/com/android/development/ |
AccountsTester.java | 211 public void onCreateContextMenu(ContextMenu menu, View v, 213 menu.setHeaderTitle(R.string.accounts_tester_account_context_menu_title); 218 inflater.inflate(R.layout.account_list_context_menu, menu);
|
/external/bluetooth/bluez/common/ |
uinput.h | 207 #define KEY_MENU 139 /* Menu (show menu) */ 484 #define KEY_CONTEXT_MENU 0x1b6 /* GenDesc - system context menu */
|
/external/gtest/ |
README | 199 Executable... menu item. When prompted, set the "Executable Name" to something 201 gtest_color_test.py script. Finally, choose "Run" from the Run menu and check 219 the "Project" menu. In the "Arguments" tab, add
|
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
pkg_android.view.html | 162 <A NAME="Menu"></A> 163 <nobr><A HREF="android.view.Menu.html"><I>Menu</I></A></nobr>
|