OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EMULATOR
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/android/wds/client/
Device.h
39
EMULATOR
,
main.cpp
87
type = Device::
EMULATOR
;
112
LOGE("More than one device/
emulator
, please specify with -e or -d");
AdbConnection.cpp
224
static const char
emulator
[] = "
emulator
-";
local
225
if (strncmp(serial,
emulator
, sizeof(
emulator
) - 1) == 0)
226
t = Device::
EMULATOR
;
Completed in 564 milliseconds