Home
last modified time | relevance | path

Searched refs:response_body (Results 1 – 12 of 12) sorted by relevance

/external/google-breakpad/src/common/windows/
Dhttp_upload.cc70 wstring *response_body, in SendRequest() argument
190 result = ReadResponse(request.get(), response_body); in SendRequest()
202 string response_body; in ReadResponse() local
209 response_body.reserve(claimed_size); in ReadResponse()
228 response_body.append(&response_buffer[0], size_read); in ReadResponse()
237 *response = UTF8ToWide(response_body); in ReadResponse()
Dhttp_upload.h73 wstring *response_body,
/external/googletest/googlemock/scripts/
Dupload.py202 response_body = response.read()
204 for x in response_body.split("\n") if x)
693 response_body = rpc_server.Send(url, body,
695 if not response_body.startswith("OK"):
696 StatusUpdate(" --> %s" % response_body)
1200 response_body = rpc_server.Send(url, body, content_type=ctype)
1201 lines = response_body.splitlines()
1203 StatusUpdate(" --> %s" % response_body)
1347 response_body = rpc_server.Send("/upload", body, content_type=ctype)
1350 lines = response_body.splitlines()
[all …]
/external/googletest/googletest/scripts/
Dupload.py202 response_body = response.read()
204 for x in response_body.split("\n") if x)
693 response_body = rpc_server.Send(url, body,
695 if not response_body.startswith("OK"):
696 StatusUpdate(" --> %s" % response_body)
1200 response_body = rpc_server.Send(url, body, content_type=ctype)
1201 lines = response_body.splitlines()
1203 StatusUpdate(" --> %s" % response_body)
1347 response_body = rpc_server.Send("/upload", body, content_type=ctype)
1350 lines = response_body.splitlines()
[all …]
/external/v8/testing/gtest/scripts/
Dupload.py202 response_body = response.read()
204 for x in response_body.split("\n") if x)
693 response_body = rpc_server.Send(url, body,
695 if not response_body.startswith("OK"):
696 StatusUpdate(" --> %s" % response_body)
1200 response_body = rpc_server.Send(url, body, content_type=ctype)
1201 lines = response_body.splitlines()
1203 StatusUpdate(" --> %s" % response_body)
1347 response_body = rpc_server.Send("/upload", body, content_type=ctype)
1350 lines = response_body.splitlines()
[all …]
/external/google-breakpad/src/testing/scripts/
Dupload.py202 response_body = response.read()
204 for x in response_body.split("\n") if x)
693 response_body = rpc_server.Send(url, body,
695 if not response_body.startswith("OK"):
696 StatusUpdate(" --> %s" % response_body)
1200 response_body = rpc_server.Send(url, body, content_type=ctype)
1201 lines = response_body.splitlines()
1203 StatusUpdate(" --> %s" % response_body)
1347 response_body = rpc_server.Send("/upload", body, content_type=ctype)
1350 lines = response_body.splitlines()
[all …]
/external/v8/testing/gmock/scripts/
Dupload.py202 response_body = response.read()
204 for x in response_body.split("\n") if x)
693 response_body = rpc_server.Send(url, body,
695 if not response_body.startswith("OK"):
696 StatusUpdate(" --> %s" % response_body)
1200 response_body = rpc_server.Send(url, body, content_type=ctype)
1201 lines = response_body.splitlines()
1203 StatusUpdate(" --> %s" % response_body)
1347 response_body = rpc_server.Send("/upload", body, content_type=ctype)
1350 lines = response_body.splitlines()
[all …]
/external/google-breakpad/src/testing/gtest/scripts/
Dupload.py202 response_body = response.read()
204 for x in response_body.split("\n") if x)
693 response_body = rpc_server.Send(url, body,
695 if not response_body.startswith("OK"):
696 StatusUpdate(" --> %s" % response_body)
1200 response_body = rpc_server.Send(url, body, content_type=ctype)
1201 lines = response_body.splitlines()
1203 StatusUpdate(" --> %s" % response_body)
1347 response_body = rpc_server.Send("/upload", body, content_type=ctype)
1350 lines = response_body.splitlines()
[all …]
/external/google-breakpad/src/common/linux/
Dhttp_upload.cc64 string *response_body, in SendRequest() argument
154 if (response_body != NULL) { in SendRequest()
157 reinterpret_cast<void *>(response_body)); in SendRequest()
Dhttp_upload.h68 string *response_body,
/external/libbrillo/brillo/http/
Dhttp_connection_curl_unittest.cc66 std::string response_body; member in brillo::http::curl::__anonac68b0930111::CurlPerformer
99 return WriteString(write_callback, response_body); in DoPerform()
298 performer_.response_body = response_data; in TEST_F()
/external/regex-re2/lib/codereview/
Dcodereview.py353 response_body = MySend("/upload", body, content_type=ctype)
355 msg = response_body
361 if response_body.startswith("Issue updated.") and quiet:
366 …if not response_body.startswith("Issue created.") and not response_body.startswith("Issue updated.…
367 raise hg_util.Abort("failed to update issue: " + response_body)
2838 response_body = response.read()
2839 response_dict = dict(x.split("=") for x in response_body.split("\n") if x)
3264 response_body = rpc_server.Send(url, body, content_type=ctype)
3265 if not response_body.startswith("OK"):
3266 StatusUpdate(" --> %s" % response_body)
[all …]