HomeSort by relevance Sort by last modified time
    Searched full:emulator (Results 1 - 25 of 802) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/tools/darwin-x86/emulator/
README 1 This folder contains a prebuilt of the emulator
4 It matches the emulator released publicly with
  /prebuilts/tools/linux-x86/emulator/
README 1 This folder contains a prebuilt of the emulator
4 It matches the emulator released publicly with
  /prebuilts/tools/windows/emulator/
README 1 This folder contains a prebuilt of the emulator
4 It matches the emulator released publicly with
  /build/target/board/generic/sepolicy/
domain.te 1 # For /sys/qemu_trace files in the emulator.
  /external/qemu/
INSTALL 1 This package contains the sources to the Android emulator program.
build.gradle 3 import com.android.tools.internal.emulator.BuildEmulator
20 item("$buildDefaultEmulator.output/emulator") {
33 item("$buildDefaultEmulator.output/emulator-arm") {
42 item("$buildDefaultEmulator.output/emulator-mips") {
51 item("$buildDefaultEmulator.output/emulator-x86") {
64 // XAV(2014-06-17) TEMPORARY EMULATOR FROM PREBUILTS
66 item("$project.rootDir/../prebuilts/tools/darwin-x86/emulator/lib") {
70 item("$project.rootDir/../prebuilts/tools/darwin-x86/emulator/emulator-arm") {
73 item("$project.rootDir/../prebuilts/tools/darwin-x86/emulator/emulator64-arm")
    [all...]
CleanSpec.mk 5 $(call add-clean-step, rm -rf $(OUT_DIR)/host/linux-x86/obj/{SHARED,STATIC}_LIBRARIES/emulator*)
6 $(call add-clean-step, rm -rf $(OUT_DIR)/host/linux-x86/obj/EXECUTABLES/emulator*)
Makefile.qemu-launcher 4 ### emulator-$ARCH: Standalone launcher for QEMU executable.
15 android/qemu-launcher/emulator-qemu.cpp \
24 $(call start-emulator-program, emulator-arm64)
28 emulator-common
31 $(call end-emulator-program)
40 $(call end-emulator-program)
Makefile.tests 38 $(call start-emulator-program, emulator_unittests)
44 emulator-common \
45 emulator-libext4_utils \
46 emulator-libsparse \
47 emulator-libselinux \
48 emulator-zlib \
49 emulator-libgtest
50 $(call end-emulator-program)
65 $(call end-emulator-program)
  /external/qemu/android/
qemulator.c 28 static void qemulator_refresh(QEmulator* emulator);
34 QEmulator* emulator = opaque; local
36 VERBOSE_PRINT(hw_control,"%s: light='%s' value=%d window=%p", __FUNCTION__, light, value, emulator->window);
38 emulator->lcd_brightness = value;
39 if (emulator->window)
40 skin_window_set_lcd_brightness( emulator->window, value );
46 qemulator_setup( QEmulator* emulator )
48 AndroidOptions* opts = emulator->opts;
50 if ( !emulator->window && !opts->no_window ) {
51 SkinLayout* layout = emulator->layout
100 QEmulator* emulator = _emulator; local
113 QEmulator* emulator = _emulator; local
121 QEmulator* emulator = _emulator; local
367 QEmulator* emulator = opaque; local
600 QEmulator* emulator = qemulator; local
    [all...]
qemulator.h 49 qemulator_init( QEmulator* emulator,
58 qemulator_done( QEmulator* emulator );
60 /* Sets title on the emulator's window. */
62 qemulator_set_title( QEmulator* emulator );
64 /* Gets emulator's layout. */
66 qemulator_get_layout( QEmulator* emulator );
70 qemulator_get_first_framebuffer(QEmulator* emulator);
  /external/qemu/distrib/libsparse/
sources.mk 21 $(call start-emulator-library,emulator-libsparse)
25 $(call end-emulator-library)
31 $(call end-emulator-library)
33 $(call start-emulator-program,emulator_img2simg)
36 LOCAL_STATIC_LIBRARIES := emulator-libsparse emulator-zlib
37 $(call end-emulator-program)
39 $(call start-emulator-program,emulator_simg2img)
42 LOCAL_STATIC_LIBRARIES := emulator-libsparse emulator-zli
    [all...]
  /device/generic/goldfish/opengl/
README 3 $ANDROID_BUILD_TOP/sdk/emulator/opengl.
6 with the 'emugen' host tool (see sdk/emulator/opengl/host/tools/emugen).
9 after building the emulator from sources, this will populate the content
15 $AOSP/sdk/emulator/opengl/libs/GLESv1_dec/
16 $AOSP/sdk/emulator/opengl/libs/GLESv2_dec/
17 $AOSP/sdk/emulator/opengl/libs/renderControl_dec/
  /external/qemu/distrib/
README 2 by the Android emulator build. Plus a few helper scripts.
  /external/qemu/distrib/ext4_utils/
sources.mk 24 $(call start-emulator-library,emulator-libext4_utils)
31 $(call end-emulator-library)
40 $(call end-emulator-library)
42 $(call start-emulator-program,emulator_make_ext4fs)
49 emulator-libext4_utils \
50 emulator-libsparse \
51 emulator-libselinux \
52 emulator-zlib
53 $(call end-emulator-program
    [all...]
  /external/qemu/distrib/mini-glib/
README 2 the Android emulator.
5 introduces several subtle issues in the emulator build, which are better
  /external/chromium_org/build/android/pylib/utils/
emulator.py 5 """Provides an interface to start and stop Android emulator.
7 Emulator: The class provides the methods to launch/shutdown the emulator with
31 # Template used to generate config.ini files for the emulator
82 """Emulator failed to launch."""
88 There are odd 'sticky' cases where there can be no emulator process
97 logging.info('Emulator killing is async; give a few seconds for all to die.')
121 """Pool for emulator port starting position that changes over time."""
128 """Return a range of valid ports for emulator use.
131 a killed emulator "hangs on" to a port long enough to preven
    [all...]
  /device/generic/goldfish/
ueventd.goldfish.rc 1 # These settings are specific to running under the Android emulator
ueventd.ranchu.rc 1 # These settings are specific to running under the Android emulator
  /device/generic/qemu/
ueventd.ranchu.rc 1 # These settings are specific to running under the Android emulator
  /external/chromium_org/build/android/pylib/gtest/filter/
base_unittests_emulator_additional_disabled 1 # Addtional list of suppressions from emulator
  /external/qemu/distrib/libselinux/
sources.mk 27 $(call start-emulator-library,emulator-libselinux)
31 $(call end-emulator-library)
37 $(call end-emulator-library)
  /external/qemu/distrib/zlib-1.2.8/
sources.make 23 $(call start-emulator-library,emulator-zlib)
26 $(call end-emulator-library)
31 $(call end-emulator-library)
  /build/target/board/generic/
README.txt 5 will work with the emulator, though sound will not work
6 (see the "emulator" product for that).
  /build/target/board/generic_mips/
README.txt 5 will work with the emulator, though sound will not work
6 (see the "emulator" product for that).

Completed in 2873 milliseconds

1 2 3 4 5 6 7 8 91011>>