Searched refs:protocols (Results 1 - 25 of 41) sorted by relevance

12

/external/libvpx/examples/includes/geshi/geshi/
H A Dobjc.php21 * - Updated URLs for AppKit and Foundation; split classes and protocols.
188 // Foundation protocols
248 // AppKit protocols
302 6 => 'color: #2a6f76;', // Foundation protocols
304 8 => 'color: #2a6f76;', // AppKit protocols
/external/okhttp/src/main/java/libcore/util/
H A DLibcore.java160 provider.protocols = strings;
170 List<String> protocols; field in class:Libcore.JettyNpnProvider
177 @Override public List<String> protocols() { method in class:Libcore.JettyNpnProvider
178 return protocols;
188 System.out.println("CLIENT PROTOCOLS: " + protocols + " SERVER PROTOCOLS: " + strings);
189 String selected = protocols.get(0);
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLServerSocketTest.java124 public void setEnabledProtocols(String[] protocols) { argument
H A DSSLSocketTest.java155 public void setEnabledProtocols(String[] protocols) { argument
H A DSSLEngineTest.java459 public void setEnabledProtocols(String[] protocols) { argument
460 enabledProtocols = protocols;
/external/mtpd/
H A Dmtpd.c43 static struct protocol *protocols[] = {&l2tp, &pptp, NULL}; variable in typeref:struct:protocol
63 for (i = 0; protocols[i]; ++i) {
64 struct protocol *p = protocols[i];
74 for (i = 0; protocols[i]; ++i) {
75 struct protocol *p = protocols[i];
/external/ppp/pppd/
H A Ddemand.c109 for (i = 0; (protp = protocols[i]) != NULL; ++i)
125 for (i = 0; (protp = protocols[i]) != NULL; ++i)
142 for (i = 0; (protp = protocols[i]) != NULL; ++i)
168 for (i = 0; (protp = protocols[i]) != NULL; ++i)
351 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
H A Doptions.c583 * find_option - scan the option lists for the various protocols
609 for (i = 0; protocols[i] != NULL; ++i)
610 if ((opt = protocols[i]->options) != NULL)
1004 for (i = 0; protocols[i] != NULL; ++i)
1005 print_option_list(protocols[i]->options, printer, arg);
H A Dmain.c281 struct protent *protocols[] = { variable in typeref:struct:protent
347 * Initialize magic number generator now so that protocols may
355 for (i = 0; (protp = protocols[i]) != NULL; ++i)
451 for (i = 0; (protp = protocols[i]) != NULL; ++i)
1069 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
H A Dauth.c156 /* 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 runnin
[all...]
H A Dutils.c494 for (i = 0; (protp = protocols[i]) != NULL; ++i)
504 for (i = 0; (protp = protocols[i]) != NULL; ++i)
/external/libppp/src/
H A Dhdlc.c177 } protocols[] = { variable in typeref:struct:__anon8046
285 #define NPROTOCOLS (sizeof protocols/sizeof protocols[0])
293 if (proto >= protocols[f].from && proto <= protocols[f].to)
294 return protocols[f].name;
295 else if (proto < protocols[f].from)
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLSocketFunctionalTest.java141 String[] protocols = {"SSLv3", "TLSv1"};
150 ssocket.setEnabledProtocols(new String[] {protocols[j]});
157 csocket.setEnabledProtocols(new String[] {protocols[j]});
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/
H A DMySSLContextSpi.java151 public void setEnabledProtocols(String[] protocols) { } argument
/external/chromium/chrome/common/extensions/docs/build/
H A Ddirectory.py286 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar ... ssl.SSLContext getSSLContext (java.lang.String) String protocols javax.net.ssl.SSLContext rtvContext String[] protocolNames ...
/external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
H A Dupdate_html_tags_from_sources.sh36 grep -r "protocolIs" $src_dir/Source/WebCore/* | ruby -e '$stdin.readlines.join("").scan(/\"([\w-]+)"/) { |tag| puts "#{tag}:" }' > ${tmp_prefix}.protocols
61 > ${tmp_prefix}.protocols
62 grep -r 'aURI->SchemeIs("' $src_dir/* | cut -d\" -f2 | perl -ne 'chomp; print "$_:\n";' >> ${tmp_prefix}.protocols
63 grep -r 'uri->SchemeIs("' $src_dir/* | cut -d\" -f2 | perl -ne 'chomp; print "$_:\n";' >> ${tmp_prefix}.protocols
65 | xargs -I{} echo "about:{}" >> ${tmp_prefix}.protocols
67 | cut -d\" -f2 | sed s/$/:/g>> ${tmp_prefix}.protocols
91 grep -r 'URL_SCHEME.*"[a-z]' $src_dir | cut -d \" -f2 | perl -ne 'chomp; print "$_:\n";' > ${tmp_prefix}.protocols
109 types="css-properties css-values html-attrs html-tags html-values protocols headers mime-types css-pseudo css-atrules"
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
H A DMySSLContextSpi.java159 public void setEnabledProtocols(String[] protocols) { } argument
/external/webkit/Source/WebCore/bindings/scripts/
H A DCodeGeneratorObjC.pm391 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...]
/external/nist-sip/java/gov/nist/javax/sip/
H A DSipStackImpl.java400 * 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()];
985 protocols[i++] = st.nextToken();
987 this.enabledProtocols = protocols;
1424 * Set the list of protocols supported by the stack for outgoing TLS connections.
1425 * A stack can have only one set of protocols.
1427 * protocols of the java runtime, so specifying a protocol here does not
1439 * [] The new set of protocols to use for outgoing TLS connections.
1448 * Return the currently enabled protocols t
[all...]
/external/clang/tools/libclang/
H A DIndexing.cpp616 return InterInfo->ObjCInterDeclInfo.protocols;
623 return CatInfo->ObjCCatDeclInfo.protocols;
H A DIndexingContext.cpp394 InterInfo.ObjCInterDeclInfo.protocols = &InterInfo.ObjCProtoListInfo;
463 CatDInfo.ObjCCatDeclInfo.protocols = &CatDInfo.ObjCProtoListInfo;
492 CatDInfo.ObjCCatDeclInfo.protocols = 0;
/external/clang/include/clang-c/
H A DIndex.h2395 * base class, its protocols, or its categories' protocols, that has the same
2398 * its protocols, and its categories, and so on. A method from an Objective-C
4489 * \brief Completions for Objective-C protocols should be included in
5077 const CXIdxObjCProtocolRefInfo *const *protocols; member in struct:__anon3435
5084 const CXIdxObjCProtocolRefListInfo *protocols; member in struct:__anon3436
5092 const CXIdxObjCProtocolRefListInfo *protocols; member in struct:__anon3437
/external/strace/
H A Dnet.c453 falls into "protocols" array below!!!! This is intended!!! ***/
454 static const struct xlat protocols[] = { variable in typeref:struct:xlat
1496 printxval(protocols, tcp->u_arg[2], "IPPROTO_???");
1887 printxval(protocols, tcp->u_arg[2], "IPPROTO_???");
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DWebKitWebSourceGStreamer.cpp547 static gchar* protocols[] = {(gchar*) "http", (gchar*) "https", 0 }; local
549 return protocols;

Completed in 484 milliseconds

12