HomeSort by relevance Sort by last modified time
    Searched defs:DeviceType (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebKit/android/wds/client/
Device.h 37 enum DeviceType {
44 Device(char* name, DeviceType type, const AdbConnection* conn)
51 DeviceType type() const { return m_type; }
59 DeviceType m_type;
  /external/qemu/hw/
qdev.h 7 typedef struct DeviceType DeviceType;
16 DeviceType *type;
qdev.c 44 struct DeviceType {
46 DeviceType *next;
52 static DeviceType *device_type_list;
57 DeviceType *t;
61 t = qemu_mallocz(sizeof(DeviceType));
72 DeviceType *t;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigManagerDialog.java 66 private static enum DeviceType {
73 DeviceType(String display) {
86 public DeviceSelection(DeviceType type, LayoutDevice device,
93 final DeviceType type;
112 private final static DeviceType[] sCategory = new DeviceType[] {
113 DeviceType.DEFAULT, DeviceType.ADDON, DeviceType.CUSTOM
126 if (parentElement instanceof DeviceType) {
    [all...]

Completed in 72 milliseconds