HomeSort by relevance Sort by last modified time
    Searched defs:guest (Results 1 - 8 of 8) sorted by null

  /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
  /packages/apps/Car/Settings/src/com/android/car/settings/users/
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/mesa3d/src/gallium/drivers/svga/
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
  /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,
  /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...]
  /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...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_cmd.h 504 SVGAGuestImage guest; member in struct:__anon27980
510 * "source" in each copyBox as the guest image and the
527 * optimize performance or protect the guest. This suffix exists to preserve
549 * while performing this surface DMA operation. The guest should never rely
    [all...]

Completed in 455 milliseconds