/external/chromium_org/chromeos/login/auth/ |
auth_status_consumer.h | 120 // The current guest login attempt has succeeded.
|
authenticator.h | 63 // guest mount. If this is false, we use mount a public cryptohome.
|
/external/chromium_org/content/public/renderer/ |
render_frame.h | 98 // Attaches the browser plugin identified by |element_instance_id| to guest
|
/external/chromium_org/extensions/browser/ |
url_request_util.cc | 29 // Extensions with webview: allow loading certain resources by guest renderers
|
/external/chromium_org/third_party/mesa/src/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/kernel-headers/original/uapi/linux/ |
virtio_pci.h | 47 /* A 32-bit r/w bitmask of features activated by the guest */
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
machine.h | 97 * Default guest kernel is defined by parameter --guestkallsyms
|
machine.c | 42 snprintf(comm, sizeof(comm), "[guest/%d]", pid); 107 /* XXX exit guest */ 233 snprintf(bf, size, "[%s]", "guest.kernel.kallsyms"); 235 snprintf(bf, size, "[%s.%d]", "guest.kernel.kallsyms", 454 "[guest.kernel]", 863 pr_debug("Problems creating module maps for guest %d, " 989 * preload dso of guest kernel and modules 1198 * branch stack address is user, kernel, guest, hypervisor. [all...] |
/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/ |
qemu-log.c | 118 "log when the guest OS does something invalid (eg accessing a\n"
|
cpus.c | 147 * only to set the flags. If the guest is in execute state, the 245 /* guest cycle counter */
|
/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 */
|
/external/valgrind/main/VEX/pub/ |
libvex_guest_ppc64.h | 138 // IMPORTANT: the user of libvex must place the guest state so as 258 /* Used to record the unredirected guest address at the start of 291 /*--- Utility functions for PPC64 guest stuff. ---*/ 296 /* Initialise all guest PPC64 state. */
|
/external/valgrind/main/coregrind/m_gdbserver/ |
target.h | 87 /* Prepare to Resume (i.e. restart) the guest. 96 /* When Valgrind gets the control, it will execute the guest 100 In such case, the executionof guest code stops, and the 209 the provided register set: 0 => normal guest registers,
|
/external/valgrind/main/memcheck/tests/ |
wrap8.c | 10 cause guest code to fail in all sorts of strange ways.)
|
/system/core/adb/ |
adb_trace.h | 50 * When running inside the emulator, guest's adbd can connect to 'adb-debug'
|
/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/profiles/ |
avatar_button_controller.mm | 205 // windows, and a light text with a dark drop shadow for guest windows 227 // profile is Guest.
|
profile_menu_controller.mm | 153 // In guest mode, chrome://settings isn't available, so disallow creating 226 // In guest mode, there is no active menu item.
|
/external/chromium_org/chrome/common/extensions/ |
extension_constants.h | 210 // Name of ChromeVox guest manifest file. 214 // Name of ChromeVox next guest manifest file.
|