Home
last modified time | relevance | path

Searched refs:kExpected3 (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fxbarcode/oned/
DBC_OnedCodaBarWriter_unittest.cpp36 static const char kExpected3[] = in TEST() local
46 ASSERT_EQ(strlen(kExpected3), encoded.size()); in TEST()
47 for (size_t i = 0; i < strlen(kExpected3); i++) in TEST()
48 EXPECT_EQ(kExpected3[i] != ' ', !!encoded[i]) << i; in TEST()
DBC_OnedCode39Writer_unittest.cpp83 static const char kExpected3[] = in TEST() local
93 ASSERT_EQ(strlen(kExpected3), encoded.size()); in TEST()
94 for (size_t i = 0; i < strlen(kExpected3); i++) in TEST()
95 EXPECT_EQ(kExpected3[i] != ' ', !!encoded[i]) << i; in TEST()
/external/skia/tests/
DEncodeTest.cpp280 const char kExpected3[] = in testPngComments() local
290 kExpected3, kExpected3 + sizeof(kExpected3)); in testPngComments()
/external/webrtc/modules/rtp_rtcp/source/
Dvideo_rtp_depacketizer_h264_unittest.cc311 const uint8_t kExpected3[] = {0x03}; in TEST() local
356 ElementsAreArray(kExpected3)); in TEST()
/external/angle/src/tests/gl_tests/
DMultisampledRenderToTextureTest.cpp3731 const GLColor kExpected3(0, 127, 127, 191); in drawCopyThenBlendAllAttachmentsMixed() local
3732 EXPECT_PIXEL_COLOR_NEAR(0, 0, kExpected3, 1); in drawCopyThenBlendAllAttachmentsMixed()
3733 EXPECT_PIXEL_COLOR_NEAR(kSize - 1, 0, kExpected3, 1); in drawCopyThenBlendAllAttachmentsMixed()
3734 EXPECT_PIXEL_COLOR_NEAR(0, kSize - 1, kExpected3, 1); in drawCopyThenBlendAllAttachmentsMixed()
3735 EXPECT_PIXEL_COLOR_NEAR(kSize - 1, kSize - 1, kExpected3, 1); in drawCopyThenBlendAllAttachmentsMixed()