Searched refs:actual2 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/websockets/
H A Dwebsocket_inflater_test.cc35 scoped_refptr<IOBufferWithSize> actual1, actual2; local
46 actual2 = inflater.GetOutput(inflater.CurrentOutputSize());
47 ASSERT_TRUE(actual2.get());
48 EXPECT_EQ("Hello", ToString(actual2.get()));
117 scoped_refptr<IOBufferWithSize> actual1, actual2; local
133 actual2 = inflater.GetOutput(inflater.CurrentOutputSize());
134 ASSERT_TRUE(actual2.get());
135 EXPECT_EQ("Hello", ToString(actual2.get()));
141 scoped_refptr<IOBufferWithSize> actual1, actual2; local
162 scoped_refptr<IOBufferWithSize> actual1, actual2; local
174 scoped_refptr<IOBufferWithSize> actual1, actual2; local
[all...]
H A Dwebsocket_deflater_test.cc35 scoped_refptr<IOBufferWithSize> actual1, actual2; local
45 actual2 = deflater.GetOutput(deflater.CurrentOutputSize());
46 EXPECT_EQ(std::string("\xf2\x00\x11\x00\x00", 5), ToString(actual2.get()));
52 scoped_refptr<IOBufferWithSize> actual1, actual2; local
62 actual2 = deflater.GetOutput(deflater.CurrentOutputSize());
64 ToString(actual2.get()));
/external/chromium_org/ui/base/clipboard/
H A Dcustom_data_helper_unittest.cc133 std::vector<base::string16> actual2(expected);
134 ReadCustomDataTypes(malformed2.data(), malformed2.size(), &actual2);
135 EXPECT_EQ(expected, actual2);
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary_unittest.cc218 WordSet actual2 = custom_dictionary2->GetWords(); local
219 EXPECT_EQ(actual2, expected2);
/external/chromium_org/chrome/browser/extensions/api/web_request/
H A Dweb_request_api_unittest.cc2036 std::multimap<std::string, std::string> actual2; local
2038 actual2.insert(std::pair<std::string, std::string>(name, value));
2040 EXPECT_EQ(expected1, actual2);
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp1698 Locale actual2 = coll2->getLocale(ULOC_ACTUAL_LOCALE, status); local
1699 if(actual2 != locale) {
1701 locale.getName(), actual2.getName());

Completed in 361 milliseconds