/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
EventValueSelector.java | 35 import org.eclipse.swt.widgets.Combo; 56 private Combo mEventCombo; 57 private Combo mValueCombo; 58 private Combo mSeriesCombo; 60 private Combo mFilterCombo; 61 private Combo mFilterMethodCombo; 68 /** list of event integer in the order of the combo. */ 73 * index in the Series {@link Combo}. 174 mEventCombo = new Combo(mShell, SWT.DROP_DOWN | SWT.READ_ONLY); 206 mValueCombo = new Combo(mShell, SWT.DROP_DOWN | SWT.READ_ONLY) [all...] |
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
ResolutionChooserDialog.java | 27 import org.eclipse.swt.widgets.Combo; 48 private Combo mScreenSizeCombo; 49 private Combo mMonitorCombo; 90 mScreenSizeCombo = new Combo(parent, SWT.DROP_DOWN | SWT.READ_ONLY); 109 mMonitorCombo = new Combo(parent, SWT.DROP_DOWN | SWT.READ_ONLY);
|
HardwarePropertyChooser.java | 25 import org.eclipse.swt.widgets.Combo; 62 final Combo c = new Combo(parent, SWT.DROP_DOWN | SWT.READ_ONLY);
|
/build/core/combo/ |
select.mk | 17 # Select a combo based on the compiler being used. 60 # Now include the combo for this specific target.
|
HOST_linux-x86.mk | 18 # Included by combo/select.mk
|
HOST_darwin-x86.mk | 18 # Included by combo/select.mk
|
HOST_windows-x86.mk | 18 # Included by combo/select.make
|
/frameworks/base/graphics/java/android/renderscript/ |
Element.java | 309 throw new IllegalArgumentException("Bad combo"); 312 throw new IllegalArgumentException("Bad combo"); 316 throw new IllegalArgumentException("Bad combo"); 320 throw new IllegalArgumentException("Bad combo"); 324 throw new IllegalArgumentException("Bad combo"); 350 throw new IllegalArgumentException("Bad kind and type combo"); 353 throw new IllegalArgumentException("Bad kind and type combo"); 356 throw new IllegalArgumentException("Bad kind and type combo");
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/ |
EditFilterDialog.java | 30 import org.eclipse.swt.widgets.Combo; 65 /** Log level as an index of the drop-down combo 236 final Combo logCombo = new Combo(main, SWT.DROP_DOWN | SWT.READ_ONLY); 300 * Returns the log level from a combo index. 301 * @param index the Combo index 313 * Returns the index in the combo that matches the log level 315 * @return the combo index
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiListAttributeNode.java | 38 import org.eclipse.swt.widgets.Combo; 47 * an editable Combo box. 53 protected Combo mCombo; 76 mCombo = new Combo(parent, style); 205 * Handles Combo change, either from text edit or from selection change.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
KeySelectionPage.java | 32 import org.eclipse.swt.widgets.Combo; 54 private Combo mKeyAliases; 88 mKeyAliases = new Combo(composite, SWT.READ_ONLY); 149 // remove the content of the alias combo always and first, in case the 162 // we add the aliases to the combo.
|
/build/tools/ |
compare_fileslist.py | 85 combo = input.split(os.path.sep)[1] 86 print " <td class='fn'>%s</td>" % cgi.escape(combo)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ConfigurationSelector.java | 73 import org.eclipse.swt.widgets.Combo; 157 if (e.text.length() - e.end + e.start + ((Combo)e.getSource()).getText().length() > 2) { 775 private Combo mLanguage; 780 mLanguage = new Combo(this, SWT.DROP_DOWN); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
EmulatorConfigTab.java | 52 import org.eclipse.swt.widgets.Combo; 85 private Combo mSpeedCombo; 87 private Combo mDelayCombo; 103 * @param value The index of the combo selection. 115 * @param value The index of the combo selection. 225 mSpeedCombo = new Combo(mEmulatorOptionsGroup, SWT.READ_ONLY); 240 mDelayCombo = new Combo(mEmulatorOptionsGroup, SWT.READ_ONLY);
|
MainLaunchConfigTab.java | 50 import org.eclipse.swt.widgets.Combo; 72 private Combo mActivityCombo; 126 // create the combo for the activity chooser 169 mActivityCombo = new Combo(group, SWT.DROP_DOWN | SWT.READ_ONLY); 300 // get the list of activities and fill the combo 360 // look for the name of the activity in the combo. 370 // if we haven't found a matching activity we clear the combo selection
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationComposite.java | 62 import org.eclipse.swt.widgets.Combo; 111 private Combo mDeviceCombo; 112 private Combo mDeviceConfigCombo; 113 private Combo mLocaleCombo; 114 private Combo mThemeCombo; 377 mDeviceCombo = new Combo(this, SWT.DROP_DOWN | SWT.READ_ONLY); 388 mDeviceConfigCombo = new Combo(this, SWT.DROP_DOWN | SWT.READ_ONLY); 399 mLocaleCombo = new Combo(this, SWT.DROP_DOWN | SWT.READ_ONLY); 418 mThemeCombo = new Combo(this, SWT.READ_ONLY | SWT.DROP_DOWN); 534 // (since the config combo were chosen by the user) [all...] |
/external/junit/src/junit/swingui/ |
TestRunner.java | 360 JComboBox combo= new JComboBox(); local 361 combo.setEditable(true); 362 combo.setLightWeightPopupEnabled(false); 364 combo.getEditor().getEditorComponent().addKeyListener( 374 loadHistory(combo); 378 combo.addItemListener( 387 return combo; 564 private void loadHistory(JComboBox combo) throws IOException { 570 combo.addItem(line); 574 combo.setSelectedIndex(0) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
ListValueCellEditor.java | 50 // set the possible values in the combo
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringInputPage.java | 40 import org.eclipse.swt.widgets.Combo; 65 private Combo mStringIdCombo; 70 /** The combo to display the existing XML files or enter a new one. */ 71 private Combo mResFileCombo; 169 mStringIdCombo = new Combo(group, SWT.SINGLE | SWT.LEFT | SWT.BORDER | SWT.DROP_DOWN); 225 mResFileCombo = new Combo(group, SWT.DROP_DOWN); 361 // get the current text from the combo, to make sure we don't change it 399 * <li> Re-populate the file combo with all the choices. 461 // Fill the combo
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileCreationPage.java | 59 import org.eclipse.swt.widgets.Combo; 287 private Combo mRootElementCombo; 646 * Creates the root element combo. 655 // label before the root combo 662 // root combo 665 mRootElementCombo = new Combo(parent, SWT.DROP_DOWN | SWT.READ_ONLY); [all...] |
/build/core/ |
config.mk | 51 BUILD_COMBOS:= $(BUILD_SYSTEM)/combo 158 include $(BUILD_SYSTEM)/combo/select.mk 164 include $(BUILD_SYSTEM)/combo/select.mk 167 include $(BUILD_SYSTEM)/combo/javac.mk
|
/external/grub/netboot/ |
config.c | 60 "3Com900-Combo", 0, 0, 0, 0}, 68 "3Com900B-Combo", 0, 0, 0, 0}, 100 "3Com900-Combo", 0, 0, 0, 0}, 104 "3Com900B-Combo", 0, 0, 0, 0},
|
/external/webkit/WebCore/bindings/v8/ |
V8Utilities.h | 49 // Combo create/remove, for generated event-handler-setter bindings:
|
/external/webkit/WebCore/manual-tests/inspector/ |
hidden-evals.html | 2 <p><b>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=30212">Bug 30212</a> - Each JS execution in console adds extra item into "scripts" combo</b>
|
/external/webkit/WebKit/android/ |
RenderSkinCombo.cpp | 39 static SkBitmap s_bitmap[2]; // Collection of assets for a combo box
|