HomeSort by relevance Sort by last modified time
    Searched full:qemu (Results 201 - 225 of 494) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/util/
DisplayMetrics.java 359 // qemu.sf.lcd_density can be used to override ro.sf.lcd_density
363 return SystemProperties.getInt("qemu.sf.lcd_density",
  /frameworks/base/core/jni/
android_view_DisplayListCanvas.cpp 207 if (property_get("ro.kernel.qemu", prop, NULL) == 0) {
213 property_get("qemu.gles", prop, "0");
  /device/google/marlin/
system.prop 214 qemu.hw.mainkeys=0
  /external/autotest/client/tests/ffsb/
ffsb.py 46 exported by the qemu-kvm also needs to be added.
  /external/autotest/client/virt/
ppm_utils.py 2 Utility functions to deal with ppm (qemu screendump format) files.
virt_test_setup.py 229 # memory of all VMs plus qemu overhead of 64MB per guest
virt_env_process.py 21 Preprocess a single QEMU image according to the instructions in params.
97 Postprocess a single QEMU image according to the instructions in params.
254 "qemu"))
  /external/squashfs-tools/
ACKNOWLEDGEMENTS 85 Yann Le Doare reported a kernel oops and provided a Qemu image that led
  /system/core/rootdir/
init.usb.rc 22 on property:ro.kernel.qemu=1
  /external/selinux/policycoreutils/audit2allow/
test.log 29 host=dhcppc2 type=AVC msg=audit(1216729188.853:241): avc: denied { read } for pid=14066 comm="qemu-kvm" name="HelpdeskRHEL4-RHEL4.x86_64" dev=tmpfs ino=333 scontext=system_u:system_r:qemu_t:s0 tcontext=system_u:object_r:fixed_disk_device_t:s0 tclass=blk_file host=dhcppc2 type=SYSCALL msg=audit(1216729188.853:241): arch=c000003e syscall=2 success=no exit=-13 a0=7fff6f654680 a1=0 a2=1a4 a3=3342f67a70 items=0 ppid=2953 pid=14066 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="qemu-kvm" exe="/usr/bin/qemu-kvm" subj=system_u:system_r:qemu_t:s0 key=(null)
  /prebuilts/android-emulator/linux-x86_64/
emulator 
  /cts/hostsidetests/theme/src/android/theme/cts/
ThemeHostTest.java 73 private static final String DENSITY_PROP_EMULATOR = "qemu.sf.lcd_density";
  /device/google/dragon/
init.dragon.rc 27 setprop qemu.hw.mainkeys 0
  /external/autotest/client/tests/kvm/steps/
Ubuntu-8.04-32.steps 4 # QEMU command line: kvm blank.qcow2 -m 512 -cdrom /home/cyber/Installs/ubuntu-8.04.1-desktop-i386.iso -nographic -monitor unix:/tmp/monitor_719717491541,server,nowait &
DSL-4.2.5.steps 4 # QEMU command line: qemu-system-x86_64 ./blank.qcow2 -cdrom /isos/linux/dsl-4.2.5.iso -m 512 -nographic -monitor unix:/tmp/monitor_63561294903,server,nowait &
Mandriva-One-2007-32.steps 4 # QEMU command line: qemu-system-x86_64 mandriva.qcow2 -cdrom /home/cyber/Installs/mandriva-one-2007.iso -m 512 -nographic -monitor unix:/tmp/monitor_731237596479,server,nowait &
OpenBSD-4.1-32.steps 4 # QEMU command line: ../qemu-kvm -hda /vm/openbsd-test.qcow2 -cdrom /isos/unix/openbsd41-i386-07-05-06.iso -nographic -monitor unix:/tmp/monitor_372440917862,server,nowait &
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 33 return (property_get("ro.kernel.qemu", prop, NULL) > 0);
  /hardware/broadcom/libbt/src/
upio.c 124 property_get("ro.kernel.qemu", value, "0");
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MultiTouchActivity.java 261 * external/qemu/android/multitouch-port.h
  /device/generic/goldfish/gps/
gps_qemu.c 606 // close connection to the QEMU GPS daemon
672 * when started, messages from the QEMU GPS daemon. these are simple NMEA sentences
  /external/autotest/client/tests/kvm/tests/
ksm_overcommit.py 453 # Guest system with qemu overhead (64M) can't have more than 2G
479 # Guest system with qemu overhead (64M) can't have more than 2G
  /external/libxml2/test/relaxng/
libvirt.rng 52 <value>qemu</value>
896 Specific setup for a qemu emulated character device. Note: this
  /frameworks/base/core/java/android/os/
Debug.java 852 * tracing on the qemu emulator.
857 * Enable qemu tracing. For this to work requires running everything inside
858 * the qemu emulator; otherwise, this method will have no effect. The trac
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp     [all...]

Completed in 1080 milliseconds

1 2 3 4 5 6 7 891011>>