HomeSort by relevance Sort by last modified time
    Searched refs:hostname (Results 176 - 200 of 523) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/skia/experimental/Networking/
SkSockets.h 179 SkTCPClient(const char* hostname, int port = DEFAULT_PORT);
  /external/chromium_org/third_party/webrtc/base/
openssladapter.h 34 virtual int StartSSL(const char* hostname, bool restartable);
asynchttprequest_unittest.cc 132 kServerHostnameAddr.hostname(), server().address().port(),
149 kServerHostnameAddr.hostname(), server().address().port(),
193 kServerHostnameAddr.hostname(), server().address().port(),
209 kServerHostnameAddr.hostname(), server().address().port(),
217 kServerHostnameAddr.hostname(), server().address().port(),
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
cros_interface.py 78 def __init__(self, hostname = None, ssh_identity = None):
79 self._hostname = hostname
99 # the control socket filename can be telemetry@hostname.
100 self._ssh_control_file = '/tmp/' + 'telemetry' + '@' + hostname
116 def hostname(self): member in class:CrOSInterface
  /external/kernel-headers/original/uapi/linux/
nfs_mount.h 40 char hostname[NFS_MAXNAMLEN + 1]; /* 1 */ member in struct:nfs_mount_data
  /external/lldb/test/pexpect-2.4/examples/
bd_serv.py 7 --hostname : sets the remote host name to open an ssh connection to.
140 optlist, args = getopt.getopt(sys.argv[1:], 'h?d', ['help','h','?', 'hostname=', 'username=', 'password=', 'port=', 'watch'])
151 hostname = "127.0.0.1"
162 if '--hostname' in options:
163 hostname = options['--hostname']
168 print "Login for %s@%s:%s" % (username, hostname, port)
183 child.login (hostname, username, password)
289 username:password@hostname:port. All fields are options expcet hostname.
    [all...]
  /external/skia/experimental/Networking/
SkSockets.h 179 SkTCPClient(const char* hostname, int port = DEFAULT_PORT);
  /frameworks/base/core/java/android/net/
