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

<<11121314151617181920>>

  /prebuilts/gradle-plugin/com/android/tools/screenshot2/25.0.0-beta2/
screenshot2-25.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/screenshot2/25.0.0-beta5/
screenshot2-25.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/screenshot2/25.0.0-beta6/
screenshot2-25.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/screenshot2/25.0.0-beta7/
screenshot2-25.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/screenshot2/25.0.0-rc3/
screenshot2-25.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/tools/screenshot2/25.1.0/
screenshot2-25.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/screenshot2/25.1.0-alpha3/
screenshot2-25.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/screenshot2/25.1.0-alpha4/
screenshot2-25.1.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/screenshot2/25.1.0-beta1/
screenshot2-25.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/screenshot2/25.1.0-beta3/
screenshot2-25.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/screenshot2/25.1.0-rc1/
screenshot2-25.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/screenshot2/25.1.2/
screenshot2-25.1.2.jar 
  /system/core/adb/
test_adb.py 91 # setup with adb TCP/emulator connections. If there is a pre-existing
176 # connect to our mock emulator.
178 ['adb', '-s', 'emulator-' + str(port), 'emu', 'kill'],
193 conn.sendall('OK: killing emulator, bye bye\r\n')
197 # real emulator because it just calls exit() without closing
services.cpp 397 // Check if the emulator is already known.
398 // Note: There's a small but harmless race condition here: An emulator not
406 *response = android::base::StringPrintf("Emulator already registered on port %d", adb_port);
410 // Preconditions met, try to connect to the emulator.
413 *response = android::base::StringPrintf("Connected to emulator on ports %d,%d",
416 *response = android::base::StringPrintf("Could not connect to emulator on ports %d,%d: %s",
431 // Send response for emulator and device
  /development/build/
sdk.atree 175 # emulator skins from sdk.git
176 development/tools/emulator/skins/QVGA platforms/${PLATFORM_NAME}/skins/QVGA
177 development/tools/emulator/skins/WQVGA432 platforms/${PLATFORM_NAME}/skins/WQVGA432
178 development/tools/emulator/skins/WQVGA400 platforms/${PLATFORM_NAME}/skins/WQVGA400
179 development/tools/emulator/skins/HVGA platforms/${PLATFORM_NAME}/skins/HVGA
180 development/tools/emulator/skins/WVGA800 platforms/${PLATFORM_NAME}/skins/WVGA800
181 development/tools/emulator/skins/WVGA854 platforms/${PLATFORM_NAME}/skins/WVGA854
182 development/tools/emulator/skins/WSVGA platforms/${PLATFORM_NAME}/skins/WSVGA
183 development/tools/emulator/skins/WXGA720 platforms/${PLATFORM_NAME}/skins/WXGA720
184 development/tools/emulator/skins/WXGA800 platforms/${PLATFORM_NAME}/skins/WXGA80
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 64 * Launch configuration tab to control the parameters of the Emulator
107 * Returns the emulator ready speed option value.
119 * Returns the emulator ready network latency value.
254 // emulator size
256 mEmulatorOptionsGroup.setText("Emulator launch parameters:");
294 mWipeDataButton.setToolTipText("Check this if you want to wipe your user data each time you start the emulator. You will be prompted for confirmation when the emulator starts.");
303 mNoBootAnimButton.setToolTipText("Check this if you want to disable the boot animation. This can help the emulator start faster on slow machines.");
309 // custom command line option for emulator
311 l.setText("Additional Emulator Command Line Options")
    [all...]
  /sdk/eclipse/
changes.txt 482 from the Home screen of the emulator.
543 - Support for running JUnit tests on a device/emulator from a new
580 emulator image)
601 - Launch configuration now has an option to wipe emulator data on
604 animation. This will let the emulator start faster on older
621 emulator if no device are present, automatically target the device
659 - Plugin now retries to launch the app on the emulator if it fails due
661 - Skin dropdown in the Emulator/Target tabs is now build from the
663 - Emulator control panel. This is a UI on top of the emulator
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
DeviceSelectionOptionsTest.java 74 EasyMock.expect(mMockEmulatorDevice.getSerialNumber()).andStubReturn("emulator");
266 /** Test for matching with an srtub emulator */
271 IDevice emulatorDevice = new StubDevice("emulator", true);
275 /** Test that an stub emulator is not matched by default */
279 IDevice emulatorDevice = new StubDevice("emulator", true);
321 /** Test that a emulator is matched when requested */
  /external/webrtc/tools/network_emulator/
emulate.py 154 emulator = network_emulator.NetworkEmulator(connection_config,
157 emulator.check_permissions()
169 emulator.emulate(external_ip)
  /build/make/target/board/generic/
device.mk 18 # are specific to the emulator.
  /build/make/target/board/generic_arm64/
device.mk 18 # are specific to the emulator.
  /build/make/target/board/generic_mips/
BoardConfig.mk 56 # Build and enable the OpenGL ES View renderer. When running on the emulator,
  /build/make/target/board/generic_x86/
device.mk 18 # are specific to the emulator.
  /build/make/target/board/generic_x86_64/
device.mk 18 # are specific to the emulator.
  /build/make/target/product/
full_base.mk 19 # build of the emulator, but all those aspects can be overridden

Completed in 767 milliseconds

<<11121314151617181920>>