OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:guest
(Results
126 - 150
of
648
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
cros_browser_backend.py
245
#
Guest
browsing shuts down the current browser and launches an
363
self._cri.TakeScreenShot('
guest
-screen')
368
"""Click the Browse As
Guest
button on the account picker screen. This will
372
var
guest
= document.getElementById("
guest
-user-button");
373
if (
guest
) {
374
guest
.click();
382
"""Waits for the
guest
user to be mounted as guestfs"""
383
guest_path = self._CryptohomePath('$
guest
')
388
"""Navigates through oobe login screen as
guest
"""
[
all
...]
/external/valgrind/main/VEX/priv/
host_s390_defs.h
146
S390_INSN_GZERO, /* Assign zero to a
guest
register */
147
S390_INSN_GADD, /* Add a value to a
guest
register */
149
S390_INSN_XDIRECT, /* direct transfer to
guest
address */
150
S390_INSN_XINDIR, /* indirect transfer to
guest
address */
151
S390_INSN_XASSISTED, /* assisted transfer to
guest
address */
425
/* Update the
guest
IA value, then exit requesting to chain
430
Addr64 dst; /* next
guest
address */
433
/* Boring transfer to a
guest
address not known at JIT time.
440
/* Assisted transfer to a
guest
address, most general case.
/external/chromium_org/chrome/browser/apps/
web_view_interactive_browsertest.cc
39
//
guest
does, and that isn't an expected configuration.
155
// For serving
guest
pages.
223
// Wait until the
guest
process reports that it has established a message
397
ExtensionTestMessageListener drop_listener("
guest
-got-drop", false);
431
"/extensions/platform_apps/web_view/pointer_lock/
guest
.html");
469
// After the second lock,
guest
.js sends a message to main.js to remove the
503
// Tests that setting focus on the <webview> sets focus on the
guest
.
508
// Tests that setting focus on the <webview> sets focus on the
guest
.
517
// Wait until the
guest
process reports that it has established a message
530
// Wait for the
guest
to receive a 'copy' edit command
[
all
...]
web_view_browsertest.cc
73
// Used to get notified when a
guest
is created.
166
// This class intercepts download request from the
guest
.
247
//
guest
does, and that isn't an expected configuration.
496
// For serving
guest
pages.
551
ExtensionTestMessageListener guest_loaded_listener("
guest
-loaded", false);
573
ASSERT_TRUE(StartEmbeddedTestServer()); // For serving
guest
pages.
620
ASSERT_TRUE(StartEmbeddedTestServer()); // For serving
guest
pages.
[
all
...]
/external/qemu/memcheck/
memcheck.c
29
/* Controls what messages from the
guest
should be printed to emulator's
108
/* Convert host address to
guest
address. */
171
/* Validates access to a
guest
address.
173
* addr - Virtual address in the
guest
space where memory is accessed.
182
* 0 if access to the given
guest
address range doesn't violate anything, or
183
* 1 if given
guest
address range doesn't match any entry in the current
308
// Enable
guest
process staring tracing.
312
// Enable
guest
process exiting tracing.
406
// Copy allocation descriptor from
guest
to emulator.
485
// Copy free descriptor from
guest
to emulator
[
all
...]
memcheck_logging.h
44
/* Enables
guest
process starting tracing. */
46
/* Enables
guest
process exiting tracing. */
/external/chromium_org/chrome/test/functional/
netflix.py
156
msg='Should not be logged in as
guest
.')
220
"""Netflix in
guest
mode."""
234
self.assertTrue(login_info['is_guest'], msg='Not logged in as
guest
.')
245
"""Test that Netflix doesn't play in
guest
mode login."""
249
'Netflix player did not return a
Guest
mode error.')
252
msg='
Guest
Mode error is not found on the page.')
chromeos_accessibility.py
71
"""Test that
Guest
user login is possible when Accessibility is on."""
76
self.assertTrue(login_info['is_guest'], msg='Not logged in as
guest
.')
/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
/external/chromium/chrome/browser/chromeos/login/
login_display.h
50
// Sign in into
Guest
session.
72
//
guest
, new user pods if those are enabled.
views_login_display.h
25
// Uses UserController for each user pod /
guest
pod / new user pod and
28
// in the UserManager (including one for new user and one for
Guest
login),
guest_user_view.h
20
// This view is for controls window of
Guest
mode pod that allows user to
mock_login_status_consumer.h
38
ADD_FAILURE() << "
Guest
Login should have failed!";
/external/chromium_org/content/browser/web_contents/
web_contents_view_guest.h
32
BrowserPluginGuest*
guest
,
107
// Delegate view for
guest
's platform view.
/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
/build/target/board/generic_mips/
BoardConfig.mk
45
# Build OpenGLES emulation
guest
and host libraries
/external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager_factory.cc
30
// Explicitly allow this manager in
guest
login mode.
/external/chromium_org/chrome/browser/chromeos/login/
mock_login_status_consumer.cc
37
ADD_FAILURE() << "
Guest
login should have failed!";
/external/chromium_org/chrome/browser/extensions/
extension_renderer_state.h
71
// Adds or removes a <webview>
guest
render process from the set.
/external/chromium_org/chrome/browser/resources/options/
startup_section.html
1
<section id="startup-section"
guest
-visibility="hidden">
/external/chromium_org/chrome/browser/resources/user_manager/
control_bar.css
41
#login-header-bar #
guest
-user-button {
/external/chromium_org/content/renderer/browser_plugin/
browser_plugin_backing_store.h
31
// These are called in response to changes in the
guest
relayed via
/external/chromium_org/third_party/mesa/src/docs/
vmware-guest.html
5
<title>VMware
guest
GL driver</title>
10
<h1>VMware
guest
GL driver</h1>
14
<a href="http://www.vmware.com/" target="_parent">VMware</a>
guest
GL driver
90
<li>VMware Linux
guest
kernel module. Note that this repo contains the complete DRM and TTM code. The vmware-specific driver is really only the files prefixed with vmwgfx.
/external/mesa3d/docs/
vmware-guest.html
5
<title>VMware
guest
GL driver</title>
10
<h1>VMware
guest
GL driver</h1>
14
<a href="http://www.vmware.com/" target="_parent">VMware</a>
guest
GL driver
90
<li>VMware Linux
guest
kernel module. Note that this repo contains the complete DRM and TTM code. The vmware-specific driver is really only the files prefixed with vmwgfx.
Completed in 5478 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>