/external/qemu/android/camera/ |
camera-capture-linux.c | 113 * supported by camera framework in the guest system. Currently, guest supports 579 * size in the array (that's the only format supported by the guest 591 * flatten this for the guest, but the array may be too big. [all...] |
/external/qemu/ |
curses.c | 293 * by the guest system */
|
Changelog | 25 - S390: Don't tell guest we're updating config space (Alexander Graf) 79 - virtio: fix guest oops with 2.6.25 kernels (Rusty Russell) 149 - Preliminary Alpha guest support (J. Mayer)
|
/external/qemu/memcheck/ |
memcheck_mmrange_map.c | 15 * memory mappings in the guest system.
|
/external/valgrind/main/ |
README_DEVELOPERS | 175 Try running with "--vex-guest-chase-thresh=0 --trace-flags=10000000
|
/external/valgrind/main/VEX/auxprogs/ |
genoffsets.c | 38 /* A program which, when compiled to assembly, exposes various guest
|
/external/valgrind/main/coregrind/ |
pub_core_initimg.h | 56 guest state for thread 1 (the root thread) and copy in essential
|
pub_core_scheduler.h | 63 with the guest state in the same way as the non _LL version
|
pub_core_trampoline.h | 90 thread's LR and R2 registers from a small stack in the ppc64 guest
|
/external/valgrind/main/docs/internals/ |
notes.txt | 77 * EmWarn/Int confusion -- what type is it in the guest state?
|
porting-HOWTO.txt | 24 - Create the Vex guest state type, VexGuest<ARCH>State
|
3_2_BUGSTATUS.txt | 18 n-i-bz vx1794 priv/guest-amd64/toIR.c:2512 (dis_op2_E_G): Assertion 106 150678 vx1798 priv/guest-amd64/toIR.c:3741 (dis_Grp5): Assertion 452 vx1652,3 vx1654 Vfd 132813 Assertion at priv/guest-x86/toIR.c:652 fails
|
/external/chromium_org/ash/wm/ |
lock_state_controller_unittest.cc | 469 // while we're logged in as a guest on an unofficial system. 752 // Test the basic operation of the lock button (guest). 754 // The lock button shouldn't do anything when we're logged in as a guest. [all...] |
/external/chromium_org/chrome/browser/chromeos/accessibility/ |
accessibility_manager.cc | 246 // Special case for Guest mode: 247 // Guest mode launches a guest-mode browser process before session starts,
|
/external/chromium_org/chrome/browser/ui/startup/ |
startup_browser_creator.cc | 686 // If the last used profile was a guest, show the user manager instead. 720 // Don't re-open a browser window for the guest profile. 735 // If the last used profile was the guest one, we didn't open it so
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
web_view.js | 401 // where the webview guest has crashed and navigating to the same address 444 // on every guest-initiated navigation. 673 // triggering a page reload on every guest-initiated navigation,
|
/external/chromium_org/content/renderer/browser_plugin/ |
browser_plugin_browsertest.cc | 331 // guest. The rest of the messages could be 585 // Disable autosize. AutoSize state will not be sent to the guest until 586 // the guest has responded to the last resize request.
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/ |
vmwgfx_drm.h | 327 * identified by a handle and an offset, which are private to the guest, but 328 * useable in the command stream. The guest kernel may translate these 333 * The DMA buffer may stay user-space mapped in the guest at all times,
|
/external/linux-tools-perf/util/ |
event.c | 586 * preload dso of guest kernel and modules 721 * 'u' means guest os user space. 722 * TODO: We don't support guest user space. Might support late.
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
vmwgfx_drm.h | 327 * identified by a handle and an offset, which are private to the guest, but 328 * useable in the command stream. The guest kernel may translate these 333 * The DMA buffer may stay user-space mapped in the guest at all times,
|
/external/chromium_org/chrome/browser/profiles/ |
profile_manager.cc | 333 // TODO(nkostylev): Some cases like Guest mode will have empty username_hash 434 // Note: The user manager will take care of guest profiles. 450 // Note: The user manager will take care of guest profiles. 598 // If this was the guest profile, apply settings. [all...] |
/external/chromium_org/chrome/browser/ |
chrome_content_browser_client.cc | 367 // Special case : in ChromeOS in Guest mode bookmarks and history are 725 // The partition ID for webview guest processes is the string value of its 726 // SiteInstance URL - "chrome-guest://app_id/persist?partition". 787 // used in guest schemes so they are cleared here. 840 GuestView* guest = GuestView::FromWebContents(opener_web_contents); local 841 if (!guest) { 850 guest->GetViewType()); 875 GuestView* guest = GuestView::FromWebContents(guest_web_contents); local [all...] |
/external/valgrind/main/coregrind/m_scheduler/ |
scheduler.c | 629 called at startup. The caller subsequently initialises the guest 676 /* Do various guest state alignment checks prior to running a thread. 677 Specifically, check that what we have matches Vex's guest state 680 guest state, its two copies, and the spill area. In short, all 4 712 /* Check that the guest state and its two shadows have the same 716 primary guest state area. */ 809 should therefore start by looking up the guest next IP in TT. If 810 it is True then we ignore the guest next IP and just run from 854 if (LIKELY(VG_(tt_fast)[cno].guest == (Addr)tst->arch.vex.VG_INSTR_PTR)) [all...] |
/external/valgrind/main/callgrind/ |
main.c | 321 // current offset of guest instructions from BB start 396 // Ir event always is first for a guest instruction 729 resulting cost offset depend on events (Ir/Dr/Dw/Dm) in guest 924 VG_(tool_panic)("host/guest word size mismatch"); [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-arm-linux.c | 237 /* Just assign the tls pointer in the guest TPIDRURO. */ 290 /* Assigns tlsptr to the guest TPIDRURO. 313 For having emulated guest TLS working correctly with 320 the need of the guest tls and of the host tls. 321 If all the guest code would cleanly call 0xffff0fe0, [all...] |