HomeSort by relevance Sort by last modified time
    Searched full:protocols (Results 151 - 175 of 1042) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/WebKit/public/platform/
WebSocketHandle.h 61 virtual void connect(const WebURL& /* url */, const WebVector<WebString>& protocols, const WebString& origin, WebSocketHandleClient*) = 0;
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_cfg.c 80 /* Protocols that use Frame Interface do not need to be included in the interface mapping */
  /external/tcpdump/
oui.h 21 #define OUI_CISCO 0x00000c /* Cisco protocols */
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
LoggingInputStream.java 90 // email protocols are supposed to be all 7bits, but there are wrong implementations
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
error.h 42 #define SND_ERROR_INCOMPATIBLE_VERSION (SND_ERROR_BEGIN+0) /**< Kernel/library protocols are not compatible. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_pppox.h 44 * Protocols supported by AF_PPPOX
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/protocols/
rwhod.h 67 #endif /* protocols/rwhod.h */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
error.h 42 #define SND_ERROR_INCOMPATIBLE_VERSION (SND_ERROR_BEGIN+0) /**< Kernel/library protocols are not compatible. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_pppox.h 44 * Protocols supported by AF_PPPOX
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
rwhod.h 67 #endif /* protocols/rwhod.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
error.h 42 #define SND_ERROR_INCOMPATIBLE_VERSION (SND_ERROR_BEGIN+0) /**< Kernel/library protocols are not compatible. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_pppox.h 44 * Protocols supported by AF_PPPOX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
rwhod.h 67 #endif /* protocols/rwhod.h */
  /external/chromium/net/base/
ssl_config_service.h 86 // The list of application level protocols supported. If set, this will
88 // length prefixed strings. The order of the protocols doesn't matter expect
  /external/chromium/net/tools/spdyshark/
Makefile.am 51 # protocols, and a function plugin_reg_handoff() that calls the handoff
52 # registration routines for all protocols.
Makefile.nmake 51 # protocols, and a function plugin_reg_handoff() that calls the handoff
52 # registration routines for all protocols.
  /external/chromium_org/chromeos/dbus/
nfc_adapter_client.h 43 // The NFC protocols that are supported by the adapter. Possible values
45 dbus::Property<std::vector<std::string> > protocols; member in struct:chromeos::NfcAdapterClient::Properties
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.h 63 static PassRefPtr<WebSocket> create(ExecutionContext*, const String& url, const Vector<String>& protocols, ExceptionState&);
75 void connect(const String& url, const Vector<String>& protocols, ExceptionState&);
NewWebSocketChannelImpl.cpp 125 Vector<String> protocols; local
131 protocol.split(", ", true, protocols);
133 blink::WebVector<blink::WebString> webProtocols(protocols.size());
134 for (size_t i = 0; i < protocols.size(); ++i) {
135 webProtocols[i] = protocols[i];
  /external/chromium_org/third_party/ocmock/
Changes.txt 176 * Using new functions to deal with protocols (Evan Doll)
249 * Added support for mocking formal protocols
  /external/iptables/extensions/
libip6t_ipv6header.c 19 /* A few hardcoded protocols for 'all' and in case the user has no
20 * /etc/protocols */
  /external/libppp/src/
README.nat 71 A second disadvantage is that "IP encoding" protocols, which send IP
75 protocols. This frees users from depending on using the ftp passive
79 The implementation supports all standard, non-encoding TCP and UDP protocols.
80 Examples of these protocols are http, gopher and telnet. The standard UDP
157 the number of NAT links open for different protocols.
166 This will allow rsh, RPC and other specialised protocols to work
253 occasional IP-encoding protocols always need workarounds (hacks).
254 Users who are interested in supporting new IP-encoding protocols
  /external/valgrind/main/coregrind/m_gdbserver/gdb/
signals.h 30 protocols, if they use a different numbering, should make sure to
43 remote protocols use a similar encoding. However, it is
  /libcore/crypto/src/main/java/org/conscrypt/
NativeCrypto.java     [all...]
  /external/apache-http/src/org/apache/http/impl/entity/
LaxContentLengthStrategy.java 49 * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec4.4">Section 4.4</a>,
50 * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.6">Section 3.6</a>,
51 * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.41">Section 14.41</a>
52 * and <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec14.13">Section 14.13</a>
53 * of <a href="http://www.w3.org/Protocols/rfc2616/rfc2616.txt">RFC 2616</a>, but is lenient

Completed in 1181 milliseconds

1 2 3 4 5 67 8 91011>>