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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/
pepper_broker_infobar_delegate.cc 40 // TODO(wad): Add ephemeral device ID support for broker in guest mode.
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.js 322 Array.prototype.forEach.call(data.guests, function(guest) {
323 var guestRow = addTargetToList(guest, row, ['name', 'url']);
324 guestRow.classList.add('guest');
325 addFavicon(guestRow, guest);
  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate.cc 67 // in. For special cases like Kiosk mode and / or guest mode this isn't a
  /external/chromium_org/chrome/browser/ui/
browser_list.cc 161 // we are in guest mode, keep the OTR profile active so it won't be deleted.
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
gaia_screen_handler.cc 34 // Account creation depends on Guest sign-in (http://crosbug.com/24570).
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_resource_cache.cc 80 // The URL for the Learn More page shown on guest session new tab.
220 return NTPResourceCache::GUEST;
234 if (win_type == GUEST) {
254 if (win_type == GUEST) {
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
distro.rst 41 Driver for VMware virtualized guest operating system graphics processing.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_winsys.h 98 * Emit a relocation for a guest memory region.
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_buffer.c 28 * SVGA buffer manager for Guest Memory Regions (GMRs).
  /external/linux-tools-perf/
builtin-diff.c 218 input_new = "perf.data.guest";
  /external/linux-tools-perf/util/
map.h 160 * Default guest kernel is defined by parameter --guestkallsyms
  /external/mesa3d/src/gallium/docs/source/
distro.rst 41 Driver for VMware virtualized guest operating system graphics processing.
  /external/mesa3d/src/gallium/drivers/svga/
svga_winsys.h 98 * Emit a relocation for a guest memory region.
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_buffer.c 28 * SVGA buffer manager for Guest Memory Regions (GMRs).
  /external/qemu/target-i386/
kvm.c 256 * must be part of guest physical memory, we need to allocate it. Older
709 /* Try to inject an interrupt if the guest can accept it */
726 /* If we have an interrupt but the guest is not ready to receive an
728 * cause a return to userspace as soon as the guest is ready to
  /external/qemu-pc-bios/vgabios/
vbe.h 272 // GUEST <-> HOST Communication API
  /external/valgrind/main/VEX/priv/
guest_generic_x87.h 38 call these functions via guest helper calls. By putting them here,
host_ppc_defs.h 616 /* Update the guest CIA value, then exit requesting to chain
620 Addr64 dstGA; /* next guest address */
621 PPCAMode* amCIA; /* amode in guest state for CIA */
625 /* Boring transfer to a guest address not known at JIT time.
632 /* Assisted transfer to a guest address, most general case.
    [all...]
  /external/valgrind/main/coregrind/
pub_core_dispatch.h 44 /* Run translations, with the given guest state, and starting by
  /external/valgrind/main/exp-sgcheck/
h_main.c 528 Note that only integer temps of the guest word size are
538 /* READONLY: the guest word type, Ity_I32 or Ity_I64 only. */
541 /* READONLY: the guest state size, so we can generate shadow
621 VG_(tool_panic)("host/guest word size mismatch");
  /external/valgrind/main/lackey/docs/
lk-manual.xml 64 <para>The number of guest (x86, amd64, ppc, etc.) instructions and IR
  /sdk/emulator/opengl/host/include/libOpenglRender/
render_api.h 65 * guest display driver.
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 100 // handle to bind a guest created window object.
  /external/qemu/android/
help.c     [all...]
  /external/valgrind/main/memcheck/
mc_machine.c 3 /*--- Contains machine-specific (guest-state-layout-specific) ---*/
94 /* Let (offset,szB) describe a reference to the guest state section
97 This function returns the corresponding guest state reference to be
99 shadow area), or -1 if this piece of guest state is not to be
104 sizeof(guest-state)-4 inclusive.
106 This is inherently (guest-)architecture specific. For x86 and
111 This function only deals with references to the guest state whose
117 Note that since some guest state arrays (eg, the x86 FP reg stack)
120 guest state -- that is, they must both say the area is shadowed, or
599 guest state, respectively: CC_OP CC_NDEP DFLAG IDFLAG, sinc
    [all...]

Completed in 1520 milliseconds

<<11121314151617181920>>