HomeSort by relevance Sort by last modified time
    Searched refs:RADIO (Results 1 - 25 of 36) sorted by null

1 2

  /external/webkit/WebCore/html/
HTMLInputElement.cpp 192 case RADIO:
225 case RADIO:
287 case RADIO:
323 case RADIO:
359 case RADIO:
398 case RADIO:
445 case RADIO:
481 case RADIO:
545 case RADIO:
599 case RADIO
    [all...]
HTMLInputElement.h 48 RADIO,
96 virtual bool isChecked() const { return checked() && (inputType() == CHECKBOX || inputType() == RADIO); }
126 virtual bool isRadioButton() const { return m_type == RADIO; }
ValidityState.cpp 111 case HTMLInputElement::RADIO:
  /frameworks/base/core/java/android/os/
Build.java 59 /** The radio firmware version number. */
60 public static final String RADIO = getString("gsm.version.baseband");
  /external/libpcap/
tokdefs.h 122 RADIO = 348,
226 #define RADIO 348
grammar.c 157 RADIO = 348,
261 #define RADIO 348
793 "METACONNECT", "VPI", "VCI", "RADIO", "FISU", "LSSU", "MSU", "SIO",
    [all...]
grammar.y 191 %token RADIO
375 | RADIO { $$ = Q_RADIO; }
scanner.l 186 radio return RADIO;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceChooser.java 135 * Creates the radio button to switch between project and system resources.
142 mProjectButton = new Button(top, SWT.RADIO);
153 mSystemButton = new Button(top, SWT.RADIO);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeySelectionPage.java 77 mUseExistingKey = new Button(composite, SWT.RADIO);
99 mCreateKey = new Button(composite, SWT.RADIO);
KeystoreSelectionPage.java 70 mUseExistingKeystore = new Button(composite, SWT.RADIO);
76 mCreateKeystore = new Button(composite, SWT.RADIO);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
MainLaunchConfigTab.java 136 mDefaultActionButton = new Button(group, SWT.RADIO);
154 mActivityActionButton = new Button(group, SWT.RADIO);
181 mDoNothingActionButton = new Button(group, SWT.RADIO);
EmulatorConfigTab.java 156 // radio button for the target mode
166 mManualTargetButton = new Button(targetModeGroup, SWT.RADIO);
168 // Since there are only 2 radio buttons, we can put a listener on only one (they
171 // add the radio button
172 mAutoTargetButton = new Button(targetModeGroup, SWT.RADIO);
DeviceChooserDialog.java 294 mDeviceRadioButton = new Button(top, SWT.RADIO);
316 // offset the selector from the radio button
382 Button radio2 = new Button(top, SWT.RADIO);
385 // offset the selector from the radio button
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 261 * First add a radio area, which may be either 2 radio controls or
329 Button radio1 = new Button(content, SWT.RADIO);
333 Button radio2 = new Button(content, SWT.RADIO);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdateChooserDialog.java 193 mLicenseRadioAccept = new Button(mPackageRootComposite, SWT.RADIO);
202 mLicenseRadioReject = new Button(mPackageRootComposite, SWT.RADIO);
214 mLicenseRadioAcceptAll = new Button(mPackageRootComposite, SWT.RADIO);
604 * Callback invoked when one of the radio license buttons is selected.
  /external/webkit/WebKit/chromium/src/
WebSearchableFormData.cpp 133 if (inputElement->inputType() == HTMLInputElement::CHECKBOX || inputElement->inputType() == HTMLInputElement::RADIO)
AssertMatchingEnums.cpp 232 COMPILE_ASSERT_MATCHING_ENUM(WebInputElement::Radio, HTMLInputElement::RADIO);
  /frameworks/base/services/java/com/android/server/
BootReceiver.java 104 .append("Radio: ").append(Build.RADIO).append("\n")
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdCreationDialog.java 269 mSdCardSizeRadio = new Button(sdCardGroup, SWT.RADIO);
295 mSdCardFileRadio = new Button(sdCardGroup, SWT.RADIO);
328 mSkinListRadio = new Button(skinGroup, SWT.RADIO);
351 mSkinSizeRadio = new Button(skinGroup, SWT.RADIO);
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
EmulatorControlPanel.java 291 * Create Radio (on/off/roaming, for voice/data) controls.
414 mVoiceButton = new Button(phoneComp, SWT.RADIO);
435 mSmsButton = new Button(phoneComp, SWT.RADIO);
441 // Since there are only 2 radio buttons, we can put a listener on only one (they
563 mDecimalButton = new Button(manualLocationComp, SWT.RADIO);
566 mSexagesimalButton = new Button(manualLocationComp, SWT.RADIO);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreationPage.java 102 /** Initial value for the Create New Project radio. */
204 /** Returns the value of the "Create New Project" radio. */
262 /** Returns the value of the "Create New Project" radio. */
268 /** Returns the value of the "Create from Existing Sample" radio. */
429 * [radio] Create new project
430 * [radio] Create project from existing sources
444 mCreateNewProjectRadio = new Button(group, SWT.RADIO);
448 Button existing_project_radio = new Button(group, SWT.RADIO);
504 mCreateFromSampleRadio = new Button(group, SWT.RADIO);
    [all...]
NewTestProjectCreationPage.java 503 mTestSelfProjectRadio = new Button(group, SWT.RADIO);
510 mTestExistingProjectRadio = new Button(group, SWT.RADIO);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 168 mTestRadioButton = new Button(comp, SWT.RADIO);
246 mTestContainerRadioButton = new Button(comp, SWT.RADIO);
511 // fix for Eclipse bug 66922 Wrong radio behaviour when switching
512 // remember the selected radio button
    [all...]
  /external/qemu/android/
hw-events.h 319 KEY_CODE(RADIO ,0x181) \

Completed in 271 milliseconds

1 2