/external/python/oauth2client/oauth2client/ |
D | transport.py | 149 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/ |
D | log.c | 44 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/ |
D | http_wrapper.py | 376 connection_type = None 383 connection_type = http.connections[url_scheme] 391 redirections=redirections, connection_type=connection_type)
|
/external/python/oauth2client/tests/ |
D | http_mock.py | 46 connection_type=None): argument 91 connection_type=None): argument
|
D | test_service_account.py | 478 redirections=0, connection_type=None): argument 513 redirections=0, connection_type=None): argument
|
/external/python/google-api-python-client/googleapiclient/ |
D | http.py | 1628 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__.py | 1703 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__.py | 1904 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/ |
D | test_other.py | 56 http.request("http://random-domain:81/", connection_type=tests.MockHTTPConnection)
|
D | test_http.py | 26 DUMMY_URL, connection_type=tests.MockHTTPConnection 39 DUMMY_URL, connection_type=tests.MockHTTPBadStatusConnection
|
/external/libchrome/dbus/ |
D | bus.h | 192 ConnectionType connection_type; // PRIVATE by default. member
|
D | bus.cc | 151 connection_type(PRIVATE) { in Options() 158 connection_type_(options.connection_type), in Bus()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes.h | 90 DataType connection_type; member
|
D | convert_graph.cc | 450 out_types.at(conn.port_number) = conn.connection_type; in CreateTRTNode() 486 inputs.emplace_back(input_node->name(), port, conn.connection_type); in CreateTRTNode()
|
D | convert_nodes.cc | 4199 connection.connection_type = dtype; in ConvertSegmentToGraphDef()
|
/external/python/httplib2/doc/ |
D | libhttplib2.rst | 243 … [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/ |
D | libhttplib2.txt | 243 … [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/ |
D | httplib2test.py | 289 "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/ |
D | httplib2test.py | 270 "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/ |
D | libhttplib2.tex | 217 …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
|
D | CHANGELOG | 267 Added 'connection_type' parameter to Http.request().
|
/external/python/google-api-python-client/tests/ |
D | test_http.py | 90 connection_type=None): argument 98 redirections, connection_type)
|