HomeSort by relevance Sort by last modified time
    Searched refs:host (Results 151 - 175 of 793) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/java/android/net/http/
IdleCache.java 67 HttpHost host, Connection connection) {
72 HttpLog.v("IdleCache size " + mCount + " host " + host);
80 entry.mHost = host;
97 synchronized Connection getConnection(HttpHost host) {
104 if (eHost != null && eHost.equals(host)) {
  /external/chromium/googleurl/src/
url_parse_file.cc 72 // the scheme given in |after_slashes|. This will initialize the host, path,
83 // host with no path (this will end up being UNC to server "foo").
86 parsed->host = Component(after_slashes, host_len);
88 parsed->host.reset();
96 // treat this as a having no host but the path given. Works on Windows only.
98 parsed->host.reset();
105 // Otherwise, everything up until that first slash we found is the host name,
106 // which will end up being the UNC host. For example "file://foo/bar.txt"
112 parsed->host = MakeRange(after_slashes, next_slash);
114 parsed->host.reset()
    [all...]
url_canon_stdurl.cc 31 // authority section including a host name.
50 // Authority (username, password, host, port)
53 parsed.host.is_nonempty() || parsed.port.is_valid()) {
69 success &= CanonicalizeHost(source.host, parsed.host,
70 output, &new_parsed->host);
72 // Host must not be empty for standard URLs.
73 if (!parsed.host.is_nonempty())
84 new_parsed->host.reset();
  /external/chromium/net/base/
host_resolver_proc.cc 70 int HostResolverProc::ResolveUsingPrevious(const std::string& host,
74 return previous_proc_->Resolve(host, address_family, addrlist);
77 return SystemHostResolverProc(host, address_family, addrlist);
153 int SystemHostResolverProc(const std::string& host,
159 if (host.empty())
211 int err = getaddrinfo(host.c_str(), NULL, &hints, &ai);
219 err = getaddrinfo(host.c_str(), NULL, &hints, &ai);
net_util.h 52 // Splits an input of the form <host>[":"<port>] into its consitituent parts.
53 // Saves the result into |*host| and |*port|. If the input did not have
56 // The returned host is NOT canonicalized, and may be invalid. If <host> is
57 // an IPv6 literal address, the returned host includes the square brackets.
60 std::string* host,
63 std::string* host,
66 // Returns a host:port string for the given URL.
69 // Returns a host[:port] string for the given URL, where the port is omitted
132 // Converts the given host name to unicode characters. This can be called fo
    [all...]
  /external/esd/include/
esd.h 130 int esd_open_sound( const char *host );
146 const char *host, const char *name );
148 const char *host, const char *name );
150 const char *host, const char *name );
153 const char *host, const char *name );
155 const char *host, const char *name );
157 const char *host, const char *name );
  /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...]
