Home
last modified time | relevance | path

Searched refs:kExpected1 (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/crypto/curve25519/
Dx25519_test.cc44 static const uint8_t kExpected1[32] = { in TEST() local
49 EXPECT_EQ(Bytes(kExpected1), Bytes(out)); in TEST()
/external/skqp/tests/
DEncodeTest.cpp218 const char kExpected1[] = in testPngComments() local
228 kExpected1, kExpected1 + sizeof(kExpected1)); in testPngComments()
DIncrTopoSortTest.cpp438 const SkString kExpected1("a,b,c,d"); in test_diamond() local
442 REPORTER_ASSERT(reporter, kExpected0 == actual || kExpected1 == actual); in test_diamond()
/external/skia/tests/
DEncodeTest.cpp223 const char kExpected1[] = in testPngComments() local
233 kExpected1, kExpected1 + sizeof(kExpected1)); in testPngComments()
DIncrTopoSortTest.cpp438 const SkString kExpected1("a,b,c,d"); in test_diamond() local
442 REPORTER_ASSERT(reporter, kExpected0 == actual || kExpected1 == actual); in test_diamond()
/external/pdfium/fxjs/
Dfxjs_v8_embeddertest.cpp11 const double kExpected1 = 7.0; variable
41 CheckAssignmentInCurrentContext(kExpected1); in TEST_F()
62 CheckAssignmentInCurrentContext(kExpected1); in TEST_F()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_h264_unittest.cc492 const uint8_t kExpected1[2] = {kIdr, 0x01}; in TEST_F() local
513 ExpectPacket(&payload, kExpected1, sizeof(kExpected1)); in TEST_F()