Home
last modified time | relevance | path

Searched refs:actual1 (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/websockets/
Dwebsocket_inflater_test.cc35 scoped_refptr<IOBufferWithSize> actual1, actual2; in TEST() local
39 actual1 = inflater.GetOutput(inflater.CurrentOutputSize()); in TEST()
40 ASSERT_TRUE(actual1.get()); in TEST()
41 EXPECT_EQ("Hello", ToString(actual1.get())); in TEST()
117 scoped_refptr<IOBufferWithSize> actual1, actual2; in TEST() local
121 actual1 = inflater.GetOutput(inflater.CurrentOutputSize()); in TEST()
122 ASSERT_TRUE(actual1.get()); in TEST()
123 EXPECT_EQ("Hello", ToString(actual1.get())); in TEST()
141 scoped_refptr<IOBufferWithSize> actual1, actual2; in TEST() local
146 actual1 = inflater.GetOutput(inflater.CurrentOutputSize()); in TEST()
[all …]
Dwebsocket_deflater_test.cc35 scoped_refptr<IOBufferWithSize> actual1, actual2; in TEST() local
39 actual1 = deflater.GetOutput(deflater.CurrentOutputSize()); in TEST()
41 ToString(actual1.get())); in TEST()
52 scoped_refptr<IOBufferWithSize> actual1, actual2; in TEST() local
56 actual1 = deflater.GetOutput(deflater.CurrentOutputSize()); in TEST()
58 ToString(actual1.get())); in TEST()
/external/chromium_org/chrome/browser/extensions/api/web_request/
Dweb_request_api_unittest.cc2006 std::multimap<std::string, std::string> actual1; in TEST() local
2008 actual1.insert(std::pair<std::string, std::string>(name, value)); in TEST()
2010 EXPECT_EQ(expected1, actual1); in TEST()
2088 std::multimap<std::string, std::string> actual1; in TEST() local
2090 actual1.insert(std::pair<std::string, std::string>(name, value)); in TEST()
2092 EXPECT_EQ(expected1, actual1); in TEST()
/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_custom_dictionary_unittest.cc215 WordSet actual1 = custom_dictionary->GetWords(); in TEST_F() local
216 EXPECT_EQ(actual1, expected1); in TEST_F()