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

1 2

  /device/samsung/crespo4g/recovery/
recovery_updater.c 69 Value* radio;
70 if (ReadValueArgs(state, argv, 1, &radio) != 0) {
73 if (radio->type != VAL_BLOB) {
75 FreeValue(radio);
79 if (radio->size <= 0) {
84 printf("UpdateModemFn with %d bytes\n", radio->size);
95 fw.firmware = radio->data;
96 fw.size = radio->size;
126 FreeValue(radio);
  /frameworks/base/core/tests/coretests/src/android/widget/
RadioGroupPreCheckedTest.java 38 RadioButton radio = (RadioButton) activity.findViewById(R.id.value_one); local
39 assertTrue("The first radio button should be checked", radio.isChecked());
42 assertEquals("The first radio button should be checked", R.id.value_one,
50 RadioButton radio = (RadioButton) activity.findViewById(R.id.value_two); local
51 TouchUtils.clickView(this, radio);
55 assertFalse("The first radio button should not be checked", old.isChecked());
56 assertTrue("The second radio button should be checked", radio.isChecked());
59 assertEquals("The second radio button should be checked", R.id.value_two
    [all...]
  /system/extras/tests/fstest/
perm_checker.conf 24 /data/misc/rild* 600 660 root radio root radio
40 /dev/alarm 600 664 root radio root radio
49 /dev/htc-acoustic 600 640 radio radio radio radio
63 /dev/ppp 660 660 radio radio vpn vp
    [all...]
  /device/htc/passion-common/
AndroidBoardCommon.mk 17 $(call add-radio-file,recovery/images/firmware_install.565)
18 $(call add-radio-file,recovery/images/firmware_error.565)
19 $(call add-radio-file,recovery/images/bitmap_size.txt)
  /device/htc/common/updater/
Android.mk 10 # radio or hboot update is done.
20 # doing radio and hboot updates on HTC devices.
  /system/core/rootdir/etc/
init.goldfish.sh 12 # no need for the radio interface daemon
14 setprop ro.radio.noril yes
  /external/qemu/android/utils/
debug.h 21 _VERBOSE_TAG(radio, "emulated GSM AT Command channel") \
  /external/qemu/android/
cmdline-options.h 105 OPT_PARAM( radio, "<device>", "redirect radio modem interface to character device" )
  /frameworks/base/cmds/dumpstate/
dumpstate.c 46 char radio[PROPERTY_VALUE_MAX], bootloader[PROPERTY_VALUE_MAX]; local
51 property_get("ro.baseband", radio, "(unknown)");
63 printf("Radio: %s\n", radio);
100 run_command("RADIO LOG", 20, "logcat", "-b", "radio", "-v", "time", "-d", "*:v", NULL);
137 run_command("LAST RADIO LOG", 10, "parse_radio_log", "/proc/last_radio_log", NULL);
  /hardware/ti/wlan/wl1271/platforms/os/linux/build/
Makefile 88 FW_SRCS = ./firmware.c ./radio.c
221 # Handles firmware image and radio module for when firmware is statically linked
229 radio.c: $(RAD_IMAGE) $(BIN2C)
  /system/wlan/ti/wilink_6_1/platforms/os/linux/build/
Makefile 89 FW_SRCS = ./firmware.c ./radio.c
222 # Handles firmware image and radio module for when firmware is statically linked
230 radio.c: $(RAD_IMAGE) $(BIN2C)
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 182 RadioButton radio; field in class:MusicPicker.TrackListAdapter.ViewHolder
222 vh.radio = (RadioButton) v.findViewById(R.id.radio);
272 vh.radio.setChecked(id == mSelectedId);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev.h 185 int radio; /* Radio minor */ member in struct:video_unit
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 137 /** Sets the radio button associate with the resource type. Can be null. */
142 /** Returns the radio button associate with the resource type. Can be null. */
425 * Returns the {@link TypeInfo} for the currently selected type radio button.
426 * Returns null if no radio button is selected.
579 // display the types on three columns of radio buttons.
602 Button radio = new Button(grid, SWT.RADIO); local
603 type.setWidget(radio);
604 radio.setSelection(false);
605 radio.setText(type.getUiName())
    [all...]
  /external/webkit/WebCore/platform/chromium/
ThemeChromiumMac.mm 346 // FIXME: Share more code with radio buttons.
381 // Radio Buttons
410 static NSButtonCell *radio(ControlStates states, const IntRect& zoomedRect, float zoomFactor)
432 NSButtonCell *radioCell = radio(states, zoomedRect, zoomFactor);
679 // We inflate the rect as needed to account for padding included in the cell to accommodate the radio button
681 NSCell *cell = radio(states, zoomedRect, zoomFactor);
  /external/webkit/WebCore/platform/mac/
ThemeMac.mm 196 // FIXME: Share more code with radio buttons.
228 // Radio Buttons
257 static NSButtonCell *radio(ControlStates states, const IntRect& zoomedRect, float zoomFactor)
279 NSButtonCell *radioCell = radio(states, zoomedRect, zoomFactor);
544 // We inflate the rect as needed to account for padding included in the cell to accommodate the radio button
546 NSCell *cell = radio(states, zoomedRect, zoomFactor);
  /bionic/libc/kernel/common/linux/
videodev.h 199 int radio; member in struct:video_unit
  /development/ndk/platforms/android-3/include/linux/
videodev.h 182 int radio; member in struct:video_unit
  /external/kernel-headers/original/linux/
videodev.h 202 int radio; /* Radio minor */ member in struct:video_unit
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
videodev.h 182 int radio; member in struct:video_unit
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
videodev.h 182 int radio; member in struct:video_unit
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
videodev.h 182 int radio; member in struct:video_unit
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
videodev.h 199 int radio; member in struct:video_unit
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
videodev.h 182 int radio; member in struct:video_unit
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
videodev.h 199 int radio; member in struct:video_unit

Completed in 1098 milliseconds

1 2