/external/chromium_org/crypto/ |
D | openssl_bio_string_unittest.cc | 16 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()
|
D | sha2_unittest.cc | 81 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()
|
D | secure_hash_unittest.cc | 16 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/ |
D | BasicVerifier.java | 319 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/ |
D | WArrayTest.cpp | 28 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/ |
D | WArrayTest.cpp | 28 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/ |
D | history_url_provider_unittest.cc | 731 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/ |
D | typed_url_model_associator_unittest.cc | 126 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/ |
D | personal_data_manager_unittest.cc | 1827 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/ |
D | gles2_implementation_unittest.cc | 856 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/ |
D | websocket_channel_test.cc | 2724 static const InitFrame expected3[] = { in TEST_F() local 2743 EXPECT_CALL(*mock_stream_, WriteFrames(EqualsFrames(expected3), _)) in TEST_F()
|