Home
last modified time | relevance | path

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

12

/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.py385 connection_type = None
392 connection_type = http.connections[url_scheme]
400 redirections=redirections, connection_type=connection_type)
/external/python/google-api-python-client/googleapiclient/
Dhttp.py1703 connection_type=None, argument
1751 connection_type=None, argument
1798 connection_type=None, argument
1813 connection_type=connection_type,
1848 connection_type=None, argument
1866 connection_type=connection_type,
/external/libchrome/dbus/
Dend_to_end_sync_unittest.cc35 client_bus_options.connection_type = Bus::PRIVATE; in SetUp()
Dobject_proxy_unittest.cc25 bus_options.connection_type = Bus::PRIVATE; in SetUp()
Dend_to_end_async_unittest.cc64 bus_options.connection_type = Bus::PRIVATE; in SetUp()
145 bus_options.connection_type = Bus::PRIVATE; in SetUpBrokenBus()
Dbus.h192 ConnectionType connection_type; // PRIVATE by default. member
Dsignal_sender_verification_unittest.cc50 bus_options.connection_type = Bus::PRIVATE; in SetUp()
Dobject_manager_unittest.cc85 bus_options.connection_type = Bus::PRIVATE; in SetUp()
Dbus.cc151 connection_type(PRIVATE) { in Options()
158 connection_type_(options.connection_type), in Bus()
Dproperty_unittest.cc77 bus_options.connection_type = Bus::PRIVATE; in SetUp()
/external/python/httplib2/python3/httplib2/
D__init__.py1759 connection_type=None, argument
1802 if not connection_type:
1803 connection_type = SCHEME_TO_CONNECTION[scheme]
1805 if issubclass(connection_type, HTTPSConnectionWithTimeout):
1807 conn = self.connections[conn_key] = connection_type(
1820 conn = self.connections[conn_key] = connection_type(
1830 conn = self.connections[conn_key] = connection_type(
/external/python/httplib2/python2/httplib2/
D__init__.py1953 connection_type=None, argument
1999 if not connection_type:
2000 connection_type = SCHEME_TO_CONNECTION[scheme]
2004 conn = self.connections[conn_key] = connection_type(
2016 conn = self.connections[conn_key] = connection_type(
2025 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/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc374 out_types.at(conn.port_number) = conn.connection_type; in CreateTRTNode()
408 inputs.emplace_back(input_node->name(), port, conn.connection_type); in CreateTRTNode()
Dconvert_nodes.h84 DataType connection_type; member
/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/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/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

12