HomeSort by relevance Sort by last modified time
    Searched refs:Protocol (Results 51 - 75 of 192) sorted by null

1 23 4 5 6 7 8

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventProxy.h 73 #pragma mark DebugEventListener Protocol
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventProxy.h 73 #pragma mark DebugEventListener Protocol
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpURLConnectionImpl.java 24 import com.squareup.okhttp.Protocol;
196 throw new ProtocolException("This protocol does not support input");
566 * defined in {@link Protocol OkHttp's protocol enumeration}.
569 List<Protocol> protocolsList = new ArrayList<Protocol>();
573 for (String protocol : protocolsString.split(",", -1)) {
575 protocolsList.add(Protocol.find(ByteString.encodeUtf8(protocol)));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stm.h 23 ULONG Protocol;
ipxrtdef.h 186 ULONG Protocol;
mpeg2structs.h 45 BYTE 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/chromium_org/third_party/mesa/src/docs/
MESA_pixmap_colormap.spec 76 GLX Protocol
MESA_set_3dfx_mode.spec 71 GLX Protocol
  /external/mesa3d/docs/
MESA_pixmap_colormap.spec 76 GLX Protocol
MESA_set_3dfx_mode.spec 71 GLX Protocol
  /external/protobuf/
configure.ac 15 AC_INIT([Protocol Buffers],[2.3.0],[protobuf@googlegroups.com],[protobuf])
58 # Protocol Buffers contains several checks that are intended to be used only
  /frameworks/base/core/java/android/net/
DnsPinger.java 27 import com.android.internal.util.Protocol;
76 private static final int BASE = Protocol.BASE_DNS_PINGER;
NetworkFactory.java 30 import com.android.internal.util.Protocol;
51 private static final int BASE = Protocol.BASE_NETWORK_FACTORY;
DhcpStateMachine.java 19 import com.android.internal.util.Protocol;
83 private static final int BASE = Protocol.BASE_DHCP;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcAsyncChannel.java 22 import com.android.internal.util.Protocol;
39 public static final int BASE = Protocol.BASE_DATA_CONNECTION_AC;
DcSwitchStateMachine.java 20 import com.android.internal.util.Protocol;
38 private static final int BASE = Protocol.BASE_DATA_CONNECTION_TRACKER + 0x00001000;
  /external/smack/src/org/xbill/DNS/
WKSRecord.java 19 public static class Protocol {
21 * IP protocol identifiers. This is basically copied out of RFC 1010.
24 private Protocol() {}
44 /** Exterior Gateway Protocol */
53 /** Network Voice Protocol */
101 /** Reliable Data Protocol */
107 /** ISO Transport Protocol Class 4 */
110 /** Bulk Data Transfer Protocol */
113 /** MFE Network Services Protocol */
116 /** MERIT Internodal Protocol */
578 private int protocol; field in class:WKSRecord
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/
devtools.js 52 var proto_header = wf_header_map["X-Wf-Protocol-1"];
149 Console.warn("WildFire protocol header not found");
153 var match = /http:\/\/meta\.wildfirehq\.org\/Protocol\/([^\/]+)\/(.+)/.exec(
156 Console.warn("Invalid WildFire protocol header");
163 "Unknown FirePHP protocol version: %s (expecting JsonStream/0.2)",
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
HttpOverSpdyTest.java 20 import com.squareup.okhttp.Protocol;
65 /** Protocol to test, for example {@link com.squareup.okhttp.Protocol#SPDY_3} */
66 private final Protocol protocol; field in class:HttpOverSpdyTest
69 protected HttpOverSpdyTest(Protocol protocol){
70 this.protocol = protocol;
88 client.setProtocols(Arrays.asList(protocol, Protocol.HTTP_11))
    [all...]
  /external/protobuf/editors/
proto.vim 0 " Protocol Buffers - Google's data interchange format
31 " This is the Vim syntax file for Google Protocol Buffers.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
smbus.h 62 /* SMB_REQUEST.Protocol constants */
78 UCHAR Protocol;
  /external/chromium_org/chrome/browser/resources/cryptotoken/
usbenrollhandler.js 201 * @param {string} version Protocol version
221 * @param {string} version Protocol version
237 * @param {string} version Protocol version
322 * @param {string} version Protocol version
  /frameworks/base/core/java/android/net/nsd/
NsdManager.java 35 import com.android.internal.util.Protocol;
159 private static final int BASE = Protocol.BASE_NSD_MANAGER;
208 /** Dns based service discovery protocol */
463 * @param protocolType The service discovery protocol
481 throw new IllegalArgumentException("Unsupported protocol");
537 * @param protocolType The service discovery protocol
551 throw new IllegalArgumentException("Unsupported protocol");
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
Http20Draft09.java 18 import com.squareup.okhttp.Protocol;
34 @Override public Protocol getProtocol() {
35 return Protocol.HTTP_2;

Completed in 2230 milliseconds

1 23 4 5 6 7 8