/frameworks/base/core/java/android/app/ |
Application.java | 96 * This method is for use in emulated process environments. It will
|
/frameworks/base/core/java/android/os/storage/ |
IMountService.java | 579 * Returns whether the external storage is emulated. [all...] |
/frameworks/base/docs/html/tools/devices/ |
managing-avds.jd | 64 also add specific hardware features of the emulated device by clicking the
|
/frameworks/base/docs/html/tools/help/ |
emulator.jd | 42 <th>Emulated Device Key </th> 263 <td>You can use this command even if the adb daemon in the emulated system is broken. 397 <td>Slow down emulated CPU speed by <delay> </td> 455 <td>Set the timezone for the emulated device to <timezone>, instead of the host's timezone.</td>
|
/frameworks/base/docs/html/tools/workflow/ |
index.jd | 75 <dd>Run your Android applications on an emulated Android platform.</dd>
|
/frameworks/base/docs/html/tools/ |
workflow.jd | 75 <dd>Run your Android applications on an emulated Android platform.</dd>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
mtio.h | 108 and SCSI emulated (DI, DP, USB) */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
mtio.h | 108 and SCSI emulated (DI, DP, USB) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
mtio.h | 108 and SCSI emulated (DI, DP, USB) */
|
/sdk/emulator/opengl/ |
DESIGN | 32 - Several system libraries inside the emulated guest system that implement 355 much faster than performing the same thing inside the kernel with emulated 359 data into TCP/IP/MAC packets, send them to an emulated ethernet device, 611 GL subwindow at the moment. E.g. this will obscure the emulated trackball
|
/device/generic/goldfish/camera/ |
EmulatedCamera.cpp | 19 * functionality common to all emulated cameras ("fake", "webcam", "video file", 20 * etc.). Instances of this class (for each emulated camera) are created during 116 * since we will emulate them through timeouts in the emulated camera device [all...] |
EmulatedFakeCameraDevice.cpp | 61 * Emulated camera device abstract interface implementation.
|
/external/qemu/slirp/ |
misc.c | 684 /* First, check that it isn't already emulated */ 687 lprint("Error: port already emulated\r\n"); 701 /* And finally, mark all current sessions, if any, as being emulated */
|
/external/qemu/slirp-android/ |
misc.c | 648 /* First, check that it isn't already emulated */ 651 lprint("Error: port already emulated\r\n"); 665 /* And finally, mark all current sessions, if any, as being emulated */
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-run.1 | 53 executed, the number of machine cycles emulated, the number of 54 pipeline stalls, the real time taken, the emulated execution time 72 Set the memory size for the emulated machine to two to the power
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-run.1 | 53 executed, the number of machine cycles emulated, the number of 54 pipeline stalls, the real time taken, the emulated execution time 72 Set the memory size for the emulated machine to two to the power
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-run.1 | 53 executed, the number of machine cycles emulated, the number of 54 pipeline stalls, the real time taken, the emulated execution time 72 Set the memory size for the emulated machine to two to the power
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-run.1 | 53 executed, the number of machine cycles emulated, the number of 54 pipeline stalls, the real time taken, the emulated execution time 72 Set the memory size for the emulated machine to two to the power
|
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-arm-linux.c | 299 So, the tls register is emulated by the kernel. 300 This emulated value is set by the __NR_ARM_set_tls syscall. 301 The emulated value must be read by the kernel helper function 304 The emulated tlsptr is located at 0xffff0ff0 313 For having emulated guest TLS working correctly with 315 the emulated TLS value in addition to the assignment [all...] |
/external/qemu/ |
cpu-exec.c | 230 * be emulated in qemu because MMIO is emulated for only one 580 IACK cycle at this point. Current emulated [all...] |
/packages/apps/Settings/src/com/android/settings/applications/ |
ManageApplications.java | 605 boolean emulated = Environment.isExternalStorageEmulated(); 606 if (emulated) { 617 if (!emulated) { [all...] |
/external/guava/guava/src/com/google/common/collect/ |
ImmutableBiMap.java | 42 @GwtCompatible(serializable = true, emulated = true)
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
AbstractBiMap.java | 43 @GwtCompatible(emulated = true)
|
AbstractMapBasedMultiset.java | 45 @GwtCompatible(emulated = true)
|
ImmutableList.java | 35 * GWT emulated version of {@link ImmutableList}.
|