/external/libnfc-nci/src/nfa/ce/ |
nfa_ce_act.c | 402 /* Next, add protocols from non-NDEF, if any */ [all...] |
/external/libnfc-nxp/inc/ |
phNfcHalTypes.h | 79 * The <em> Supported Protocols Structure </em> holds all protocol supported by the current NFC 103 * protocols supported in Reader and emulation mode [all...] |
/external/ppp/pppd/ |
pppd.h | 430 /* Table of pointers to supported protocols */ 431 extern struct protent *protocols[]; [all...] |
/libcore/ojluni/src/main/java/java/net/ |
ServerSocket.java | [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/doc/ |
pyasn1-tutorial.html | 23 network engineers to develop, debug and experiment with ASN.1-based protocols 33 data exchange protocols in a robust, clear and interoperabable way for 41 <li>Serialization protocols: domain-specific data units expressed in ASN.1 583 However, ASN.1 users (e.g. protocols designers) seem to ignore the original 681 protocols employ OBJECT IDENTIFIERs for their own identification needs. [all...] |
/external/curl/ |
CHANGES.0 | 152 librtmp library. It supports a range of variations and "sub-protocols" 229 protocols curl accepts for the requests and when following redirects. 305 - Ben Greear brought a patch that from now on allows all protocols to specify [all...] |
/external/boringssl/src/include/openssl/ |
ssl.h | [all...] |
/external/clang/lib/Serialization/ |
ASTWriterDecl.cpp | 662 // Write out the protocols that are directly referenced by the @interface. 664 for (const auto *P : D->protocols()) 669 // Write out the protocols that are transitively referenced. 719 for (const auto *I : D->protocols()) 741 for (const auto *I : D->protocols()) [all...] |
/external/mdnsresponder/mDNSShared/ |
dns_sd.h | 48 * This behavior is a result of combining protocols such as multicast and 376 /* Possible protocols for DNSServiceNATPortMappingCreate(). */ 381 /* 0x04 and 0x08 reserved for future internetwork protocols */ 385 /* 0x40 and 0x80 reserved for future transport protocols, e.g. SCTP [RFC 2960] 387 * mappings for these protocols, new constants will be defined here. [all...] |
/external/boringssl/src/ssl/ |
ssl_lib.c | [all...] |
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.core.memory_cache_http_server.html | 187 <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html</a> for details.<br> 334 <dl><dt><strong>responses</strong> = {100: ('Continue', 'Request received, please continue'), 101: ('Switching Protocols', 'Switching to new protocol; obey Upgrade header'), 200: ('OK', 'Request fulfilled, document follows'), 201: ('Created', 'Document created, URL follows'), 202: ('Accepted', 'Request accepted, processing continues off-line'), 203: ('Non-Authoritative Information', 'Request fulfilled from cache'), 204: ('No Content', 'Request fulfilled, nothing follows'), 205: ('Reset Content', 'Clear input form for further input.'), 206: ('Partial Content', 'Partial content follows.'), 300: ('Multiple Choices', 'Object has several resources -- see URI list'), ...}</dl> [all...] |
/external/clang/lib/Sema/ |
SemaExprMember.cpp | 405 for (const auto *I : PDecl->protocols()) { 417 // Check protocols on qualified interfaces. [all...] |
SemaExprObjC.cpp | [all...] |
/external/curl/lib/ |
urldata.h | 63 /* Convenience defines for checking protocols or their SSL based version. Each 502 This is implicit when SSL-protocols are used through 792 /* some protocols will have to call the underlying functions without regard to [all...] |
/external/iptables/iptables/ |
ip6tables.c | 174 /* A few hardcoded protocols for 'all' and in case the user has no 175 /etc/protocols */ 973 /* The ip6tables looks up the /etc/protocols. */ [all...] |
/frameworks/base/core/java/android/app/ |
DownloadManager.java | 145 * @see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html#sec6.1.1">RFC 2616 583 * @see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2">HTTP/1.1 623 * @see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.7">HTTP/1.1 [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
urllib.py | 9 http://www.w3.org/pub/WWW/Protocols/ 650 # For security reasons we do not allow redirects to protocols [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
urllib.py | 9 http://www.w3.org/pub/WWW/Protocols/ 650 # For security reasons we do not allow redirects to protocols [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
urllib.py | 9 http://www.w3.org/pub/WWW/Protocols/ 650 # For security reasons we do not allow redirects to protocols [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
urllib.py | 9 http://www.w3.org/pub/WWW/Protocols/ 650 # For security reasons we do not allow redirects to protocols [all...] |
/device/google/marlin/ |
wpa_supplicant_wcn.conf | 248 # proto: list of accepted protocols 253 # key_mgmt: list of accepted authenticated key management protocols
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
SSLEngineImplTest.java | 67 String[] protocols = { "SSLv3", "TLSv1" }; local 328 + "of supported protocols: " + enabled[i]); [all...] |
/external/ipsec-tools/src/racoon/ |
racoon.conf.5 | 988 does not have a list of security protocols to be negotiated. 989 The list of security protocols are passed by SPD in the kernel. [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
README-P2P | 383 discovery protocols and requests this to be sent to all discovered 402 0 = All service protocols [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
unistd.h | 154 _POSIX_PII_INTERNET Internet family of protocols supported. 157 _POSIX_PII_OSI ISO/OSI family of protocols supported. [all...] |