HomeSort by relevance Sort by last modified time
    Searched defs:host (Results 126 - 150 of 1129) sorted by null

1 2 3 4 56 7 8 91011>>

  /cts/hostsidetests/multiuser/src/android/host/multiuser/
CreateUsersNoAppCrashesTest.java 17 package android.host.multiuser;
  /cts/tests/tests/net/src/android/net/cts/
SSLCertificateSocketFactoryTest.java 56 String host = "www.google.com"; local
77 mFactory.createSocket(socket, host, port, true);
83 socket = mFactory.createSocket(host, port);
92 // a host and port that are expected to be available but have
  /developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/
FileTransferService.java 49 String host = intent.getExtras().getString(EXTRAS_GROUP_OWNER_ADDRESS); local
56 socket.connect((new InetSocketAddress(host, port)), SOCKET_TIMEOUT);
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
FileTransferService.java 49 String host = intent.getExtras().getString(EXTRAS_GROUP_OWNER_ADDRESS); local
56 socket.connect((new InetSocketAddress(host, port)), SOCKET_TIMEOUT);
  /device/google/cuttlefish_common/common/frontend/socket_forward_proxy/
main.cpp 36 #include "host/libs/config/cuttlefish_config.h"
37 #include "host/libs/adb_connection_maintainer/adb_connection_maintainer.h"
49 "the host.");
195 [[noreturn]] void host(SocketForwardRegionView* shm, function in namespace:__anon1972
253 // makes sure we're running as root on the guest, no-op on the host
272 host(shm, ParsePortsList(FLAGS_guest_ports, FLAGS_host_ports));
  /external/apache-http/src/org/apache/http/auth/
AuthScope.java 38 * The class represents an authentication scope consisting of a host name,
55 * The <tt>null</tt> value represents any host. In the future versions of
76 * Default scope matching any host, port, realm and authentication scheme.
88 /** The host the credentials apply to. */
89 private final String host; field in class:AuthScope
95 * <tt>host</tt>, <tt>port</tt>, <tt>realm</tt>, and
98 * @param host the host the credentials apply to. May be set
100 * any host.
111 public AuthScope(final String host, int port,
    [all...]
  /external/autotest/cli/
host.py 4 The host module contains the objects and method used to
5 manage a host in Autotest.
8 create: adds host(s)
9 delete: deletes host(s)
10 list: lists host(s)
11 stat: displays host(s) information
12 mod: modifies host(s)
13 jobs: lists all jobs that ran on host(s)
33 class host(topic_common.atest): class in inherits:topic_common.atest
34 """Host clas
    [all...]
  /external/autotest/client/cros/netprotos/
zeroconf.py 54 """Implements a simulated Zeroconf daemon running on the given host.
57 a host exposing services or consuming services over mDNS.
59 def __init__(self, host, hostname, domain='local'):
60 """Initializes the ZeroconfDameon running on the given host.
62 For the purposes of the Zeroconf implementation, a host must have a
64 by default advertise the host address it is running on, which is
67 @param host: The Host instance where this daemon runs on.
70 self._host = host
85 # Register the host address locally
102 def host(self): member in class:ZeroconfDaemon
    [all...]
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
SSLSocketFactoryTest.java 85 InetAddress host = sa.getAddress(); local
87 Socket s = new Socket(host, port);
  /external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/
FakeSSLSession.java 27 final String host; field in class:FakeSSLSession
29 public FakeSSLSession(String host) {
30 this.host = host;
50 return host.getBytes(UTF_8);
85 return host;
  /external/curl/lib/
http_proxy.c 108 /* for the secondary socket (FTP), use the "connect to host"
117 hostname = conn->host.name;
236 char *host = NULL; local
245 if(hostname != conn->host.name)
247 hostheader = /* host:port with IPv6 support */
255 if(!Curl_checkProxyheaders(conn, "Host:")) {
256 host = aprintf("Host: %s\r\n", hostheader);
257 if(!host) {
273 "%s" /* Host: *
    [all...]
krb5.c 150 const char *host = conn->host.name; local
158 const char *srv_host = "host";
182 /* this loop will execute twice (once for service, once for host) */
197 stringp = aprintf("%s@%s", service, host);
209 Curl_failf(data, "Error importing service name %s@%s", service, host);
  /external/dng_sdk/source/
dng_validate.cpp 99 dng_host host; local
101 host.SetPreferredSize (gPreferredSize);
102 host.SetMinimumSize (gMinimumSize );
103 host.SetMaximumSize (gMaximumSize );
105 host.ValidateSizes ();
107 if (host.MinimumSize ())
110 host.SetForPreview (true);
119 host.SetSaveDNGVersion (dngVersion_SaveDefault);
121 host.SetSaveLinearDNG (false);
123 host.SetKeepOriginalFile (false)
    [all...]
  /external/guava/guava/src/com/google/common/net/
HostAndPort.java 34 * An immutable representation of a host and port.
59 * host field (if desired) is the caller's responsibility.
72 private final String host; field in class:HostAndPort
77 /** True if the parsed host has colons, but no surrounding brackets. */
80 private HostAndPort(String host, int port, boolean hasBracketlessColons) {
81 this.host = host;
94 return host;
122 * Build a HostAndPort instance from separate host and port values.
127 * @param host the host string to parse. Must not contain a port number
169 String host; local
223 String host = hostPortString.substring(1, closeBracketIndex); local
    [all...]
  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 400 char host[NI_MAXHOST]; local
406 if (getnameinfo(sa, (socklen_t)sysdep_sa_len(sa), host, sizeof(host),
411 snprintf(buf, len, "%s[%s]", host, serv);
413 snprintf(buf, len, "%s", host);
  /external/jcommander/src/test/java/com/beust/jcommander/args/
CommandLineArgs.java 111 @Parameter(names = "-host", description = "The host")
112 public String host; field in class:CommandLineArgs
114 @Parameter(names = "-master", description ="Host where the master is")
117 @Parameter(names = "-slave", description ="Host where the slave is")
  /external/libcups/cups/
http-addr.c 284 int /* O - 1 if local host, 0 otherwise */
316 char * /* O - Host name */
319 char *name, /* I - Host name buffer */
401 struct hostent *host; /* Host from name service */ local
406 host = gethostbyaddr((char *)&(addr->ipv6.sin6_addr),
410 host = gethostbyaddr((char *)&(addr->ipv4.sin_addr),
413 if (host == NULL)
425 strlcpy(name, host->h_name, (size_t)namelen);
677 struct hostent * /* O - Host entry *
    [all...]
tlscheck.c 51 host[256], /* Hostname */ local
122 httpSeparateURI(HTTP_URI_CODING_ALL, argv[i], scheme, sizeof(scheme), userpass, sizeof(userpass), host, sizeof(host), &port, resource, sizeof(resource));
123 server = host;
699 httpAssembleURI(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipps", NULL, host, port, resource);
  /external/ltp/testcases/kernel/fs/doio/
write_log.c 407 char *file, *host, *pattern; local
432 host = file + wrecd->w_pathlen;
433 pattern = host + wrecd->w_hostlen;
439 memcpy(host, wrec->w_host, wrecd->w_hostlen);
454 char *file, *host, *pattern; local
476 host = buf + sizeof(struct wlog_rec_disk) + wrec->w_pathlen;
477 memcpy(wrec->w_host, host, wrec->w_hostlen);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
PortCommandHandlerTest.java 41 private static final InetAddress HOST = inetAddress("192.22.250.44");
52 session.setClientDataHost(HOST);
61 PortCommandHandler.HOST_KEY, HOST,
77 InetAddress host = PortCommandHandler.parseHost(PARAMETERS); local
78 assertEquals("InetAddress", HOST, host);
  /external/nist-sip/java/gov/nist/core/
HostNameParser.java 43 * Parser for host names.
163 lexer.getBuffer() + ": Illegal Host name ",
171 public Host host() throws ParseException { method in class:HostNameParser
173 dbg_enter("host");
201 lexer.getBuffer() + ": Missing host name",
204 return new Host(hostname);
207 dbg_leave("host");
218 * @return true if the host part of <tt>uriHeader</tt> could be an IPv6
223 // approximately detect the end the host part
240 String host = uriHeader.substring(0, hostEnd); local
265 Host host = this.host(); local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
DefaultRouter.java 119 // The outbound proxy is optional. If specified it should be host:port/transport.
123 "Invalid default route specification - need host:port/transport");
132 * a host, the host and port information are extracted from it and made the
310 String host = sipUri.getMAddrParam() != null ? sipUri.getMAddrParam() local
314 .resolveAddress(new HopImpl(host, port, transport));
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
IntentFilterData.java 89 public void addAuthority(String host, String port) {
90 if (host != null) {
91 authorities.add(new DataAuthority(host, port));
96 private String host; field in class:IntentFilterData.DataAuthority
99 public DataAuthority(String host, String port) {
100 this.host = host;
105 return host;
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowTabHostTest.java 199 TabHost host = new TabHost(activity); local
200 assertThat(host.getTabWidget()).isInstanceOf(TabWidget.class);
  /external/tensorflow/tensorflow/core/kernels/
immutable_constant_op_test.cc 66 StringPiece scheme, host, path; variable
67 io::ParseURI(fname, &scheme, &host, &path);

Completed in 362 milliseconds

1 2 3 4 56 7 8 91011>>