Home
last modified time | relevance | path

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

12345678910>>...32

/external/python/cpython2/Demo/pdist/
Dcmptree.py31 remote = FSProxy.FSProxyClient(address, verbose)
32 compare(local, remote, mode)
33 remote._close()
50 def compare(local, remote, mode): argument
53 sums_id = remote._send('sumlist')
54 subdirs_id = remote._send('listsubdirs')
55 remote._flush()
61 sums = remote._recv(sums_id)
69 recvfile(local, remote, name)
74 rmtime = remote.mtime(name)
[all …]
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dgce_adb_wrapper.py47 def Push(self, local, remote, **kwargs): argument
56 self.Shell('mkdir -p %s' % cmd_helper.SingleQuote(remote))
61 self._PushObject(os.path.join(local, f), os.path.join(remote, f))
63 cmd_helper.SingleQuote(os.path.join(remote, f)))
65 parent_dir = remote[0:remote.rfind('/')]
68 self._PushObject(local, remote)
69 self.Shell('chmod 777 %s' % cmd_helper.SingleQuote(remote))
71 def _PushObject(self, local, remote): argument
84 'root@%s:%s' % (self._instance_ip, remote)
93 def Pull(self, remote, local, **kwargs): argument
[all …]
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
Dgce_adb_wrapper.py45 def Push(self, local, remote, **kwargs): argument
54 self.Shell('mkdir -p %s' % cmd_helper.SingleQuote(remote))
59 self._PushObject(os.path.join(local, f), os.path.join(remote, f))
61 cmd_helper.SingleQuote(os.path.join(remote, f)))
63 parent_dir = remote[0:remote.rfind('/')]
66 self._PushObject(local, remote)
67 self.Shell('chmod 777 %s' % cmd_helper.SingleQuote(remote))
69 def _PushObject(self, local, remote): argument
82 'root@%s:%s' % (self._instance_ip, remote)
91 def Pull(self, remote, local, **kwargs): argument
[all …]
/external/ipsec-tools/src/racoon/
Disakmp.c216 struct sockaddr_storage remote; local
218 unsigned int remote_len = sizeof(remote);
226 MSG_PEEK, (struct sockaddr *)&remote, &remote_len,
240 0, (struct sockaddr *)&remote, &remote_len)) != 1) {
283 plog(LLV_ERROR, LOCATION, (struct sockaddr *)&remote,
288 0, (struct sockaddr *)&remote, &remote_len)) < 0) {
301 0, (struct sockaddr *)&remote, &remote_len)) < 0) {
316 0, (struct sockaddr *)&remote, &remote_len)) < 0) {
325 0, (struct sockaddr *)&remote, &remote_len,
347 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 …]
/external/webrtc/webrtc/base/
Dsocketpool.cc42 const SocketAddress& remote, int* err) { in RequestConnectedStream() argument
43 LOG_F(LS_VERBOSE) << "(" << remote << ")"; in RequestConnectedStream()
46 if (remote == it->first) { in RequestConnectedStream()
57 if (StreamInterface* stream = pool_->RequestConnectedStream(remote, err)) { in RequestConnectedStream()
59 active_.push_front(ConnectedStream(remote, stream)); in RequestConnectedStream()
120 NewSocketPool::RequestConnectedStream(const SocketAddress& remote, int* err) { in RequestConnectedStream() argument
122 factory_->CreateAsyncSocket(remote.family(), SOCK_STREAM); in RequestConnectedStream()
128 if ((socket->Connect(remote) != 0) && !socket->IsBlocking()) { in RequestConnectedStream()
158 ReuseSocketPool::RequestConnectedStream(const SocketAddress& remote, int* err) { in RequestConnectedStream() argument
163 int family = remote.family(); in RequestConnectedStream()
[all …]
/external/toolchain-utils/
Dremote_test.py41 if options.remote is None:
50 machine=options.remote)
58 dest_machine=options.remote,
63 dest_machine=options.remote,
69 dest_machine=options.remote,
75 dest_machine=options.remote,
83 src_machine=options.remote,
89 src_machine=options.remote,
92 board = ce.CrosLearnBoard(options.chromeos_root, options.remote)
Dimage_chromeos.py39 def CheckForCrosFlash(chromeos_root, remote, log_level): argument
46 machine=remote)
48 ret == 255, 'Failed ssh to %s (for checking cherrypy)' % remote)
51 'cros flash cannot work.'.format(remote))
105 if options.remote is None:
111 board = cmd_executer.CrosLearnBoard(options.chromeos_root, options.remote)
138 list(options.remote.split()), options.chromeos_root)
153 machine=options.remote)
185 machine=options.remote)
203 CheckForCrosFlash(options.chromeos_root, options.remote, log_level)
[all …]
/external/parameter-framework/
DLibRemoteProcessor.mk38 upstream/remote-processor/RequestMessage.cpp \
39 upstream/remote-processor/Message.cpp \
40 upstream/remote-processor/AnswerMessage.cpp \
41 upstream/remote-processor/RemoteProcessorServer.cpp \
42 upstream/remote-processor/BackgroundRemoteProcessorServer.cpp
45 $(LOCAL_PATH)/upstream/remote-processor/ \
46 $(LOCAL_PATH)/support/android/remote-processor/
/external/toolchain-utils/crosperf/
Dschedv2_unittest.py89 self.assertIn('chromeos-daisy1.cros', self.exp.remote)
90 self.assertIn('chromeos-daisy2.cros', self.exp.remote)
91 self.assertIn('chromeos-daisy3.cros', self.exp.remote)
92 self.assertIn('chromeos-daisy4.cros', self.exp.remote)
93 self.assertIn('chromeos-daisy5.cros', self.exp.remote)
105 self.assertIn('chromeos-daisy1.cros', self.exp.remote)
106 self.assertIn('chromeos-daisy2.cros', self.exp.remote)
107 self.assertNotIn('chromeos-daisy3.cros', self.exp.remote)
108 self.assertIn('chromeos-daisy4.cros', self.exp.remote)
109 self.assertNotIn('chromeos-daisy5.cros', self.exp.remote)
[all …]
Dexperiment.py27 def __init__(self, name, remote, working_directory, chromeos_root, argument
33 self.remote = remote
57 if not remote:
82 for machine in self.remote:
87 self.remote = [m.name for m in self.machine_manager.GetAllMachines()]
88 if not self.remote:
94 label.remote = [r for r in label.remote if r in self.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/swiftshader/third_party/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/autotest/site_utils/
Dtest_runner_utils_unittest.py74 remote = 'etomer'
121 '-m', remote, '--no_console_prefix', '-l', 'gilbert',
134 '-m', remote, '--no_console_prefix', '-l', 'sullivan',
147 job1, remote, autotest_path,results_dir, fast_mode, id_digits,
152 job2, remote, autotest_path, results_dir, fast_mode, id_digits,
166 remote = 'remoat'
193 afe, test_arg=test_arg, remote=remote, build=build,
197 ).AndReturn(fake_suite(suite_control_files, [remote]))
202 test_runner_utils._auto_detect_labels(afe, remote)
206 'cros-version:' + build, remote, autotest_path,
[all …]
/external/testng/src/test/java/test/remote/
DRemoteTest.java1 package test.remote;
6 import org.testng.remote.RemoteTestNG;
7 import org.testng.remote.strprotocol.IMessage;
8 import org.testng.remote.strprotocol.IMessageSender;
9 import org.testng.remote.strprotocol.MessageHub;
10 import org.testng.remote.strprotocol.SerializedMessageSender;
11 import org.testng.remote.strprotocol.StringMessageSender;
/external/vogar/src/vogar/
DTarget.java41 public abstract void push(File local, File remote); in push() argument
42 public abstract void pull(File remote, File local); in pull() argument
44 public final Task pushTask(final File local, final File remote) { in pushTask() argument
45 return new Task("push " + remote) { in pushTask()
47 push(local, remote); in pushTask()
53 public final Task rmTask(final File remote) {
54 return new Task("rm " + remote) {
56 rm(remote);
DLocalTarget.java82 @Override public void push(File local, File remote) { in push() argument
83 if (remote.equals(local)) { in push()
87 if (remote.exists()) { in push()
90 new Command(log, "cp", "-r", local.toString(), remote.toString()).execute(); in push()
93 @Override public void pull(File remote, File local) { in pull() argument
94 new Command(log, "cp", remote.getPath(), local.getPath()).execute(); in pull()
/external/curl/tests/data/
Dtest142136 --proxy http://%HOSTIP:%HTTPPORT http://test.remote.haxx.se.1421:8990/ http://different.remote.haxx…
59 GET http://test.remote.haxx.se.1421:8990/ HTTP/1.1
60 Host: test.remote.haxx.se.1421:8990
64 GET http://different.remote.haxx.se.1421:8990/ HTTP/1.1
65 Host: different.remote.haxx.se.1421:8990
Dtest124141 …STIP:%HTTPPORT http://test.remote.haxx.se.1241:8990/../../hej/but/who/../1241?stupid=me/../1241#so…
52 GET http://test.remote.haxx.se.1241:8990/../../hej/but/who/../1241?stupid=me/../1241 HTTP/1.1
53 Host: test.remote.haxx.se.1241:8990
57 GET http://test.remote.haxx.se.1241:8990/../../hej/but/who/../12410001 HTTP/1.1
58 Host: test.remote.haxx.se.1241:8990
Dtest123242 …STIP:%HTTPPORT http://test.remote.haxx.se.1232:8990/../../hej/but/who/../1232?stupid=me/../1232#so…
53 GET http://test.remote.haxx.se.1232:8990/hej/but/1232?stupid=me/../1232 HTTP/1.1
54 Host: test.remote.haxx.se.1232:8990
58 GET http://test.remote.haxx.se.1232:8990/hej/but/12320001 HTTP/1.1
59 Host: test.remote.haxx.se.1232:8990
/external/testng/src/main/java/org/testng/xml/
DResultXMLParser.java4 import org.testng.remote.strprotocol.GenericMessage;
5 import org.testng.remote.strprotocol.IRemoteSuiteListener;
6 import org.testng.remote.strprotocol.IRemoteTestListener;
7 import org.testng.remote.strprotocol.SuiteMessage;
8 import org.testng.remote.strprotocol.TestMessage;
9 import org.testng.remote.strprotocol.TestResultMessage;
/external/parameter-framework/upstream/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
/external/libmojo/mojo/public/cpp/bindings/
Dassociated_group.h52 ScopedInterfaceEndpointHandle remote; in CreateAssociatedInterface() local
53 CreateEndpointHandlePair(&local, &remote); in CreateAssociatedInterface()
55 if (!local.is_valid() || !remote.is_valid()) { in CreateAssociatedInterface()
62 ptr_info->set_handle(std::move(remote)); in CreateAssociatedInterface()
74 request->Bind(std::move(remote)); in CreateAssociatedInterface()

12345678910>>...32