Home
last modified time | relevance | path

Searched refs:mismatched (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/turbo-cov/
H A Dmain.cpp71 if(auto mismatched = coverage->getMismatchedCount()) in main()
73 fprintf(stderr, "%d functions have mismatched data\n", (int)mismatched); in main()
/third_party/typescript/tests/baselines/reference/
H A DjsxChildrenGenericContextualTypes.js23 const mismatched = <ElemLit prop="x">{() => 12}</ElemLit>
38 var mismatched = <ElemLit prop="x">{function () { return 12; }}</ElemLit>;
/third_party/python/Lib/unittest/
H A Dcase.py1179 mismatched = []
1184 mismatched.append('%s, expected: %s, actual: %s' %
1188 if not (missing or mismatched):
1195 if mismatched:
1198 standardMsg += 'Mismatched values: %s' % ','.join(mismatched)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp3152 const bool mismatched = (match == 1); in createImageExtendOperandsTests() local
3153 const char* matchGroupName = (mismatched ? "mismatched_sign" : "matched_sign"); in createImageExtendOperandsTests()
3156 if (mismatched && isUint) in createImageExtendOperandsTests()
3166 const auto signedOther = ((isInt && !mismatched) || (isUint && mismatched)); in createImageExtendOperandsTests()
3177 matchGroup->addChild(new ImageExtendOperandTest(testCtx, precisionName, texture, readFormat, writeFormat, mismatched, relaxedPrecision, testType.testType)); in createImageExtendOperandsTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreTests.cpp3092 const bool mismatched = (match == 1); in createImageExtendOperandsTests() local
3093 const char* matchGroupName = (mismatched ? "mismatched_sign" : "matched_sign"); in createImageExtendOperandsTests()
3096 if (mismatched && isUint) in createImageExtendOperandsTests()
3106 const auto signedOther = ((isInt && !mismatched) || (isUint && mismatched)); in createImageExtendOperandsTests()
3117 matchGroup->addChild(new ImageExtendOperandTest(testCtx, precisionName, texture, readFormat, writeFormat, mismatched, relaxedPrecision, testType.testType)); in createImageExtendOperandsTests()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex4898 % as its first line, TeX doesn't complain about mismatched braces

Completed in 22 milliseconds