/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 98 QEmulator* emulator = _emulator; local 111 QEmulator* emulator = _emulator; local 119 QEmulator* emulator = _emulator; local 368 QEmulator* emulator = opaque; local 604 QEmulator* emulator = qemulator; local [all...] |
qemulator.h | 46 qemulator_init( QEmulator* emulator, 55 qemulator_done( QEmulator* emulator ); 57 /* Sets title on the emulator's window. */ 59 qemulator_set_title( QEmulator* emulator ); 61 /* Gets emulator's layout. */ 63 qemulator_get_layout( QEmulator* emulator ); 67 qemulator_get_first_framebuffer(QEmulator* emulator);
|
/external/qemu/distrib/ |
build-emulator.sh | 3 # this script is used to build a static version of the Android emulator 10 TARGET=emulator 22 echo "usage: build-emulator [--target=FILEPATH]" 31 echo "ERROR: could not build the emulator, please check the sources" 34 cp objs/emulator $CURDIR/emulator
|
make-distrib.sh | 3 # this script is used to build a source distribution package for the Android emulator 6 # - the sources of our patched QEMU emulator 7 # - appropriate scripts to rebuild the emulator binary 17 PACKAGE=android-emulator-$DATE 33 mv $QEMUDIR/distrib/build-emulator.sh $TMPDIR/build-emulator.sh
|
/sdk/build/ |
windows_sdk_tools.mk | 8 emulator \ 9 emulator-arm \ 10 emulator-x86 \
|
tools.windows.atree | 36 rm tools/emulator 37 rm tools/emulator-arm 38 rm tools/emulator-x86 39 bin/emulator.exe strip tools/emulator.exe 40 bin/emulator-arm.exe strip tools/emulator-arm.exe 41 bin/emulator-x86.exe strip tools/emulator-x86.exe 42 # Emulator librarie [all...] |
/development/tools/emulator/opengl/tests/event_injector/ |
Android.mk | 8 emulator-console.c \
|
/development/tools/emulator/system/qemud/ |
Android.mk | 3 # We're moving the emulator-specific platform libs to 4 # development.git/tools/emulator/. The following test is to ensure
|
/sdk/emulator/qemud/ |
Android.mk | 3 # We're moving the emulator-specific platform libs to 4 # development.git/tools/emulator/. The following test is to ensure
|
/build/target/board/generic_x86/ |
device.mk | 18 # are specific to the emulator. 27 development/tools/emulator/system/camera/media_profiles.xml:system/etc/media_profiles.xml \
|
BoardConfig.mk | 14 # The IA emulator (qemu) uses the Goldfish devices
|
/development/tools/emulator/system/qemu-props/ |
Android.mk | 15 # this file is used to build emulator-specific program tools 16 # that should only run in the emulator. 19 # We're moving the emulator-specific platform libs to 20 # development.git/tools/emulator/. The following test is to ensure 29 # to setup various system properties sent by the emulator program. 36 # emulator-specific binaries.
|
/sdk/emulator/tools/ |
Android.mk | 15 # this file is used to build emulator-specific program tools 16 # that should only run in the emulator. 19 # We're moving the emulator-specific platform libs to 20 # development.git/tools/emulator/. The following test is to ensure 31 # to setup various system properties sent by the emulator program. 38 # emulator-specific binaries.
|
/build/target/board/generic/ |
device.mk | 18 # are specific to the emulator. 27 development/tools/emulator/system/camera/media_profiles.xml:system/etc/media_profiles.xml \
|
/development/tools/emulator/test-apps/GpsLocationTest/src/com/android/emulator/gps/test/ |
GpsLocationTest.java | 16 package com.android.emulator.gps.test;
|
/sdk/screenshot/src/com/android/screenshot/ |
Screenshot.java | 40 boolean emulator = false; 55 if (emulator || serial != null) { 63 emulator = true; 70 if (device || emulator) { 145 if (emulator || device) { 147 // this test works because emulator and device can't both be true at the same 149 if (d.isEmulator() == emulator) { 152 if (emulator) { 153 printAndExit("Error: more than one emulator launched!", 171 printAndExit("Error: more than one emulator or device available!" [all...] |
/build/target/board/vbox_x86/ |
device.mk | 18 # are specific to the emulator. 31 development/tools/emulator/system/camera/media_profiles.xml:system/etc/media_profiles.xml \
|
/development/tools/emulator/system/gps/ |
Android.mk | 16 # We're moving the emulator-specific platform libs to 17 # development.git/tools/emulator/. The following test is to ensure
|
/development/tools/emulator/test-apps/ConnectivityTest/src/com/android/emulator/connectivity/test/ |
ConnectivityTest.java | 17 package com.android.emulator.connectivity.test;
|
/sdk/emulator/sensors/ |
Android.mk | 16 # We're moving the emulator-specific platform libs to 17 # development.git/tools/emulator/. The following test is to ensure
|
/build/core/ |
user_tags.mk | 114 emulator \ 115 emulator-arm \ 116 emulator-core \ 117 emulator-elff \ 118 emulator-hw \ 119 emulator-memcheck \ 120 emulator-tcg \ 121 emulator-ui \
|
/sdk/emulator/tests/ |
Android.mk | 1 # This directory contains various host tests to be used with the emulator
|
/development/build/ |
sdk.atree | 75 # emulator skins from sdk.git 76 development/tools/emulator/skins/QVGA platforms/${PLATFORM_NAME}/skins/QVGA 77 development/tools/emulator/skins/WQVGA432 platforms/${PLATFORM_NAME}/skins/WQVGA432 78 development/tools/emulator/skins/WQVGA400 platforms/${PLATFORM_NAME}/skins/WQVGA400 79 development/tools/emulator/skins/HVGA platforms/${PLATFORM_NAME}/skins/HVGA 80 development/tools/emulator/skins/WVGA800 platforms/${PLATFORM_NAME}/skins/WVGA800 81 development/tools/emulator/skins/WVGA854 platforms/${PLATFORM_NAME}/skins/WVGA854 82 development/tools/emulator/skins/WSVGA platforms/${PLATFORM_NAME}/skins/WSVGA 83 development/tools/emulator/skins/WXGA720 platforms/${PLATFORM_NAME}/skins/WXGA720 84 development/tools/emulator/skins/WXGA800 platforms/${PLATFORM_NAME}/skins/WXGA80 [all...] |
/external/webkit/Source/WebKit/android/wds/client/ |
AdbConnection.cpp | 224 static const char emulator[] = "emulator-"; local 225 if (strncmp(serial, emulator, sizeof(emulator) - 1) == 0) 226 t = Device::EMULATOR;
|
/system/core/rootdir/ |
Android.mk | 18 # the /system/etc/init.goldfish.sh is needed to enable emulator support 21 # to run the dex pre-optimization *in* the emulator. So keep the file until 55 # the emulator.
|