/external/webkit/WebKit/qt/WebCoreSupport/ |
QtFallbackWebPopup.cpp | 89 // combo will be done by the proxy's parent (QGraphicsWebView)
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
AvdCreationDialog.java | 59 import org.eclipse.swt.widgets.Combo; 81 * - use SdkTargetSelector instead of Combo 99 private Combo mTargetCombo; 103 private Combo mSdCardSizeCombo; 110 private Combo mSkinCombo; 246 mTargetCombo = new Combo(parent, SWT.READ_ONLY | SWT.DROP_DOWN); 288 mSdCardSizeCombo = new Combo(sdCardGroup, SWT.DROP_DOWN | SWT.READ_ONLY); 339 mSkinCombo = new Combo(skinGroup, SWT.READ_ONLY | SWT.DROP_DOWN); [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
EmulatorControlPanel.java | 58 import org.eclipse.swt.widgets.Combo; 131 private Combo mVoiceMode; 133 private Combo mDataMode; 135 private Combo mNetworkSpeed; 137 private Combo mNetworkLatency; 314 mVoiceMode = new Combo(insideGroup, SWT.READ_ONLY); 331 mNetworkSpeed = new Combo(insideGroup, SWT.READ_ONLY); 348 mDataMode = new Combo(insideGroup, SWT.READ_ONLY); 365 mNetworkLatency = new Combo(insideGroup, SWT.READ_ONLY); [all...] |
SysinfoPanel.java | 30 import org.eclipse.swt.widgets.Combo; 56 private Combo mDisplayMode; 226 mDisplayMode = new Combo(buttons, SWT.PUSH);
|
NativeHeapPanel.java | 46 import org.eclipse.swt.widgets.Combo; 91 /** combo giving choice of what to display: all, pre-zygote, post-zygote */ 92 private Combo mAllocDisplayCombo; 99 private Combo mDisplayModeCombo; 533 mAllocDisplayCombo = new Combo(top_layout, SWT.DROP_DOWN | SWT.READ_ONLY); 610 mDisplayModeCombo = new Combo(top_layout, SWT.DROP_DOWN | SWT.READ_ONLY); [all...] |
HeapPanel.java | 43 import org.eclipse.swt.widgets.Combo; 127 private Combo mDisplayMode; 147 private Combo mZoom; 345 mDisplayMode = new Combo(comboSection, SWT.READ_ONLY); 431 mZoom = new Combo(zoomComposite, SWT.READ_ONLY); [all...] |
/build/core/combo/ |
TARGET_linux-arm.mk | 18 # Included by combo/select.mk 24 # defines in system/core/include/arch/<combo>/AndroidConfig.h. Their
|
TARGET_linux-sh.mk | 18 # Included by combo/select.make
|
TARGET_linux-x86.mk | 18 # Included by combo/select.mk
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigEditDialog.java | 200 // since those are selected from a different combo 201 // FIXME: add version combo.
|
/external/webkit/WebCore/platform/chromium/ |
PopupMenuChromium.h | 96 // Autocomplete popups are restricted, combo-boxes (select tags) aren't.
|
/external/webkit/WebCore/platform/gtk/ |
PopupMenuGtk.cpp | 104 // Center vertically the empty popup in the combo box area
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
EventDisplayOptions.java | 36 import org.eclipse.swt.widgets.Combo; 75 private Combo mDisplayTypeCombo; 434 mDisplayTypeCombo = new Combo(mInfoGroup, SWT.READ_ONLY | SWT.DROP_DOWN); 436 // add the combo values. This must match the values EventDisplay.DISPLAY_TYPE_* [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
AndroidJUnitLaunchConfigurationTab.java | 77 import org.eclipse.swt.widgets.Combo; 121 private Combo mInstrumentationCombo; 289 mInstrumentationCombo = new Combo(comp, SWT.DROP_DOWN | SWT.READ_ONLY); 348 // look for the name of the instrumentation in the combo. [all...] |
/external/webkit/WebCore/inspector/front-end/ |
ProfilesPanel.js | 143 // FIXME: Generate a single "combo-button". 431 // FIXME: Replace ProfileType-specific button visibility changes by a single ProfileType-agnostic "combo-button" visibility change.
|
/frameworks/base/core/tests/coretests/src/android/app/ |
SearchablesTest.java | 208 * Combo assert for "string not null and not empty" 216 * Combo assert for "string null or (not null and not empty)"
|
/frameworks/base/docs/html/guide/topics/ui/ |
custom-components.jd | 357 single thing. For example, a Combo Box can be thought of as a 365 regardless, the concept of a Combo Box makes an easy-to-understand 371 that extends a Layout. Perhaps in the case of a Combo box we might use 407 the popup list of a combo box when a certain key is pressed.
|
/frameworks/base/docs/html/guide/topics/views/ |
custom-views.jd | 348 single thing. For example, a Combo Box can be thought of as a 356 regardless, the concept of a Combo Box makes an easy-to-understand 362 that extends a Layout. Perhaps in the case of a Combo box we might use 398 the popup list of a combo box when a certain key is pressed.
|
/development/simulator/app/ |
LogWindow.cpp | 79 * Each entry here corresponds to an entry in the combo box. The first 193 * Configure log level combo box. 334 * Save current setting of debug level combo box. [all...] |
MainFrame.cpp | 818 * function from here -- updating the combo box from a combo box callback [all...] |
/external/junit/ |
README.html | 433 There is an additional browse ("...") button besides the suite combo. 511 combo 521 in the history combo.</li>
|
/external/dropbear/libtomcrypt/src/prngs/ |
yarrow.c | 44 /* these are the default hash/cipher combo used */
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_miditypes.h | 121 /* combo flags indicate setup bar */
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_miditypes.h | 121 /* combo flags indicate setup bar */
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_miditypes.h | 121 /* combo flags indicate setup bar */
|