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

  /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()));
  /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");
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
HelpersTest.java 56 final String actual2 = Helpers.generateSaveFile(getContext(), "http://example.com/file.txt", local
60 assertEquals(expected2.getAbsolutePath(), actual2); local
  /external/chromium_org/ui/base/clipboard/
custom_data_helper_unittest.cc 133 std::vector<base::string16> actual2(expected);
134 ReadCustomDataTypes(malformed2.data(), malformed2.size(), &actual2);
135 EXPECT_EQ(expected, actual2);
  /external/llvm/unittests/Support/
LEB128Test.cpp 59 std::string Actual2(reinterpret_cast<const char *>(Buffer), Size); \
60 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 218 WordSet actual2 = custom_dictionary2->GetWords(); local
219 EXPECT_EQ(actual2, expected2);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_unittest.cc 2034 std::multimap<std::string, std::string> actual2; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 1698 Locale actual2 = coll2->getLocale(ULOC_ACTUAL_LOCALE, status); local
    [all...]

Completed in 447 milliseconds