HomeSort by relevance Sort by last modified time
    Searched full:guest (Results 1 - 25 of 648) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/webui/resources/css/chromeos/
ui_account_tweaks.css 7 * look and feel based on account status (owner/non-owner/guest).
10 .guest-disabled {
14 a.guest-disabled {
  /external/linux-tools-perf/Documentation/
perf-kvm.txt 6 perf-kvm - Tool to trace/measure kvm guest os
11 'perf kvm' [--host] [--guest] [--guestmount=<path>
14 'perf kvm' [--host] [--guest] [--guestkallsyms=<path> --guestmodules=<path>
22 a performance counter profile of guest os in realtime
27 --host and --guest are input, the perf data file name is perf.data.kvm.
28 If there is no --host but --guest, the file name is perf.data.guest.
29 If there is no --guest but --host, the file name is perf.data.host.
51 --guest=::
52 Collect guest side performance profile
    [all...]
  /external/qemu/android/
adb-server.h 22 * connections and data to ADB daemon running inside the guest.
25 /* Callback to be invoked wheh host ADB gets connected with the guest ADB.
27 * opaque - An opaque pointer associated with the guest. This pointer contains
31 * the guest ADBs. This pointer must be used for further operations on the
32 * host <-> guest connection.
36 /* Callback to be invoked wheh the host ADB sends data to the guest ADB.
38 * opaque - An opaque pointer associated with the guest. This pointer contains
42 * the guest ADB. This pointer must be used for further operations on the
43 * host <-> guest connection.
53 * opaque - An opaque pointer associated with the guest. This pointer contain
    [all...]
adb-qemud.c 36 /* Maximum length of the message that can be received from the guest. */
43 * in the guest. */
45 /* Connection between ADB host and ADB guest is fully established. */
49 /* ADB guest has been disconnected. */
96 /* Notify the ADB guest that host has been connected.This will unblock
97 * the guest from a 'read', then guest will register the transport, and
135 /* Dispatch data down to the guest. */
143 /* ADB guest API required for adb_server_register_guest */
154 * ADB guest communication
    [all...]
  /external/valgrind/main/lackey/tests/
true.stderr.exp 12 guest instrs: ...
16 guest instrs : SB entered = ... : ...
18 IRStmts : guest instr = ... : ...
  /external/valgrind/main/VEX/
Makefile-icc 22 priv/guest-generic/g_generic_x87.h \
23 priv/guest-generic/bb_to_IR.h \
24 priv/guest-x86/gdefs.h \
25 priv/guest-amd64/gdefs.h \
26 priv/guest-arm/gdefs.h \
27 priv/guest-ppc/gdefs.h \
48 priv/guest-generic/g_generic_x87.o \
49 priv/guest-generic/bb_to_IR.o \
50 priv/guest-x86/ghelpers.o \
51 priv/guest-amd64/ghelpers.o
    [all...]
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_embedder.h 6 // embedder that are not directed at any particular existing guest process.
12 // guest.
61 // unlock hte guest's pointer lock.
85 void DragEnteredGuest(BrowserPluginGuest* guest);
87 void DragLeftGuest(BrowserPluginGuest* guest);
89 void StartDrag(BrowserPluginGuest* guest);
91 void StopDrag(BrowserPluginGuest* guest);
104 bool DidSendScreenRectsCallback(BrowserPluginGuest* guest);
106 bool SetZoomLevelCallback(double level, BrowserPluginGuest* guest);
109 BrowserPluginGuest* guest);
    [all...]
browser_plugin_embedder.cc 50 void BrowserPluginEmbedder::DragEnteredGuest(BrowserPluginGuest* guest) {
51 guest_dragging_over_ = guest->AsWeakPtr();
54 void BrowserPluginEmbedder::DragLeftGuest(BrowserPluginGuest* guest) {
56 // only un-setting if the caller is marked as the guest being dragged over.
57 if (guest_dragging_over_.get() == guest) {
62 void BrowserPluginEmbedder::StartDrag(BrowserPluginGuest* guest) {
63 guest_started_drag_ = guest->AsWeakPtr();
66 void BrowserPluginEmbedder::StopDrag(BrowserPluginGuest* guest) {
67 if (guest_started_drag_.get() == guest) {
85 BrowserPluginGuest* guest) {
263 BrowserPluginGuest* guest = NULL; local
    [all...]
browser_plugin_guest_manager.h 7 // Messages are routed to a particular guest instance based on an instance_id.
59 // Creates a guest WebContents with the provided |instance_id| and |params|.
60 // If params.src is present, the new guest will also be navigated to the
61 // provided URL. Optionally, the new guest may be attached to a
70 // guest wasn't found. If the embedder is not permitted to access the given
79 // Removes the guest with the given |instance_id| from this
100 // provided |guest|.
102 BrowserPluginGuest* guest);
105 // |instance_id| or access the guest associated with the |instance_id|. If the
106 // embedder can, the method returns true. If the guest does not exist but th
    [all...]
test_browser_plugin_guest.h 46 // Waits until UpdateRect message is sent from the guest, meaning it is
50 // Waits until a guest receives a damage buffer of the specified |size|.
52 // Waits for focus to reach this guest.
54 // Waits for blur to reach this guest.
56 // Waits for focus to move out of this guest.
58 // Waits until the guest is hidden.
60 // Waits until guest exits.
browser_plugin_geolocation_permission_context.cc 56 BrowserPluginGuest* guest = guest_web_contents->GetBrowserPluginGuest(); local
57 guest->AskEmbedderForGeolocationPermission(bridge_id,
88 BrowserPluginGuest* guest = guest_web_contents->GetBrowserPluginGuest(); local
89 if (guest)
90 guest->CancelGeolocationRequest(bridge_id);
browser_plugin_guest_manager.cc 72 // a guest process in addition to which platform application the tag
131 // The embedder process is trying to access a guest it does not own.
149 BrowserPluginGuest* guest = local
151 if (guest && guest->OnMessageReceivedFromEmbedder(message))
163 BrowserPluginGuest* guest) {
164 // The embedder can access the guest if it has not been attached and its
166 if (!guest->attached()) {
167 if (!guest->opener())
171 guest->opener()->embedder_web_contents()->GetRenderProcessHost()-
234 BrowserPluginGuest* guest = it->second->GetBrowserPluginGuest(); local
    [all...]
  /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).
35 * @return {boolean} Whether we're currently in guest mode.
49 * Disables or hides some elements in Guest mode in ChromeOS.
50 * All elements within given document with guest-visibility
51 * attribute are either hidden (for guest-visibility="hidden")
52 * or disabled (for guest-visibility="disabled").
59 var elements = document.querySelectorAll('[guest-visibility]');
62 var visibility = element.getAttribute('guest-visibility');
71 * Disables and marks page elements for Guest mode.
72 * Adds guest-disabled css class to all elements within given subtree
    [all...]
  /external/chromium/chrome/browser/chromeos/
cros_settings_provider.cc 16 // "cros.session." in the guest mode.
17 // It should not reach here from UI in the guest mode, but just in case.
20 LOG(ERROR) << "Ignoring the guest request to change: " << path;
  /external/qemu/target-arm/
helper-android.h 17 * First pointer contains guest PC where BL/BLX has been found.
18 * Second pointer contains guest PC where BL/BLX will return.
24 * Pointer contains guest PC where BL/BLX will return.
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
Android.mk 2 # common to both the guest and the host. They relate to
14 ### CodecCommon guest ##############################################
  /device/generic/goldfish/opengl/shared/OpenglOsUtils/
Android.mk 5 # - child process creation and wait (probably not needed in guest)
9 ### Guest library ##############################################
  /external/chromium_org/chrome/browser/resources/user_manager/
control_bar.html 2 <div id="guest-user-header-bar-item" class="header-bar-item">
3 <button id="guest-user-button" i18n-content="browseAsGuest"></button>
  /external/qemu/target-i386/
hax-darwin.h 49 * Allocate guest memory, the step of allocate guest memory is:
50 * 1. QEMU will allocate the virtual address to cover the guest memory ranges
59 * Setup translation between guest physical address and host physical address
70 /* Run the guest in non-root mode */
72 /* Sync QEMU's guest MSR value to HAX driver */
74 /* Sync HAX driver's guest MSR value to QEMU */
81 /* A interrupt need to be injected into guest */
  /external/chromium_org/chrome/browser/extensions/api/webview/
webview_api.cc 45 WebViewGuest* guest = WebViewGuest::From( local
47 if (!guest)
50 return RunImplSafe(guest);
89 bool WebviewClearDataFunction::RunImplSafe(WebViewGuest* guest) {
118 scheduled = guest->ClearData(
176 WebViewGuest* guest = WebViewGuest::From( local
178 if (!guest)
181 return guest->script_executor();
221 WebViewGuest* guest = WebViewGuest::From( local
223 return guest ? guest->guest_web_contents() : NULL
    [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd.vlan 5 100 guest
  /external/chromium_org/chrome/browser/guestview/
guestview.h 19 // tag. GuestView maintains an association between a guest WebContents and an
20 // embedder WebContents. It receives events issued from the guest and relays
54 // For GuestViews, we create special guest processes, which host the
60 // chrome-guest://partition_domain/persist?partition_name
66 // By default, JavaScript and images are enabled in guest content.
77 // Returns the guest WebContents.
90 // Returns whether this guest has an associated embedder.
96 // Returns the instance ID of the guest WebContents.
124 // |guest_instance_id_| is a profile-wide unique identifier for a guest
132 // the guest is attached to a particular embedder
    [all...]
  /external/qemu/docs/
ANDROID-ADB-QEMU.TXT 7 For instance, connection manager in the guest system may decide to reset all
9 daemon running in the guest will be broken, and will not be reestablish until ADB
12 ADB daemon running in the guest.
29 accepting connections coming from the ADB daemon running in the guest, and
33 the host, and ADB running on the guest: ADB server receives data from ADB host,
34 and channels them through ADB client to the ADB guest. Likewise, ADB client
35 receives data from the ADB guest, and channels them through ADB server to the ADB
42 The connection between ADB host and ADB guest is considered to be established,
44 QEMUD pipe connection in the ADB client, and ADB guest is ready to receive data
48 connections are made, ADB server runs a list of pending host and guest
    [all...]
  /external/qemu/memcheck/
memcheck_util.h 29 // Transfering data between guest and emulator address spaces.
32 /* Copies buffer residing in the guest's virtual address space to a buffer
35 * guest_address - Address of the bufer in guest's virtual address space.
37 * buffer_size - Byte size of the guest's buffer.
44 * guest's virtual address space.
47 * guest_address - Address of the bufer in guest's virtual address space.
54 /* Copies zero-terminated string residing in the guest's virtual address space
58 * guest_str - Address of the string in guest's virtual address space.
67 /* Copies zero-terminated string residing in the guest's kernel address space
71 * guest_str - Address of the string in guest's kernel address space
    [all...]
  /external/chromium_org/content/public/browser/
browser_plugin_guest_delegate.h 21 // Objects implement this interface to get notified about changes in the guest
33 // Request the delegate to close this guest, and do whatever cleanup it needs
40 // Informs the delegate that the guest render process is gone. |status|
41 // indicates whether the guest was killed, crashed, or was terminated
52 // Returns whether the user agent for the guest is being overridden.
55 // Notification that a load in the guest resulted in abort. Note that |url|
65 // Notification that the guest is no longer hung.
68 // Notification that the guest is hung.
88 // Notifies that the content size of the guest has changed in autosize mode.

Completed in 468 milliseconds

1 2 3 4 5 6 7 8 91011>>