Searched refs:remote (Results 1 - 25 of 147) sorted by relevance

123456

/external/llvm/utils/bugpoint/
H A DRemoteRunSafely.sh15 # <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'
/external/kernel-headers/original/uapi/linux/
H A Dif_pppopns.h29 __u16 remote; member in struct:sockaddr_pppopns
H A Dif_pppolac.h30 } local, remote; member in struct:sockaddr_pppolac
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dcros_interface_unittest.py23 remote = options_for_unittests.GetCopy().cros_remote
25 remote,
34 remote = options_for_unittests.GetCopy().cros_remote
36 remote,
51 remote = options_for_unittests.GetCopy().cros_remote
53 remote,
60 remote = options_for_unittests.GetCopy().cros_remote
62 remote,
73 remote = options_for_unittests.GetCopy().cros_remote
75 remote,
[all...]
/external/lldb/tools/debugserver/source/
H A Dlibdebugserver.cpp52 // Get our program path and arguments from the remote connection.
53 // We will need to start up the remote connection without a PID, get the
64 RNBRemote* remote = remoteSP.get(); local
65 RNBContext& ctx = remote->Context();
80 err = remote->HandleReceivedPacket (&type);
107 // a catch all for any other gdb remote packets that failed
151 HandleProcessStateChange (RNBRemoteSP &remote, bool initialize) argument
153 RNBContext& ctx = remote->Context();
163 DNBLogThreadedIf (LOG_RNB_MINIMAL, "%s (&remote, initialize=%i) pid_state = %s", __FUNCTION__, (int)initialize, DNBStateAsString (pid_state));
188 remote
228 RNBRunLoopInferiorExecuting(RNBRemoteSP &remote) argument
352 RNBRemote *remote = g_remoteSP.get(); local
[all...]
H A Ddebugserver.cpp71 // Get our program path and arguments from the remote connection.
72 // We will need to start up the remote connection without a PID, get the
77 RNBRunLoopGetStartModeFromRemote (RNBRemote* remote) argument
81 if (remote)
83 RNBContext& ctx = remote->Context();
105 err = remote->HandleReceivedPacket (&type);
138 // a catch all for any other gdb remote packets that failed
163 RNBRunLoopLaunchInferior (RNBRemote *remote, const char *stdin_path, const char *stdout_path, const char *stderr_path, bool no_stdio) argument
165 RNBContext& ctx = remote->Context();
251 if (remote
342 RNBRunLoopLaunchAttaching(RNBRemote *remote, nub_process_t attach_pid, nub_process_t& pid) argument
408 HandleProcessStateChange(RNBRemote *remote, bool initialize) argument
488 RNBRunLoopInferiorExecuting(RNBRemote *remote) argument
595 RNBRunLoopPlatform(RNBRemote *remote) argument
688 StartListening(RNBRemote *remote, const char *listen_host, int listen_port, const char *unix_socket_name) argument
818 RNBRemote *remote = g_remoteSP.get(); local
[all...]
/external/chromium_org/remoting/host/installer/linux/debian/
H A Dchrome-remote-desktop.init4 # Provides: chrome-remote-desktop
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
18 CHROME_REMOTING_GROUP=chrome-remote-desktop
121 log_success_msg "Usage: /etc/init.d/chrome-remote-desktop" \
H A Dpostinst14 DisplayIf: /opt/google/chrome-remote-desktop/is-remoting-session
19 VAR_DIR="/var/lib/chrome-remote-desktop"
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 &
H A Dpreinst9 VAR_DIR="/var/lib/chrome-remote-desktop"
22 save_hash /opt/google/chrome-remote-desktop
H A Dpostrm10 delgroup --quiet chrome-remote-desktop > /dev/null || true
25 DEFAULTS_FILE="/etc/default/chrome-remote-desktop"
37 rm -f "$APT_SOURCESDIR/chrome-remote-desktop.list"
/external/chromium_org/third_party/webrtc/base/
H A Dsocketpool.cc42 const SocketAddress& remote, int* err) {
43 LOG_F(LS_VERBOSE) << "(" << remote << ")";
46 if (remote == it->first) {
57 if (StreamInterface* stream = pool_->RequestConnectedStream(remote, err)) {
59 active_.push_front(ConnectedStream(remote, stream));
120 NewSocketPool::RequestConnectedStream(const SocketAddress& remote, int* err) { argument
122 factory_->CreateAsyncSocket(remote.family(), SOCK_STREAM);
128 if ((socket->Connect(remote) != 0) && !socket->IsBlocking()) {
158 ReuseSocketPool::RequestConnectedStream(const SocketAddress& remote, int* err) { argument
163 int family = remote
41 RequestConnectedStream( const SocketAddress& remote, int* err) argument
249 RequestConnectedStream( const SocketAddress& remote, int* err) argument
[all...]
H A Dsocketpool.h36 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote,
52 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote,
81 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote,
101 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote,
126 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote,
/external/llvm/utils/
H A DGetRepositoryPath22 git remote -v | grep 'fetch' | awk '{ print $2 }' | head -n1
/external/chromium_org/mojo/public/js/bindings/
H A Dconnection.js15 this.remote = new remoteFactory(this.router_);
16 this.local = new localFactory(this.remote);
33 this.remote = null;
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCStatsReport.idl36 readonly attribute RTCStatsReport remote;
/external/chromium_org/tools/android/
H A Dadb_remote_setup.sh38 Configures adb on a remote machine to communicate with a device attached to the
43 REMOTE_HOST hostname of remote machine
44 REMOTE_ADB path to adb on the remote machine (you can omit this if adb is in
45 the remote host's path)
64 # Ensure local and remote versions of adb are the same.
69 echo "WARNING: local adb is not the same version as remote adb." >&2
72 echo " remote adb: $remote_adb_version" >&2
77 # Kill the adb server on the remote host.
83 # Forward various ports from the remote host to the local host:
/external/mtpd/
H A Dmtpd.h34 uint16_t remote; member in struct:sockaddr_pppopns
44 } local, remote; member in struct:sockaddr_pppolac
/external/chromium_org/mojo/apps/js/
H A Dmain.js30 netConnection.remote.createURLLoader(urlLoaderPipe.handle1);
39 var urlRequestPromise = urlLoaderConnection.remote.start(urlRequest);
/external/compiler-rt/test/builtins/Unit/
H A Dtest10 mkdir -p remote
43 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe
/external/ipsec-tools/src/racoon/
H A Disakmp_newg.c103 plog(LLV_ERROR, LOCATION, iph1->remote,
114 plog(LLV_ERROR, LOCATION, iph1->remote,
127 plog(LLV_ERROR, LOCATION, iph1->remote,
139 plog(LLV_ERROR, LOCATION, iph1->remote,
183 plog(LLV_ERROR, LOCATION, iph1->remote,
218 plog(LLV_INFO, LOCATION, iph1->remote,
H A Dremoteconf.c89 * search remote configuration.
94 * Other: remote configuration entry.
97 getrmconf_strict(remote, allow_anon)
98 struct sockaddr *remote;
111 * We never have ports set in our remote configurations, but when
114 * If we do this port check here, we don't find the remote config.
116 * In an ideal world, we would be able to have remote conf with
119 if (remote->sa_family != AF_UNSPEC &&
120 extract_port(remote) != IPSEC_PORT_ANY)
124 if (remote
[all...]
H A Dhandler.c140 * search for isakmpsa handler by source and remote address.
145 getph1byaddr(local, remote, established)
146 struct sockaddr *local, *remote;
153 plog(LLV_DEBUG2, LOCATION, NULL, "remote: %s\n", saddr2str(remote));
159 plog(LLV_DEBUG2, LOCATION, NULL, "p->remote: %s\n", saddr2str(p->remote));
166 && CMPSADDR(remote, p->remote) == 0){
178 getph1byaddrwop(local, remote)
[all...]
H A Disakmp.c212 struct sockaddr_storage remote; local
214 unsigned int remote_len = sizeof(remote);
222 MSG_PEEK, (struct sockaddr *)&remote, &remote_len,
236 0, (struct sockaddr *)&remote, &remote_len)) != 1) {
279 plog(LLV_ERROR, LOCATION, (struct sockaddr *)&remote,
284 0, (struct sockaddr *)&remote, &remote_len)) < 0) {
297 0, (struct sockaddr *)&remote, &remote_len)) < 0) {
312 0, (struct sockaddr *)&remote, &remote_len)) < 0) {
321 0, (struct sockaddr *)&remote, &remote_len,
343 plog(LLV_ERROR, LOCATION, (struct sockaddr *)&remote,
[all...]
/external/chromium_org/remoting/host/installer/linux/
H A DMakefile11 INSTALL_DIR = $(DESTDIR)/opt/google/chrome-remote-desktop
33 "$(INSTALL_DIR)/chrome-remote-desktop"
47 "$(INSTALL_DIR)/chrome-remote-desktop-host"
58 "$(INSTALL_DIR)/remote-assistance-host"
68 install $(BUILD_DIR)/remoting/installer/cron/chrome-remote-desktop \
69 "$(CRON_DIR)/chrome-remote-desktop"
/external/deqp/framework/platform/android/
H A DtcuAndroidExecService.cpp76 jobject remote = 0; local
100 remote = env->NewObject(m_remoteCls, ctorId, context, logFileName);
101 JNI_CHECK(remote);
106 // Acquire global reference to remote.
107 m_remote = env->NewGlobalRef(remote);
109 env->DeleteLocalRef(remote);
110 remote = 0;
125 if (remote)
126 env->DeleteLocalRef(remote);

Completed in 605 milliseconds

123456