Searched defs:expected0 (Results 1 - 5 of 5) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fApiCase.cpp76 void ApiCase::expectError (deUint32 expected0, deUint32 expected1) argument
79 if (err != expected0 && err != expected1)
81 m_log << tcu::TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected0) << " or " << glu::getErrorStr(expected1) << tcu::TestLog::EndMessage;
/external/deqp/modules/gles3/functional/
H A Des3fApiCase.cpp78 void ApiCase::expectError (deUint32 expected0, deUint32 expected1) argument
81 if (err != expected0 && err != expected1)
83 m_log << TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected0) << " or " << glu::getErrorStr(expected1) << TestLog::EndMessage;
H A Des3fFboStateQueryTests.cpp132 void checkIntEqualsAny (tcu::TestContext& testCtx, GLint got, GLint expected0, GLint expected1) argument
136 if (got != expected0 && got != expected1)
138 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected0 << " or " << expected1 << "; got " << got << TestLog::EndMessage;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dncnvtst.c337 static const uint8_t expected0[] = { 0x31}; local
347 expected0, sizeof(expected0), "ibm-920", 0, FALSE, U_ZERO_ERROR))
359 expected0, sizeof(expected0), "LATIN_1", 0, FALSE, U_ZERO_ERROR))
/external/icu/icu4c/source/test/cintltst/
H A Dncnvtst.c343 static const uint8_t expected0[] = { 0x31}; local
353 expected0, sizeof(expected0), "ibm-920", 0, FALSE, U_ZERO_ERROR))
365 expected0, sizeof(expected0), "LATIN_1", 0, FALSE, U_ZERO_ERROR))

Completed in 1143 milliseconds