HomeSort by relevance Sort by last modified time
    Searched full:emulator (Results 76 - 100 of 1201) sorted by null

1 2 34 5 6 7 8 91011>>

  /device/generic/goldfish/gps/
Android.mk 16 # We're moving the emulator-specific platform libs to
17 # development.git/tools/emulator/. The following test is to ensure
  /device/generic/mini-emulator-arm64/
mini_emulator_arm64.mk 17 $(call inherit-product, device/generic/mini-emulator-armv7-a-neon/mini_emulator_common.mk)
20 PRODUCT_DEVICE := mini-emulator-arm64
  /device/linaro/bootloader/edk2/EmulatorPkg/Sec/
Sec.inf 2 # Entry Point of Emu Emulator
4 # Main executable file of Unix Emulator that loads PEI core after initialization finished.
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/
TestSuite.smali 7 #device/emulator, and then zip up the classes.dex containing this class
8 #and all of the tests and push that to the device/emulator.
  /sdk/apps/SdkController/
Implementation.txt 14 to the emulator and provides a number of "handlers". Handlers can be
20 handler to deal with emulator connections starts/stopping. Some handlers
26 composed of a background handler (that consumes data form the emulator and
27 can send data to the emulator) and an optional activity for UI (that displays
58 The emulator connection is separated in the "lib" subpackage:
59 - EmulatorConnection abstracts a connection to the emulator.
63 - EmulatorListener is a callback: the emulator connection uses it to indicate
69 Emulator
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
MultiTouchChannel.java 37 * A new frame buffer has been received from the emulator.
42 * A multi-touch "start" command has been received from the emulator.
47 * A multi-touch "stop" command has been received from the emulator. There
77 * counterpart in the emulator.
89 * counterpart in the emulator.
100 * A message has been received from the emulator.
103 * @param msg_data Packet received from the emulator.
122 * A query has been received from the emulator.
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
ProtocolConstants.java 6 * Contains declarations of constants that are tied to emulator implementation.
18 * Header sizes for packets sent / received by SDK controller emulator.
70 * Constants related to handshake protocol between the emulator and a channel.
76 * When emulator connects to SDK controller, the first thing that goes
93 * emulator connection for this channel. Emulator should stop connection
127 /** Size of an event entry in the touch event message to the emulator. */
144 /** Message that delivers sensor events to emulator. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
ILaunchController.java 27 * Launches an application on a device or emulator
30 * @param device the device or emulator to launch the application on
  /tools/tradefederation/core/tests/res/config/sdk/
emulator-launch-stress.xml 17 description="stress test emulator launch">
19 <option name="emulator" value="true" />
  /device/generic/goldfish/
init.goldfish.rc 40 # disable some daemons the emulator doesn't want
49 setprop ro.setupwizard.mode EMULATOR
55 # For the emulator, which bypasses Setup Wizard, you can specify
71 #emulator is not much useful before boot complete
99 # program to check wether it runs on the emulator
  /device/generic/qemu/
init.ranchu.rc 23 setprop ro.setupwizard.mode EMULATOR
44 # disable some daemons the emulator doesn't want
49 # These were written for the classic emulator, but are applicable to ranchu
58 #emulator is not much useful before boot complete
98 # program to check wether it runs on the emulator
  /external/autotest/server/hosts/
emulated_adb_host.py 26 """Run an emulator as an ADB device preserving the API and assumptions of
35 """Intialize an emulator so that existing assumptions that the host is
44 m = re.match('emulator-(\d{4})', self.adb_serial)
46 raise ValueError('Emulator serial must be in the format '
47 'emulator-PORT.')
56 # Boot the emulator, if not already booted, since ADBHost assumes the
64 """Boot or reboot the emulator if necessary.
66 If the emulator is not started boot the emulator. Otherwise leave it
67 alone. Ensure emulator is running and ready before returning
    [all...]
  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/
Application.vcp 6 # TARGTYPE "Win32 (WCE emulator) Application" 0xa601
8 CFG=Application - Win32 (WCE emulator) Debug
17 !MESSAGE NMAKE /f "Application.vcn" CFG="Application - Win32 (WCE emulator) Debug"
21 !MESSAGE "Application - Win32 (WCE emulator) Release" (based on "Win32 (WCE emulator) Application")
22 !MESSAGE "Application - Win32 (WCE emulator) Debug" (based on "Win32 (WCE emulator) Application")
33 !IF "$(CFG)" == "Application - Win32 (WCE emulator) Release"
67 !ELSEIF "$(CFG)" == "Application - Win32 (WCE emulator) Debug"
172 # Name "Application - Win32 (WCE emulator) Release
    [all...]
  /sdk/files/
android.el 4 ;;; under the emulator.
82 "Run the Android emulator. This expects the SDK tools directory to be in the current path."
84 (compile "emulator"))
87 "Install an Android application package APK in the Android emulator. This expects the SDK tools directory to be in the current path."
99 "Uninstall an Android application package APK in the Android emulator. This expects the SDK tools directory to be in the current path.
107 "Start the activity PACKAGE/CLASS in the Android emulator. This expects the SDK tools directory to be in the current path."
119 "Start the activity PACKAGE/CLASS within the debugger in the Android emulator. This expects the SDK tools directory to be in the current path."
  /build/make/target/product/
aosp_arm64.mk 22 # build quite specifically for the emulator, and might not be
45 $(call inherit-product, $(SRC_TARGET_DIR)/product/emulator.mk)
56 PRODUCT_MODEL := AOSP on ARM arm64 Emulator
aosp_x86_64.mk 22 # build quite specifically for the emulator, and might not be
42 $(call inherit-product, $(SRC_TARGET_DIR)/product/emulator.mk)
63 PRODUCT_MODEL := AOSP on IA x86_64 Emulator
  /external/perfetto/tools/
run_android_emulator 32 root_dir, 'buildtools', 'emulator', 'linux-x86_64')
36 root_dir, 'buildtools', 'emulator', 'darwin-x86_64')
42 # Travis CI doesn't set this and causes the emulator to fallback in
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
CarEmulator.java 41 CarEmulator emulator = new CarEmulator(context); local
42 emulator.init();
43 return emulator;
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MultiTouchActivity.java 56 /** Width of the emulator's display. */
58 /** Height of the emulator's display. */
148 updateStatus(connected ? "Emulator connected" : "Emulator disconnected");
159 * and reports them to the emulator application.
174 // Build message for the emulator.
256 * Called when a BLOB query is received from the emulator.
258 * This query is used to deliver framebuffer updates in the emulator. The
264 * the emulator will be "on hold" until this method returns.
342 * Updates application's screen accordingly to the emulator screen
    [all...]
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
ControllerService.java 45 * sensor data to the emulator" or "sending multi-touch data and displaying an
46 * emulator screen".
48 * Each channel connects to the emulator via UNIX-domain socket that is bound to
50 * listens to emulator connections on this port, and binds new connection with a
53 * All the channels are created when the service starts, and whether the emulator
57 * created and then tries to send data as soon as there's an emulator
75 /** Connection to the emulator. */
106 * The service status has changed (emulator connected/disconnected.)
145 * channel(s) with the emulator, or unexpected disconnections.
153 * with the emulator
    [all...]
  /system/core/adb/
adb_client.h 51 // Send commands to the current emulator instance. Will fail if there is not
52 // exactly one emulator connected (or if you use -s <serial> with a <serial>
53 // that does not designate an emulator).
  /system/core/qemu_pipe/include/
qemu_pipe.h 26 // emulator.
30 // 'pipeName' is the name of the emulator service you want to connect to,
41 // misconfigured emulator.
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
SdkAvdPreparerStressTest.java 32 * Long running functional tests for {@link SdkAvdPreparer} that verifies an emulator launch
39 @Option(name="iterations", description="Number of emulator launch iterations to perform")
43 "Number of attempts to launch the emulator for each iteration")
  /build/make/target/board/generic_x86/
BoardConfig.mk 15 #emulator now uses 64bit kernel to run 32bit x86 image
19 # The IA emulator (qemu) uses the Goldfish devices
43 # Build and enable the OpenGL ES View renderer. When running on the emulator,
95 BOARD_WLAN_DEVICE := emulator
  /cts/build/
support_package.mk 21 # Disable by default so "m cts" will work in emulator builds

Completed in 798 milliseconds

1 2 34 5 6 7 8 91011>>