Home
last modified time | relevance | path

Searched defs:request_body (Results 1 – 7 of 7) sorted by relevance

/external/autotest/site_utils/
Dphapi_lib.py344 def create_issue(self, request_body): argument
371 def update_issue(self, issue_id, request_body): argument
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Drules_parser_test.py75 request_body=None, headers=None, is_ssl=False): argument
Dmockhttprequest.py22 def __init__(self, command, host, path, request_body, headers): argument
Dhttparchive.py492 def __init__(self, command, host, full_path, request_body, headers, argument
/external/google-breakpad/src/common/windows/
Dhttp_upload.cc145 string request_body; in SendRequest() local
274 string *request_body) { in GenerateRequestBody()
/external/chromium-trace/catapult/dashboard/dashboard/
Dissue_tracker_service.py220 def _RemoveOwnerAndCC(request_body): argument
/external/libbrillo/brillo/http/
Dhttp_connection_curl_unittest.cc61 std::string request_body; member in brillo::http::curl::__anonbdbf0c740111::CurlPerformer