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

1 2 3

  /external/autotest/server/hosts/
remote_unittest.py 11 host = remote.RemoteHost("myhost")
__init__.py 13 from remote import RemoteHost
bootloader_unittest.py 25 # useful for building disposable RemoteHost mocks
26 return self.god.create_mock_class(hosts.RemoteHost, "host")
remote.py 9 class RemoteHost(base_classes.Host):
35 super(RemoteHost, self)._initialize(*args, **dargs)
47 super(RemoteHost, self).close()
215 super(RemoteHost, self).reboot_followup(*args, **dargs)
226 super(RemoteHost, self).wait_for_restart(timeout=timeout, **dargs)
231 super(RemoteHost, self).cleanup()
base_classes.py 11 RemoteHost: a remote machine on which you can run programs
  /frameworks/av/include/media/stagefright/foundation/
ANetworkSession.h 53 const char *remoteHost,
59 int32_t sessionID, const char *remoteHost, unsigned remotePort);
69 const char *remoteHost,
120 const char *remoteHost,
  /external/autotest/server/samples/
autoserv_console.srv 2 # control file. If you pass "-m hostname", a RemoteHost will be available under
kvm.srv 4 print "XXXX creating RemoteHost object"
parallel_kvm.srv 5 print "XXXX creating RemoteHost object"
kvm_from_git.srv 2 print "XXXX creating RemoteHost object"
netperf-guest-to-host-far.srv 20 print "XXXX creating RemoteHost objects"
  /external/curl/tests/data/
test258 64 -x http://%HOSTIP:%HTTPPORT http://remotehost:54321/we/want/258 -F name=daniel -F tool=curl -F file=@log/test258.txt -H "Expect:" -U uuuser:pppassword --proxy-anyauth
80 POST http://remotehost:54321/we/want/258 HTTP/1.1
81 Host: remotehost:54321
104 POST http://remotehost:54321/we/want/258 HTTP/1.1
105 Host: remotehost:54321
test259 62 -x http://%HOSTIP:%HTTPPORT http://remotehost:54321/we/want/259 -F name=daniel -F tool=curl -F file=@log/test259.txt -U uuuser:pppassword --proxy-anyauth
78 POST http://remotehost:54321/we/want/259 HTTP/1.1
79 Host: remotehost:54321
103 POST http://remotehost:54321/we/want/259 HTTP/1.1
104 Host: remotehost:54321
  /external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/
AgentTaskTest.xml 22 output="file" address="remotehost" port="1234"
35 <au:assertPropertyContains name="jacocoagent" value="address=remotehost"/>
  /external/autotest/client/common_lib/
global_config_unittest.py 46 value_1: moblab@remotehost
54 value_1: somebody@remotehost
141 self.assertEquals(val, "somebody@remotehost")
157 self.assertEquals(val, "somebody@remotehost")
  /external/autotest/server/
crashcollect.py 71 @param host: A RemoteHost instance to wait on
96 @param host: The RemoteHost object that crashinfo will be collected from
119 @param host: The RemoteHost to collect logs from
148 @param host: The RemoteHost to collect from
168 @param host: The RemoteHost to collect from
191 @param host: The RemoteHost to collect from
source_kernel_unittest.py 12 self.host = self.god.create_mock_class(hosts.RemoteHost, "host")
deb_kernel_unittest.py 15 self.host = self.god.create_mock_class(hosts.RemoteHost, "host")
rpm_kernel_unittest.py 24 host = self.god.create_mock_class(hosts.RemoteHost, "host")
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
AgentOptionsTest.java 82 properties.put("address", "remotehost");
98 assertEquals("remotehost", options.getAddress());
302 AgentOptions options = new AgentOptions("address=remotehost");
303 assertEquals("remotehost", options.getAddress());
309 options.setAddress("remotehost");
310 assertEquals("remotehost", options.getAddress());
  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp 875 NULL /* remoteHost */,
888 const char *remoteHost,
896 remoteHost,
909 NULL /* remoteHost */,
917 const char *remoteHost,
925 remoteHost,
966 const char *remoteHost,
1044 struct hostent *ent= gethostbyname(remoteHost);
1087 if (remoteHost != NULL) {
1093 struct hostent *ent= gethostbyname(remoteHost);
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/
MediaSender.h 63 const char *remoteHost,
MediaSender.cpp 90 const char *remoteHost,
130 remoteHost,
181 remoteHost,
  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.h 47 const char *remoteHost,
RTPSender.cpp 77 const char *remoteHost,
117 remoteHost,
125 remoteHost,
142 remoteHost,
150 remoteHost,

Completed in 2420 milliseconds

1 2 3