Home
last modified time | relevance | path

Searched refs:expected3 (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/crypto/
Dopenssl_bio_string_unittest.cc16 const std::string expected3("g h i"); in TEST() local
36 EXPECT_EQ(static_cast<int>(expected3.size()), in TEST()
37 BIO_puts(bio.get(), expected3.c_str())); in TEST()
38 EXPECT_EQ(expected1 + expected2 + expected3, s); in TEST()
40 expected3.size()), in TEST()
43 EXPECT_EQ(expected1 + expected2 + expected3, s); in TEST()
Dsha2_unittest.cc81 int expected3[] = { 0xcd, 0xc7, 0x6e, 0x5c, in TEST() local
93 EXPECT_EQ(expected3[i], static_cast<int>(output3[i])); in TEST()
99 EXPECT_EQ(expected3[i], static_cast<int>(output_truncated3[i])); in TEST()
Dsecure_hash_unittest.cc16 int expected3[] = { 0xcd, 0xc7, 0x6e, 0x5c, in TEST() local
34 EXPECT_EQ(expected3[i], static_cast<int>(output3[i])); in TEST()
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
DBasicVerifier.java319 Value expected3; in ternaryOperation() local
323 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
331 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
335 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
339 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
343 expected3 = BasicValue.LONG_VALUE; in ternaryOperation()
347 expected3 = BasicValue.FLOAT_VALUE; in ternaryOperation()
351 expected3 = BasicValue.DOUBLE_VALUE; in ternaryOperation()
355 expected3 = BasicValue.REFERENCE_VALUE; in ternaryOperation()
367 } else if (!isSubTypeOf(value3, expected3)) { in ternaryOperation()
[all …]
/external/chromium_org/third_party/skia/tests/
DWArrayTest.cpp28 static const char* expected3 = "0[1 2 0 0 0 3 4] 11[5]"; variable
179 TestWData(reporter, data3, SK_ARRAY_COUNT(data3), NULL, 0, expected3); in DEF_TEST()
/external/skia/tests/
DWArrayTest.cpp28 static const char* expected3 = "0[1 2 0 0 0 3 4] 11[5]"; variable
179 TestWData(reporter, data3, SK_ARRAY_COUNT(data3), NULL, 0, expected3); in DEF_TEST()
/external/chromium_org/chrome/browser/autocomplete/
Dhistory_url_provider_unittest.cc731 const UrlAndLegalDefault expected3[] = { in TEST_F() local
736 RunTest(ASCIIToUTF16("intra"), base::string16(), false, expected3, in TEST_F()
737 arraysize(expected3)); in TEST_F()
/external/chromium_org/chrome/browser/sync/glue/
Dtyped_url_model_associator_unittest.cc126 history::URLRow expected3(MakeTypedUrlRow("http://pie.com/", "pie2", in TEST_F() local
134 EXPECT_TRUE(URLsEqual(new_row3, expected3)); in TEST_F()
/external/chromium_org/components/autofill/core/browser/
Dpersonal_data_manager_unittest.cc1827 CreditCard expected3(base::GenerateGUID(), "https://www.example.com"); in TEST_F() local
1828 test::SetCreditCardInfo(&expected3, in TEST_F()
1832 EXPECT_EQ(0, expected3.Compare(*results3[0])); in TEST_F()
/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation_unittest.cc856 Cmds expected3; in TEST_F() local
858 expected3.cmd.Init(GL_FRAGMENT_SHADER, GL_HIGH_FLOAT, in TEST_F()
868 EXPECT_EQ(0, memcmp(&expected3, commands3, sizeof(expected3))); in TEST_F()
/external/chromium_org/net/websockets/
Dwebsocket_channel_test.cc2724 static const InitFrame expected3[] = { in TEST_F() local
2743 EXPECT_CALL(*mock_stream_, WriteFrames(EqualsFrames(expected3), _)) in TEST_F()