/external/apache-http/src/org/apache/http/client/protocol/ |
RequestAddCookies.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/RequestAddCookies.java $ 32 package org.apache.http.client.protocol; 56 import org.apache.http.protocol.HttpContext; 57 import org.apache.http.protocol.ExecutionContext;
|
/external/apache-http/src/org/apache/http/impl/client/ |
AbstractAuthenticationHandler.java | 50 import org.apache.http.client.protocol.ClientContext; 51 import org.apache.http.protocol.HTTP; 52 import org.apache.http.protocol.HttpContext;
|
/external/avahi/avahi-daemon/ |
dbus-async-service-resolver.c | 56 AvahiProtocol protocol, 98 if (avahi_dbus_is_our_own_service(i->client, interface, protocol, name, type, domain) > 0) 102 i_protocol = (int32_t) protocol;
|
/external/avahi/examples/ |
client-browse-services.c | 41 AVAHI_GCC_UNUSED AvahiProtocol protocol, 97 AvahiProtocol protocol, 125 if (!(avahi_service_resolver_new(c, interface, protocol, name, type, domain, AVAHI_PROTO_UNSPEC, 0, resolve_callback, c)))
|
core-browse-services.c | 52 AVAHI_GCC_UNUSED AvahiProtocol protocol, 105 AvahiProtocol protocol, 134 if (!(avahi_s_service_resolver_new(s, interface, protocol, name, type, domain, AVAHI_PROTO_UNSPEC, 0, resolve_callback, s)))
|
/external/libgdx/gdx/src/com/badlogic/gdx/ |
Net.java | 45 * {@link #newClientSocket(Protocol, String, int, SocketHints)} method. The returned {@link Socket} offers an {@link InputStream}
49 * {@link #newServerSocket(Protocol, int, ServerSocketHints)} method. The returned {@link ServerSocket} offers an
330 /** Protocol used by {@link Net#newServerSocket(Protocol, int, ServerSocketHints)} and
331 * {@link Net#newClientSocket(Protocol, String, int, SocketHints)}.
333 public enum Protocol {
337 /** Creates a new server socket on the given address and port, using the given {@link Protocol}, waiting for incoming connections.
345 public ServerSocket newServerSocket (Protocol protocol, String hostname, int port, ServerSocketHints hints);
347 /** Creates a new server socket on the given port, using the given {@link Protocol}, waiting for incoming connections. [all...] |
/external/libvncserver/libvncserver/ |
websockets.c | 4 * This code should be independent of any changes in the RFB protocol. It is 6 * http://www.whatwg.org/specs/web-socket-protocol/ 140 #define SERVER_HANDSHAKE_HIXIE "HTTP/1.1 101 Web Socket Protocol Handshake\r\n\ 145 %sWebSocket-Protocol: %s\r\n\ 152 Sec-WebSocket-Protocol: %s\r\n\ 254 char *path = NULL, *host = NULL, *origin = NULL, *protocol = NULL; local 337 } else if ((strncasecmp("sec-websocket-protocol: ", line, min(llen,24))) == 0) { 338 protocol = line+24; 340 rfbLog("Got protocol: %s\n", protocol); [all...] |
/external/webrtc/talk/app/webrtc/ |
datachannel.h | 144 virtual std::string protocol() const { return config_.protocol; } function in class:webrtc::DataChannel 288 PROXY_CONSTMETHOD0(std::string, protocol)
|
/external/webrtc/webrtc/libjingle/xmpp/ |
xmppclientsettings.h | 81 void set_protocol(cricket::ProtocolType protocol) { protocol_ = protocol; } 90 cricket::ProtocolType protocol() const { return protocol_; } function in class:buzz::XmppClientSettings
|
/external/webrtc/webrtc/p2p/base/ |
tcpport.h | 58 bool SupportsProtocol(const std::string& protocol) const override { 59 return protocol == TCP_PROTOCOL_NAME || protocol == SSLTCP_PROTOCOL_NAME;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
ApnSetting.java | 62 public final String protocol; field in class:ApnSetting 131 String protocol, String roamingProtocol, boolean carrierEnabled, int bearer, 150 this.protocol = protocol; 168 apn.mmsPort, apn.user, apn.password, apn.authType, apn.types, apn.protocol, 190 * <type>[| <type>...], <protocol>, <roaming_protocol>, <carrierEnabled>, <bearerBitmask>, 195 * <type>[| <type>...], <protocol>, <roaming_protocol>, <carrierEnabled>, <bearerBitmask>, 230 String protocol, roamingProtocol; local 244 protocol = RILConstants.SETUP_DATA_PROTOCOL_IP; 252 protocol = a[14] [all...] |
/packages/apps/Email/tests/src/com/android/email/service/ |
EmailBroadcastProcessorServiceTests.java | 60 * Create a simple HostAuth with protocol 62 private HostAuth setupSimpleHostAuth(String protocol) { 63 HostAuth hostAuth = ProviderTestUtils.setupHostAuth(protocol, "name", false, mContext); 64 hostAuth.mProtocol = protocol;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
ip_vs.h | 99 __u16 protocol; member in struct:ip_vs_service_user 162 __u16 protocol; member in struct:ip_vs_service_entry 202 __u16 protocol; member in struct:ip_vs_get_dests 315 IPVS_SVC_ATTR_PROTOCOL, /* virtual service protocol */
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
netcontext.py | 125 return self.qpol_symbol.protocol(self.policy) 141 A portcon protocol type. 143 The possible values are equivalent to protocol 146 corresponding protocol string (udp, tcp). 164 return "portcon {0.protocol} {1} {0.context}".format(self, low) 166 return "portcon {0.protocol} {1}-{2} {0.context}".format(self, low, high) 169 return hash("portcon|{0.protocol}|{1.low}|{1.high}".format(self, self.ports)) 172 def protocol(self): member in class:Portcon 174 The protocol number for the portcon (socket.IPPROTO_TCP 177 return PortconProtocol(self.qpol_symbol.protocol(self.policy) [all...] |
/system/core/adb/ |
shell_service.cpp | 22 // protocol to wrap packets. The protocol allows separating stdout/stderr and 25 // Type Protocol | Exit code? Separate stdout/stderr? 33 // Non-protocol subprocesses work by passing subprocess stdin/out/err through 55 // The protocol requires the thread to intercept stdin/out/err in order to 56 // wrap/unwrap data with shell protocol packets. 62 // stdin/out <---> Protocol <---> LocalSocket 63 // stderr ---> Protocol ---> LocalSocket 66 // Exit ---> Exit code protocol ---> LocalSocket 72 // An alternate approach is to put the protocol wrapping/unwrapping in the mai [all...] |
/external/robolectric/v1/lib/main/ |
httpcore-4.0.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.0.1/ |
httpcore-4.0.1.jar | |
/external/apache-http/src/org/apache/http/message/ |
BasicLineParser.java | 40 import org.apache.http.protocol.HTTP; 82 * A version of the protocol to parse. 83 * The version is typically not relevant, but the protocol name. 85 protected final ProtocolVersion protocol; field in class:BasicLineParser 89 * Creates a new line parser for the given HTTP-like protocol. 91 * @param proto a version of the protocol to parse, or 93 * is not relevant, only the protocol name. 99 this.protocol = proto; 144 final String protoname = this.protocol.getProtocol(); 157 ("Not a valid protocol version: " [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
ServiceInfoImpl.java | 189 this._protocol = map.get(Fields.Protocol); 252 String protocol = ""; local 285 protocol = casePreservedType.substring(start, end); 287 if (protocol.length() > 0) { 288 index = aType.indexOf("_" + protocol.toLowerCase() + "."); 289 int start = index + protocol.length() + 2; 304 qualifiedNameMap.put(Fields.Protocol, protocol); 322 // Optional protocol 323 String protocol = (qualifiedNameMap.containsKey(Fields.Protocol) ? qualifiedNameMap.get(Fields.Protocol) : "tcp") local 378 String protocol = this.getProtocol(); local 428 String protocol = this.getProtocol(); local [all...] |
/external/mtpd/ |
mtpd.c | 41 extern struct protocol l2tp; 42 extern struct protocol pptp; 43 static struct protocol *protocols[] = {&l2tp, &pptp, NULL}; 44 static struct protocol *the_protocol; 64 struct protocol *p = protocols[i]; 66 log_print(INFO, "Using protocol %s", p->name); 75 struct protocol *p = protocols[i];
|
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet_freebsd.c | 103 unsigned short protocol) 128 protocol); 228 const char *ifname, const u8 *own_addr, unsigned short protocol, 250 if (l2_packet_init_libpcap(l2, protocol)) { 261 unsigned short protocol, 266 return l2_packet_init(br_ifname, own_addr, protocol, rx_callback,
|
l2_packet_pcap.c | 198 unsigned short protocol) 238 protocol); 280 const char *ifname, const u8 *own_addr, unsigned short protocol, 303 if (l2_packet_init_libpcap(l2, protocol)) { 317 unsigned short protocol, 322 return l2_packet_init(br_ifname, own_addr, protocol, rx_callback,
|
l2_packet_winpcap.c | 162 unsigned short protocol) 181 protocol); 199 const char *ifname, const u8 *own_addr, unsigned short protocol, 222 if (l2_packet_init_libpcap(l2, protocol)) { 253 unsigned short protocol, 258 return l2_packet_init(br_ifname, own_addr, protocol, rx_callback,
|
/packages/apps/Email/provider_src/com/android/email/service/ |
PopImapSyncAdapterService.java | 85 private static boolean loadsFromServer(Context context, Mailbox m, String protocol) { 88 if (legacyImapProtocol.equals(protocol)) { 95 } else if (pop3Protocol.equals(protocol)) { 111 String protocol = account.getProtocol(context); local 113 !loadsFromServer(context, mailbox, protocol)) { 141 if (protocol.equals(legacyImapProtocol)) {
|
/cts/hostsidetests/devicepolicy/app/VpnApp/src/com/android/cts/vpnfirewall/ |
PingReflector.java | 71 if (packet.protocol != PROTOCOL_ICMP) { 72 Log.i(TAG, "Protocol is " + packet.protocol + " not ICMP. Ignoring.");
|