OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeviceType
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/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
45
struct
DeviceType
{
47
DeviceType
*next;
53
static
DeviceType
*device_type_list;
58
DeviceType
*t;
62
t = qemu_mallocz(sizeof(
DeviceType
));
73
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
...]
/frameworks/base/services/input/
InputReader.h
[
all
...]
Completed in 667 milliseconds