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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/remoting/host/installer/linux/debian/
.gitignore 2 chrome-remote-desktop.debhelper.log
3 chrome-remote-desktop.postinst.debhelper
4 chrome-remote-desktop.postrm.debhelper
5 chrome-remote-desktop.prerm.debhelper
6 chrome-remote-desktop.substvars
7 chrome-remote-desktop
postinst 14 DisplayIf: /opt/google/chrome-remote-desktop/is-remoting-session
15 Description: Chrome Remote Desktop has been updated. Please save your work and log out in order to apply this update. Your virtual desktop will be restarted automatically.
19 VAR_DIR="/var/lib/chrome-remote-desktop"
25 echo "Shutting down Chrome Remote Desktop hosts (they will restart automatically)..."
26 killall -q chrome-remote-desktop-host || true
34 echo "$LOGOUT_MSG" > "$NOTIFIER_DIR/chrome-remote-desktop-logout"
44 DEFAULTS_FILE="/etc/default/chrome-remote-desktop"
51 nohup sh /etc/cron.daily/chrome-remote-desktop > /dev/null 2>&1 &
chrome-remote-desktop.init 4 # Provides: chrome-remote-desktop
9 # Short-Description: Chrome Remote Desktop service
12 # /etc/init.d/chrome-remote-desktop: Start and stop Chrome Remote Desktop host daemon.
14 HOST_PATH=/opt/google/chrome-remote-desktop/chrome-remote-desktop
16 # Group of users for which Chrome Remote Desktop is enabled. Users are added
18 CHROME_REMOTING_GROUP=chrome-remote-desktop
73 log_begin_msg "Starting Chrome Remote Desktop host for $1..."
79 log_begin_msg "Stopping Chrome Remote Desktop host for $1...
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
DEPS 2 # No inclusion of remote backend from the local backend.
  /external/libunwind/src/mi/
Ldyn-remote.c 4 #include "Gdyn-remote.c"
  /external/chromium_org/remoting/
branding_Chrome 3 DAEMON_FILE_NAME=Chrome Remote Desktop Host Service
4 IT2ME_HOST_DESCRIPTION=Remote Assistance Host for Chrome Remote Desktop
9 MAC_HOST_PACKAGE_NAME=Chrome Remote Desktop Host
14 MAC_REMOTE_ASSISTANCE_HOST_BUNDLE_ID=com.google.chrome.remote_desktop.remote-assistance-host
18 MAC_UNINSTALLER_NAME=Chrome Remote Desktop Host Uninstaller
19 ME2ME_HOST_DESCRIPTION=Chrome Remote Desktop Host
  /external/llvm/test/ExecutionEngine/MCJIT/remote/
simpletest-remote.ll 1 ; RUN: %lli_mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
cross-module-a.ll 1 ; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
  /external/chromium_org/chrome/browser/resources/network_speech_synthesis/
manifest.json 22 "remote": true
29 "remote": true
36 "remote": true
43 "remote": true
50 "remote": true
57 "remote": true
64 "remote": true
71 "remote": true
78 "remote": true
85 "remote": tru
    [all...]
  /frameworks/base/tests/RemoteDisplayProvider/
README 2 remote display providers using the API declared by the
8 remote display routes. Behavior can be controlled by modifying the
16 used as an example implementation of a robust remote display provider.
  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
WindowManagerPermissionTests.java 52 fail("Unexpected remote exception");
62 fail("Unexpected remote exception");
72 fail("Unexpected remote exception");
82 fail("Unexpected remote exception");
92 fail("Unexpected remote exception");
102 fail("Unexpected remote exception");
112 fail("Unexpected remote exception");
122 fail("Unexpected remote exception");
133 fail("Unexpected remote exception");
143 fail("Unexpected remote exception")
    [all...]
ActivityManagerPermissionTests.java 48 fail("Unexpected remote exception");
58 fail("Unexpected remote exception");
68 fail("Unexpected remote exception");
81 fail("Unexpected remote exception");
94 fail("Unexpected remote exception");
107 fail("Unexpected remote exception");
120 fail("Unexpected remote exception");
133 fail("Unexpected remote exception");
146 fail("Unexpected remote exception");
159 fail("Unexpected remote exception")
    [all...]
  /external/chromium_org/tools/telemetry/
README 5 https://developers.google.com/chrome-developer-tools/docs/remote-debugging
  /external/google-tv-pairing-protocol/cpp/
CHANGES 5 messaging protocol for remote devices to communicate with Google TV.
ChangeLog 5 pairing protocol for remote devices to pair with a Google TV device.
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-inherit 4 # This file shows the basic inheritance usage in 'remote' statements.
9 remote anonymous
30 remote 3ffe:ffff::1 inherit anonymous
36 remote 3ffe:ffff::1 [8000] inherit 3ffe:ffff::1
  /external/valgrind/main/gdbserver_tests/
mcclean_after_fork.stderrB.exp 4 Remote connection closed
  /external/javassist/src/main/javassist/tools/rmi/
