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

  /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 $
  /external/chromium/net/socket/
ssl_test_util.h 33 enum Protocol {
45 // ask it to serve the given protocol.
46 // If protocol is HTTP, and cert_path is not empty, serves HTTPS.
51 bool Start(Protocol 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 115 public static class Protocol {
116 private Protocol() { }
154 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */
168 * TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
180 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */
274 * See {@link Protocol} for descriptions of the values.
342 if (p < Protocol.strings.length) {
343 sbuf.append(Protocol.strings[p]);
  /external/bluetooth/bluez/lib/
sdp.c 3 * BlueZ - Bluetooth protocol stack for Linux
111 static struct tupla Protocol[] = {
243 * Prints into a string the Protocol UUID
278 return uuid2str(Protocol, uuid, str, n);
    [all...]
  /prebuilt/darwin-x86_64/swt/
swt.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 

Completed in 115 milliseconds