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

1 2

  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
http_mock.py 54 connection_type=None):
100 connection_type=None):
  /external/dnsmasq/src/
log.c 44 static int connection_type = SOCK_DGRAM; variable
125 log_fd = socket(AF_UNIX, connection_type, 0);
240 connection_type = connection_type == SOCK_DGRAM ? SOCK_STREAM : SOCK_DGRAM;
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
gcs_json_media.py 136 """Wraps upload_http so we only use our custom connection_type on PUTs.
147 connection_type=None):
149 override_connection_type = connection_type
154 connection_type=override_connection_type)
264 # where custom connection_type is not respected after redirects. This
266 # the connection_type is properly passed through.
347 connection_type=conn.__class__)
363 # Wrap download_http so we do not use our custom connection_type
369 connection_type=None):
373 connection_type=None
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
http_wrapper.py 350 connection_type = None
357 connection_type = http.connections[url_scheme]
365 redirections=redirections, connection_type=connection_type)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
transport.py 313 connection_type = six.moves.http_client.HTTPSConnection
315 connection_type = six.moves.http_client.HTTPConnection
316 connection = connection_type(url.hostname, url.port)
  /system/update_engine/
metrics.h 269 ConnectionType connection_type);
metrics.cc 219 ConnectionType connection_type) {
352 LOG(INFO) << "Uploading " << static_cast<int>(connection_type)
356 static_cast<int>(connection_type),
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_lookup_tables.py 64 def is_user_plane_data_type(connection_type):
65 if connection_type in _ConnectionTables.user_plane_data_type:
66 return _ConnectionTables.user_plane_data_type[connection_type]
tel_test_utils.py     [all...]
  /external/libchrome/dbus/
bus.h 196 ConnectionType connection_type; // PRIVATE by default. member in struct:dbus::Bus::Options
bus.cc 177 connection_type(PRIVATE) {
185 connection_type_(options.connection_type),
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/
__init__.py     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/
__init__.py     [all...]
  /system/core/metricsd/uploader/proto/
system_profile.proto 298 // Set to true if connection_type changed during the lifetime of the log.
312 optional ConnectionType connection_type = 2;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
client.py 538 connection_type=None):
563 redirections, connection_type)
579 redirections, connection_type)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/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
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 581 rpc_loc_server_connection_e_type connection_type;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 581 rpc_loc_server_connection_e_type connection_type;
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 581 rpc_loc_server_connection_e_type connection_type;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 581 rpc_loc_server_connection_e_type connection_type;
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 581 rpc_loc_server_connection_e_type connection_type;
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp     [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 592 rpc_loc_server_connection_e_type connection_type; member in struct:rpc_loc_server_multi_open_req_s_type
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp     [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 592 rpc_loc_server_connection_e_type connection_type; member in struct:rpc_loc_server_multi_open_req_s_type
    [all...]

Completed in 443 milliseconds

1 2