Searched refs:guest (Results 1 - 11 of 11) sorted by relevance

/external/chromium-trace/src/shared/css/chromeos/
H A Dui_account_tweaks.css7 * look and feel based on account status (owner/non-owner/guest).
10 .guest-disabled {
14 a.guest-disabled {
/external/valgrind/main/lackey/tests/
H A Dtrue.stderr.exp12 guest instrs: ...
16 guest instrs : SB entered = ... : ...
18 IRStmts : guest instr = ... : ...
/external/valgrind/main/coregrind/
H A Dpub_core_transtab.h43 entries are denoted by .guest == 1, which is assumed to be a bogus
44 address for all guest code. */
47 Addr guest; member in struct:__anon12480
H A Dm_transtab.c95 guest code are included in the translation, and contains all other
117 /* This is the original guest address that purportedly is the
121 .vge must always correctly describe the guest code sections
127 /* This structure describes precisely what ranges of guest code
218 recently used (guest address, host address) pairs. This array is
225 A special .guest address - TRANSTAB_BOGUS_GUEST_ADDR -- must be
227 assumption that no guest code actually has that address, hence a
234 Addr guest;
255 change together: if tt_fast[i].guest is TRANSTAB_BOGUS_GUEST_ADDR
257 tt_fast[i].guest i
[all...]
/external/qemu/
H A Dvnc-android.c273 struct VncSurface *s = &vs->guest;
354 /* guest surface */
355 if (!vs->guest.ds)
356 vs->guest.ds = qemu_mallocz(sizeof(*vs->guest.ds));
357 if (ds_get_bytes_per_pixel(ds) != vs->guest.ds->pf.bytes_per_pixel)
360 size_changed = ds_get_width(ds) != vs->guest.ds->width ||
361 ds_get_height(ds) != vs->guest.ds->height;
362 *(vs->guest.ds) = *(ds->surface);
373 memset(vs->guest
[all...]
H A Dvnc.c267 struct VncSurface *s = &vs->guest;
348 /* guest surface */
349 if (!vs->guest.ds)
350 vs->guest.ds = qemu_mallocz(sizeof(*vs->guest.ds));
351 if (ds_get_bytes_per_pixel(ds) != vs->guest.ds->pf.bytes_per_pixel)
354 size_changed = ds_get_width(ds) != vs->guest.ds->width ||
355 ds_get_height(ds) != vs->guest.ds->height;
356 *(vs->guest.ds) = *(ds->surface);
367 memset(vs->guest
[all...]
H A Dvnc.h119 struct VncSurface guest; /* guest visible surface (aka ds->surface) */ member in struct:VncState
/external/valgrind/main/none/tests/
H A Dcmdline2.stdout.exp113 --vex-guest-max-insns=<1..100> [50]
114 --vex-guest-chase-thresh=<0..99> [10]
115 --vex-guest-chase-cond=no|yes [no]
/external/chromium/chrome/browser/chromeos/login/
H A Dsigned_settings.cc617 em::GuestModeEnabledProto* guest = pol.mutable_guest_mode_enabled(); local
618 guest->set_guest_mode_enabled(value == "true");
/external/oprofile/events/i386/nehalem/
H A Devents55 event:0x4F counters:0,1,2,3 um:ept minimum:6000 name:EPT : Counts Extended Page Directory Entry accesses. The Extended Page Directory cache is used by Virtual Machine operating systems while the guest operating systems use the standard TLB caches.
/external/oprofile/events/x86-64/family10/
H A Dunit_masks358 0x04 Host page size is larger than the guest page size

Completed in 183 milliseconds