HomeSort by relevance Sort by last modified time
    Searched full:protocols (Results 501 - 525 of 1555) sorted by null

<<21222324252627282930>>

  /external/libnfc-nxp/src/
phHal4Nfc_ADD.c 438 support multiple protocols*/
606 /*If multiple protocols are supported ,allocate separate remote device
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
service_registry.py 341 protocols = media_upload_config.get('protocols', {})
343 media = protocols.get(protocol, {})
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
transport_test.py 159 remote.Protocols.set_default(remote.Protocols.new_default())
205 remote.Protocols.get_default().add_protocol(
  /external/curl/docs/examples/
synctime.c 37 * on DAYTIME, TIME, or NTP protocols. These protocols provide good accurate
40 * these protocols to work properly.
  /external/curl/tests/
README 32 4.1 More protocols
224 2000 - x multiple sequential protocols per test case
270 4.1 More protocols
  /external/iproute2/include/
xtables.h 65 * %XTTYPE_PROTOCOL: protocol number/name from /etc/protocols (ptr: uint8_t)
371 * A few hardcoded protocols for 'all' and in case the user has no
372 * /etc/protocols.
  /external/iptables/include/
xtables.h 65 * %XTTYPE_PROTOCOL: protocol number/name from /etc/protocols (ptr: uint8_t)
371 * A few hardcoded protocols for 'all' and in case the user has no
372 * /etc/protocols.
  /frameworks/base/docs/html/guide/appendix/
media-formats.jd 11 <li><a href="#network">Network Protocols</a></li>
35 <h2 id="network">Network Protocols</h2>
37 <p>The following network protocols are supported for audio and video playback:</p>
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSocketTest.java 306 assertTrue("No supported protocols found", res.length > 0);
312 * javax.net.ssl.SSLSocket#setEnabledProtocols(String[] protocols)
329 assertEquals("no enabled protocols set",
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLContext.java 40 * <p> Android provides the following <code>SSLContext</code> protocols:
444 * <p>The parameters will always have the ciphersuites and protocols
460 * <p>The parameters will always have the ciphersuites and protocols
HttpsURLConnection.java 39 * See <A HREF="http://www.w3.org/pub/WWW/Protocols/">
40 * http://www.w3.org/pub/WWW/Protocols/</A> and
  /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-trace/catapult/third_party/WebOb/webob/
descriptors.py 216 * http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.19
217 * http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.11
  /external/clang/lib/CodeGen/
CGObjCRuntime.h 148 /// accompanying metadata) and a list of protocols.
194 /// Generate the named protocol. Protocols contain method metadata but no
  /external/ppp/pppd/plugins/radius/
radiusclient.h 202 /* FRAMED PROTOCOLS */
239 #define PW_DUMB 0 /* 1 and 2 are defined in FRAMED PROTOCOLS */
  /external/webrtc/webrtc/p2p/base/
relayport_unittest.cc 37 // (cricket::RelayServer) using all currently available protocols. The
95 // protocols used for connecting to the relay server. As soon as
  /libcore/ojluni/src/main/java/java/net/
SocketImpl.java 325 * may offer alternative protocols which have different performance
328 * when the implementation chooses from the available protocols.
package.html 86 <p>By default the protocol handlers are loaded dynamically from the default location. It is, however, possible to add to the search path by setting the <code>java.protocol.handler.pkgs</code> system property. For instance if it is set to <code>myapp.protocols</code>, then the URL code will try, in the case of http, first to load <code>myapp.protocols.http.Handler</code>, then, if this fails, <code>http.Handler</code> from the default location.<p>
  /packages/apps/Email/provider_src/com/android/email/mail/
Store.java 149 * Some protocols require that a sent message be copied (uploaded) into the Sent folder
160 * Some protocols allow for syncing of folder types other than inbox. The store for any such
  /external/curl/docs/
INTERNALS 228 functions are named after the protocols they handle.
324 `curl_sasl_sspi.c` and `curl_sasl_gssapi.c` for the email protocols and
403 open. Particular options may tell libcurl not to, and protocols may signal
424 The FTP and the SFTP/SCP protocols are examples of how we adapt and adjust
426 response protocols. They are built around state machines that return when
428 protocols are crappy examples and they are subject for rewrite in the future
    [all...]
  /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 151 /* Number of network protocols which we have opened. */
154 /* Number of network protocols which have come up. */
709 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
737 * Tell higher-level protocols that LCP is up.
740 for (i = 0; (protp = protocols[i]) != NULL; ++i)
877 for (i = 0; (protp = protocols[i]) != NULL; ++i)
883 * Bring up other network protocols iff encryption is not required.
899 * Start the "real" network protocols.
901 for (i = 0; (protp = protocols[i]) != NULL; ++i)
911 lcp_close(0, "No network protocols running")
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/util/ssl/
SslContextFactory.java 111 /** Excluded protocols. */
113 /** Included protocols. */
300 LOG.info("Enabled Protocols {} of {}",Arrays.asList(engine.getEnabledProtocols()),Arrays.asList(engine.getSupportedProtocols()));
319 * @param protocols
323 public void setExcludeProtocols(String... protocols)
328 _excludeProtocols.addAll(Arrays.asList(protocols));
353 * @param protocols
357 public void setIncludeProtocols(String... protocols)
361 _includeProtocols = new LinkedHashSet<String>(Arrays.asList(protocols));
    [all...]
  /external/avahi/specs/
draft-cheshire-dnsext-dns-sd-04.txt 93 14. Comparison with Alternative Service Discovery Protocols.......27
428 Some service discovery protocols decouple the true service identifier
621 one-per-application-protocol at an alarming rate. Some protocols
    [all...]

Completed in 1281 milliseconds

<<21222324252627282930>>