/external/chromium/crypto/ |
D | sha2_unittest.cc | 13 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, in TEST() local 25 EXPECT_EQ(expected1[i], static_cast<int>(output1[i])); in TEST() 31 EXPECT_EQ(expected1[i], static_cast<int>(output_truncated1[i])); in TEST() 38 int expected1[] = { 0xba, 0x78, 0x16, 0xbf, in TEST() local 50 EXPECT_EQ(expected1[i], static_cast<uint8>(output1[i])); in TEST()
|
/external/elfutils/tests/ |
D | sha1-tst.c | 42 static const char expected1[SHA1_DIGEST_SIZE] = in main() local 45 if (memcmp (buf, expected1, SHA1_DIGEST_SIZE) != 0) in main()
|
/external/icu4c/test/cintltst/ |
D | nccbtst.c | 916 UChar expected1[] = { 0x0031, 0x4e8c, 0x0061}; in TestSkip() local 920 expected1, sizeof(expected1)/sizeof(expected1[0]),"utf8", in TestSkip() 928 UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061,0xfffe,0xfffe}; in TestSkip() local 932 expected1, sizeof(expected1)/sizeof(expected1[0]),"SCSU", in TestSkip() 1336 static const UChar expected1[] = { 0x0031, 0x4e8c,}; in TestStop() local 1340 expected1, sizeof(expected1)/sizeof(expected1[0]),"utf8", in TestStop() 1347 static const UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061}; in TestStop() local 1351 expected1, sizeof(expected1)/sizeof(expected1[0]),"SCSU", in TestStop() 1631 UChar expected1[] = { 0x0031, 0x4e8c, 0xfffd, 0x0061}; in TestSub() local 1635 expected1, sizeof(expected1)/sizeof(expected1[0]),"utf8", in TestSub() [all …]
|
D | ncnvtst.c | 979 UChar expected1[] = { 0x0031, 0x4e8c, 0xfffd, 0x0061}; in TestWithBufferSize() local 983 …expected1, sizeof(expected1)/sizeof(expected1[0]),"utf8", UCNV_TO_U_CALLBACK_SUBSTITUTE, offsets1,… in TestWithBufferSize() 1546 static const uint8_t expected1[] = {0xa2, 0xae,0xA2,0xB4,0xA1,0xD7,0xA1,0xA7}; in TestResetBehaviour() local 1557 if(!testConvertToU(expected1, sizeof(expected1), in TestResetBehaviour() 1569 if(!testConvertToU(expected1, sizeof(expected1), in TestResetBehaviour() 1726 static const uint8_t expected1[] = {0x7E, 0x7B, 0x52, 0x3B, in TestResetBehaviour() local 1744 if(!testConvertToU(expected1, sizeof(expected1), in TestResetBehaviour()
|
/external/skia/tests/ |
D | WArrayTest.cpp | 20 const char* expected1 = "0[-1 0 -3 4 5 6 7 0 0 0 8]"; variable 186 TestWData(reporter, data1, SK_ARRAY_COUNT(data1), NULL, 0, expected1); in TestWArray()
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | DigestOutputStreamTest.java | 542 byte expected1[] = { -87, 121, -17, 16, -52, 111, 106, 54, -33, in test_onZ() 546 java.util.Arrays.equals(digestResult, expected1)); in test_onZ()
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
D | SimpleDateFormatTest.java | 93 public void verifyFormatTimezone(String timeZoneId, String expected1, in verifyFormatTimezone() argument 97 assertEquals("Test z for TimeZone : " + timeZoneId, expected1, in verifyFormatTimezone()
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_controller_unittest.mm | 2022 const std::string expected1("1b 2f:[ 2f1b 2f2f:[ 2f2f1b 2f2f2b 2f2f3b ] " 2026 EXPECT_EQ(expected1, actual);
|