Home
last modified time | relevance | path

Searched refs:connection_type (Results 1 – 22 of 22) sorted by relevance

/external/python/oauth2client/oauth2client/
Dtransport.py149 connection_type=None): argument
169 redirections, connection_type)
187 redirections, connection_type)
219 connection_type=None): argument
227 connection_type)
239 redirections, connection_type)
/external/dnsmasq/src/
Dlog.c44 static int connection_type = SOCK_DGRAM; variable
112 log_fd = socket(AF_UNIX, connection_type, 0); in log_reopen()
199 connection_type = connection_type == SOCK_DGRAM ? SOCK_STREAM : SOCK_DGRAM; in log_write()
/external/python/apitools/apitools/base/py/
Dhttp_wrapper.py376 connection_type = None
383 connection_type = http.connections[url_scheme]
391 redirections=redirections, connection_type=connection_type)
/external/python/oauth2client/tests/
Dhttp_mock.py46 connection_type=None): argument
91 connection_type=None): argument
Dtest_service_account.py478 redirections=0, connection_type=None): argument
513 redirections=0, connection_type=None): argument
/external/python/google-api-python-client/googleapiclient/
Dhttp.py1628 connection_type=None): argument
1673 connection_type=None): argument
1715 connection_type=None): argument
1724 redirections, connection_type)
1754 connection_type=None): argument
1765 redirections, connection_type)
/external/python/httplib2/python3/httplib2/
D__init__.py1703 connection_type=None, argument
1743 if not connection_type:
1744 connection_type = SCHEME_TO_CONNECTION[scheme]
1746 if issubclass(connection_type, HTTPSConnectionWithTimeout):
1748 conn = self.connections[conn_key] = connection_type(
1758 conn = self.connections[conn_key] = connection_type(
1766 conn = self.connections[conn_key] = connection_type(
/external/python/httplib2/python2/httplib2/
D__init__.py1904 connection_type=None, argument
1947 if not connection_type:
1948 connection_type = SCHEME_TO_CONNECTION[scheme]
1952 conn = self.connections[conn_key] = connection_type(
1963 conn = self.connections[conn_key] = connection_type(
1972 conn = self.connections[conn_key] = connection_type(
/external/python/httplib2/tests/
Dtest_other.py56 http.request("http://random-domain:81/", connection_type=tests.MockHTTPConnection)
Dtest_http.py26 DUMMY_URL, connection_type=tests.MockHTTPConnection
39 DUMMY_URL, connection_type=tests.MockHTTPBadStatusConnection
/external/libchrome/dbus/
Dbus.h192 ConnectionType connection_type; // PRIVATE by default. member
Dbus.cc151 connection_type(PRIVATE) { in Options()
158 connection_type_(options.connection_type), in Bus()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.h90 DataType connection_type; member
Dconvert_graph.cc450 out_types.at(conn.port_number) = conn.connection_type; in CreateTRTNode()
486 inputs.emplace_back(input_node->name(), port, conn.connection_type); in CreateTRTNode()
Dconvert_nodes.cc4199 connection.connection_type = dtype; in ConvertSegmentToGraphDef()
/external/python/httplib2/doc/
Dlibhttplib2.rst243 … [method="GET", body=None, headers=None, redirections=DEFAULT_MAX_REDIRECTS, connection_type=None])
261 The *connection_type* is the type of connection object to use. The supplied
/external/python/httplib2/doc/html/_sources/
Dlibhttplib2.txt243 … [method="GET", body=None, headers=None, redirections=DEFAULT_MAX_REDIRECTS, connection_type=None])
261 The *connection_type* is the type of connection object to use. The supplied
/external/python/httplib2/python2/
Dhttplib2test.py289 "http://bitworking.org", connection_type=_MyHTTPConnection
300 "http://bitworking.org", connection_type=_MyHTTPBadStatusConnection
1415 self.http.request("http://bitworking.org", connection_type=_MyHTTPConnection)
/external/python/httplib2/python3/
Dhttplib2test.py270 "http://bitworking.org", connection_type=_MyHTTPConnection
281 "http://bitworking.org", connection_type=_MyHTTPBadStatusConnection
1364 self.http.request("http://bitworking.org", connection_type=_MyHTTPConnection)
/external/python/httplib2/
Dlibhttplib2.tex217 …l{method="GET", body=None, headers=None, redirections=DEFAULT_MAX_REDIRECTS, connection_type=None}}
232 The \var{connection_type} is the type of connection object to use. The supplied class
DCHANGELOG267 Added 'connection_type' parameter to Http.request().
/external/python/google-api-python-client/tests/
Dtest_http.py90 connection_type=None): argument
98 redirections, connection_type)