HomeSort by relevance Sort by last modified time
    Searched refs:connection_type (Results 1 - 18 of 18) sorted by null

  /external/python/oauth2client/oauth2client/
transport.py 149 connection_type=None):
169 redirections, connection_type)
187 redirections, connection_type)
219 connection_type=None):
227 connection_type)
239 redirections, connection_type)
  /external/python/oauth2client/tests/
http_mock.py 46 connection_type=None):
91 connection_type=None):
test_service_account.py 478 redirections=0, connection_type=None):
513 redirections=0, connection_type=None):
  /external/dnsmasq/src/
log.c 44 static int connection_type = SOCK_DGRAM; variable
112 log_fd = socket(AF_UNIX, connection_type, 0);
199 connection_type = connection_type == SOCK_DGRAM ? SOCK_STREAM : SOCK_DGRAM;
  /external/python/apitools/apitools/base/py/
http_wrapper.py 376 connection_type = None
383 connection_type = http.connections[url_scheme]
391 redirections=redirections, connection_type=connection_type)
  /external/libchrome/dbus/
bus.h 192 ConnectionType connection_type; // PRIVATE by default. member in struct:dbus::Bus::Options
bus.cc 151 connection_type(PRIVATE) {
158 connection_type_(options.connection_type),
    [all...]
  /external/python/httplib2/python3/httplib2/
__init__.py     [all...]
  /external/python/httplib2/tests/
test_other.py 56 http.request("http://random-domain:81/", connection_type=tests.MockHTTPConnection)
test_http.py 26 DUMMY_URL, connection_type=tests.MockHTTPConnection
39 DUMMY_URL, connection_type=tests.MockHTTPBadStatusConnection
  /external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
convert_nodes.h 90 DataType connection_type; member in struct:tensorflow::tensorrt::convert::EngineConnection
convert_graph.cc 450 out_types.at(conn.port_number) = conn.connection_type;
486 inputs.emplace_back(input_node->name(), port, conn.connection_type);
    [all...]
convert_nodes.cc     [all...]
  /external/python/httplib2/python2/httplib2/
__init__.py     [all...]
  /external/python/httplib2/
libhttplib2.tex 217 \begin{methoddesc}[Http]{request}{uri, \optional{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
  /external/python/httplib2/python2/
httplib2test.py 289 "http://bitworking.org", connection_type=_MyHTTPConnection
300 "http://bitworking.org", connection_type=_MyHTTPBadStatusConnection
    [all...]
  /external/python/httplib2/python3/
httplib2test.py 270 "http://bitworking.org", connection_type=_MyHTTPConnection
281 "http://bitworking.org", connection_type=_MyHTTPBadStatusConnection
    [all...]
  /external/python/google-api-python-client/tests/
test_http.py 90 connection_type=None):
98 redirections, connection_type)
    [all...]

Completed in 909 milliseconds