HomeSort by relevance Sort by last modified time
    Searched full:protocol (Results 676 - 700 of 3661) sorted by null

<<21222324252627282930>>

  /external/clang/test/Rewriter/
rewrite-block-pointer.mm 62 @protocol CoreDAVAccountInfoProvider;
63 @protocol CodeProvider;
  /external/clang/test/SemaObjC/
conditional-expr-4.m 35 @protocol P0 @end
50 @protocol P1
  /external/ipsec-tools/src/libipsec/
policy_parse.h 48 PROTOCOL = 264,
67 #define PROTOCOL 264
  /external/libnfc-nxp/src/
phFriNfc_LlcpUtils.h 36 * \name NFC Forum Logical Link Control Protocol Utils
56 /** \defgroup grp_fri_nfc_llcp NFC Forum Logical Link Control Protocol Component
  /external/mesa3d/docs/
MESA_copy_sub_buffer.spec 78 GLX Protocol
81 Xlib protocol inside of Mesa.
  /external/nist-sip/java/gov/nist/javax/sip/
TransactionExt.java 30 * Returns the name of the protocol with which this message was initially received
31 * @return the name of the protocol with which this message was initially received
  /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/protobuf/editors/
protobuf-mode.el 1 ;;; protobuf-mode.el --- major mode for editing protocol buffers.
43 ;; `protobuf-mode-hook'. For example, the following would make protocol-mode
78 ;; features of protocol buffer language. Refer to the documentation in the
116 ;; syntactic features that are not supported by the protocol buffer language.
187 "Protocol Buffers Mode Commands"
188 (cons "Protocol Buffers" (c-lang-const c-mode-menu protobuf)))
194 "Major mode for editing Protocol Buffers description language.
205 mode-name "Protocol-Buffers"
  /external/protobuf/java/src/main/java/com/google/protobuf/
ProtocolMessageEnum.java 0 // Protocol Buffers - Google's data interchange format
37 * Interface of useful methods added to all enums generated by the protocol
  /external/protobuf/src/google/protobuf/compiler/
code_generator.cc 0 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_extension.h 0 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
  /external/protobuf/src/google/protobuf/compiler/java/
java_enum.h 0 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
java_extension.h 0 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum.h 0 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
  /external/protobuf/src/google/protobuf/
generated_message_util.h 0 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
unittest_embed_optimize_for.proto 0 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
unittest_import.proto 0 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
unittest_mset.proto 0 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
  /external/protobuf/src/google/protobuf/testing/
zcgunzip.cc 0 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
zcgzip.cc 0 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
  /external/qemu/
Makefile.target 274 android/protocol/attach-ui-proxy.c \
275 android/protocol/fb-updates-proxy.c \
276 android/protocol/user-events-impl.c \
277 android/protocol/ui-commands-proxy.c \
278 android/protocol/core-commands-impl.c \
279 android/protocol/core-commands-qemu.c \
358 android/protocol/core-commands-qemu.c \
359 android/protocol/ui-commands-qemu.c \
  /external/webkit/Source/WebCore/bindings/js/
JSWebSocketCustom.cpp 66 String protocol = ustringToString(exec->argument(1).toString(exec)); local
69 webSocket->connect(url, protocol, ec);
  /external/webkit/Source/WebCore/page/
SecurityOriginHash.h 42 origin->protocol().impl() ? origin->protocol().impl()->hash() : 0,
  /external/webkit/Source/WebCore/websockets/
WebSocketHandshake.h 51 WebSocketHandshake(const KURL&, const String& protocol, ScriptExecutionContext*);
59 void setClientProtocol(const String& protocol);
WorkerThreadableWebSocketChannel.cpp 52 WorkerThreadableWebSocketChannel::WorkerThreadableWebSocketChannel(WorkerContext* context, WebSocketChannelClient* client, const String& taskMode, const KURL& url, const String& protocol)
55 , m_bridge(Bridge::create(m_workerClientWrapper, m_workerContext, taskMode, url, protocol))
111 WorkerThreadableWebSocketChannel::Peer::Peer(RefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, WorkerLoaderProxy& loaderProxy, ScriptExecutionContext* context, const String& taskMode, const KURL& url, const String& protocol)
114 , m_mainWebSocketChannel(WebSocketChannel::create(context, this, url, protocol))
243 void WorkerThreadableWebSocketChannel::Bridge::mainThreadCreateWebSocketChannel(ScriptExecutionContext* context, Bridge* thisPtr, RefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, const String& taskMode, const KURL& url, const String& protocol)
248 Peer* peer = Peer::create(clientWrapper, thisPtr->m_loaderProxy, context, taskMode, url, protocol);
252 WorkerThreadableWebSocketChannel::Bridge::Bridge(PassRefPtr<ThreadableWebSocketChannelClientWrapper> workerClientWrapper, PassRefPtr<WorkerContext> workerContext, const String& taskMode, const KURL& url, const String& protocol)
261 m_loaderProxy.postTaskToLoader(createCallbackTask(&Bridge::mainThreadCreateWebSocketChannel, this, m_workerClientWrapper, m_taskMode, url, protocol));

Completed in 922 milliseconds

<<21222324252627282930>>