Proxy.java 81 // Hostname / IP REGEX validation
108 * user did not set a hostname it returns the default host.
239 * Validate syntax of hostname, port and exclusion list entries
242 public static int validate(String hostname, String port, String exclList) {
243 Matcher match = HOSTNAME_PATTERN.matcher(hostname);
250 if (hostname.length() > 0 && port.length() == 0) return PROXY_PORT_EMPTY;
253 if (hostname.length() == 0) return PROXY_HOSTNAME_EMPTY;
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
nfs_mount.h 46 char hostname[NFS_MAXNAMLEN + 1]; member in struct:nfs_mount_data
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
nfs_mount.h 46 char hostname[NFS_MAXNAMLEN + 1]; member in struct:nfs_mount_data
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
nfs_mount.h 46 char hostname[NFS_MAXNAMLEN + 1]; member in struct:nfs_mount_data
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
nfs_mount.h 46 char hostname[NFS_MAXNAMLEN + 1]; member in struct:nfs_mount_data
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
nfs_mount.h 46 char hostname[NFS_MAXNAMLEN + 1]; member in struct:nfs_mount_data
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
nfs_mount.h 46 char hostname[NFS_MAXNAMLEN + 1]; member in struct:nfs_mount_data
  /external/fio/
client.c 139 free(client->hostname);
159 dprint(FD_NET, "client: removed <%s>\n", client->hostname);
219 const char *hostname, int type,
233 client->hostname = strdup(hostname);
241 if (fio_server_parse_host(hostname, ipv6,
258 dprint(FD_NET, "client: added <%s>\n", client->hostname);
270 dprint(FD_NET, "client <%s>: add ini %s\n", client->hostname, ini_file);
278 int fio_client_add(struct client_ops *ops, const char *hostname, void **cookie)
305 if (fio_server_parse_string(hostname, &client->hostname
    [all...]
  /external/chromium_org/components/component_updater/test/
url_request_post_interceptor.cc 143 const std::string& hostname,
145 : scheme_(scheme), hostname_(hostname), io_task_runner_(io_task_runner) {}
240 const std::string& hostname,
243 hostname_(hostname),
246 hostname,
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/
__init__.py 26 """Raised when a certificate is provided with an invalid hostname."""
32 host: The hostname the connection was made to.
116 def _validate_certificate_hostname(self, cert, hostname):
117 """Validates that a given hostname is valid for an SSL certificate.
121 hostname: The hostname to test.
123 bool: Whether or not the hostname is valid for this certificate.
127 # Convert the glob-style hostname expression (eg, '*.google.com') into a
130 if re.search('^%s$' % (host_re,), hostname, re.I):
155 hostname = self.host.split(':', 0)[0
    [all...]
  /external/chromium_org/net/quic/crypto/
proof_verifier_chromium.cc 54 QuicAsyncStatus VerifyProof(const std::string& hostname,
86 // |hostname| specifies the hostname for which |certs| is a valid chain.
116 const string& hostname,
169 hostname_ = hostname;
353 const std::string& hostname,
371 QuicAsyncStatus status = job->VerifyProof(hostname, server_config, certs,
  /external/libxml2/
nanohttp.c 133 char *hostname; /* the host name */ member in struct:xmlNanoHTTPCtxt
288 if (ctxt->hostname != NULL) {
289 xmlFree(ctxt->hostname);
290 ctxt->hostname = NULL;
316 ctxt->hostname = (char *) xmlCharStrndup(uri->server + 1, len -2);
318 ctxt->hostname = xmlMemStrdup(uri->server);
320 ctxt->hostname = xmlMemStrdup(uri->server);
419 if (ctxt->hostname != NULL) xmlFree(ctxt->hostname);
795 xmlStrcat(tmp_http, (const xmlChar *) ctxt->hostname);
    [all...]
  /external/chromium_org/chrome/browser/
process_singleton_posix.cc 22 // The destination is a string containing the hostname and process id of
27 // If writing to the socket fails, the hostname in the lock is checked to see if
29 // etc.) If the hostname differs an error is displayed and the second process
284 // Extract the hostname and pid from the lock symlink.
287 std::string* hostname,
298 *hostname = "";
303 *hostname = real_path.substr(0, pos);
314 const std::string& hostname,
319 base::ASCIIToUTF16(hostname));
787 std::string hostname; local
1050 std::string hostname; local
    [all...]
  /system/netd/server/
MDnsSdListener.cpp 271 const char *interfaceName, uint32_t protocol, const char *hostname) {
272 if (VDBG) ALOGD("getAddrInfo(%d, %s %d, %s)", requestId, interfaceName, protocol, hostname);
284 hostname, &MDnsSdListenerGetAddrInfoCallback, context);
300 uint32_t /* interface */, DNSServiceErrorType errorCode, const char *hostname,
314 char *quotedHostname = SocketClient::quoteArg(hostname);
331 const char *hostname) {
332 if (VDBG) ALOGD("setHostname(%d, %s)", requestId, hostname);
342 DNSServiceErrorType result = DNSSetHostname(ref, nativeFlags, hostname,
358 DNSServiceErrorType errorCode, const char *hostname, void *inContext) {
367 char *quotedHostname = SocketClient::quoteArg(hostname);
489 char *hostname = argv[3]; local
500 char *hostname = argv[3]; local
    [all...]
  /external/chromium_org/url/third_party/mozilla/
url_parse.cc 95 Component* hostname,
99 hostname->reset();
126 // Found a port number: <hostname>:<port>
127 *hostname = MakeRange(serverinfo.begin, colon);
128 if (hostname->len == 0)
129 hostname->reset();
132 // No port: <hostname>
133 *hostname = serverinfo;
147 Component* hostname,
153 hostname->reset()
    [all...]
  /external/chromium_org/third_party/libxml/src/
nanohttp.c 138 char *hostname; /* the host name */ member in struct:xmlNanoHTTPCtxt
291 if (ctxt->hostname != NULL) {
292 xmlFree(ctxt->hostname);
293 ctxt->hostname = NULL;
315 ctxt->hostname = xmlMemStrdup(uri->server);
414 if (ctxt->hostname != NULL) xmlFree(ctxt->hostname);
790 xmlStrcat(tmp_http, (const xmlChar *) ctxt->hostname);
    [all...]
  /external/dnsmasq/src/
rfc2131.c 104 char *hostname,
133 char *hostname = NULL, *offer_hostname = NULL, *client_hostname = NULL, *domain = NULL; local
390 hostname = config->hostname;
480 if (hostname)
481 lease_set_hostname(lease, hostname, 1);
489 do_options(context, mess, end, NULL, hostname, get_domain(mess->yiaddr),
562 hostname = config->hostname;
565 /* be careful not to send an OFFER with a hostname not matching the DISCOVER. *
    [all...]
  /external/chromium_org/net/socket/
socks_client_socket_unittest.cc 36 const std::string& hostname, int port,
66 const std::string& hostname,
87 HostResolver::RequestInfo(HostPortPair(hostname, port)),
353 // Tries to connect to an unknown hostname. Should fail rather than
356 const char hostname[] = "unresolved.ipv4.address"; local
358 host_resolver_->rules()->AddSimulatedFailure(hostname);
365 hostname, 80,

Completed in 985 milliseconds

1 2 3 4 5 6 78 91011>>