/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_resource_buffer_upload.c | 180 struct svga_winsys_buffer *guest = sbuf->hwbuf; local 213 swc->region_relocation(swc, &cmd->guest.ptr, guest, 0, region_flags); 214 cmd->guest.pitch = 0;
|
/external/chromium_org/tools/ |
run-bisect-perf-regression.cfg | 66 '--browser=cros-chrome-guest '\
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_cmd.c | 385 * a generic SVGAGuestPtr. The guest pointer may refer to guest 386 * VRAM (provided by the SVGA PCI device) or to guest system 387 * memory that has been set up as a Guest Memory Region (GMR) 390 * The guest's DMA buffer must remain valid (not freed, paged out, 392 * command. The guest can determine that the host has finished 395 * The guest's image buffer can be an arbitrary size and shape. 396 * Guest image data is interpreted according to the SVGA3D surface 399 * The caller may optionally define the guest image's pitch. 407 * NOTE: srcx/srcy are always on the guest image and x/y ar [all...] |
svga_cmd.h | 110 struct svga_winsys_buffer *guest,
|
svga_resource_buffer_upload.c | 180 struct svga_winsys_buffer *guest = sbuf->hwbuf; local 213 swc->region_relocation(swc, &cmd->guest.ptr, guest, 0, region_flags); 214 cmd->guest.pitch = 0;
|
/external/qemu/ |
softmmu_template.h | 127 /* We only validate access to the guest's user space, for which 146 /* We only validate access to the guest's user space, for which 302 /* We only validate access to the guest's user space, for which 321 /* We only validate access to the guest's user space, for which
|
qemu-monitor.hx | 77 show guest PCMCIA status 79 show which guest mouse is receiving events 546 "[tcp|udp]:host-port:[guest-host]:guest-port", "redirect TCP or UDP connections from host to guest (requires -net user)\n" 552 Redirect TCP or UDP connections from host to guest (requires -net user).
|
/external/valgrind/main/VEX/priv/ |
ir_opt.h | 64 the guest address of the highest addressed byte from any insn in
|
main_globals.c | 64 /* Max # guest insns per bb */
|
host_arm_defs.h | 686 /* Update the guest R15T value, then exit requesting to chain 688 assumes that wordsize(guest) == wordsize(host). */ 690 Addr32 dstGA; /* next guest address */ 691 ARMAMode1* amR15T; /* amode in guest state for R15T */ 695 /* Boring transfer to a guest address not known at JIT time. 702 /* Assisted transfer to a guest address, most general case.
|
host_mips_defs.h | 493 /* Update the guest EIP value, then exit requesting to chain 495 assumes that wordsize(guest) == wordsize(host). */ 497 Addr32 dstGA; /* next guest address */ 498 MIPSAMode* amPC; /* amode in guest state for PC */ 502 /* Boring transfer to a guest address not known at JIT time. 509 /* Assisted transfer to a guest address, most general case.
|
host_x86_defs.h | 451 /* Update the guest EIP value, then exit requesting to chain 453 assumes that wordsize(guest) == wordsize(host). */ 455 Addr32 dstGA; /* next guest address */ 456 X86AMode* amEIP; /* amode in guest state for EIP */ 460 /* Boring transfer to a guest address not known at JIT time. 467 /* Assisted transfer to a guest address, most general case.
|
/external/valgrind/main/VEX/pub/ |
libvex_guest_ppc64.h | 139 // IMPORTANT: the user of libvex must place the guest state so as 259 /* Used to record the unredirected guest address at the start of 293 /*--- Utility functions for PPC64 guest stuff. ---*/ 298 /* Initialise all guest PPC64 state. */
|
libvex_guest_mips32.h | 145 /*--- Utility functions for MIPS32 guest stuff. ---*/ 150 /* Initialise all guest MIPS32 state. */
|
/external/valgrind/main/coregrind/m_dispatch/ |
dispatch-mips32-linux.S | 72 /* ... and orig guest state*/ 93 /* Load address of guest state into guest state register (r10) */ 227 /* guest-state-pointer contains the TRC. Put the value into the
|
/external/valgrind/main/coregrind/m_gdbserver/ |
target.h | 84 /* Prepare to Resume (i.e. restart) the guest. 93 /* When Valgrind gets the control, it will execute the guest 97 In such case, the executionof guest code stops, and the 206 the provided register set: 0 => normal guest registers,
|
valgrind-low-s390x.c | 118 /* store registers in the guest state (gdbserver_to_valgrind) 119 or fetch register from the guest state (valgrind_to_gdbserver). */
|
/external/valgrind/main/memcheck/tests/ |
wrap8.c | 10 cause guest code to fail in all sorts of strange ways.)
|
/frameworks/base/core/java/android/content/pm/ |
UserInfo.java | 51 * Indicates a guest user that may be transient.
|
/external/chromium_org/chrome/browser/chromeos/login/ |
login_display.h | 59 // Sign in into guest session. 120 // guest, new user pods if those are enabled.
|
/external/chromium_org/chrome/browser/resources/ |
plugins.html | 125 <span guest-visibility="disabled"> 173 <div class="plugin-actions" guest-visibility="disabled">
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
profile_menu_controller.mm | 142 // In guest mode, chrome://settings isn't available, so disallow creating 215 // In guest mode, there is no active menu item.
|
/external/chromium_org/tools/telemetry/docs/ |
telemetry.core.chrome.cros_browser_finder.html | 93 <td width="100%"><strong>ALL_BROWSER_TYPES</strong> = 'cros-chrome,cros-chrome-guest,system-guest'</td></tr></table>
|
/external/linux-tools-perf/util/ |
top.c | 92 " guest kernel:%4.1f%% guest us:%4.1f%%"
|
/external/valgrind/main/VEX/useful/ |
x87_to_vex_and_back.c | 10 #include "../priv/guest-x86/gdefs.h" 44 /* Layout of vex's FP state is defined in ../priv/guest-x86/gdefs.h */
|