/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)
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiConfiguration.java | 125 public static class Protocol { 126 private Protocol() { } 164 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */ 178 * TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] 190 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */ 301 * See {@link Protocol} for descriptions of the values. 414 if (p < Protocol.strings.length) { 415 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...] |
/prebuilt/darwin-x86_64/swt/ |
swt.jar | |
/prebuilt/sdk/11/ |
android.jar | |
/prebuilt/sdk/12/ |
android.jar | |
/prebuilt/sdk/14/ |
android.jar | |
/prebuilt/sdk/4/ |
android.jar | |
/prebuilt/sdk/5/ |
android.jar | |
/prebuilt/sdk/6/ |
android.jar | |
/prebuilt/sdk/7/ |
android.jar | |
/prebuilt/sdk/8/ |
android.jar | |
/prebuilt/sdk/9/ |
android.jar | |