Searched defs:expected1 (Results 1 - 6 of 6) sorted by relevance

/external/elfutils/tests/
H A Dsha1-tst.c42 static const char expected1[SHA1_DIGEST_SIZE] = local
45 if (memcmp (buf, expected1, SHA1_DIGEST_SIZE) != 0)
/external/chromium/crypto/
H A Dsha2_unittest.cc13 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, local
25 EXPECT_EQ(expected1[i], static_cast<int>(output1[i]));
31 EXPECT_EQ(expected1[i], static_cast<int>(output_truncated1[i]));
38 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, local
50 EXPECT_EQ(expected1[i], static_cast<uint8>(output1[i]));
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DSimpleDateFormatTest.java93 public void verifyFormatTimezone(String timeZoneId, String expected1, argument
97 assertEquals("Test z for TimeZone : " + timeZoneId, expected1,
/external/skia/tests/
H A DWArrayTest.cpp20 const char* expected1 = "0[-1 0 -3 4 5 6 7 0 0 0 8]"; member in namespace:__anon12734
186 TestWData(reporter, data1, SK_ARRAY_COUNT(data1), NULL, 0, expected1);
/external/icu4c/test/cintltst/
H A Dncnvtst.c979 UChar expected1[] = { 0x0031, 0x4e8c, 0xfffd, 0x0061}; local
983 expected1, sizeof(expected1)/sizeof(expected1[0]),"utf8", UCNV_TO_U_CALLBACK_SUBSTITUTE, offsets1,FALSE))
1546 static const uint8_t expected1[] = {0xa2, 0xae,0xA2,0xB4,0xA1,0xD7,0xA1,0xA7}; local
1557 if(!testConvertToU(expected1, sizeof(expected1),
1569 if(!testConvertToU(expected1, sizeof(expected1),
1592 static const uint8_t expected1[]
1726 static const uint8_t expected1[] = {0x7E, 0x7B, 0x52, 0x3B, local
[all...]
H A Dnccbtst.c916 UChar expected1[] = { 0x0031, 0x4e8c, 0x0061}; local
920 expected1, sizeof(expected1)/sizeof(expected1[0]),"utf8",
928 UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061,0xfffe,0xfffe}; local
932 expected1, sizeof(expected1)/sizeof(expected1[0]),"SCSU",
1336 static const UChar expected1[] = { 0x0031, 0x4e8c,}; local
1340 expected1, sizeo
1347 static const UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061}; local
1631 UChar expected1[] = { 0x0031, 0x4e8c, 0xfffd, 0x0061}; local
1642 UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061,0xfffd,0xfffd}; local
[all...]

Completed in 204 milliseconds