Searched refs:host (Results 251 - 275 of 1683) sorted by relevance

<<11121314151617181920>>

/external/autotest/server/site_tests/enterprise_RemoraRequisitionServer/
H A Denterprise_RemoraRequisitionServer.py14 def run_once(self, host=None):
15 self.client = host
/external/autotest/server/site_tests/telemetry_Benchmarks/
H A Dtelemetry_Benchmarks.py14 def run_once(self, host=None, benchmark=None, args={}):
17 @param host: hostname(ip address) to run the telemetry benchmark on.
25 telemetry = telemetry_runner.TelemetryRunner(host, local, **optional)
/external/autotest/server/site_tests/telemetry_GpuTests/
H A Dtelemetry_GpuTests.py16 def run_once(self, host=None, test=None, args={}):
19 @param host: host we are running telemetry on.
23 telemetry = telemetry_runner.TelemetryRunner(host, local)
/external/autotest/tko/
H A Ddb_mysql.py9 def connect(self, host, database, user, password, port):
11 'host': host,
/external/chromium-libpac/src/
H A Dproxy_resolver_js_bindings.cc37 // Handler for "dnsResolve(host)".
38 virtual bool DnsResolve(const std::string& host, argument
40 return DnsResolveImpl(host, first_ip_address);
43 // Handler for "dnsResolveEx(host)".
44 virtual bool DnsResolveEx(const std::string& host, argument
46 return DnsResolveExImpl(host, ip_address_list);
64 bool DnsResolveImpl(const std::string& host, argument
66 struct hostent* he = gethostbyname(host.c_str());
81 bool DnsResolveExImpl(const std::string& host, argument
83 struct hostent* he = gethostbyname(host
[all...]
/external/dng_sdk/source/
H A Ddng_info.h79 /// \param host DNG host used for progress updating, abort testing, buffer allocation, etc.
82 virtual void Parse (dng_host &host,
87 virtual void PostParse (dng_host &host);
98 virtual void ParseTag (dng_host &host,
114 virtual void ParseIFD (dng_host &host,
123 virtual bool ParseMakerNoteIFD (dng_host &host,
132 virtual void ParseMakerNote (dng_host &host,
140 virtual void ParseSonyPrivateData (dng_host &host,
146 virtual void ParseDNGPrivateData (dng_host &host,
[all...]
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/socket/
H A DStubSocketFactory.java25 * requested host address and port number.
48 public Socket createSocket(InetAddress host, int port) throws IOException { argument
49 this.requestedHost = host;
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/socket/
H A DStubSocketFactory.java27 * requested host address and port number.
50 public Socket createSocket(InetAddress host, int port) throws IOException { argument
51 this.requestedHost = host;
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/core/socket/
H A DStubSocketFactory.java27 * requested host address and port number.
50 public Socket createSocket(InetAddress host, int port) throws IOException { argument
51 this.requestedHost = host;
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/core/socket/
H A DStubSocketFactory.java27 * requested host address and port number.
50 public Socket createSocket(InetAddress host, int port) throws IOException { argument
51 this.requestedHost = host;
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/core/socket/
H A DStubSocketFactory.java27 * requested host address and port number.
50 public Socket createSocket(InetAddress host, int port) throws IOException { argument
51 this.requestedHost = host;
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/core/socket/
H A DStubSocketFactory.java27 * requested host address and port number.
50 public Socket createSocket(InetAddress host, int port) throws IOException { argument
51 this.requestedHost = host;
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/core/socket/
H A DStubSocketFactory.java27 * requested host address and port number.
50 public Socket createSocket(InetAddress host, int port) throws IOException { argument
51 this.requestedHost = host;
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/core/socket/
H A DStubSocketFactory.java27 * requested host address and port number.
50 public Socket createSocket(InetAddress host, int port) throws IOException { argument
51 this.requestedHost = host;
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/core/socket/
H A DStubSocketFactory.java27 * requested host address and port number.
50 public Socket createSocket(InetAddress host, int port) throws IOException { argument
51 this.requestedHost = host;
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/core/socket/
H A DStubSocketFactory.java25 * requested host address and port number.
48 public Socket createSocket(InetAddress host, int port) throws IOException { argument
49 this.requestedHost = host;
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/core/socket/
H A DStubSocketFactory.java25 * requested host address and port number.
48 public Socket createSocket(InetAddress host, int port) throws IOException { argument
49 this.requestedHost = host;
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/core/socket/
H A DStubSocketFactory.java27 * requested host address and port number.
50 public Socket createSocket(InetAddress host, int port) throws IOException { argument
51 this.requestedHost = host;
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/core/socket/
H A DStubSocketFactory.java25 * requested host address and port number.
48 public Socket createSocket(InetAddress host, int port) throws IOException { argument
49 this.requestedHost = host;
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/core/socket/
H A DStubSocketFactory.java25 * requested host address and port number.
48 public Socket createSocket(InetAddress host, int port) throws IOException { argument
49 this.requestedHost = host;
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/core/socket/
H A DStubSocketFactory.java25 * requested host address and port number.
48 public Socket createSocket(InetAddress host, int port) throws IOException { argument
49 this.requestedHost = host;
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/core/socket/
H A DStubSocketFactory.java25 * requested host address and port number.
48 public Socket createSocket(InetAddress host, int port) throws IOException { argument
49 this.requestedHost = host;
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/core/socket/
H A DStubSocketFactory.java25 * requested host address and port number.
48 public Socket createSocket(InetAddress host, int port) throws IOException { argument
49 this.requestedHost = host;
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/core/socket/
H A DStubSocketFactory.java25 * requested host address and port number.
48 public Socket createSocket(InetAddress host, int port) throws IOException { argument
49 this.requestedHost = host;
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/core/socket/
H A DStubSocketFactory.java25 * requested host address and port number.
48 public Socket createSocket(InetAddress host, int port) throws IOException { argument
49 this.requestedHost = host;

Completed in 607 milliseconds

<<11121314151617181920>>