/external/chromium_org/extensions/renderer/guest_view/ |
guest_view_internal_custom_bindings.h | 29 // state of the guest hosted in another process.
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
cros_browser_finder.py | 88 'cros-chrome-guest', 90 'system-guest', 99 PossibleCrOSBrowser('system-guest', finder_options, 141 PossibleCrOSBrowser('cros-chrome-guest', finder_options, platform,
|
/external/chromium_org/ui/webui/resources/js/chromeos/ |
ui_account_tweaks.js | 7 * internal page UI based on the status of current user (owner/user/guest). 21 /** @const */ var SESSION_TYPE_GUEST = 'guest'; 39 * @return {boolean} Whether we're currently in guest session. 83 * Updates specific visibility of elements for Guest session in ChromeOS.
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
common-cmds.h | 18 {"kvm", "Tool to trace/measure kvm guest os"},
|
/external/qemu/hw/android/goldfish/ |
nand_reg.h | 77 NAND_DATA_HIGH = 0x100, // For 64-bit guest CPUs.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
virtio_config.h | 11 /* Status byte for guest to report progress, and synchronize features. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/netiucv/ |
iucv.h | 33 char siucv_user_id[8]; /* Guest User Id */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
virtio_config.h | 11 /* Status byte for guest to report progress, and synchronize features. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netiucv/ |
iucv.h | 33 char siucv_user_id[8]; /* Guest User Id */
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
Android.mk | 2 # common to both the guest and the host. They relate to
|
/sdk/emulator/opengl/shared/OpenglOsUtils/ |
Android.mk | 5 # - child process creation and wait (probably not needed in guest)
|
/sdk/emulator/opengl/shared/emugl/common/ |
Android.mk | 2 # common to both the guest and the host. They relate to
|
/external/chromium_org/content/browser/frame_host/ |
render_widget_host_view_guest.cc | 48 BrowserPluginGuest* guest, 51 // |guest| is NULL during test. 52 guest_(guest ? guest->AsWeakPtr() : base::WeakPtr<BrowserPluginGuest>()), 131 // TODO(fsamuel): Currently we will only take this codepath if the guest has 134 // subsequent touch points of that touchdown to the appropriate guest until 171 // Destroy the guest view instance only, so we don't end up calling 280 // All guest RenderViewHosts have RenderWidgetHostViewGuests however, 428 // Horizontal offset of guest from embedder. 430 // Vertical offset from guest's top to embedder's bottom edge [all...] |
/external/chromium_org/content/browser/speech/ |
speech_recognition_dispatcher_host.cc | 99 BrowserPluginGuest* guest = web_contents->GetBrowserPluginGuest(); local 100 if (guest) { 101 // If the speech API request was from a guest, save the context of the 104 guest->embedder_web_contents()->GetRenderProcessHost()->GetID(); 107 guest->embedder_web_contents()->GetRenderViewHost()->GetRoutingID();
|
/external/chromium_org/chrome/browser/apps/ |
web_view_interactive_browsertest.cc | 246 // For serving guest pages. 518 ExtensionTestMessageListener drop_listener("guest-got-drop", false); 556 "/extensions/platform_apps/web_view/pointer_lock/guest.html"); 594 // After the second lock, guest.js sends a message to main.js to remove the 629 "/extensions/platform_apps/web_view/pointer_lock_focus/guest.html"); 650 // Tests that if a <webview> is focused before navigation then the guest starts 656 // Tests that setting focus on the <webview> sets focus on the guest. 677 // Ensure that the guest is also blurred. 721 // Tests that blurring <webview> also blurs the guest. 739 // Wait for the guest to receive a 'copy' edit command [all...] |
/packages/apps/Settings/src/com/android/settings/users/ |
UserSettings.java | 75 * Guest user is an always visible entry, even if the guest is not currently 76 * active/created. It is meant for controlling properties of a guest user. 700 * Erase the current user (guest) and switch to another user. 730 // Skip over Guest. We add generic Guest settings after this loop 735 // Guest: Settings 739 // Guest: Nothing [all...] |
/external/qemu/android/ |
hw-pipe-net.c | 18 * guest clients to directly connect to a TCP port through /dev/qemu_pipe. 107 * See netPipe_closeFromGuest() for the case when the guest requires 116 /* If the guest already ordered the pipe to be closed, delete immediately */ 122 /* Force the closure of the QEMUD channel - if a guest is blocked 175 /* Send wake signal to the guest if needed */ 226 /* Called when the guest wants to close the channel. This is different
|
/docs/source.android.com/src/devices/tech/security/ |
enhancements50.jd | 27 <li><strong>Multi user, restricted profile, and guest modes for phones & 29 includes a guest mode that can be used to provide easy temporary access to your
|
/external/chromium_org/chrome/browser/extensions/api/web_view/ |
chrome_web_view_internal_api.cc | 133 WebViewGuest* guest) { 140 guest->ShowContextMenu(params->request_id, NULL);
|
/external/chromium_org/chrome/browser/ui/cocoa/profiles/ |
profile_chooser_controller.h | 60 // Whether the bubble is displayed for an active guest profile. 88 // Closes all guest browsers and shows the User Manager.
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
parse-events.c | 256 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); 266 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); 518 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); 535 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); 560 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); 576 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); 591 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); 616 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); 635 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); 651 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest) [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
top.c | 58 " guest kernel:%4.1f%% guest us:%4.1f%%"
|
/external/valgrind/main/coregrind/m_gdbserver/ |
valgrind_low.h | 3 guest. 44 /* transfer the register regno from/to valgrind (guest state)
|
/external/valgrind/main/docs/internals/ |
why-no-libc.txt | 19 RW> Sadly, no. Valgrind shares the address space of the guest process, 27 Valgrind tools and the guest processes do run in the same address
|
/system/core/adb/ |
transport_local.c | 210 * pipe to communicate with adbd daemon inside the guest. This is done in order 211 * to provide more robust communication channel between ADB host and guest. The 215 * the connection between ADB host and guest will be lost. To make ADB traffic 217 * between the host, and the guest. See external/qemu/android/adb-*.* that 221 * The guest side of the protocol contains the following phases: 225 * - Wait for the ADB host to create connection with the guest. This is done by 230 * adb QEMUD service, indicating that the guest is ready to receive messages. 231 * Note that the guest will ignore messages sent down from the emulator before
|