/external/chromium_org/chrome/renderer/resources/extensions/ |
extension_options.js | 44 // Once the browser plugin has been created, the guest view will be created 81 // because the guest will not be created, and cannot fire an event. 109 // If the browser plugin is not ready then don't create the guest until 114 // If a guest view does not exist then create one. 119 // TODO(ericzeng): Implement navigation to another guest view if we want
|
/external/qemu/ |
qemu-options.hx | 133 will be sent to the guest only when the data has been reported as written by 138 If your host crashes or loses power, then the guest may experience data 323 "-usbdevice name add the host or guest USB device 'name'\n") 365 "-name string set the name of the guest\n") 368 Sets the @var{name} of the guest. 477 performances, use 16 bit color depth in the guest and the host OS. 480 Standard VGA card with Bochs VBE extensions. If your guest OS 486 recent XFree86/XOrg server or Windows guest with a driver for this 650 processed by the Windows guest and will re-inject them. 670 it if your guest OS complains about ACPI problems (PC target machin [all...] |
/external/valgrind/main/VEX/pub/ |
libvex_guest_amd64.h | 136 allow users of the library to uniformly assume that the guest 144 /* Used to record the unredirected guest address at the start of 161 /* Needed for Darwin (but mandated for all guest architectures): 175 /*--- Utility functions for amd64 guest stuff. ---*/ 180 /* Initialise all guest amd64 state. The FPU is put in default
|
libvex_guest_ppc32.h | 100 // IMPORTANT: the user of libvex must place the guest state so as 216 /* Used to record the unredirected guest address at the start of 232 /* Needed for AIX (but mandated for all guest architectures): 253 /*--- Utility functions for PPC32 guest stuff. ---*/ 258 /* Initialise all guest PPC32 state. */
|
/external/valgrind/main/VEX/priv/ |
guest_ppc_helpers.c | 49 /* This file contains helper functions for ppc32 and ppc64 guest code. 57 guest-ppc/toIR.c. 125 /* DIRTY HELPER (reads guest state, writes guest mem) */ 154 /* DIRTY HELPER (reads guest state, writes guest mem) */ 687 /*--- Describing the ppc guest state, for the benefit ---*/ 691 /* Figure out if any part of the guest state contained in minoff 695 By default we enforce precise exns for guest R1 (stack pointer), 789 /* Total size of the guest state, in bytes. * [all...] |
guest_x86_defs.h | 36 /* Only to be used within the guest-x86 directory. */ 73 /* Describes to the optimiser which part of the guest state require 74 precise memory exceptions. This is logically part of the guest 84 /*--- x86 guest helpers ---*/ 126 /* Translate a guest virtual_addr into a guest linear address by 232 (1) In the guest state layout info (x86guest_layout), CC_OP and
|
/external/valgrind/main/coregrind/m_dispatch/ |
dispatch-s390x-linux.S | 105 /* Load address of guest state into guest state register (r13) */ 117 value from the guest state. */ 229 cg %r2, 0(%r8,%r7) /* next guest address == .guest ? */ 234 That code may modify the guest state register r13. */ 253 /* guest-state-pointer contains the TRC. Put the value into the
|
/external/qemu/tcg/ |
README | 17 In this document, we use "guest" to specify what architecture we are 386 ********* 64-bit guest on 32-bit host support 389 32-bit host code generators, but are not to be emitted by guest translators. 418 Load data at the guest address t1 into t0, or store data in t0 at guest 420 register t0 only. The address t1 is always sized according to the guest, 523 - Don't hesitate to use helpers for complicated or seldom used guest 525 implement guest instructions taking more than about twenty TCG 533 per guest instruction is set by MAX_OP_PER_INSTR in exec-all.h -- 538 x86 guest uses it to improve the condition codes optimisation [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
priv_types_n_macros.h | 82 /* Guest state layout info for syscall args. */ 142 #define SfNoWriteResult (1 << 5) /* don't write result to guest state */ 441 /* little-endian: the part of the guest state being read is 444 since the least significant parts of the guest register are stored 458 /* big-endian: the part of the guest state being read is 461 since the least significant parts of the guest register are stored 492 /* little-endian: the part of the guest state being read is 495 since the least significant parts of the guest register are stored 508 /* big-endian: the part of the guest state being read is 511 since the least significant parts of the guest register are store [all...] |
/frameworks/base/core/java/android/os/ |
UserManager.java | 499 * Checks if the calling app is running as a guest user. 500 * @return whether the caller is a guest user. 737 * Creates a guest user and configures it. 743 UserInfo guest = createUser(name, UserInfo.FLAG_GUEST); local 744 if (guest != null) { 746 Settings.Secure.SKIP_FIRST_USE_HINTS, "1", guest.id); 751 mService.setUserRestrictions(guestRestrictions, guest.id); 753 Log.w(TAG, "Could not update guest restrictions"); 756 return guest; 815 * Marks the guest user for deletion to allow a new guest to be created before deletin [all...] |
/external/qemu/ui/ |
vnc-android.c | 275 struct VncSurface *s = &vs->guest; 356 /* guest surface */ 357 if (!vs->guest.ds) 358 vs->guest.ds = g_malloc0(sizeof(*vs->guest.ds)); 359 if (ds_get_bytes_per_pixel(ds) != vs->guest.ds->pf.bytes_per_pixel) 362 size_changed = ds_get_width(ds) != vs->guest.ds->width || 363 ds_get_height(ds) != vs->guest.ds->height; 364 *(vs->guest.ds) = *(ds->surface); 375 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 = g_malloc0(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...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
UserSwitcherController.java | 230 // No guest user. Create one. 231 UserInfo guest = mUserManager.createGuest( local 233 if (guest == null) { 234 // Couldn't create guest, most likely because there already exists one, we just 238 id = guest.id; 463 sb.append("<add guest placeholder>");
|
/external/chromium_org/chrome/browser/devtools/ |
devtools_target_impl.cc | 85 extensions::GuestViewBase* guest = local 87 WebContents* guest_contents = guest ? guest->embedder_web_contents() : NULL;
|
/external/chromium_org/chrome/browser/ui/ |
browser_navigator_browsertest_chromeos.cc | 154 // Subclass that tests navigation while in the Guest session. 169 // in Guest Session (as well as all other windows in Guest session).
|
settings_window_manager.cc | 39 // this is a guest session.
|
/build/target/board/generic_arm64/ |
BoardConfig.mk | 71 # Build OpenGLES emulation host and guest libraries
|
/external/chromium_org/chrome/browser/ |
app_controller_mac_browsertest.mm | 231 // The User Manager uses the guest profile as its underlying profile. To 233 // different threads, pre-initialize the guest profile before it is needed. 255 // Test that for a guest last profile, a reopen event opens the User Manager. 258 // Create the guest profile, and set it as the last used profile so the
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
user_selection_screen.h | 74 // Whether to show guest login.
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/ |
generate_manifest.py | 47 help='Generate a guest mode capable manifest')
|
/external/chromium_org/chrome/browser/resources/chromeos/speech_synthesis/ |
manifest.json | 3 // should be incognito:split in Guest mode version.
|
manifest_guest.json | 3 // should be incognito:split in Guest mode version.
|
/external/chromium_org/chrome/browser/resources/ |
components.html | 62 <div class="component-actions" guest-visibility="disabled">
|
/external/chromium_org/chrome/browser/ui/ash/ |
app_sync_ui_state.h | 28 // normal user profile (i.e. it does not watch for guest profile or exsiting
|
/external/chromium_org/chrome/browser/ui/ash/multi_user/ |
multi_user_util.cc | 27 // |email| and profile name could be empty if not yet logged in or guest mode.
|