| /prebuilts/go/linux-x86/src/runtime/ |
| write_err_android.go | 31 // TODO(hakim): logging for emulator?
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/ |
| DebugPortProvider.java | 107 // to the first emulator.
|
| /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ |
| HierarchyViewer.java | 79 (device.isEmulator() ? "emulator" : "device"));
|
| /system/bt/vendor_libs/test_vendor_lib/scripts/ |
| build_and_run.sh | 68 x-terminal-emulator -e "scripts/build_and_run.sh ${AOSP_ABS} ${DEVICE}"
|
| /system/extras/perfprofd/ |
| perfprofdcore.cc | 92 // We're running in the emulator, perf won't be able to do much 100 // Are we running in the emulator? If so, stub out profile collection 130 return "running in emulator"; 142 // Profile collection in the emulator doesn't make sense
|
| /system/sepolicy/prebuilts/api/26.0/private/ |
| property_contexts | 103 # emulator/goldfish.
|
| /system/sepolicy/prebuilts/api/27.0/private/ |
| property_contexts | 104 # emulator/goldfish.
|
| /test/framework/harnesses/host_controller/tradefed/ |
| remote_operation.py | 86 "serial": "emulator-5554", "sdk": "unknown"},
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
| DeviceManagerTest.java | 312 * Test {@link DeviceManager#allocateDevice(IDeviceSelection)} when stub emulator 332 * Test freeing an emulator 355 IManagedTestDevice emulator = (IManagedTestDevice) manager.allocateDevice(options); local 356 assertNotNull(emulator); 357 // a freed 'unavailable' emulator should be returned to the available 359 manager.freeDevice(emulator, FreeDeviceState.UNAVAILABLE); [all...] |
| /build/kati/ |
| INTERNALS.md | 389 directory, and they are slow. For this, kati has a builtin emulator of GNU 390 find. The find emulator traverses the directory tree and creates an in-memory 391 directory tree. Then the find emulator returns results of find commands using 392 the cached tree. For my environment, the find command emulator makes kati ~1.6x 534 ...). So, for find commands executed by kati's find emulator, kati stores the
|
| /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
| Host.c | 159 // Emulator Bus Driver Thunks
167 // Emulator other Thunks
211 printf (" OS Emulator passing in %u KB of temp RAM at 0x%08lx to SEC\n",
494 // deos not work in the emulator. It also allows the removal of
617 It allows discontinuous memory regions to be supported by the emulator.
[all...] |
| /external/chromium-trace/catapult/devil/devil/android/sdk/ |
| adb_wrapper.py | 39 _EMULATOR_RE = re.compile(r'^emulator-[0-9]+$') 901 """Runs an emulator console command. 903 See http://developer.android.com/tools/devices/emulator.html#console 906 cmd: The command to run on the emulator console. 911 The output of the emulator console command. [all...] |
| /external/libmojo/third_party/catapult/devil/devil/android/sdk/ |
| adb_wrapper.py | 32 _EMULATOR_RE = re.compile(r'^emulator-[0-9]+$') 799 """Runs an emulator console command. 801 See http://developer.android.com/tools/devices/emulator.html#console 804 cmd: The command to run on the emulator console. 809 The output of the emulator console command.
|
| /dalvik/docs/ |
| embedded-vm-control.html | 70 the Android emulator unless the <code>-nojni</code> flag is provided on the 71 emulator command line.) Because this is an "ro." property, the value cannot
|
| /developers/samples/android/wearable/wear/XYZTouristAttractions/ |
| template-params.xml | 143 * Compile and install the mobile app onto your mobile device or emulator. 144 * Compile and install the wearable app onto your Wear device or emulator.
|
| /device/google/cuttlefish_common/guest/hals/camera/ |
| Exif.cpp | 299 createEntry(exifData, EXIF_IFD_0, EXIF_TAG_MAKE, "Emulator-Cuttlefish"); 300 createEntry(exifData, EXIF_IFD_0, EXIF_TAG_MODEL, "Emulator-Cuttlefish");
|
| EmulatedCameraFactory.cpp | 190 // No vendor tags defined for emulator yet, so not touching ops
|
| /device/linaro/bootloader/edk2/EmulatorPkg/ |
| EmulatorPkg.dsc | 28 OUTPUT_DIRECTORY = Build/Emulator
243 # Emulator, OS POSIX application
|
| /external/autotest/client/cros/cellular/ |
| base_station_8960.py | 153 """Set the DNS values provided to the UE. Emulator must be stopped.""" 161 Set the IP addresses provided to the UE. Emulator must be stopped.
|
| base_station_pxt.py | 130 """Set the DNS values provided to the UE. Emulator must be stopped.""" 136 Set the IP addresses provided to the UE. Emulator must be stopped.
|
| /packages/services/Car/tools/emulator/ |
| vhal_emulator_test.py | 29 outDir=~/android/master/packages/services/Car/tools/emulator 363 # Start the VHAL Emulator
|
| /prebuilts/android-emulator/darwin-x86_64/ |
| NOTICE.txt | 3 emulator 4 emulator-check 338 emulator.dSYM/Contents/Info.plist 339 emulator.dSYM/Contents/Resources/DWARF/emulator 340 emulator-check.dSYM/Contents/Info.plist 341 emulator-check.dSYM/Contents/Resources/DWARF/emulator-check [all...] |
| /build/kati/cmd/kati/ |
| main.go | 100 flag.BoolVar(&kati.UseFindEmulator, "use_find_emulator", false, "use find emulator")
|
| /development/scripts/ |
| gdbclient | 22 # Emulator builds use product.device for OUT folder
|
| /device/generic/goldfish/camera/ |
| EmulatedCameraHotplugThread.cpp | 28 #define FAKE_HOTPLUG_FILE "/data/misc/media/emulator.camera.hotplug"
|