/external/chromium_org/net/websockets/ |
websocket_inflater_test.cc | 35 scoped_refptr<IOBufferWithSize> actual1, actual2; local 39 actual1 = inflater.GetOutput(inflater.CurrentOutputSize()); 40 ASSERT_TRUE(actual1); 41 EXPECT_EQ("Hello", ToString(actual1.get())); 117 scoped_refptr<IOBufferWithSize> actual1, actual2; local 121 actual1 = inflater.GetOutput(inflater.CurrentOutputSize()); 122 ASSERT_TRUE(actual1); 123 EXPECT_EQ("Hello", ToString(actual1.get())); 141 scoped_refptr<IOBufferWithSize> actual1, actual2; local 146 actual1 = inflater.GetOutput(inflater.CurrentOutputSize()) 162 scoped_refptr<IOBufferWithSize> actual1, actual2; local 174 scoped_refptr<IOBufferWithSize> actual1, actual2; local [all...] |
websocket_deflater_test.cc | 35 scoped_refptr<IOBufferWithSize> actual1, actual2; local 39 actual1 = deflater.GetOutput(deflater.CurrentOutputSize()); 41 ToString(actual1.get())); 52 scoped_refptr<IOBufferWithSize> actual1, actual2; local 56 actual1 = deflater.GetOutput(deflater.CurrentOutputSize()); 58 ToString(actual1.get()));
|
/packages/apps/Email/tests/src/com/android/emailcommon/internet/ |
MimeHeaderUnitTests.java | 41 String actual1 = header.writeToString(); local 42 assertEquals("empty header", actual1, null);
|
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
web_request_api_unittest.cc | 1987 std::multimap<std::string, std::string> actual1; local 2057 std::multimap<std::string, std::string> actual1; local [all...] |
/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_custom_dictionary_unittest.cc | 241 WordSet actual1 = custom_dictionary->GetWords(); local 242 EXPECT_EQ(actual1, expected1); [all...] |