HomeSort by relevance Sort by last modified time
    Searched full:protocols (Results 101 - 125 of 614) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/net/http/
http_network_layer.cc 46 static const char kDisableAltProtocols[] = "no-alt-protocols";
48 static const char kForceAltProtocols[] = "force-alt-protocols";
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 286 self['protocols'] = self._parse_protocols()
521 """ Returns a list of protocols this extension requests permission for.
526 protocols = []
530 if (len(split) == 2) and (split[0] not in protocols):
531 protocols.append(split[0] + "://")
532 return protocols
  /external/clang/lib/AST/
DeclPrinter.cpp 827 // Protocols?
828 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols();
829 if (!Protocols.empty()) {
830 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),
831 E = Protocols.end(); I != E; ++I)
832 Out << (I == Protocols.begin() ? '<' : ',') << *I;
835 if (!Protocols.empty())
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaDeclObjC.cpp 47 // We ignore protocols here. Should we? What about Class?
193 // Look through protocols.
206 // Look through protocols.
217 // Look through protocols.
517 // Check then save referenced protocols.
643 /// Check then save referenced protocols.
653 /// FindProtocolDeclaration - This routine looks up protocols and
655 /// protocol declarations in its 'Protocols' argument.
660 llvm::SmallVectorImpl<Decl *> &Protocols) {
689 Protocols.push_back(PDecl)
    [all...]
SemaCodeComplete.cpp 832 // Protocols are in distinct namespaces from everything else.
    [all...]
  /external/libnfc-nxp/src/
phHal4Nfc_ADD.c 438 support multiple protocols*/
608 /*If multiple protocols are supported ,allocate separate remote device
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 123 * Recognized security protocols.
294 * The set of key management protocols supported by this configuration.
300 * The set of security protocols supported by this configuration.
306 * The set of authentication protocols supported by this configuration.
410 sbuf.append(" Protocols:");
  /external/iptables/include/
xtables.h 66 * %XTTYPE_PROTOCOL: protocol number/name from /etc/protocols (ptr: uint8_t)
340 * A few hardcoded protocols for 'all' and in case the user has no
341 * /etc/protocols.
xtables.h.in 66 * %XTTYPE_PROTOCOL: protocol number/name from /etc/protocols (ptr: uint8_t)
340 * A few hardcoded protocols for 'all' and in case the user has no
341 * /etc/protocols.
  /frameworks/base/docs/html/guide/appendix/
media-formats.jd 10 <li><a href="#network">Network Protocols</a></li>
34 <h2 id="network">Network Protocols</h2>
36 <p>The following network protocols are supported for audio and video playback:</p>
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSocketTest.java 314 assertTrue("No supported protocols found", res.length > 0);
320 * javax.net.ssl.SSLSocket#setEnabledProtocols(String[] protocols)
337 assertEquals("no enabled protocols set",
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.java 47 * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616.txt">RFC 2616</a>,
48 * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.6">section 3.6.1</a>.
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.h 31 // This file contains classes for dealing with the STUN and TURN protocols.
32 // Both protocols use the same wire format.
  /external/clang/lib/CodeGen/
CGObjCRuntime.h 137 /// accompanying metadata) and a list of protocols.
180 /// Generate the named protocol. Protocols contain method metadata but no
  /external/ppp/pppd/plugins/radius/
radiusclient.h 198 /* FRAMED PROTOCOLS */
235 #define PW_DUMB 0 /* 1 and 2 are defined in FRAMED PROTOCOLS */
  /external/wpa_supplicant_6/wpa_supplicant/
config_ssid.h 150 * key_mgmt - Bitfield of allowed key management protocols
157 * proto - Bitfield of allowed protocols, WPA_PROTO_*
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 153 * key_mgmt - Bitfield of allowed key management protocols
160 * proto - Bitfield of allowed protocols, WPA_PROTO_*
  /libcore/luni/src/main/java/java/net/
URLStreamHandler.java 32 * u}. Since different protocols also have unique ways of connecting, it
45 * u} using the given {@code proxy}. Since different protocols also have
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java 400 * Comma-separated list of protocols to use when creating outgoing TLS connections.
480 // Supported protocols for TLS client: can be overridden by application
981 String[] protocols = new String[st.countTokens()]; local
    [all...]
  /external/ppp/pppd/
auth.c 156 /* Number of network protocols which we have opened. */
159 /* Number of network protocols which have come up. */
685 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
713 * Tell higher-level protocols that LCP is up.
716 for (i = 0; (protp = protocols[i]) != NULL; ++i)
850 for (i = 0; (protp = protocols[i]) != NULL; ++i)
856 * Bring up other network protocols iff encryption is not required.
872 * Start the "real" network protocols.
874 for (i = 0; (protp = protocols[i]) != NULL; ++i)
884 lcp_close(0, "No network protocols running")
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorObjC.pm 391 my @protocols = ();
394 push(@protocols, "NSObject");
395 push(@protocols, "NSCopying") if $dataNode->name eq "EventTarget";
402 die "Parents of protocols must also be protocols." unless IsProtocolType($parentName);
403 push(@protocols, "DOM" . $parentName);
406 push(@protocols, "DOM" . $parentName);
417 push(@protocols, "DOM" . $firstParent);
429 push(@protocols, "DOM" . $parentName);
433 return ($parent, @protocols);
    [all...]
  /bionic/libc/include/
nsswitch.h 100 #define NSDB_PROTOCOLS "protocols"

Completed in 546 milliseconds

1 2 3 45 6 7 8 91011>>