HomeSort by relevance Sort by last modified time
    Searched refs:guest (Results 1 - 25 of 33) sorted by null

1 2

  /external/valgrind/lackey/tests/
true.stderr.exp 12 guest instrs: ...
16 guest instrs : SB entered = ... : ...
18 IRStmts : guest instr = ... : ...
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Android.mk 2 # common to both the guest and the host. They relate to
16 ### CodecCommon guest ##############################################
  /packages/apps/Car/Settings/src/com/android/car/settings/users/
UserSettingsFragment.java 81 UserInfo guest = mUserManager.createGuest(
83 if (guest == null) {
90 ActivityManager.getService().switchUser(guest.id);
UserDetailsSettingsFragment.java 124 // If switching from guest, we want to bring up the guest exit dialog instead of switching
137 UserInfo guest = mUserManager.createGuest( local
139 if (guest == null) {
145 switchToUserId(guest.id);
  /external/netperf/src/
netcpu_procstat.c 57 uint64_t guest; member in struct:cpu_states
190 (unsigned long long *)&res[i].guest,
204 (unsigned long long)res[i].guest,
294 diff.guest =
295 tick_subtract(lib_start_count[i].guest, lib_end_count[i].guest);
300 + diff.guest + diff.guest_nice;
334 (unsigned long long)diff.guest,
  /external/valgrind/coregrind/
pub_core_transtab.h 44 /* The fast-cache for tt-lookup. Unused entries are denoted by .guest
45 == 1, which is assumed to be a bogus address for all guest code. */
48 Addr guest; member in struct:__anon37556
m_transtab.c 155 guest code are included in the translation, and contains all other
159 with a certain guest code address range, for deletion. In the
188 /* This is the original guest address that purportedly is the
192 .vge must always correctly describe the guest code sections
252 translation. In such a case, the guest address of N is
257 The execution will continue at the current guest PC
312 /* This structure describes precisely what ranges of guest code
396 /* An hash table, mapping guest address to an index in the tt array.
461 recently used (guest address, host address) pairs. This array is
468 A special .guest address - TRANSTAB_BOGUS_GUEST_ADDR -- must b
    [all...]
  /device/generic/mips64/
BoardConfig.mk 43 # Build OpenGLES emulation guest and host libraries
  /build/make/target/board/generic/
BoardConfig.mk 44 # Build OpenGLES emulation guest and host libraries
  /build/make/target/board/generic_x86/
BoardConfig.mk 31 # Build OpenGLES emulation host and guest libraries
  /build/make/target/board/generic_x86_64/
BoardConfig.mk 37 # Build OpenGLES emulation host and guest libraries
  /build/make/target/board/generic_x86_arm/
BoardConfig.mk 49 # Build OpenGLES emulation host and guest libraries
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd.c 392 * a generic SVGAGuestPtr. The guest pointer may refer to guest
393 * VRAM (provided by the SVGA PCI device) or to guest system
394 * memory that has been set up as a Guest Memory Region (GMR)
397 * The guest's DMA buffer must remain valid (not freed, paged out,
399 * command. The guest can determine that the host has finished
402 * The guest's image buffer can be an arbitrary size and shape.
403 * Guest image data is interpreted according to the SVGA3D surface
406 * The caller may optionally define the guest image's pitch.
414 * NOTE: srcx/srcy are always on the guest image and x/y ar
    [all...]
svga_resource_buffer_upload.c 336 * Issue DMA commands to transfer guest memory to the host.
345 struct svga_winsys_buffer *guest = sbuf->hwbuf; local
380 swc->region_relocation(swc, &cmd->guest.ptr, guest, 0, region_flags);
381 cmd->guest.pitch = 0;
413 * Issue commands to transfer guest memory to the host.
684 * This function should never get called in the guest-backed case
  /frameworks/base/core/java/android/os/
UserManager.java 1480 UserInfo guest = null; local
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
UserManagerTest.java 124 UserInfo userInfo = createUser("Guest 1", UserInfo.FLAG_GUEST);
130 if (user.id == userInfo.id && user.name.equals("Guest 1")
136 assertTrue("Guest user should have DISALLOW_CONFIG_WIFI=true by default",
145 UserInfo user1 = createUser("Guest 1", UserInfo.FLAG_GUEST);
158 UserInfo userInfo = createUser("Guest 1", UserInfo.FLAG_GUEST);
166 UserInfo userInfo1 = createUser("Guest 1", UserInfo.FLAG_GUEST);
167 UserInfo userInfo2 = createUser("Guest 2", UserInfo.FLAG_GUEST);
461 UserInfo guest = createUser("Guest", UserInfo.FLAG_GUEST); local
462 assertNotNull(guest);
    [all...]
  /build/make/target/board/generic_arm64/
BoardConfig.mk 75 # Build OpenGLES emulation host and guest libraries
  /compatibility/cdd/9_security-model/
9_5_multi-user-support.md 14 * [A-1-1] MUST include a guest account that allows all functions provided
  /external/walt/docs/
Development.md 29 1. Log in to Chromebook via a non-guest account, also avoid restricted corporate/managed accounts
  /tools/tradefederation/core/src/com/android/tradefed/device/
ITestDevice.java 405 * @param guest enable the user flag --guest during creation
410 public int createUser(String name, boolean guest, boolean ephemeral)
  /frameworks/base/services/core/java/com/android/server/notification/
ManagedServices.java 207 + (info.isGuest(this)?" GUEST":""));
527 protected void registerGuestService(ManagedServiceInfo guest) {
528 checkNotNull(guest.service);
529 if (!checkType(guest.service)) {
532 if (registerServiceImpl(guest) != null) {
533 onServiceAdded(guest);
    [all...]
  /external/valgrind/none/tests/
cmdline2.stdout.exp 174 --vex-guest-max-insns=<1..100> [50]
175 --vex-guest-chase-thresh=<0..99> [10]
176 --vex-guest-chase-cond=no|yes [no]
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
VbeShim.asm 3 ; A minimal Int10h stub that allows the Windows 2008 R2 SP1 UEFI guest's buggy,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
UserSwitcherController.java 216 // Tapping guest icon triggers remove and a user switch therefore
359 // No guest user. Create one.
360 UserInfo guest = mUserManager.createGuest( local
362 if (guest == null) {
363 // Couldn't create guest, most likely because there already exists one, we just
367 id = guest.id;
384 // If switching from guest, we want to bring up the guest exit dialog instead of switching
593 // Disable 'Remove guest' action if cannot switch users right now
    [all...]
  /packages/apps/Settings/src/com/android/settings/users/
UserSettings.java 79 * Guest user is an always visible entry, even if the guest is not currently
80 * active/created. It is meant for controlling properties of a guest user.
710 * Erase the current user (guest) and switch to another user.
741 // Skip over Guest. We add generic Guest settings after this loop
747 // Guest: Settings
751 // Guest: Nothing
    [all...]

Completed in 386 milliseconds

1 2