Searched refs:expected2 (Results 1 - 9 of 9) sorted by relevance

/external/elfutils/tests/
H A Dsha1-tst.c55 static const char expected2[SHA1_DIGEST_SIZE] = local
58 if (memcmp (buf, expected2, SHA1_DIGEST_SIZE) != 0)
/external/v8/test/mjsunit/
H A Dsparse-array-reverse.js104 var expected2 = '';
111 expected2 += letter;
115 expected2 += letter;
121 assertEquals(expected + expected2, a.join(''), 'join' + size);
/external/chromium/crypto/
H A Dsha2_unittest.cc57 int expected2[] = { 0x24, 0x8d, 0x6a, 0x61, local
69 EXPECT_EQ(expected2[i], static_cast<int>(output2[i]));
75 EXPECT_EQ(expected2[i], static_cast<int>(output_truncated2[i]));
/external/icu4c/test/cintltst/
H A Dncnvtst.c345 static const uint8_t expected2[] = { 0x31, 0x1a, 0x32}; local
356 expected2, sizeof(expected2), "ibm-920", 0, TRUE, U_ZERO_ERROR))
369 expected2, sizeof(expected2), "LATIN_1", 0, TRUE, U_ZERO_ERROR))
383 static const uint8_t expected2[] = { 0xa2, 0xae, 0xa1, 0xe0, 0xa2, 0xb4}; local
418 expected2, sizeof(expected2), "ibm-1363", 0, TRUE, U_ZERO_ERROR))
421 expected2, sizeof(expected2), "ib
604 static const uint8_t expected2[] = { 0x7e, 0x7d, 0x31, 0x1A, 0x32 }; local
[all...]
/external/chromium/chrome/browser/autofill/
H A Dpersonal_data_manager_unittest.cc838 AutofillProfile expected2; local
839 autofill_test::SetProfileInfo(&expected2, "John", NULL,
844 EXPECT_EQ(0, expected2.Compare(*results2[1]));
1144 AutofillProfile expected2; local
1145 autofill_test::SetProfileInfo(&expected2, "George", NULL,
1149 EXPECT_EQ(0, expected2.Compare(*results2[0]));
1361 CreditCard expected2; local
1362 autofill_test::SetCreditCardInfo(&expected2,
1367 EXPECT_EQ(0, expected2.Compare(*results2[1]));
1514 CreditCard expected2; local
1585 CreditCard expected2; local
1658 CreditCard expected2; local
1738 CreditCard expected2; local
[all...]
/external/skia/tests/
H A DWArrayTest.cpp25 const char* expected2 = "3 9 100"; member in namespace:__anon12141
187 TestWData(reporter, data2, SK_ARRAY_COUNT(data2), NULL, 0, expected2);
/external/chromium/chrome/browser/sync/glue/
H A Dtyped_url_model_associator_unittest.cc80 history::URLRow expected2(MakeTypedUrlRow("http://pie.com/", "pie",
87 EXPECT_TRUE(URLsEqual(new_row2, expected2));
/external/guava/guava-tests/test/com/google/common/base/
H A DToStringHelperTest.java274 final String expected2 = "TestClass{field1=1, value1, field2=value2, 2}";
276 assertEquals(expected2, helper.toString());
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DSimpleDateFormatTest.java94 String expected2, Date date) {
101 assertEquals("Test Z for TimeZone : " + timeZoneId, expected2,
93 verifyFormatTimezone(String timeZoneId, String expected1, String expected2, Date date) argument

Completed in 826 milliseconds