package.html 3 Sample implementation of remote method invocation.
5 <p>This package enables applets to access remote objects
  /external/qemu/telephony/
remote_call.h 17 /* convert a base console port into a remote phone number, -1 on error */
20 /* convert a remote phone number into a remote console port, -1 on error */
36 /* call this function when you need to dial a remote voice call.
37 * this will try to connect to a remote emulator. the result function
40 * returns 0 if the number is to a remote phone, or -1 otherwise
47 /* call this function to send a SMS to a remote emulator */
50 /* call this function to indicate that you're busy to a remote caller */
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
cros_interface_unittest.py 24 remote = options_for_unittests.GetCopy().cros_remote
26 remote,
35 remote = options_for_unittests.GetCopy().cros_remote
37 remote,
52 remote = options_for_unittests.GetCopy().cros_remote
54 remote,
61 remote = options_for_unittests.GetCopy().cros_remote
63 remote,
74 remote = options_for_unittests.GetCopy().cros_remote
76 remote,
    [all...]
  /frameworks/base/core/java/android/os/
CancellationSignal.java 64 final ICancellationSignal remote; local
72 remote = mRemote;
79 if (remote != null) {
81 remote.cancel();
125 * Sets the remote transport.
128 * remote transport is canceled immediately.
130 * This method is guaranteed that the remote transport will not be called after it
133 * @param remote The remote transport, or null to remove.
137 public void setRemote(ICancellationSignal remote) {
    [all...]
  /frameworks/base/libs/storage/
IMountService.cpp 68 if (remote()->transact(TRANSACTION_registerListener, data, &reply) != NO_ERROR) {
69 ALOGD("registerListener could not contact remote\n");
84 if (remote()->transact(TRANSACTION_unregisterListener, data, &reply) != NO_ERROR) {
85 ALOGD("unregisterListener could not contact remote\n");
99 if (remote()->transact(TRANSACTION_isUsbMassStorageConnected, data, &reply) != NO_ERROR) {
100 ALOGD("isUsbMassStorageConnected could not contact remote\n");
116 if (remote()->transact(TRANSACTION_setUsbMassStorageEnabled, data, &reply) != NO_ERROR) {
117 ALOGD("setUsbMassStorageEnabled could not contact remote\n");
131 if (remote()->transact(TRANSACTION_isUsbMassStorageEnabled, data, &reply) != NO_ERROR) {
132 ALOGD("isUsbMassStorageEnabled could not contact remote\n")
    [all...]
  /external/llvm/utils/bugpoint/
RemoteRunSafely.sh 15 # <hostname> is the remote host to execute the program,
16 # <login_name> is the username on the remote host,
17 # <port> is the port used by the remote client,
93 remote="./"$PROGRAM
97 'rm -f '$remote' ; ' \
98 'cat > '$remote' ; chmod +x '$remote' ; '$remote' '$*' ; ' \
99 'err=$? ; rm -f '$remote' ; exit $err'
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardServiceWrapper.java 47 Slog.w(TAG , "Remote Exception", e);
56 Slog.w(TAG , "Remote Exception", e);
65 Slog.w(TAG , "Remote Exception", e);
74 Slog.w(TAG , "Remote Exception", e);
83 Slog.w(TAG , "Remote Exception", e);
92 Slog.w(TAG , "Remote Exception", e);
100 Slog.w(TAG , "Remote Exception", e);
108 Slog.w(TAG , "Remote Exception", e);
117 Slog.w(TAG , "Remote Exception", e);
125 Slog.w(TAG , "Remote Exception", e)
    [all...]
  /external/chromium_org/remoting/resources/
remoting_strings_th.xtb 12 <translation id="2208514473086078157">??????????????????????????????????????????????????????? Chrome Remote Desktop ????????????????????????????????????????????????</translation>
13 <translation id="2801119484858626560">????????????????????????????? Chrome Remote Desktop ??????????????????????????? Chrome ??? Chrome Remote Desktop ???????????????????????????????????????????????????????</translation>
17 <translation id="5397086374758643919">Chrome Remote Desktop Host Uninstaller</translation>
18 <translation id="3258789396564295715">?????????????????????????????????????????????????????????? Chrome Remote Desktop</translation>
19 <translation id="5070121137485264635">????????????????????????????????????????????????????????????? ?????????????????????? ?????????????????????????????????? Chrome Remote Desktop ??????????????????????:</translation>
21 <translation id="3194245623920924351">Chrome Remote Desktop</translation>
34 <translation id="2707879711568641861">????????????????????????????????? Chrome Remote Desktop ???????? ????????????????????????????????????????????????????????????????</translation>
36 <translation id="2499160551253595098">??????????????? Chrome Remote Desktop ???????????????????????????????????????????????????????????????????</translation>
40 <translation id="3197730452537982411">Remote Desktop</translation
    [all...]

Completed in 679 milliseconds

1 2 3 4 5 6 7 8 91011>>