HomeSort by relevance Sort by last modified time
    Searched full:guest (Results 276 - 300 of 768) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/VEX/pub/
libvex_guest_x86.h 206 /* Used to record the unredirected guest address at the start of
217 /* Needed for Darwin (but mandated for all guest architectures):
233 /*--- Types for x86 guest stuff. ---*/
267 /*--- Utility functions for x86 guest stuff. ---*/
272 /* Initialise all guest x86 state. The FPU is put in default mode. */
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c 156 * The outcome (Success(N) or Fail(N)) is written back to the guest
197 immediately cause the underlying guest state to be updated -- that
207 // do something that assumes guest state is up to date
211 setting STATUS can cause the guest state to be read (in order to
400 the platform-specific in-guest-state format to the canonical
    [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c 49 /* This file contains helper functions for x86 guest code.
58 guest-x86/toIR.c.
    [all...]
host_s390_defs.h 157 S390_INSN_XDIRECT, /* direct transfer to guest address */
158 S390_INSN_XINDIR, /* indirect transfer to guest address */
159 S390_INSN_XASSISTED, /* assisted transfer to guest address */
583 /* Update the guest IA value, then exit requesting to chain
588 Addr64 dst; /* next guest address */
591 /* Boring transfer to a guest address not known at JIT time.
598 /* Assisted transfer to a guest address, most general case.
guest_arm64_defs.h 63 /* Describes to the optimser which part of the guest state require
64 precise memory exceptions. This is logically part of the guest
74 /*--- arm64 guest helpers ---*/
  /external/qemu/android/
hw-qemud.c 831 * caused by guest closing the pipe handle (in which case 1 is passed in
844 /* This is emulator component (rather than the guest) closing a pipe
845 * client. Since pipe clients are controlled strictly by the guest, we
846 * don't actually close the client here, but notify the guest about the
848 * the guest explicitly closes the pipe, in which case this routine will
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
README_DEVELOPERS 40 link it with valgrind and allow the valgrind guest process to be
43 the state of the guest.
55 stop execution of the guest to allow debugging.
65 the registers from the guest state) and writes the reply (e.g. a
68 to execute guest code. The FIFOs used to communication between
74 When a signal is to be given to the guest, valgrind core first calls
77 to the process, the signal is delivered to the guest. Otherwise, the
78 signal is ignored (not given to the guest). The user can
203 debugging the valgrind code at the same time as debugging the guest
  /external/chromium_org/chrome/browser/profiles/
profile_window.cc 316 // Create the guest profile, if necessary, and open the User Manager
317 // from the guest profile.
331 // Guest users cannot appear in the User Manager, nor display a tutorial.
profile_manager.h 61 // Note that in case of a guest account this will return a 'suitable' profile.
68 // Note that in case of a guest account this will return a 'suitable' profile.
139 // Returns the full path to be used for guest profiles.
270 // Apply settings for (desktop) Guest User profile.
  /external/chromium_org/chromeos/
chromeos_switches.cc 142 // Indicates that the browser is in "browse without sign-in" (Guest session)
195 // Indicates that a guest session has been started before OOBE completion.
196 const char kOobeGuestSession[] = "oobe-guest-session";
  /external/chromium_org/chromeos/login/auth/
cryptohome_authenticator.h 64 FAILED_TMPFS = 4, // Failed to mount tmpfs for guest user.
81 GUEST_LOGIN = 17, // Logged in guest mode.
135 // Mounts an ephemeral guest cryptohome if |use_guest_mount| is |true|.
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
cros_browser_backend.py 148 # Guest browsing shuts down the current browser and launches an
218 username = '$guest' if self._is_guest else self._username
235 # Workaround for crbug.com/374462 - the bug doesn't manifest in the guest
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-arm-linux.S 73 /* Set up the guest state pointer */
163 // r0 = next guest, r1,r2,r3,r4 scratch
172 ldrd r4, r5, [r1, #0] // r4 = .guest, r5 = .host
  /build/target/board/generic/
BoardConfig.mk 41 # Build OpenGLES emulation guest and host libraries
  /external/chromium_org/ash/shelf/
shelf_widget.h 36 // to adjust the alignment (guest and supervised mode users cannot for
  /external/chromium_org/chrome/browser/apps/
app_view_browsertest.cc 100 // For serving guest pages.
  /external/chromium_org/chrome/browser/chromeos/background/
ash_user_wallpaper_delegate.cc 100 // Whitelist user types that are allowed to change their wallpaper. (Guest
  /external/chromium_org/chrome/browser/chromeos/login/
chrome_restart_request.cc 56 // Increase logging level for Guest mode to avoid INFO messages in logs.
230 // Copying switches won't be needed when Guest mode won't need restart
348 // If OOBE is not finished yet, lock down the guest session to not allow
349 // surfing the web. Guest mode is still useful to inspect logs and run network
login_utils.cc 422 // For guest session we ask session manager to restart Chrome with --bwsi
432 // This makes sure that Chrome restarts with no per-session flags. The guest
435 // the guest profile session flags will not match the current command line and
437 // guest user.
  /external/chromium_org/chrome/browser/chromeos/login/lock/
screen_locker.cc 389 // Check whether the currently logged in user is a guest account and if so,
394 VLOG(1) << "Refusing to lock screen for guest/demo account";
431 // For a guest/demo user, screen_locker_ would have never been initialized.
434 VLOG(1) << "Refusing to hide lock screen for guest/demo account";
  /external/chromium_org/chrome/browser/chromeos/login/ui/
webui_login_display.h 96 // Whether to show guest login.
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.h 101 // Sets up the notifier group for the guest session. This needs to be
message_center_settings_controller_unittest.cc 162 // TODO(mukai): write a test case to reproduce the actual guest session scenario
  /external/chromium_org/chrome/browser/resources/
components.js 71 // Disable some controls for Guest in ChromeOS.
  /external/chromium_org/chrome/browser/ui/
browser_command_controller_unittest.cc 248 // Set up guest a profile.
254 // Browsers in Guest mode must be off the record profiles.
260 // Create a new browser based on the guest profile.
424 // Guest Profiles disallow some options.

Completed in 718 milliseconds

<<11121314151617181920>>