OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:emulator
(Results
226 - 250
of
587
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/tools/emulator/opengl/tests/gles_android_wrapper/
Android.mk
47
# Ensure that this file is only copied to
emulator
-specific builds.
/development/tools/emulator/system/camera/
EmulatedQemuCameraDevice.h
105
* service, created for this instance in the
emulator
. */
EmulatedQemuCameraDevice.cpp
90
/* Connect to the camera device via
emulator
. */
120
/* Disconnect from the camera device via
emulator
. */
/external/qemu/android/
audio-test.c
16
* can be used to check that the
emulator
properly plays sound on
core-init-utils.c
15
* of the
emulator
's core initialization.
/external/qemu/android/camera/
camera-format-converters.h
24
* For the
emulator
, we really need to convert into two formats: YV12, which is
/external/qemu/android/utils/
debug.h
18
_VERBOSE_TAG(init, "
emulator
initialization") \
bufprint.c
64
** bufprint_app_dir() returns the directory where the
emulator
binary is located
66
** get_android_home() returns a user-specific directory where the
emulator
will
/external/qemu/distrib/
update-audio.sh
90
TARGET=$ANDROID_PREBUILT/
emulator
/libqemu-audio.a
/external/webkit/Source/JavaScriptCore/wtf/
PageAllocatorSymbian.h
70
//
Emulator
has limited virtual address space
/frameworks/base/data/keyboards/
qwerty.kl
16
#
Emulator
keyboard layout #1.
/frameworks/base/docs/html/guide/developing/devices/
managing-avds-cmdline.jd
26
<li><a href="{@docRoot}guide/developing/devices/
emulator
.html">Using the Android
27
Emulator
</a></li>
97
to run on the
emulator
when the AVD is invoked. You can specify other options on
98
the command line also, such as the emulated SD card size, the
emulator
skin, or a custom
172
<p>As an alternative to adjusting the
emulator
skin configuration, you can use
173
the
emulator
skin's default density and add the <code>-dpi-device</code> option
174
to the <a href="{@docRoot}guide/developing/tools/
emulator
.html">
emulator
</a> command line when
177
<pre>
emulator
-avd WVGA800 -scale 96dpi -dpi-device 160</pre>
/frameworks/base/docs/html/guide/developing/testing/
index.jd
6
help you set up and run your tests within an
emulator
or the device you are targeting.
/hardware/libhardware_legacy/qemu_tracing/
qemu_tracing.c
25
// tracing on the qemu
emulator
.
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DebugPortManager.java
29
* port provider on a per-<code>Client</code> basis, depending on the device/
emulator
they are
/system/core/adb/
adb.h
147
/* a transport object models the connection to a remote device or
emulator
148
** there is one transport per connected device/
emulator
. a "local transport"
149
** connects through TCP (for the
emulator
), while a "usb transport" through
227
#define LOCAL_CLIENT_PREFIX "
emulator
-"
adb.c
870
** we are not in the
emulator
1049
/* Check if the
emulator
is already known.
1050
* Note: There's a small but harmless race condition here: An
emulator
not
1059
"
Emulator
on port %d already registered.", adb_port);
1071
/* Preconditions met, try to connect to the
emulator
. */
1074
"Connected to
emulator
on ports %d,%d", console_port, adb_port);
1077
"Could not connect to
emulator
on ports %d,%d",
1140
// add a new TCP transport, device or
emulator
1149
// Send response for
emulator
and device
[
all
...]
/system/core/init/
README.BOOTCHART
10
On the
emulator
, use the new -bootchart <timeout> option to boot with bootcharting
/development/pdk/docs/porting/
intro_source_code.jd
124
Prebuilt tools, like the toolchains and
emulator
binary.
154
Tools for building and debugging Android (of particular interest for porting are "adb" and "
emulator
").
/external/qemu/android/skin/
keyset.h
18
* keysets in the
emulator
binary, and the user can define its own if he wants
66
/* the list of commands in the
emulator
*/
/external/qemu/docs/
ANDROID-CONFIG-FILES.TXT
1
Android
Emulator
Config File Formats:
7
The Android
emulator
supports several file formats for its configuration
/external/webkit/Source/WebKit/android/wds/client/
main.cpp
87
type = Device::
EMULATOR
;
112
LOGE("More than one device/
emulator
, please specify with -e or -d");
/frameworks/base/docs/html/guide/developing/building/
index.jd
15
your application on a device or
emulator
, such as compiled <code>.dex</code> files (<code>.class</code> files
27
<p>To run an application on an
emulator
or device, the application must be signed using debug or
/ndk/
ndk-gdb
247
echo " -e Connect to single
emulator
instance"
249
echo " -s <serial> Connect to specific
emulator
or device"
412
# Check the ADB command, and that we can connect to the device/
emulator
415
echo "ERROR: Could not connect to device or
emulator
!"
416
echo " Please check that an
emulator
is running or a device is connected"
577
echo "ERROR: Could not extract PID of application on device/
emulator
."
627
log "Pulled app_process from device/
emulator
."
630
log "Pulled libc.so from device/
emulator
."
/sdk/
changes.txt
18
- The AVD manager and
emulator
can now use system images compiled for ARM v7 and
85
-
Emulator
now requires sd card to be 9MB and above.
Completed in 827 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>