HomeSort by relevance Sort by last modified time
    Searched defs:Protocol (Results 1 - 25 of 25) sorted by null

  /external/chromium/net/http/
http_alternate_protocols.h 6 // of which HTTP HostPortPairs have an alternate protocol that can be used
24 enum Protocol {
28 BROKEN, // The alternate protocol is known to be broken.
34 return port == other.port && protocol == other.protocol;
40 Protocol protocol; member in struct:net::HttpAlternateProtocols::PortProtocolPair
51 // Reports whether or not we have received Alternate-Protocol for
61 // SetAlternateProtocolFor() will ignore the request if the alternate protocol
65 Protocol alternate_protocol)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Protocol.java 34 * Protocol name and version.
43 public class Protocol extends SIPObject {
80 /** get the protocol name
87 /** get the protocol version
95 * Get the protocol name + version
109 } else throw new ParseException( "Missing '/' in protocol", 0 );
146 public Protocol() {
153 * $Log: Protocol.java,v $
  /frameworks/base/core/java/com/android/internal/util/
Protocol.java 26 * codes with Message.what starting at Protocol.WIFI + 1 and less than or equal to Protocol.WIFI +
27 * Protocol.MAX_MESSAGE
34 public class Protocol {
  /development/tools/axl/
axl.py 26 from twisted.internet import protocol, reactor, defer namespace
27 from twisted.internet.protocol import ServerFactory, Protocol
31 class BaseProtocol(Protocol):
242 for protocol in Drop, ReadAndDrop, GarbageStatus, BadHeader, PauseHeader, \
246 factory.protocol = protocol
247 reactor.listenTCP(protocol.PORT, factory)
  /external/clang/test/Analysis/
system-header-simulator-objc.h 35 @class NSString, Protocol;
39 @protocol NSObject
46 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
47 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
48 @end @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder;
62 @protocol NSFastEnumeration - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger)len;
  /external/jmdns/src/javax/jmdns/
ServiceInfo.java 19 * &lt;app&gt;.&lt;protocol&gt;.&lt;servicedomain&gt;.&lt;parentdomain&gt;.<br/>
20 * &lt;Instance&gt;.&lt;app&gt;.&lt;protocol&gt;.&lt;servicedomain&gt;.&lt;parentdomain&gt;.<br/>
21 * &lt;sub&gt;._sub.&lt;app&gt;.&lt;protocol&gt;.&lt;servicedomain&gt;.&lt;parentdomain&gt;.
26 * <li>&lt;protocol&gt;: This is either "_tcp" or "_udp"</li>
27 * <li>&lt;app&gt;: This define the application protocol. Typical example are "_http", "_ftp", etc.</li>
29 * <li>&lt;sub&gt;: This is the subtype for the application protocol</li>
49 * Protocol Field.
51 Protocol,
382 * dictionary of values to build the fully qualified service name. Mandatory keys are Application and Instance. The Domain default is local, the Protocol default is tcp and the subtype default is none.
599 * Get the URL for this service. An URL is created by combining the protocol, address, port, and path properties
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 174 // Create the built-in forward declaratino for 'Protocol'.
175 DeclarationName Protocol = &Context.Idents.get("Protocol");
176 if (IdResolver.begin(Protocol) == IdResolver.end())
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 162 public static class Protocol {
163 private Protocol() { }
201 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */
215 * TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
227 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */
338 * See {@link Protocol} for descriptions of the values.
451 if (p < Protocol.strings.length) {
452 sbuf.append(Protocol.strings[p]);
  /external/bluetooth/bluez/lib/
sdp.c 3 * BlueZ - Bluetooth protocol stack for Linux
83 static struct tupla Protocol[] = {
217 * Prints into a string the Protocol UUID
252 return uuid2str(Protocol, uuid, str, n);
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/mdnsresponder/mDNSCore/
uDNS.c 432 u.NATPortReq.opcode = info->Protocol;
519 const char *prot = n->Protocol == NATOp_MapUDP ? "UDP" : n->Protocol == NATOp_MapTCP ? "TCP" : "?";
558 LogInfo("mDNS_StartNATOperation_internal %p Protocol %d IntPort %d RequestedPort %d NATLease %d", traversal,
559 traversal->Protocol, mDNSVal16(traversal->IntPort), mDNSVal16(traversal->RequestedPort), traversal->NATLease);
567 traversal, traversal->Protocol, mDNSVal16(traversal->IntPort), traversal->NATLease);
573 if (traversal->Protocol && traversal->Protocol == (*n)->Protocol && mDNSSameIPPort(traversal->IntPort, (*n)->IntPort) &&
577 traversal, traversal->Protocol, mDNSVal16(traversal->IntPort), traversal->NATLease
1841 mDNSu8 protocol; local
    [all...]
mDNSEmbeddedAPI.h 198 kDNSType_HIP = 55, // 55 Host Identity Protocol
419 // use, because we have a cache coherency protocol to keep the peer caches up to date.
529 mDNSu8 protocol; // Payload type: 0x06 = TCP, 0x11 = UDP variable
572 } TCPHeader; // 20 bytes; IP protocol type 0x06
580 } UDPHeader; // 8 bytes; IP protocol type 0x11
590 } IPv6NDP; // 24 bytes or more; IP protocol type 0x3A
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 2913 milliseconds