Searched refs:expected_response (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/rlz/lib/
H A Dfinancial_ping_test.cc93 std::string expected_response; local
94 base::StringAppendF(&expected_response,
100 base::StringAppendF(&expected_response, "&id=%s", machine_id.c_str());
101 EXPECT_EQ(expected_response, request);
106 expected_response.clear();
107 base::StringAppendF(&expected_response,
112 base::StringAppendF(&expected_response, "&id=%s", machine_id.c_str());
113 EXPECT_EQ(expected_response, request);
117 expected_response.clear();
118 base::StringAppendF(&expected_response,
[all...]
/external/chromium_org/build/android/pylib/host_driven/
H A Dtest_server.py105 expected_response = TEST_SERVER_CHECK_PARAMS[test_server_path]['response']
111 if d.startswith(expected_response):
/external/chromium_org/components/dom_distiller/core/
H A Ddistiller_url_fetcher_unittest.cc47 const std::string& expected_response) {
54 CHECK_EQ(expected_response, response_);
46 Fetch(const std::string& url, const std::string& expected_response) argument
/external/chromium_org/content/browser/streams/
H A Dstream_url_request_job_unittest.cc68 const std::string& expected_response) {
69 TestRequest("GET", url, net::HttpRequestHeaders(), 200, expected_response);
76 const std::string& expected_response) {
92 EXPECT_EQ(expected_response, delegate.data_received());
67 TestSuccessRequest(const GURL& url, const std::string& expected_response) argument
72 TestRequest(const std::string& method, const GURL& url, const net::HttpRequestHeaders& extra_headers, int expected_status_code, const std::string& expected_response) argument
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_url_request_job_unittest.cc145 const std::string& expected_response) {
160 EXPECT_EQ(expected_response, url_request_delegate_.response_data());
215 std::string expected_response; local
218 expected_response += kTestData;
225 TestRequest(200, "OK", expected_response);
143 TestRequest(int expected_status_code, const std::string& expected_status_text, const std::string& expected_response) argument
H A Dservice_worker_cache_unittest.cc97 std::string expected_response; local
/external/chromium_org/components/policy/core/common/cloud/
H A Ddevice_management_service_unittest.cc397 em::DeviceManagementResponse expected_response; local
398 expected_response.mutable_register_response()->
401 MessageEquals(expected_response)));
417 ASSERT_TRUE(expected_response.SerializeToString(&response_data));
423 em::DeviceManagementResponse expected_response; local
424 expected_response.mutable_service_api_access_response()->set_auth_code(
427 MessageEquals(expected_response)));
444 ASSERT_TRUE(expected_response.SerializeToString(&response_data));
450 em::DeviceManagementResponse expected_response; local
451 expected_response
531 em::DeviceManagementResponse expected_response; local
[all...]
/external/chromium_org/net/server/
H A Dhttp_server_unittest.cc462 const std::string expected_response("Raw Data More DataThird Piece of Data");
464 ASSERT_TRUE(client.Read(&response, expected_response.length()));
465 ASSERT_EQ(expected_response, response);
/external/chromium_org/content/browser/fileapi/
H A Dblob_url_request_job_unittest.cc169 void TestSuccessNonrangeRequest(const std::string& expected_response, argument
172 expected_response_ = expected_response;
/external/chromium_org/net/spdy/
H A Dspdy_network_transaction_unittest.cc1918 std::string expected_response; local
1919 expected_response += kUploadData;
1920 expected_response += kUploadData;
1921 expected_response += kUploadData;
1926 EXPECT_EQ(expected_response, out.response_data);
/external/chromium_org/net/url_request/
H A Durl_request_unittest.cc6338 const char* expected_response; member in struct:net::__anon9811
6349 EXPECT_EQ(tests[i].expected_response, d.data_received())

Completed in 1664 milliseconds