HomeSort by relevance Sort by last modified time
    Searched refs:actual2 (Results 1 - 7 of 7) sorted by null

  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeHeaderUnitTests.java 46 String actual2 = header.writeToString(); local
47 assertEquals("single header", actual2, "Header1: value1\r\n");
  /external/chromium_org/net/websockets/
websocket_inflater_test.cc 35 scoped_refptr<IOBufferWithSize> actual1, actual2; local
46 actual2 = inflater.GetOutput(inflater.CurrentOutputSize());
47 ASSERT_TRUE(actual2);
48 EXPECT_EQ("Hello", ToString(actual2.get()));
117 scoped_refptr<IOBufferWithSize> actual1, actual2; local
133 actual2 = inflater.GetOutput(inflater.CurrentOutputSize());
134 ASSERT_TRUE(actual2);
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...]
websocket_deflater_test.cc 35 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/
custom_data_helper_unittest.cc 131 std::vector<string16> actual2(expected);
132 ReadCustomDataTypes(malformed2.data(), malformed2.size(), &actual2);
133 EXPECT_EQ(expected, actual2);
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CertificateTest.java     [all...]
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary_unittest.cc 244 WordSet actual2 = custom_dictionary2->GetWords(); local
245 EXPECT_EQ(actual2, expected2);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_unittest.cc 2011 std::multimap<std::string, std::string> actual2; local
    [all...]

Completed in 341 milliseconds