Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fApiCase.cpp78 void ApiCase::expectError (deUint32 expected0, deUint32 expected1) in expectError() argument
81 if (err != expected0 && err != expected1) in expectError()
83 …m_log << TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected0) << " or " << glu… in expectError()
Des3fFboStateQueryTests.cpp132 void checkIntEqualsAny (tcu::TestContext& testCtx, GLint got, GLint expected0, GLint expected1) in checkIntEqualsAny() argument
136 if (got != expected0 && got != expected1) in checkIntEqualsAny()
138 …testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected0 << " or " << expected1 … in checkIntEqualsAny()
/external/deqp/modules/gles2/functional/
Des2fApiCase.cpp76 void ApiCase::expectError (deUint32 expected0, deUint32 expected1) in expectError() argument
79 if (err != expected0 && err != expected1) in expectError()
81 …m_log << tcu::TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected0) << " or " <… in expectError()
/external/skia/tests/
DSurfaceTest.cpp652 const SkPMColor expected0 = SkPreMultiplyColor(SK_ColorRED); in DEF_GPUTEST() local
653 sk_memset32(storage, expected0, w * h); in DEF_GPUTEST()
673 test_image_color(reporter, refImg, expected0); in DEF_GPUTEST()
674 test_image_color(reporter, cpyImg, expected0); in DEF_GPUTEST()
683 test_image_color(reporter, cpyImg, expected0); in DEF_GPUTEST()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DJapaneseTest.java283 int expected0[] = { Calendar.ERA, 234, in Test5345calendar() local
285 checkExpected(c, expected0); in Test5345calendar()
/external/deqp/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp755 const deUint32 expected0 = randomValue ^ 0u; in verify() local
766 const deUint32 expected = (numXorZeros%2 == 0) ? expected0 : expected1; in verify()
770 …g() << TestLog::Message << "ERROR: at group " << groupNdx << ": expected " << tcu::toHex(expected0) in verify()
782 (outputValue&compareMask) != (expected0&compareMask) && in verify()
/external/icu/icu4c/source/test/cintltst/
Dncnvtst.c343 static const uint8_t expected0[] = { 0x31}; in TestErrorBehaviour() local
353 expected0, sizeof(expected0), "ibm-920", 0, FALSE, U_ZERO_ERROR)) in TestErrorBehaviour()
365 expected0, sizeof(expected0), "LATIN_1", 0, FALSE, U_ZERO_ERROR)) in TestErrorBehaviour()