/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/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 */
|
/prebuilts/ndk/9/platforms/android-19/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-19/arch-mips64/usr/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 */
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/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 */
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/ |
nfs_mount.h | 46 char hostname[NFS_MAXNAMLEN + 1]; member in struct:nfs_mount_data
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/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 */
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/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 */
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/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 */
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/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 */
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/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 */
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/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 */
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/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 */
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/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 */
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
sections.html | 42 document.write(document.location.hostname == "proguard.sourceforge.net" ?
|
/sdk/emulator/opengl/shared/emugl/common/ |
sockets.h | 48 int socketTcpClient(const char* hostname, int port, int socketType);
|
/system/core/libnetutils/ |
dhcpmsg.h | 54 char sname[64]; /* asciiz server hostname */
|
/external/chromium-libpac/src/ |
proxy_resolver_v8.cc | 211 // Extracts an hostname argument from |args|. On success returns true 212 // and fills |*hostname| with the result. 213 bool GetHostnameArgument(const v8::FunctionCallbackInfo<v8::Value>& args, std::string* hostname) { 220 // If the hostname is already in ASCII, simply return it as is. 222 *hostname = UTF16ToASCII(hostname_utf16); 618 std::string hostname; local 619 if (!GetHostnameArgument(args, &hostname)) { 628 success = context->js_bindings_->DnsResolve(hostname, &ip_address); 645 std::string hostname; local 646 if (!GetHostnameArgument(args, &hostname)) { [all...] |
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
GetTitleTest.java | 129 * It also contains: hostName, portNumber information if its part of the loaded URL. 141 * It also contains: hostName, portNumber information if its part of the loaded URL.
|
/external/chromium_org/chrome/browser/net/ |
predictor.h | 8 // Most hostname lists are provided by the renderer processes, and include URLs 10 // this class is to cause the underlying DNS structure to lookup a hostname 177 // Add hostname(s) to the queue for processing. 406 // preconnection, or merely pre-resolve the hostname via DNS (or even do 428 // Only for testing. Returns true if hostname has been successfully resolved 469 // Queue hostname for resolution. If queueing was done, return the pointer 471 // enabled, and |url| is likely to be proxied, the hostname will not be 587 // orginial hostname.
|
url_info.h | 81 // DNS data for hostname. This decision is based 82 // on how recently we've done DNS prefetching for hostname.
|
/external/chromium_org/chrome/browser/supervised_user/ |
supervised_user_url_filter.h | 62 // Returns true if the |host| matches the pattern. A pattern is a hostname 120 // Maps from a hostname to whether it is manually allowed (true) or blocked
|
/external/chromium_org/chrome/renderer/safe_browsing/ |
features.h | 82 // Set if the URL's hostname is an IP address. 84 // Token feature containing the portion of the hostname controlled by a
|
/external/chromium_org/components/google/core/browser/ |
google_util.h | 80 // will also return true for any URL whose hostname exactly matches the hostname
|
/external/chromium_org/content/test/net/ |
url_request_mock_http_job.cc | 79 const std::string& hostname, 83 "http", hostname, CreateInterceptorForSingleFile(file));
|
/external/chromium_org/net/cert/ |
cert_verifier.h | 75 // Verifies the given certificate against the given hostname as an SSL server. 105 const std::string& hostname,
|