HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 276 - 300 of 2282) sorted by null

<<11121314151617181920>>

  /external/python/cpython3/Lib/test/test_asyncio/
test_proactor_events.py 32 self.protocol = test_utils.make_test_protocol(asyncio.Protocol)
37 self.protocol, waiter=waiter)
46 self.protocol.connection_made(tr)
53 self.assertFalse(self.protocol.data_received.called)
54 self.assertFalse(self.protocol.eof_received.called)
64 self.protocol.data_received.assert_called_with(b'data')
77 self.assertTrue(self.protocol.eof_received.called)
195 self.protocol.connection_lost.assert_called_with(None)
207 self.protocol.connection_lost.assert_called_with(None
    [all...]
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
ImageBackend.java 240 * and applies its specified release protocol of closing image and/or
252 ImageReleaseProtocol protocol = mImageSemaphoreMap.get(img); local
253 if (protocol == null || protocol.getCount() <= 0) {
261 protocol.addCount(-1);
264 if (protocol.getCount() == 0) {
272 if (protocol.closeOnRelease) {
278 if (protocol.blockUntilRelease) {
279 protocol.signal();
284 mImageSemaphoreMap.put(img, protocol);
449 ImageReleaseProtocol protocol = setSemaphoreReferenceCount(img, countImageRefs, local
606 BlockSignalProtocol protocol = new BlockSignalProtocol(); local
710 ImageReleaseProtocol protocol = new ImageReleaseProtocol(blockUntilRelease, local
738 ImageReleaseProtocol protocol = mImageSemaphoreMap.get(img); local
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/
basic_socket_acceptor.hpp 43 * acceptor.open(endpoint.protocol());
49 template <typename Protocol,
50 typename SocketAcceptorService = socket_acceptor_service<Protocol> >
63 /// The protocol type.
64 typedef Protocol protocol_type;
67 typedef typename Protocol::endpoint endpoint_type;
92 * @param protocol An object specifying protocol parameters to be used.
97 const protocol_type& protocol)
101 this->get_service().open(this->get_implementation(), protocol, ec)
137 const protocol_type protocol = endpoint.protocol(); local
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_service.hpp 42 template <typename Protocol>
47 // The protocol type.
48 typedef Protocol protocol_type;
51 typedef typename Protocol::endpoint endpoint_type;
62 : protocol_(endpoint_type().protocol())
66 // The protocol associated with the socket.
83 other_impl.protocol_ = endpoint_type().protocol();
94 other_impl.protocol_ = endpoint_type().protocol();
97 // Move-construct a new socket implementation from another protocol type.
106 other_impl.protocol_ = typename Protocol1::endpoint().protocol();
319 int protocol = impl.protocol_.type(); local
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/
OmtpVvmCarrierConfigHelper.java 37 import com.android.voicemail.impl.protocol.VisualVoicemailProtocol;
38 import com.android.voicemail.impl.protocol.VisualVoicemailProtocolFactory;
97 private final VisualVoicemailProtocol protocol; field in class:OmtpVvmCarrierConfigHelper
117 protocol = null;
140 protocol = VisualVoicemailProtocolFactory.create(this.context.getResources(), vvmType);
151 protocol = VisualVoicemailProtocolFactory.create(this.context.getResources(), vvmType);
177 * known protocol.
180 if (protocol == null) {
193 return protocol;
196 /** @returns arbitrary String stored in the config file. Used for protocol specific values. *
    [all...]
  /external/tensorflow/tensorflow/python/training/
server_lib.py 29 def _make_server_def(server_or_cluster_def, job_name, task_index, protocol,
31 """Creates a `tf.train.ServerDef` protocol buffer.
35 `tf.train.ClusterDef` protocol buffer, or a
44 protocol: (Optional.) Specifies the protocol to be used by the server.
64 if protocol is not None:
65 server_def.protocol = protocol
85 if protocol is None:
86 protocol = "grpc
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_shelve.py 15 s = shelve.Shelf(d1, protocol=2, writeback=False)
30 s = shelve.open(self.fn, protocol=0)
40 s = shelve.open(self.fn, protocol=1)
50 s = shelve.open(self.fn, protocol=2)
60 s = shelve.Shelf(d1, protocol=0)
65 s = shelve.Shelf(d2, protocol=1)
75 s = shelve.Shelf(d1, protocol=2, writeback=False)
83 s = shelve.Shelf(d2, protocol=2, writeback=True)
133 _args={'protocol':0}
136 _args={'protocol':1}
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeNodeStream.h 35 @protocol ANTLRTreeNodeStream < ANTLRIntStream >
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeNodeStream.h 35 @protocol ANTLRTreeNodeStream < ANTLRIntStream >
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeNodeStream.h 35 @protocol ANTLRTreeNodeStream < ANTLRIntStream >
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeNodeStream.h 35 @protocol ANTLRTreeNodeStream < ANTLRIntStream >
  /external/apache-http/src/org/apache/http/client/protocol/
ClientContextConfigurer.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/ClientContextConfigurer.java $
32 package org.apache.http.client.protocol;
40 import org.apache.http.protocol.HttpContext;
RequestProxyAuthentication.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/RequestProxyAuthentication.java $
32 package org.apache.http.client.protocol;
46 import org.apache.http.protocol.HttpContext;
RequestTargetAuthentication.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/RequestTargetAuthentication.java $
32 package org.apache.http.client.protocol;
46 import org.apache.http.protocol.HttpContext;
  /external/apache-http/src/org/apache/http/impl/client/
DefaultHttpRequestRetryHandler.java 42 import org.apache.http.protocol.HttpContext;
43 import org.apache.http.protocol.ExecutionContext;
  /external/clang/test/Index/
complete-member-access.m 4 @protocol MyProtocol
  /external/conscrypt/common/src/main/java/org/conscrypt/
ActiveSession.java 41 private String protocol; field in class:ActiveSession
250 String protocol = this.protocol; local
251 if (protocol == null) {
253 protocol = ssl.getVersion();
255 this.protocol = protocol;
257 return protocol;
  /external/curl/docs/cmdline-opts/
cert.d 9 with HTTPS, FTPS or another SSL-based protocol. The certificate must be in
http2-prior-knowledge.d 12 protocol version in the TLS handshake.
include.d 3 Help: Include protocol response headers in the output
proxy1.0.d 9 attempts to use CONNECT through the proxy will specify an HTTP 1.0 protocol
telnet-option.d 6 Pass options to the telnet protocol. Supported options are:
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
URLHandler.java 110 String protocol = url.getProtocol(); local
113 Method m = handlers.get(protocol);
141 String protocol = url.getProtocol(); local
143 if (protocol.equals("file")) {
145 } else if (protocol.equals("jar") || protocol.equals("wsjar")) {
209 String protocol = url.getProtocol(); local
210 if (!protocol.equals("jar")) {
211 // change the protocol to "jar"
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
URLHandler.java 106 String protocol = url.getProtocol(); local
109 Method m = handlers.get(protocol);
137 String protocol = url.getProtocol(); local
139 if (protocol.equals("file")) {
141 } else if (protocol.equals("jar") || protocol.equals("wsjar")) {
205 String protocol = url.getProtocol(); local
206 if (!protocol.equals("jar")) {
207 // change the protocol to "jar"
  /external/iproute2/examples/diffserv/
Edge2 43 $TC filter add dev $INDEV parent ffff: protocol ip prio 50 handle 3 fw \
66 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1
67 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2
68 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:3

Completed in 608 milliseconds

<<11121314151617181920>>