Home
last modified time | relevance | path

Searched refs:remote (Results 1 – 25 of 464) sorted by relevance

12345678910>>...19

/external/lldb/tools/debugserver/source/
Ddebugserver.cpp77 RNBRunLoopGetStartModeFromRemote (RNBRemote* remote) in RNBRunLoopGetStartModeFromRemote() argument
81 if (remote) in RNBRunLoopGetStartModeFromRemote()
83 RNBContext& ctx = remote->Context(); in RNBRunLoopGetStartModeFromRemote()
105 err = remote->HandleReceivedPacket (&type); in RNBRunLoopGetStartModeFromRemote()
163 RNBRunLoopLaunchInferior (RNBRemote *remote, const char *stdin_path, const char *stdout_path, const… in RNBRunLoopLaunchInferior() argument
165 RNBContext& ctx = remote->Context(); in RNBRunLoopLaunchInferior()
251 if (remote->Comm().IsConnected()) in RNBRunLoopLaunchInferior()
266 err = remote->HandleReceivedPacket (&type); in RNBRunLoopLaunchInferior()
342 RNBRunLoopLaunchAttaching (RNBRemote *remote, nub_process_t attach_pid, nub_process_t& pid) in RNBRunLoopLaunchAttaching() argument
344 RNBContext& ctx = remote->Context(); in RNBRunLoopLaunchAttaching()
[all …]
Dlibdebugserver.cpp64 RNBRemote* remote = remoteSP.get(); in RNBRunLoopGetStartModeFromRemote() local
65 RNBContext& ctx = remote->Context(); in RNBRunLoopGetStartModeFromRemote()
80 err = remote->HandleReceivedPacket (&type); in RNBRunLoopGetStartModeFromRemote()
151 HandleProcessStateChange (RNBRemoteSP &remote, bool initialize) in HandleProcessStateChange() argument
153 RNBContext& ctx = remote->Context(); in HandleProcessStateChange()
188 remote->FlushSTDIO(); in HandleProcessStateChange()
198 remote->NotifyThatProcessStopped (); in HandleProcessStateChange()
213 remote->HandlePacket_last_signal(NULL); in HandleProcessStateChange()
228 RNBRunLoopInferiorExecuting (RNBRemoteSP &remote) in RNBRunLoopInferiorExecuting() argument
231 RNBContext& ctx = remote->Context(); in RNBRunLoopInferiorExecuting()
[all …]
/external/vogar/src/vogar/
DTarget.java37 public abstract void push(File local, File remote); in push() argument
38 public abstract void pull(File remote, File local); in pull() argument
40 public final Task pushTask(final File local, final File remote) { in pushTask() argument
41 return new Task("push " + remote) { in pushTask()
43 push(local, remote); in pushTask()
49 public final Task rmTask(final File remote) {
50 return new Task("rm " + remote) {
52 rm(remote);
DLocalTarget.java67 @Override public void push(File local, File remote) { in push() argument
68 if (remote.equals(local)) { in push()
72 if (remote.exists()) { in push()
75 new Command(run.log, "cp", "-r", local.toString(), remote.toString()).execute(); in push()
78 @Override public void pull(File remote, File local) { in pull() argument
79 new Command(run.log, "cp", remote.getPath(), local.getPath()).execute(); in pull()
/external/ipsec-tools/src/racoon/
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 …]
Dhandler.c145 getph1byaddr(local, remote, established) in getph1byaddr() argument
146 struct sockaddr *local, *remote; in getph1byaddr()
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) in getph1byaddrwop() argument
179 struct sockaddr *local, *remote; in getph1byaddrwop()
187 && cmpsaddrwop(remote, p->remote) == 0)
200 getph1bydstaddrwop(remote) in getph1bydstaddrwop() argument
201 struct sockaddr *remote; in getph1bydstaddrwop()
[all …]
Dremoteconf.c97 getrmconf_strict(remote, allow_anon) in getrmconf_strict() argument
98 struct sockaddr *remote; in getrmconf_strict()
119 if (remote->sa_family != AF_UNSPEC &&
120 extract_port(remote) != IPSEC_PORT_ANY)
124 if (remote->sa_family == AF_UNSPEC)
127 GETNAMEINFO(remote, addr, port);
135 if ((remote->sa_family == AF_UNSPEC
136 && remote->sa_family == p->remote->sa_family)
137 || (!withport && cmpsaddrwop(remote, p->remote) == 0)
138 || (withport && cmpsaddrstrict(remote, p->remote) == 0)) {
[all …]
Disakmp_inf.c272 plog(LLV_ERROR, LOCATION, iph1->remote,
304 plog(LLV_ERROR, LOCATION, iph1->remote,
310 plog(LLV_ERROR, LOCATION, iph1->remote,
377 plog(LLV_ERROR, LOCATION, iph1->remote,
382 plog(LLV_ERROR, LOCATION, iph1->remote,
387 plog(LLV_ERROR, LOCATION, iph1->remote,
394 plog(LLV_ERROR, LOCATION, iph1->remote,
406 plog(LLV_ERROR, LOCATION, iph1->remote,
412 plog(LLV_DEBUG, LOCATION, iph1->remote,
430 plog(LLV_ERROR, LOCATION, iph1->remote,
[all …]
Disakmp_ident.c141 isakmp_newcookie((caddr_t)&iph1->index, iph1->remote, iph1->local);
209 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
286 plog(LLV_ERROR, LOCATION, iph1->remote,
306 plog(LLV_ERROR, LOCATION, iph1->remote,
316 plog(LLV_INFO, LOCATION, iph1->remote,
323 plog(LLV_ERROR, LOCATION, iph1->remote,
391 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
400 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) {
509 plog(LLV_ERROR, LOCATION, iph1->remote,
531 plog(LLV_ERROR, LOCATION, iph1->remote,
[all …]
Disakmp_base.c139 isakmp_newcookie((caddr_t)&iph1->index, iph1->remote, iph1->local);
249 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
321 plog(LLV_ERROR, LOCATION, iph1->remote,
349 plog(LLV_ERROR, LOCATION, iph1->remote,
358 plog(LLV_ERROR, LOCATION, iph1->remote,
365 plog(LLV_ERROR, LOCATION, iph1->remote,
372 plog(LLV_INFO, LOCATION, iph1->remote,
379 plog(LLV_ERROR, LOCATION, iph1->remote,
531 if ((natd[0] = natt_hash_addr (iph1, iph1->remote)) == NULL) {
533 "NAT-D hashing failed for %s\n", saddr2str(iph1->remote));
[all …]
Disakmp_agg.c153 isakmp_newcookie((caddr_t)&iph1->index, iph1->remote, iph1->local);
288 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
384 plog(LLV_ERROR, LOCATION, iph1->remote,
466 plog(LLV_ERROR, LOCATION, iph1->remote,
476 plog(LLV_ERROR, LOCATION, iph1->remote,
483 plog(LLV_ERROR, LOCATION, iph1->remote,
490 plog(LLV_ERROR, LOCATION, iph1->remote,
506 plog(LLV_INFO, LOCATION, iph1->remote,
563 EVT_PUSH(iph1->local, iph1->remote,
716 if ((natd[0] = natt_hash_addr (iph1, iph1->remote)) == NULL) {
[all …]
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,
/external/llvm/utils/bugpoint/
DRemoteRunSafely.sh93 remote="./"$PROGRAM
97 'rm -f '$remote' ; ' \
98 'cat > '$remote' ; chmod +x '$remote' ; '$remote' '$*' ; ' \
99 'err=$? ; rm -f '$remote' ; exit $err'
/external/libvncserver/x11vnc/misc/
Drx11vnc52 remote=$1
53 if echo "$remote" | grep ':' > /dev/null; then
56 remote="$remote:0"
59 host=`echo "$remote" | awk -F: '{print $1}'`
60 disp=`echo "$remote" | awk -F: '{print $2}'`
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/resources/
Dprotorpc_services.py2 from protorpc import remote
10 class BonjourService(remote.Service):
11 @remote.method(BonjourRequest, BonjourResponse)
22 class CiaoService(remote.Service):
23 @remote.method(CiaoRequest, CiaoResponse)
/external/parameter-framework/remote-process/
DREADME.md1 # remote-process
3 `remote-process` is an executable used to communicate with an instance of the
15 remote-process may also be used to communicate with test-platform
21 remote-process <host> <port> <command>
25 You may also run a batch of commands by passing them on remote-process'
28 remote-process <host> <port> < file
DCMakeLists.txt29 add_executable(remote-process main.cpp)
31 # TODO: separate remote-processor's includes in half (public/private)
34 "${PROJECT_SOURCE_DIR}/remote-processor"
37 target_link_libraries(remote-process remote-processor pfw_utility)
39 install(TARGETS remote-process RUNTIME DESTINATION bin)
/external/libcxx/test/libcxx/test/
Dexecutor.py105 def delete_remote(self, remote): argument
107 self._execute_command_remote(['rm', '-rf', remote])
172 remote = self.host
173 remote = self.user_prefix + remote
174 cmd = [scp, '-p', src, remote + ':' + dst]
178 remote = self.user_prefix + self.host
179 ssh_cmd = [self.ssh_command, '-oBatchMode=yes', remote]
/external/openssh/
Dsftp.026 The third usage format allows sftp to start in a remote directory.
164 Specifies the port to connect to on the remote host.
187 the remote host. A path is useful for using sftp over protocol
188 version 1, or when the remote sshd(8) does not have an sftp
203 Change remote directory to path.
229 get [-afPpr] remote-path [local-path]
230 Retrieve the remote-path and store it on the local machine. If
232 it has on the remote machine. remote-path may contain glob(3)
239 any partial copy of the local file matches the remote copy. If
240 the remote file contents differ from the partial local copy then
[all …]
/external/lldb/examples/test/tmp/
Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt11 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc0997600, pid = 0) threa…
12 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc0997600, pid = 0) liste…
37 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc1882000, pid = 55289) G…
38 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc1882000, pid = 55289) g…
39 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc1882000, pid = 55289) t…
52 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc0bed200, pid = 55292) G…
53 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc0bed200, pid = 55292) g…
54 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc0bed200, pid = 55292) t…
Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt11 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc1883400, pid = 0) threa…
12 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc1883400, pid = 0) liste…
38 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc185e200, pid = 55239) g…
39 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc185e200, pid = 55239) t…
52 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc18f8600, pid = 55243) G…
53 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc18f8600, pid = 55243) g…
54 <lldb.process.gdb-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc18f8600, pid = 55243) t…
/external/mtpd/
Dpptp.c76 static uint16_t remote; variable
246 .remote = remote, in create_pppox()
311 remote = incoming.ocrp.call; in pptp_process()
312 log_print(DEBUG, "Received OCRQ (remote = %d)", remote); in pptp_process()
335 if (state == OCRP && incoming.ccrq.call == remote) { in pptp_process()
336 log_print(DEBUG, "Received CCRQ (remote = %d)", remote); in pptp_process()
343 if (state == OCRP && incoming.cdn.call == remote) { in pptp_process()
344 log_print(DEBUG, "Received CDN (remote = %d)", remote); in pptp_process()
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-inherit4 # 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/deqp/framework/platform/android/
DtcuAndroidExecService.cpp76 jobject remote = 0; in TestProcess() local
100 remote = env->NewObject(m_remoteCls, ctorId, context, logFileName); in TestProcess()
101 JNI_CHECK(remote); in TestProcess()
107 m_remote = env->NewGlobalRef(remote); in TestProcess()
109 env->DeleteLocalRef(remote); in TestProcess()
110 remote = 0; in TestProcess()
125 if (remote) in TestProcess()
126 env->DeleteLocalRef(remote); in TestProcess()
/external/vogar/src/vogar/android/
DAdbTarget.java78 @Override public void push(File local, File remote) { in push() argument
79 run.androidSdk.push(local, remote); in push()
82 @Override public void pull(File remote, File local) { in pull() argument
83 run.androidSdk.pull(remote, local); in pull()

12345678910>>...19