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/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/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.py381 connection_type = None
388 connection_type = http.connections[url_scheme]
396 redirections=redirections, connection_type=connection_type)
/external/python/google-api-python-client/googleapiclient/
Dhttp.py1633 connection_type=None): argument
1678 connection_type=None): argument
1720 connection_type=None): argument
1729 redirections=redirections, connection_type=connection_type)
1759 connection_type=None): argument
1770 redirections=redirections, connection_type=connection_type)
/external/python/httplib2/python3/httplib2/
D__init__.py1748 connection_type=None, argument
1788 if not connection_type:
1789 connection_type = SCHEME_TO_CONNECTION[scheme]
1791 if issubclass(connection_type, HTTPSConnectionWithTimeout):
1793 conn = self.connections[conn_key] = connection_type(
1806 conn = self.connections[conn_key] = connection_type(
1816 conn = self.connections[conn_key] = connection_type(
/external/python/httplib2/python2/httplib2/
D__init__.py1943 connection_type=None, argument
1986 if not connection_type:
1987 connection_type = SCHEME_TO_CONNECTION[scheme]
1991 conn = self.connections[conn_key] = connection_type(
2003 conn = self.connections[conn_key] = connection_type(
2012 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.py24 tests.DUMMY_URL, connection_type=tests.MockHTTPConnection
37 tests.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_graph.cc368 out_types.at(conn.port_number) = conn.connection_type; in CreateTRTNode()
401 inputs.emplace_back(input_node->name(), port, conn.connection_type); in CreateTRTNode()
Dconvert_nodes.h83 DataType connection_type; member
Dconvert_nodes.cc5823 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
DCHANGELOG297 Added 'connection_type' parameter to Http.request().
/external/python/google-api-python-client/tests/
Dtest_http.py91 connection_type=None): argument
99 redirections, connection_type)