HomeSort by relevance Sort by last modified time
    Searched full:hostname (Results 376 - 400 of 1501) sorted by null

<<11121314151617181920>>

  /external/chromium_org/native_client_sdk/src/examples/api/socket/
socket.cc 170 std::string hostname = host; local
173 hostname = host.substr(0, pos);
180 resolver_.Resolve(hostname.c_str(), port, hint, callback);
  /external/chromium_org/net/dns/
mapped_host_resolver_unittest.cc 26 // Create a mock host resolver, with specific hostname to IP mappings.
102 // Create a mock host resolver, with specific hostname to IP mappings.
149 // Create a mock host resolver, with specific hostname to IP mappings.
mock_host_resolver.h 43 // replace the given hostname. So, the following is also supported:
48 // re-map one hostname to another as well.
169 // Any hostname matching the given pattern will be replaced with the given
  /external/chromium_org/net/quic/
quic_client_session.h 175 // Returns true if |hostname| may be pooled onto this session. If this
176 // is a secure QUIC session, then |hostname| must match the certificate
178 bool CanPool(const std::string& hostname) const;
  /external/smack/src/org/jivesoftware/smack/util/
DNSUtil.java 81 * @return List of HostAddress, which encompasses the hostname and port that the
102 * @return List of HostAddress, which encompasses the hostname and port that the
139 // Step two: Add the hostname to the end of the list
  /frameworks/base/core/java/android/net/http/
CertificateChainValidator.java 60 * The singleton instance of the hostname verifier.
143 * @param domain The full website hostname and domain
206 * @param domain The full website hostname and domain
  /bionic/libc/include/
netdb.h 119 char *ai_canonname; /* canonical name for hostname */
140 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */
146 #define EAI_NODATA 7 /* no address associated with hostname */
147 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */
  /bionic/libc/kernel/uapi/linux/
nfs_mount.h 46 char hostname[NFS_MAXNAMLEN + 1]; member in struct:nfs_mount_data
  /bootable/recovery/etc/
init.rc 51 hostname localhost
  /build/tools/
buildinfo.sh 17 echo "ro.build.host=`hostname`"
  /development/ndk/platforms/android-3/include/
netdb.h 119 char *ai_canonname; /* canonical name for hostname */
140 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */
146 #define EAI_NODATA 7 /* no address associated with hostname */
147 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */
  /development/ndk/platforms/android-L/include/linux/
nfs_mount.h 46 char hostname[NFS_MAXNAMLEN + 1]; member in struct:nfs_mount_data
  /development/ndk/platforms/android-L/include/
netdb.h 119 char *ai_canonname; /* canonical name for hostname */
140 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */
146 #define EAI_NODATA 7 /* no address associated with hostname */
147 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */
  /development/ndk/sources/android/libportable/common/include/
netdb_portable.h 133 char *ai_canonname; /* canonical name for hostname */
155 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */
161 #define EAI_NODATA 7 /* no address associated with hostname */
162 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */
  /external/android-clat/
dns64.c 33 * looks up an ipv4-only hostname and looks for a nat64 /96 prefix, returns 1 on success, 0 on failure
  /external/apache-http/src/org/apache/http/conn/scheme/
HostNameResolver.java 39 InetAddress resolve (String hostname) throws IOException;
  /external/apache-http/src/org/apache/http/conn/ssl/
AllowAllHostnameVerifier.java 35 * The ALLOW_ALL HostnameVerifier essentially turns hostname verification
  /external/chromium_org/chrome/browser/resources/gaia_auth/
util.js 73 return a.hostname;
  /external/chromium_org/chrome/browser/search_engines/
template_url_prepopulate_data.h 63 // SEARCH_ENGINE_GOOGLE for any hostname that causes
  /external/chromium_org/chrome/browser/ui/webui/omnibox/
omnibox_ui_handler.h 48 // Looks up whether the hostname is a typed host (i.e., has received
  /external/chromium_org/chrome/common/extensions/api/
cloud_print_private.json 74 "description": "Returns local hostname.",
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 10 // Map of hostname suffixes or URLs without query params to sounds.
306 var hostname = match[1];
307 if (hostname) {
308 var parts = hostname.split(".");
  /external/chromium_org/chrome/common/extensions/docs/server2/
redirector.py 52 if urlsplit(host).hostname != 'code.google.com':
  /external/chromium_org/content/common/
p2p_messages.h 46 IPC_STRUCT_TRAITS_MEMBER(hostname)
  /external/chromium_org/extensions/strings/
extensions_strings_et.xtb 13 <translation id="8597109877291678953">Vaheta andmeid arvutiga <ph name="HOSTNAME"/></translation>

Completed in 1117 milliseconds

<<11121314151617181920>>