HomeSort by relevance Sort by last modified time
    Searched refs:Protocol (Results 76 - 100 of 246) sorted by null

1 2 34 5 6 7 8 910

  /external/ppp/pppd/plugins/radius/etc/
dictionary 22 # Framed-Protocol = PPP
52 ATTRIBUTE Framed-Protocol 7 integer
94 # Experimental Non Protocol Attributes used by Cistron-Radiusd
108 # Non-Protocol Attributes
145 VALUE Framed-Protocol PPP 1
146 VALUE Framed-Protocol SLIP 2
215 # Non-Protocol Integer Translations
231 # Experimental Non-Protocol Integer Translations for Cistron-Radiusd
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventProxy.h 73 #pragma mark DebugEventListener Protocol
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventProxy.h 73 #pragma mark DebugEventListener Protocol
  /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/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_service.hpp 42 template <typename Protocol>
47 // The protocol type.
48 typedef Protocol protocol_type;
51 typedef typename Protocol::endpoint endpoint_type;
62 : protocol_(endpoint_type().protocol())
66 // The protocol associated with the socket.
83 other_impl.protocol_ = endpoint_type().protocol();
94 other_impl.protocol_ = endpoint_type().protocol();
97 // Move-construct a new socket implementation from another protocol type.
106 other_impl.protocol_ = typename Protocol1::endpoint().protocol();
319 int protocol = impl.protocol_.type(); local
    [all...]
  /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/mesa3d/docs/
MESA_pixmap_colormap.spec 76 GLX Protocol
MESA_set_3dfx_mode.spec 71 GLX Protocol
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
JavaApiConverterTest.java 21 import com.squareup.okhttp.Protocol;
125 assertEquals(Protocol.HTTP_1_1, response.protocol());
205 assertEquals(Protocol.HTTP_1_1, response.protocol());
352 .protocol(Protocol.HTTP_1_1)
507 .protocol(Protocol.HTTP_1_1)
531 .protocol(Protocol.HTTP_1_1
    [all...]
  /external/protobuf/
configure.ac 15 AC_INIT([Protocol Buffers],[2.6.1],[protobuf@googlegroups.com],[protobuf])
59 # Protocol Buffers contains several checks that are intended to be used only
  /frameworks/base/core/java/android/net/
NetworkAgent.java 28 import com.android.internal.util.Protocol;
60 private static final int BASE = Protocol.BASE_NETWORK_AGENT;
NetworkFactory.java 29 import com.android.internal.util.Protocol;
53 private static final int BASE = Protocol.BASE_NETWORK_FACTORY;
  /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;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
any.pb.h 1 // Generated by the protocol buffer compiler. DO NOT EDIT!
13 #error incompatible with your Protocol Buffer headers. Please update
18 #error incompatible with your Protocol Buffer headers. Please
field_mask.pb.h 1 // Generated by the protocol buffer compiler. DO NOT EDIT!
13 #error incompatible with your Protocol Buffer headers. Please update
18 #error incompatible with your Protocol Buffer headers. Please
source_context.pb.h 1 // Generated by the protocol buffer compiler. DO NOT EDIT!
13 #error incompatible with your Protocol Buffer headers. Please update
18 #error incompatible with your Protocol Buffer headers. Please
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
ConnectionPoolTest.java 91 Util.immutableList(Protocol.SPDY_3, Protocol.HTTP_1_1), CONNECTION_SPECS, proxySelector);
98 AuthenticatorAdapter.INSTANCE, null, Util.immutableList(Protocol.SPDY_3, Protocol.HTTP_1_1),
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
HttpOverSpdyTest.java 23 import com.squareup.okhttp.Protocol;
70 /** Protocol to test, for example {@link com.squareup.okhttp.Protocol#SPDY_3} */
71 private final Protocol protocol; field in class:HttpOverSpdyTest
80 protected HttpOverSpdyTest(Protocol protocol){
81 this.protocol = protocol;
86 client.client().setProtocols(Arrays.asList(protocol, Protocol.HTTP_1_1))
    [all...]
  /external/protobuf/editors/
proto.vim 0 " Protocol Buffers - Google's data interchange format
3 " https://developers.google.com/protocol-buffers/
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;
  /system/core/fastboot/
tcp.cpp 118 *error = android::base::StringPrintf("Unknown TCP protocol version %s (host version %02d)",
182 return internal::Connect(Socket::NewClient(Socket::Protocol::kTcp, hostname, port, error),

Completed in 673 milliseconds

1 2 34 5 6 7 8 910