HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 201 - 225 of 514) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/quake/quake/src/QW/server/
qwsv.mak 345 ".\../client\protocol.h"\
381 ".\../client\protocol.h"\
427 ".\../client\protocol.h"\
463 ".\../client\protocol.h"\
509 ".\../client\protocol.h"\
545 ".\../client\protocol.h"\
591 ".\../client\protocol.h"\
627 ".\../client\protocol.h"\
673 ".\../client\protocol.h"\
709 ".\../client\protocol.h"\
    [all...]
  /external/webkit/WebCore/platform/
KURL.cpp 289 inline bool KURL::protocolIs(const String& string, const char* protocol)
291 return WebCore::protocolIs(string, protocol);
397 if (p[1] != '/' && equalIgnoringCase(base.protocol(), String(str, p - str)) && base.isHierarchical()) {
563 String KURL::protocol() const function in class:WebCore::KURL
624 static void assertProtocolIsGood(const char* protocol)
626 const char* p = protocol;
635 bool KURL::protocolIs(const char* protocol) const
637 assertProtocolIsGood(protocol);
641 ASSERT(!equalIgnoringCase(protocol, String("javascript")));
648 if (!protocol[i] || toASCIILower(m_string[i]) != protocol[i]
    [all...]
  /external/wpa_supplicant/
l2_packet_ndis.c 220 * another event if the protocol driver is replaced with somewhat more
330 static int l2_ndisuio_set_ether_type(unsigned short protocol)
332 USHORT proto = htons(protocol);
349 const char *ifname, const u8 *own_addr, unsigned short protocol,
360 l2_ndisuio_global->first_proto = protocol;
382 if (l2_ndisuio_set_ether_type(protocol) < 0) {
389 "filtering ethertype to %04x", protocol);
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_ndis.c 220 * another event if the protocol driver is replaced with somewhat more
330 static int l2_ndisuio_set_ether_type(unsigned short protocol)
332 USHORT proto = htons(protocol);
349 const char *ifname, const u8 *own_addr, unsigned short protocol,
360 l2_ndisuio_global->first_proto = protocol;
382 if (l2_ndisuio_set_ether_type(protocol) < 0) {
389 "filtering ethertype to %04x", protocol);
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRedirectHandler.java 50 import org.apache.http.protocol.HttpContext;
51 import org.apache.http.protocol.ExecutionContext;
69 private static final String REDIRECT_LOCATIONS = "http.protocol.redirect-locations";
  /external/opencore/fileformats/mp4/composer/src/
mediaatom.cpp 33 uint32 protocol,
47 protocol, profile,
mediainformationatom.cpp 40 uint32 protocol,
51 protocol, profile,
  /external/webkit/WebCore/bindings/v8/custom/
V8WebSocketCustom.cpp 109 v8::Handle<v8::String> protocol = args[1]->ToString(); local
112 webSocket->connect(url, toWebCoreString(protocol), ec);
  /external/webkit/WebCore/loader/appcache/
ManifestParser.cpp 127 if (!equalIgnoringCase(url.protocol(), manifestURL.protocol()))
  /external/webkit/WebCore/platform/network/
CredentialStorage.cpp 63 return url.protocol() + "://" + url.host() + String::format(":%i/", url.port());
65 return url.protocol() + "://" + url.host() + "/";
  /frameworks/base/packages/VpnServices/src/com/android/server/vpn/
VpnDaemons.java 118 private DaemonProxy startMtpd(String protocol,
122 args.addAll(Arrays.asList(protocol, serverIp, port));
  /bionic/libc/kernel/common/linux/
ip.h 90 __u8 protocol; member in struct:iphdr
  /dalvik/libcore/luni/src/main/java/java/net/
URLStreamHandler.java 27 * can handle the communication with a URL object over a particular protocol
60 * if the protocol handler doesn't support this method.
73 * The string is parsed in HTTP format. If the protocol has a different URL
244 * @param protocol
245 * the protocol.
258 protected void setURL(URL u, String protocol, String host, int port,
263 u.set(protocol, host, port, file, ref);
272 * @param protocol
273 * the protocol.
289 protected void setURL(URL u, String protocol, String host, int port
    [all...]
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HttpConfiguration.java 17 package org.apache.harmony.luni.internal.net.www.protocol.http;
HttpConnectionPool.java 18 package org.apache.harmony.luni.internal.net.www.protocol.http;
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/jar/
Handler.java 18 package org.apache.harmony.luni.internal.net.www.protocol.jar;
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
URLStreamHandlerTest.java 303 String protocol,
308 super.setURL(u, protocol, host, port, file, ref);
312 String protocol,
320 super.setURL(u, protocol, host, port, authority,
  /external/apache-http/src/org/apache/http/impl/auth/
AuthSchemeBase.java 38 import org.apache.http.protocol.HTTP;
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractPooledConnAdapter.java 38 import org.apache.http.protocol.HttpContext;
  /external/apache-http/src/org/apache/http/impl/entity/
EntityDeserializer.java 46 import org.apache.http.protocol.HTTP;
  /external/apache-http/src/org/apache/http/params/
HttpProtocolParams.java 36 import org.apache.http.protocol.HTTP;
40 * to simplify manipulation of the HTTP protocol specific parameters.
119 * Returns {@link ProtocolVersion protocol version} to be used per default.
121 * @return {@link ProtocolVersion protocol version}
136 * Assigns the {@link ProtocolVersion protocol version} to be used by the
139 * @param version the {@link ProtocolVersion protocol version}
  /external/apache-http/src/org/apache/http/protocol/
ResponseConnControl.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/ResponseConnControl.java $
32 package org.apache.http.protocol;
ResponseContent.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/ResponseContent.java $
32 package org.apache.http.protocol;
UriPatternMatcher.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/UriPatternMatcher.java $
32 package org.apache.http.protocol;
  /external/kernel-headers/original/linux/
ip.h 2 * INET An implementation of the TCP/IP protocol suite for the LINUX
6 * Definitions for the IP protocol.
97 __u8 protocol; member in struct:iphdr

Completed in 107 milliseconds

1 2 3 4 5 6 7 891011>>