/external/valgrind/main/lackey/tests/ |
true.stderr.exp | 12 guest instrs: ... 16 guest instrs : SB entered = ... : ... 18 IRStmts : guest instr = ... : ...
|
/development/tools/emulator/opengl/shared/OpenglCodecCommon/ |
Android.mk | 2 # common to both the guest and the host. They relate to 14 ### CodecCommon guest ##############################################
|
/build/target/board/generic_x86/ |
BoardConfig.mk | 30 # Build OpenGLES emulation host and guest libraries
|
/external/valgrind/main/coregrind/ |
pub_core_transtab.h | 43 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:__anon12418
|
m_transtab.c | 95 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 is any other value, then tt_fastN[i] *must* poin [all...] |
/development/tools/emulator/opengl/shared/OpenglOsUtils/ |
Android.mk | 5 # - child process creation and wait (probably not needed in guest) 9 ### Guest library ##############################################
|
/build/target/board/generic/ |
BoardConfig.mk | 40 # Build OpenGLES emulation guest and host libraries
|
/external/qemu/ |
vnc-android.c | 273 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.dirty, 0xFF, sizeof(vs->guest.dirty)) [all...] |
vnc.c | 267 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.dirty, 0xFF, sizeof(vs->guest.dirty)) [all...] |
vnc.h | 119 struct VncSurface guest; /* guest visible surface (aka ds->surface) */ member in struct:VncState
|
/external/valgrind/main/none/tests/ |
cmdline2.stdout.exp | 100 --vex-guest-max-insns=<1..100> [50] 101 --vex-guest-chase-thresh=<0..99> [10] 102 --vex-guest-chase-cond=no|yes [no]
|
/external/chromium/chrome/browser/chromeos/login/ |
signed_settings.cc | 617 em::GuestModeEnabledProto* guest = pol.mutable_guest_mode_enabled(); local 618 guest->set_guest_mode_enabled(value == "true");
|
/external/oprofile/events/i386/nehalem/ |
events | 55 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/ |
unit_masks | 356 0x01 Guest page size is larger than the host page size 358 0x04 Host page size is larger than the guest page size
|