OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:emulator
(Results
26 - 50
of
1201
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/qemu-kernel/mips64/
README
1
This directory contains kernel images to be used with the Android
emulator
/prebuilts/qemu-kernel/x86/3.10/
README
1
This directory contains kernel images to be used with the Android
emulator
/prebuilts/qemu-kernel/x86/
README
1
This directory contains kernel images to be used with the Android
emulator
/prebuilts/qemu-kernel/x86_64/3.10/
README
1
This directory contains kernel images to be used with the Android
emulator
/prebuilts/qemu-kernel/x86_64/
README
1
This directory contains kernel images to be used with the Android
emulator
/cts/hostsidetests/theme/
avd.py
44
raise Exception('
Emulator
already running')
50
emu_cmd = "
emulator
%s-ports %d,%d -gpu on -wipe-data" \
60
# The
emulator
ought to be starting now.
61
self._adb_name = "
emulator
-%d" % (port_tty - 1)
66
raise Exception('
Emulator
not currently running')
74
raise Exception('
Emulator
not currently running')
79
raise Exception('
Emulator
not currently running')
/external/autotest/utils/
emulator_manager.py
4
"""Utility to run a Brillo
emulator
programmatically.
7
arm
emulator
kernel.dtb (or another dtb file) must also be in imagedir.
28
"""Manage an instance of a device
emulator
.
30
@param imagedir: directory of
emulator
images.
31
@param port: Port number for
emulator
's adbd. Note this port is one higher
32
than the port in the
emulator
's serial number.
43
'contain
emulator
images.')
51
"""Wait for
emulator
on our port to stop.
53
@param timeout_secs: Max seconds to wait for the
emulator
to stop.
55
@return: Bool - True if
emulator
stops
[
all
...]
/system/core/adb/
console.cpp
31
// Return the console authentication command for the
emulator
, if needed
55
// Return the console port of the currently connected
emulator
(if any) or -1 if
56
// there is no
emulator
, and -2 if there is more than one.
59
// The user specified a serial number; is it an
emulator
?
61
return (sscanf(serial, "
emulator
-%d", &port) == 1) ? port : -1;
70
fprintf(stderr, "error: no
emulator
connected: %s\n", error.c_str());
77
if (sscanf(device.c_str(), "
emulator
-%d", &port) == 1) {
80
stderr, "error: more than one
emulator
detected; use -s\n");
87
fprintf(stderr, "error: no
emulator
detected\n");
126
fprintf(stderr, "error: cannot write to
emulator
: %s\n"
[
all
...]
/packages/services/Car/tools/emulator/
VehicleHalProto_pb2.py
16
package='
emulator
',
17
serialized_pb='\n\x15VehicleHalProto.proto\x12\x08\x65mulator\"\xba\x01\n\x11VehicleAreaConfig\x12\x0f\n\x07\x61rea_id\x18\x01 \x02(\x05\x12\x17\n\x0fmin_int32_value\x18\x02 \x01(\x11\x12\x17\n\x0fmax_int32_value\x18\x03 \x01(\x11\x12\x17\n\x0fmin_int64_value\x18\x04 \x01(\x12\x12\x17\n\x0fmax_int64_value\x18\x05 \x01(\x12\x12\x17\n\x0fmin_float_value\x18\x06 \x01(\x02\x12\x17\n\x0fmax_float_value\x18\x07 \x01(\x02\"\x9b\x02\n\x11VehiclePropConfig\x12\x0c\n\x04prop\x18\x01 \x02(\x05\x12\x0e\n\x06\x61\x63\x63\x65ss\x18\x02 \x01(\x05\x12\x13\n\x0b\x63hange_mode\x18\x03 \x01(\x05\x12\x12\n\nvalue_type\x18\x04 \x01(\x05\x12\x17\n\x0fsupported_areas\x18\x05 \x01(\x05\x12\x31\n\x0c\x61rea_configs\x18\x06 \x03(\x0b\x32\x1b.
emulator
.VehicleAreaConfig\x12\x14\n\x0c\x63onfig_flags\x18\x07 \x01(\x05\x12\x14\n\x0c\x63onfig_array\x18\x08 \x03(\x05\x12\x15\n\rconfig_string\x18\t \x01(\t\x12\x17\n\x0fmin_sample_rate\x18\n \x01(\x02\x12\x17\n\x0fmax_sample_rate\x18\x0b \x01(\x02\"\xf2\x01\n\x10VehiclePropValue\x12\x0c\n\x04prop\x18\x01 \x02(\x05\x12\x12\n\nvalue_type\x18\x02 \x01(\x05\x12\x11\n\ttimestamp\x18\x03 \x01(\x03\x12+\n\x06status\x18\n \x01(\x0e\x32\x1b.
emulator
.VehiclePropStatus\x12\x0f\n\x07\x61rea_id\x18\x04 \x01(\x05\x12\x14\n\x0cint32_values\x18\x05 \x03(\x11\x12\x14\n\x0cint64_values\x18\x06 \x03(\x12\x12\x14\n\x0c\x66loat_values\x18\x07 \x03(\x02\x12\x14\n\x0cstring_value\x18\x08 \x01(\t\x12\x13\n\x0b\x62ytes_value\x18\t \x01(\x0c\"/\n\x0eVehiclePropGet\x12\x0c\n\x04prop\x18\x01 \x02(\x05\x12\x0f\n\x07\x61rea_id\x18\x02 \x01(\x05\"\xd8\x01\n\x0f\x45mulatorMessage\x12#\n\x08msg_type\x18\x01 \x02(\x0e\x32\x11.
emulator
.MsgType\x12 \n\x06status\x18\x02 \x01(\x0e\x32\x10.
emulator
.Status\x12&\n\x04prop\x18\x03 \x03(\x0b\x32\x18.
emulator
.VehiclePropGet\x12+\n\x06\x63onfig\x18\x04 \x03(\x0b\x32\x1b.
emulator
.VehiclePropConfig\x12)\n\x05value\x18\x05 \x03(\x0b\x32\x1a.
emulator
.VehiclePropValue*\x8a\x02\n\x07MsgType\x12\x12\n\x0eGET_CONFIG_CMD\x10\x00\x12\x13\n\x0fGET_CONFIG_RESP\x10\x01\x12\x16\n\x12GET_CONFIG_ALL_CMD\x10\x02\x12\x17\n\x13GET_CONFIG_ALL_RESP\x10\x03\x12\x14\n\x10GET_PROPERTY_CMD\x10\x04\x12\x15\n\x11GET_PROPERTY_RESP\x10\x05\x12\x18\n\x14GET_PROPERTY_ALL_CMD\x10\x06\x12\x19\n\x15GET_PROPERTY_ALL_RESP\x10\x07\x12\x14\n\x10SET_PROPERTY_CMD\x10\x08\x12\x15\n\x11SET_PROPERTY_RESP\x10\t\x12\x16\n\x12SET_PROPERTY_ASYNC\x10\n*\xfb\x01\n\x06Status\x12\r\n\tRESULT_OK\x10\x00\x12\x11\n\rERROR_UNKNOWN\x10\x01\x12\x1b\n\x17\x45RROR_UNIMPLEMENTED_CMD\x10\x02\x12\x1a\n\x16\x45RROR_INVALID_PROPERTY\x10\x03\x12\x19\n\x15\x45RROR_INVALID_AREA_ID\x10\x04\x12 \n\x1c\x45RROR_PROPERTY_UNINITIALIZED\x10\x05\x12\x1d\n\x19\x45RROR_WRITE_ONLY_PROPERTY\x10\x06\x12\x1d\n\x19\x45RROR_MEMORY_ALLOC_FAILED\x10\x07\x12\x1b\n\x17\x45RROR_INVALID_OPERATION\x10\x08*>\n\x11VehiclePropStatus\x12\r\n\tAVAILABLE\x10\x00\x12\x0f\n\x0bUNAVAILABLE\x10\x01\x12\t\n\x05\x45RROR\x10\x02\x42\x02H\x03')
21
full_name='
emulator
.MsgType',
79
full_name='
emulator
.Status'
[
all
...]
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
LocalSdkAvdPreparer.java
30
* A {@link ITargetPreparer} that will create an avd and launch an
emulator
39
@Option(name = "new-
emulator
", description = "launch a new
emulator
.")
58
// Note: If we want to launch the
emulator
, we need to pass the --new-
emulator
flag
59
// defined in DeviceSelectionOptions, which will create a stub
emulator
.
/device/google/atv/products/
atv_arm.mk
20
include $(SRC_TARGET_DIR)/product/
emulator
.mk
26
PRODUCT_MODEL := AOSP TV on ARM
Emulator
atv_x86.mk
24
include $(SRC_TARGET_DIR)/product/
emulator
.mk
30
PRODUCT_MODEL := AOSP TV on IA
Emulator
/system/tools/aidl/tests/java_app/
README
4
2) Start an
emulator
:
5
$
emulator
/tools/tradefederation/core/prod-tests/res/config/sdk/
emulator-smoke.xml
16
<configuration description="Creates an avd, and launches
emulator
from a local sdk">
18
<include name="sdk/
emulator
-smoke-common" />
/build/make/core/combo/arch/x86_64/
x86_64.mk
5
# that are run in the
emulator
under KVM emulation (i.e. running directly on
/build/make/target/product/
full_x86.mk
19
# build quite specifically for the
emulator
, and might not be
22
# If running on an
emulator
or some other device that has a LAN connection
26
$(call inherit-product, $(SRC_TARGET_DIR)/product/
emulator
.mk)
43
PRODUCT_MODEL := AOSP on IA
Emulator
full.mk
19
# build quite specifically for the
emulator
, and might not be
22
$(call inherit-product, $(SRC_TARGET_DIR)/product/
emulator
.mk)
30
PRODUCT_MODEL := AOSP on ARM
Emulator
full_mips.mk
19
# mips build quite specifically for the
emulator
, and might not be
25
include $(SRC_TARGET_DIR)/product/
emulator
.mk
31
PRODUCT_MODEL := AOSP on MIPS
Emulator
/external/gemmlowp/scripts/
ci-test.sh
4
android-wait-for-
emulator
/sdk/apps/SdkController/assets/
intro_help.html
30
<b>SdkController</b> is used to send sensor data from an actual device to an
emulator
. <p/>
36
<li>Finally <b>run an
emulator
</b> with an AVD targetting <b>API 15</b>.
37
Multi-touch emulation must be explicitly enabled in
emulator
either by setting "Touch screen type" property to "multi-touch" in AVD Manager,
38
or by starting the
emulator
with "-screen multi-touch" option.</li>
/tools/tradefederation/core/prod-tests/src/com/android/sdk/tests/
EmulatorSmsPreparer.java
29
/** Sends and SMS message to the
emulator
*/
39
Assert.assertTrue("device is not a
emulator
", device.getIDevice().isEmulator());
41
// these values mus match exactly with platform/development/tools/
emulator
/...
42
// test-apps/SmsTest/src/com/android/
emulator
/test/SmsTest.java
/build/make/core/tasks/
check_emu_boot.mk
1
check_emu_boot0 := $(DIST_DIR)/$(TARGET_PRODUCT)-$(TARGET_BUILD_VARIANT)-
emulator
-boot-test-result.txt
4
$(check_emu_boot0) : PRIVATE_BOOT_COMPLETE_STRING := "
emulator
: INFO: boot completed"
5
$(check_emu_boot0) : PRIVATE_BOOT_FAIL_STRING := "
emulator
: ERROR: fail to boot after"
/device/generic/goldfish/qemu-props/
Android.mk
15
# this file is used to build
emulator
-specific program tools
16
# that should only run in the
emulator
.
22
# to setup various system properties sent by the
emulator
program.
/device/generic/mini-emulator-armv7-a-neon/
m_e_arm.mk
17
$(call inherit-product, device/generic/mini-
emulator
-armv7-a-neon/mini_emulator_common.mk)
20
PRODUCT_DEVICE := mini-
emulator
-armv7-a-neon
22
PRODUCT_MODEL := mini-
emulator
-armv7-a-neon
/device/generic/mini-emulator-x86/
mini_emulator_x86.mk
17
$(call inherit-product, device/generic/mini-
emulator
-armv7-a-neon/mini_emulator_common.mk)
20
PRODUCT_DEVICE := mini-
emulator
-x86
22
PRODUCT_MODEL := mini-
emulator
-x86
Completed in 1089 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>