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

/external/chromium_org/crypto/
H A Dopenssl_bio_string_unittest.cc18 const std::string expected3("g h i");
34 EXPECT_EQ(static_cast<int>(expected3.size()),
35 BIO_puts(bio.get(), expected3.c_str()));
36 EXPECT_EQ(expected1 + expected2 + expected3, s);
38 EXPECT_EQ(expected1 + expected2 + expected3, s);
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]));
H A Dsecure_hash_unittest.cc18 int expected3[] = { 0xcd, 0xc7, 0x6e, 0x5c, local
36 EXPECT_EQ(expected3[i], static_cast<int>(output3[i]));
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DBasicVerifier.java319 Value expected3;
323 expected3 = BasicValue.INT_VALUE;
331 expected3 = BasicValue.INT_VALUE;
335 expected3 = BasicValue.INT_VALUE;
339 expected3 = BasicValue.INT_VALUE;
343 expected3 = BasicValue.LONG_VALUE;
347 expected3 = BasicValue.FLOAT_VALUE;
351 expected3 = BasicValue.DOUBLE_VALUE;
355 expected3 = BasicValue.REFERENCE_VALUE;
367 } else if (!isSubTypeOf(value3, expected3)) {
[all...]
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/parse/
H A Dparser_unittest.py737 expected3 = ast.Mojom(
750 self.assertEquals(parser.Parse(source3, "my_file.mojom"), expected3)
875 expected3 = ast.Mojom(
883 self.assertEquals(parser.Parse(source3, "my_file.mojom"), expected3)
945 expected3 = ast.Mojom(
950 self.assertEquals(parser.Parse(source3, "my_file.mojom"), expected3)
/external/chromium_org/third_party/skia/tests/
H A 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);
/external/skia/tests/
H A 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);
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_model_associator_unittest.cc125 history::URLRow expected3(MakeTypedUrlRow("http://pie.com/", "pie2",
133 EXPECT_TRUE(URLsEqual(new_row3, expected3));
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider_unittest.cc745 const UrlAndLegalDefault expected3[] = { local
750 RunTest(ASCIIToUTF16("intra"), base::string16(), false, expected3, local
751 arraysize(expected3));
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc858 Cmds expected3; local
860 expected3.cmd.Init(GL_FRAGMENT_SHADER, GL_HIGH_FLOAT,
870 EXPECT_EQ(0, memcmp(&expected3, commands3, sizeof(expected3)));
/external/chromium_org/components/autofill/core/browser/
H A Dpersonal_data_manager_unittest.cc1854 CreditCard expected3(base::GenerateGUID(), "https://www.example.com");
1855 test::SetCreditCardInfo(&expected3,
1859 EXPECT_EQ(0, expected3.Compare(*results3[0]));
/external/chromium_org/net/websockets/
H A Dwebsocket_channel_test.cc2724 static const InitFrame expected3[] = { local
2743 EXPECT_CALL(*mock_stream_, WriteFrames(EqualsFrames(expected3), _))
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 316 milliseconds