Searched refs:expected3 (Results 1 - 3 of 3) sorted by relevance

/external/chromium/crypto/
H A Dsecure_hash_unittest.cc15 int expected3[] = { 0xcd, 0xc7, 0x6e, 0x5c, local
33 EXPECT_EQ(expected3[i], static_cast<int>(output3[i]));
H A Dsha2_unittest.cc81 int expected3[] = { 0xcd, 0xc7, 0x6e, 0x5c, local
93 EXPECT_EQ(expected3[i], static_cast<int>(output3[i]));
99 EXPECT_EQ(expected3[i], static_cast<int>(output_truncated3[i]));
/external/chromium/chrome/browser/sync/glue/
H A Dtyped_url_model_associator_unittest.cc96 history::URLRow expected3(MakeTypedUrlRow("http://pie.com/", "pie2",
104 EXPECT_TRUE(URLsEqual(new_row3, expected3));

Completed in 100 milliseconds