Host.java 55 public class Host extends GenericObject {
85 public Host() {
92 /** Constructor given host name or IP address.
94 public Host(String hostName) throws IllegalArgumentException {
96 throw new IllegalArgumentException("null host name");
108 public Host(String name, int addrType) {
116 * Return the host name in encoded form.
134 * Host names are compared by textual equality. No dns lookup
144 Host otherHost = (Host) obj
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
esd.h 130 int esd_open_sound( const char *host );
146 const char *host, const char *name );
148 const char *host, const char *name );
150 const char *host, const char *name );
153 const char *host, const char *name );
155 const char *host, const char *name );
157 const char *host, const char *name );
  /external/nist-sip/java/gov/nist/javax/sip/header/
Via.java 31 import gov.nist.core.Host;
152 * Get the host, port and transport as a Hop. This is
217 /** set the Host of the Via Header
218 * @param host String to set
220 public void setHost(Host host) {
224 sentBy.setHost(host);
275 * Set the host part of this ViaHeader to the newly supplied <code>host</code>
279 * unexpectedly while parsing the host value
301 Host host = sentBy.getHost(); local
472 Host host = new Host(); local
    [all...]
  /external/webkit/WebCore/wml/
WMLPageState.cpp 74 String host = passedHost; local
75 return host.replace("127.0.0.1", "localhost");
84 String host = normalizedHostName(url.host()); local
85 return host.isEmpty() ? "localhost" : host;
197 bool WMLPageState::hostIsAllowedToAccess(const String& host) const
207 if (host.contains('.'))
208 host.split('.', subdomainsCheck);
210 subdomainsCheck.append(host);
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
passthrough.js 4 function FindProxyForURL(url, host) {
10 return "PROXY " + makePseudoHost(url + "." + host);
13 // Form a string that kind-of resembles a host. We will replace any
  /external/webkit/WebKit/mac/Storage/
WebSecurityOrigin.mm 56 - (NSString*)host
58 return reinterpret_cast<SecurityOrigin*>(_private)->host();
61 // Deprecated. Use host instead. This needs to stay here until we ship a new Safari.
64 return [self host];
  /external/astl/tests/
Android.mk 29 # generate the right make target (host vs device). $(5) is used in the
30 # module's name to have different name for the host vs device
32 # typically the host libs have a _host suffix in their names.
53 # Compile using the host only on linux for valgrind support.
54 define host-test
84 $(call host-test, $(sources))
  /external/kernel-headers/original/linux/mmc/
card.h 56 struct mmc_host *host; /* the host this device belongs to */ member in struct:mmc_card
108 return __mmc_claim_host(card->host, card);
111 #define mmc_card_release_host(c) mmc_release_host((c)->host)
  /external/webkit/WebCore/inspector/
InspectorDOMStorageResource.cpp 65 return equalIgnoringCase(m_frame->document()->securityOrigin()->host(), frame->document()->securityOrigin()->host()) && m_isLocalStorage == isLocalStorage;
74 jsonObject.set("host", m_frame->document()->securityOrigin()->host());
  /build/libs/host/
pseudolocalize.cpp 1 #include <host/pseudolocalize.h>
  /external/apache-http/src/org/apache/http/conn/scheme/
SocketFactory.java 71 * Connects a socket to the given host.
77 * @param host the host to connect to
78 * @param port the port to connect to on the host
90 * @throws UnknownHostException if the IP address of the target host
97 String host,
115 * socket to a host in the same intranet ("trusted zone")
  /external/chromium/net/proxy/
proxy_resolver_js_bindings.cc 117 // Handler for "dnsResolve(host)". Returns empty string on failure.
118 virtual std::string DnsResolve(const std::string& host) {
126 int result = host_resolver_->Resolve(host,
141 // Handler for "dnsResolveEx(host)". Returns empty string on failure.
142 virtual std::string DnsResolveEx(const std::string& host) {
145 int result = host_resolver_->Resolve(host,
  /external/expat/
Android.mk 4 # and the host (as a static library for tools to use).
21 # For the host
  /external/libpng/
Android.mk 4 # and the host (as a static library for tools to use).
32 # For the host
  /external/libxml2/
Android.mk 4 # and the host (as a static library for tools to use).
69 # For the host
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingVectorHeader.java 49 * icid-gen-addr = "icid-generated-at" EQUAL host
57 * gen-value = token / host / quoted-string
58 * host = hostname / IPv4address / Ipv6reference
93 * <p>TODO: gen-value can be token / host / quoted-string</p>
128 * @param host -- set the icid host value.
130 * @throws ParseException -- if bad host value.
132 public void setICIDGeneratedAt(String host) throws ParseException;
  /external/nist-sip/java/javax/sip/address/
AddressFactory.java 12 SipURI createSipURI(String user, String host) throws ParseException;
  /external/webkit/WebCore/bindings/v8/custom/
V8HistoryCustom.cpp 86 bool V8History::indexedSecurityCheck(v8::Local<v8::Object> host, uint32_t index, v8::AccessType type, v8::Local<v8::Value> data)
90 History* history = V8History::toNative(host);
94 bool V8History::namedSecurityCheck(v8::Local<v8::Object> host, v8::Local<v8::Value> key, v8::AccessType type, v8::Local<v8::Value> data)
98 History* history = V8History::toNative(host);

Completed in 814 milliseconds

1 2 3 4 5 67 8 91011>>