HomeSort by relevance Sort by last modified time
    Searched full:qemu (Results 326 - 350 of 512) sorted by null

<<11121314151617181920>>

  /frameworks/base/cmds/app_process/
app_main.cpp 153 property_get("ro.kernel.qemu", value, "");
  /frameworks/base/docs/html/tools/help/
index.jd 35 <dd>A QEMU-based device-emulation tool that you can use to design, debug, and test
  /sdk/build/
tools.atree 100 external/qemu/android/avd/hardware-properties.ini tools/lib/hardware-properties.ini
tools.windows.atree 61 external/qemu/NOTICE tools/emulator_NOTICE.txt
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
Win32PipeStream.cpp 59 snprintf(path, pathlen, "\\\\.\\pipe\\qemu-gles-%d", port_number);
  /sdk/emulator/qtools/
Android.mk 9 common_includes := external/qemu
  /external/qemu/
CHANGES.TXT 70 - It is now possible to access the QEMU monitor from the console.
71 Just type "qemu monitor" and you will be at the monitor prompt.
157 - Sources have been refreshed by a large integration of upstream QEMU
259 - Many features have been integrated from upstream QEMU sources, including
407 - '-qemu <other-options>' works again
532 emulated system is idle. this is a known issue related to QEMU's internal
628 emulated system is idle. this is a known issue related to QEMU's internal
838 emulated system is idle. this is a known issue related to QEMU's internal
    [all...]
monitor.c 2 * QEMU monitor
34 #include "qemu-char.h"
43 #include "qemu-timer.h"
154 readline_start(mon->rs, "(qemu) ", 0, monitor_command_cb, NULL);
342 monitor_printf(mon, "HPET is %s by QEMU\n",
    [all...]
cpu-exec.c 25 #include "qemu-barrier.h"
228 * Qemu emulation can happen because of MMIO or emulation mode,
230 * be emulated in qemu because MMIO is emulated for only one
531 return to occur. The qemu implementation performs the
819 qemu_printf("qemu: SIGSEGV pc=0x%08lx address=%08lx w=%d oldset=0x%08lx\n",
    [all...]
loader.c 2 * QEMU Executable loader
46 #include "qemu-common.h"
qemu-char.c 2 * QEMU System Emulator
24 #include "qemu-common.h"
30 #include "qemu-timer.h"
31 #include "qemu-char.h"
36 #include "qemu-objects.h"
382 const char *term = "QEMU: Terminated\n\r";
981 * Short timeout here: just need wait long enougth that qemu makes
    [all...]
  /docs/source.android.com/src/source/
known-issues.jd 53 <pre><code>$ repo forall platform/external/qemu -c git checkout aosp/tools_r12
55 $ emulator -kernel prebuilt/android-arm/kernel/kernel-qemu-armv7
  /external/qemu/android/avd/
hardware-properties.ini 38 description = The CPU model (QEMU-specific string)
84 # in external/qemu/android/avd/hw-config.c for more details.
  /external/qemu/android/
main-emulator.c 111 if (!strcmp(opt,"-qemu"))
323 * will copy the host shared library under external/qemu/objs where
framebuffer.h 114 * make things simpler due to QEMU's weird architecture where the
  /external/qemu/audio/
coreaudio.c 2 * QEMU OS X CoreAudio audio driver
30 #include "qemu-common.h"
esdaudio.c 2 * QEMU ESD audio driver
26 #include "qemu-common.h"
fmodaudio.c 2 * QEMU FMOD audio driver
26 #include "qemu-common.h"
  /external/qemu/hw/
bt-hid.c 2 * QEMU Bluetooth HID Profile wrapper for USB HID.
21 #include "qemu-common.h"
goldfish_audio.c 28 /* define USE_QEMU_AUDIO_IN to 1 to use QEMU's audio subsystem to
105 // for QEMU sound output
i8254.c 2 * QEMU 8253/8254 interval timer emulation
27 #include "qemu-timer.h"
  /external/qemu/tcg/
tcg.h 2 * Tiny Code Generator for QEMU
24 #include "qemu-common.h"
  /system/core/adb/
transport_local.c 217 * between the host, and the guest. See external/qemu/android/adb-*.* that
316 property_get("ro.kernel.qemu", is_qemu, "");
  /external/chromium_org/tools/site_compare/
site_compare.py 15 # This line is necessary to work around a QEMU bug
  /external/qemu/android/utils/
misc.c 13 #include "qemu-common.h"

Completed in 2169 milliseconds

<<11121314151617181920>>