/external/pdfium/fxbarcode/qrcode/ |
D | BC_QRCodeWriter_unittest.cpp | 30 static constexpr uint8_t kExpectedData[] = { in TEST_F() local 55 ASSERT_EQ(FX_ArraySize(kExpectedData), data.size()); in TEST_F() 58 for (size_t i = 0; i < FX_ArraySize(kExpectedData); ++i) in TEST_F() 59 EXPECT_EQ(kExpectedData[i], data[i]) << i; in TEST_F() 64 static constexpr uint8_t kExpectedData[] = { in TEST_F() local 89 ASSERT_EQ(FX_ArraySize(kExpectedData), data.size()); in TEST_F() 92 for (size_t i = 0; i < FX_ArraySize(kExpectedData); ++i) in TEST_F() 93 EXPECT_EQ(kExpectedData[i], data[i]) << i; in TEST_F() 98 static constexpr uint8_t kExpectedData[] = { in TEST_F() local 123 ASSERT_EQ(FX_ArraySize(kExpectedData), data.size()); in TEST_F() [all …]
|
/external/pdfium/fxbarcode/datamatrix/ |
D | BC_DataMatrixWriter_unittest.cpp | 30 static constexpr uint8_t kExpectedData[] = { in TEST_F() local 44 ASSERT_EQ(FX_ArraySize(kExpectedData), data.size()); in TEST_F() 47 for (size_t i = 0; i < FX_ArraySize(kExpectedData); ++i) in TEST_F() 48 EXPECT_EQ(kExpectedData[i], data[i]) << i; in TEST_F() 53 static constexpr uint8_t kExpectedData[] = { in TEST_F() local 71 ASSERT_EQ(FX_ArraySize(kExpectedData), data.size()); in TEST_F() 74 for (size_t i = 0; i < FX_ArraySize(kExpectedData); ++i) in TEST_F() 75 EXPECT_EQ(kExpectedData[i], data[i]) << i; in TEST_F() 80 static constexpr uint8_t kExpectedData[] = { in TEST_F() local 94 ASSERT_EQ(FX_ArraySize(kExpectedData), data.size()); in TEST_F() [all …]
|
/external/pdfium/fxbarcode/pdf417/ |
D | BC_PDF417Writer_unittest.cpp | 29 static constexpr uint8_t kExpectedData[] = { in TEST_F() local 417 ASSERT_EQ(FX_ArraySize(kExpectedData), data.size()); in TEST_F() 420 for (size_t i = 0; i < FX_ArraySize(kExpectedData); ++i) in TEST_F() 421 EXPECT_EQ(kExpectedData[i], data[i]) << i; in TEST_F() 426 static constexpr uint8_t kExpectedData[] = { in TEST_F() local 814 ASSERT_EQ(FX_ArraySize(kExpectedData), data.size()); in TEST_F() 817 for (size_t i = 0; i < FX_ArraySize(kExpectedData); ++i) in TEST_F() 818 EXPECT_EQ(kExpectedData[i], data[i]) << i; in TEST_F()
|
/external/pdfium/core/fxcodec/gif/ |
D | cfx_lzwdecompressor_unittest.cpp | 140 static constexpr uint8_t kExpectedData[] = { in TEST() local 150 uint8_t output_data[FX_ArraySize(kExpectedData)]; in TEST() 159 EXPECT_TRUE(0 == memcmp(kExpectedData, output_data, sizeof(kExpectedData))); in TEST() 173 static constexpr uint8_t kExpectedData[] = { in TEST() local 184 uint8_t output_data[FX_ArraySize(kExpectedData)]; in TEST() 193 EXPECT_TRUE(0 == memcmp(kExpectedData, output_data, sizeof(kExpectedData))); in TEST()
|
/external/angle/src/tests/gl_tests/ |
D | MemoryBarrierTest.cpp | 1376 const std::array<uint32_t, 4> kExpectedData = { in pixelBufferBitBufferWriteThenPack() local 1382 verifyFramebufferAndBufferContents(writePipeline, kExpectedData); in pixelBufferBitBufferWriteThenPack() 1768 const std::array<float, 4> kExpectedData = {-1.0, -1.0, 0.0, 1.0}; in transformFeedbackBitBufferWriteThenCapture() local 1769 verifyFramebufferAndBufferContents(writePipeline, kExpectedData); in transformFeedbackBitBufferWriteThenCapture() 1930 constexpr std::array<uint32_t, 4> kExpectedData = {11, 21, 31, 41}; in atomicCounterBitBufferWriteThenAtomic() local 1931 verifyFramebufferAndBufferContents(writePipeline, kExpectedData); in atomicCounterBitBufferWriteThenAtomic() 2515 const std::array<float, 4> kExpectedData = { in textureUpdateBitImageWriteThenCopy() local 2517 verifyFramebufferAndImageContents(writePipeline, writeResource, texture, kExpectedData); in textureUpdateBitImageWriteThenCopy() 2637 const std::array<float, 4> kExpectedData = { in framebufferBitImageWriteThenDraw() local 2643 verifyFramebufferAndImageContents(writePipeline, writeResource, texture, kExpectedData); in framebufferBitImageWriteThenDraw() [all …]
|
D | ShaderStorageBufferTest.cpp | 355 constexpr unsigned int kExpectedData = 124u; in TEST_P() local 356 EXPECT_EQ(kExpectedData, *static_cast<const GLuint *>(bufferData)); in TEST_P()
|