/third_party/jsframework/runtime/main/extend/mediaquery/ |
D | mediaQuery.ts | 100 const failReason: FailReason = { type: MEDIAERROR.NONE }; constant 120 failReason.type = MEDIAERROR.SYNTAX; 132 const result: boolean = parseAndCondtion(conditionArr[i], mediaStatus, failReason); 133 if (failReason.type === MEDIAERROR.SYNTAX) { 140 if (parseSingleCondition(conditionArr[i], mediaStatus, failReason)) { 143 if (failReason.type === MEDIAERROR.SYNTAX) { 158 function parseSingleCondition(condition: string, mediaStatus: object, failReason: FailReason): bool… 160 if (parseCss4MultiCondition(condition, mediaStatus, failReason)) { 164 if (parseCss4LeftCondtion(condition, mediaStatus, failReason)) { 168 if (parseCss4RightCondition(condition, mediaStatus, failReason)) { [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderNegativeTests.cpp | 185 const char* failReason = DE_NULL; in iterate() local 189 failReason = "expected shaders to compile, but failed."; in iterate() 193 failReason = "expected shaders to link, but failed."; in iterate() 197 failReason = "expected shaders to fail linking, but succeeded."; in iterate() 200 if (failReason != DE_NULL) in iterate() 202 log << TestLog::Message << "ERROR: " << failReason << TestLog::EndMessage; in iterate()
|
D | glcShaderLibraryCase.cpp | 297 const char* failReason = DE_NULL; in execute() local 305 failReason = "expected shaders to compile and link properly, but failed to compile."; in execute() 307 failReason = "expected shaders to compile and link properly, but failed to link."; in execute() 312 failReason = "expected compilation to fail, but both shaders compiled and link failed."; in execute() 314 failReason = "expected compilation to fail, but both shaders compiled correctly."; in execute() 319 failReason = "expected linking to fail, but unable to compile."; in execute() 321 failReason = "expected linking to fail, but passed."; in execute() 329 if (failReason != DE_NULL) in execute() 332 log << TestLog::Message << "ERROR: " << failReason << TestLog::EndMessage; in execute() 336 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, failReason); in execute() [all …]
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fDepthTests.cpp | 127 const char* failReason = DE_NULL; in iterate() local 173 failReason = "Got unexpected error"; in iterate() 180 if (!imagesOk && !failReason) in iterate() 181 failReason = "Image comparison failed"; in iterate() 186 isOk ? "Pass" : failReason); in iterate()
|
D | es2fStencilTests.cpp | 298 const char* failReason = DE_NULL; in iterate() local 360 if (!errorCodeOk && !failReason) in iterate() 361 failReason = "Got unexpected error"; in iterate() 367 if (!imagesOk && !failReason) in iterate() 368 failReason = "Image comparison failed"; in iterate() 373 isOk ? "Pass" : failReason); in iterate()
|
D | es2fFboRenderTest.cpp | 564 const char* failReason = DE_NULL; in iterate() local 624 failReason = "Got unexpected error"; in iterate() 631 if (!imagesOk && !failReason) in iterate() 632 failReason = "Image comparison failed"; in iterate() 637 isOk ? "Pass" : failReason); in iterate()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fDepthTests.cpp | 130 const char* failReason = DE_NULL; in iterate() local 176 failReason = "Got unexpected error"; in iterate() 183 if (!imagesOk && !failReason) in iterate() 184 failReason = "Image comparison failed"; in iterate() 189 isOk ? "Pass" : failReason); in iterate()
|
D | es3fStencilTests.cpp | 301 const char* failReason = DE_NULL; in iterate() local 363 if (!errorCodeOk && !failReason) in iterate() 364 failReason = "Got unexpected error"; in iterate() 370 if (!imagesOk && !failReason) in iterate() 371 failReason = "Image comparison failed"; in iterate() 376 isOk ? "Pass" : failReason); in iterate()
|
D | es3fFboRenderTest.cpp | 428 const char* failReason = DE_NULL; in iterate() local 488 failReason = "Got unexpected error"; in iterate() 494 if (!imagesOk && !failReason) in iterate() 495 failReason = "Image comparison failed"; in iterate() 500 isOk ? "Pass" : failReason); in iterate()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglRenderCase.cpp | 129 string failReason = ""; in executeForConfig() local 152 failReason = e.what(); in executeForConfig() 176 failReason = e.what(); in executeForConfig() 203 failReason = e.what(); in executeForConfig() 208 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, failReason.c_str()); in executeForConfig()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 937 const char* failReason = DE_NULL; in execute() local 1066 failReason = "expected shaders to compile and link properly, but failed to compile."; in execute() 1068 failReason = "expected shaders to compile and link properly, but failed to link."; in execute() 1073 failReason = "expected compilation to fail, but shaders compiled and link failed."; in execute() 1075 failReason = "expected compilation to fail, but shaders compiled correctly."; in execute() 1080 failReason = "expected linking to fail, but unable to compile."; in execute() 1082 failReason = "expected linking to fail, but passed."; in execute() 1087 failReason = "expected compile or link to fail, but passed."; in execute() 1095 if (failReason != DE_NULL) in execute() 1098 log << TestLog::Message << "ERROR: " << failReason << TestLog::EndMessage; in execute() [all …]
|