Searched refs:expected0 (Results 1 – 7 of 7) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fApiCase.cpp | 78 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()
|
D | es3fFboStateQueryTests.cpp | 132 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/ |
D | es2fApiCase.cpp | 76 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | JapaneseTest.java | 288 int expected0[] = { Calendar.ERA, 234, in Test5345calendar() local 290 checkExpected(c, expected0); in Test5345calendar()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | JapaneseTest.java | 289 int expected0[] = { Calendar.ERA, 234, in Test5345calendar() local 291 checkExpected(c, expected0); in Test5345calendar()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderAtomicOpTests.cpp | 761 const deUint32 expected0 = randomValue ^ 0u; in verify() local 772 const deUint32 expected = (numXorZeros%2 == 0) ? expected0 : expected1; in verify() 776 …g() << TestLog::Message << "ERROR: at group " << groupNdx << ": expected " << tcu::toHex(expected0) in verify() 788 (outputValue & compareMask) != (expected0&compareMask) && in verify()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ncnvtst.c | 345 static const uint8_t expected0[] = { 0x31}; in TestErrorBehaviour() local 355 expected0, sizeof(expected0), "ibm-920", 0, FALSE, U_ZERO_ERROR)) in TestErrorBehaviour() 367 expected0, sizeof(expected0), "LATIN_1", 0, FALSE, U_ZERO_ERROR)) in TestErrorBehaviour()
|