Home
last modified time | relevance | path

Searched defs:request_uri (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/
D__init__.py417 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument
424 def depth(self, request_uri): argument
428 def inscope(self, host, request_uri): argument
433 def request(self, method, request_uri, headers, content): argument
471 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument
474 def request(self, method, request_uri, headers, content): argument
483 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument
497 def request(self, method, request_uri, headers, content, cnonce = None): argument
542 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument
572 def request(self, method, request_uri, headers, content): argument
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/
D__init__.py467 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument
474 def depth(self, request_uri): argument
478 def inscope(self, host, request_uri): argument
483 def request(self, method, request_uri, headers, content): argument
501 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument
504 def request(self, method, request_uri, headers, content): argument
513 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument
527 def request(self, method, request_uri, headers, content, cnonce = None): argument
572 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument
602 def request(self, method, request_uri, headers, content): argument
[all …]
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dgcs_json_media.py271 def OverrideRequest(self, conn, host, absolute_uri, request_uri, method, argument
400 …def _conn_request(self, conn, request_uri, method, body, headers): # pylint: disable=too-many-sta… argument
470 …def _conn_request(self, conn, request_uri, method, body, headers): # pylint: disable=too-many-sta… argument
/external/curl/lib/
Dcookie.c145 static bool pathmatch(const char* cookie_path, const char* request_uri) in pathmatch()
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/
Dhttplib2test.py134 def request(self, method, request_uri, body, headers): argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/
Dhttplib2test.py141 def request(self, method, request_uri, body, headers): argument