Home
last modified time | relevance | path

Searched refs:expectedFormat (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/src/gpu/
DGrProxyProvider.cpp276 GrBackendFormat expectedFormat; in findCachedProxyWithColorTypeFallback() local
277 std::tie(ct, expectedFormat) = caps->getFallbackColorTypeAndFormat(ct, sampleCnt); in findCachedProxyWithColorTypeFallback()
278 SkASSERT(expectedFormat == proxy->backendFormat()); in findCachedProxyWithColorTypeFallback()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderInOutTestsEXT.cpp1003 const auto expectedFormat = mapVkFormat(outputFormat); in verifyResult() local
1007 DE_ASSERT(resFormat == expectedFormat && refFormat == expectedFormat); in verifyResult()
1010 DE_UNREF(expectedFormat); in verifyResult()
DvktMeshShaderMiscTestsEXT.cpp236 const auto expectedFormat = mapVkFormat(outputFormat); in verifyResult() local
240 DE_ASSERT(resFormat == expectedFormat && refFormat == expectedFormat); in verifyResult()
243 DE_UNREF(expectedFormat); in verifyResult()
DvktMeshShaderMiscTests.cpp232 const auto expectedFormat = mapVkFormat(outputFormat); in verifyResult() local
236 DE_ASSERT(resFormat == expectedFormat && refFormat == expectedFormat); in verifyResult()
239 DE_UNREF(expectedFormat); in verifyResult()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
DvktMeshShaderInOutTestsEXT.cpp1003 const auto expectedFormat = mapVkFormat(outputFormat); in verifyResult() local
1007 DE_ASSERT(resFormat == expectedFormat && refFormat == expectedFormat); in verifyResult()
1010 DE_UNREF(expectedFormat); in verifyResult()
DvktMeshShaderMiscTestsEXT.cpp236 const auto expectedFormat = mapVkFormat(outputFormat); in verifyResult() local
240 DE_ASSERT(resFormat == expectedFormat && refFormat == expectedFormat); in verifyResult()
243 DE_UNREF(expectedFormat); in verifyResult()
DvktMeshShaderMiscTests.cpp232 const auto expectedFormat = mapVkFormat(outputFormat); in verifyResult() local
236 DE_ASSERT(resFormat == expectedFormat && refFormat == expectedFormat); in verifyResult()
239 DE_UNREF(expectedFormat); in verifyResult()
/third_party/icu/icu4c/source/test/cintltst/
Dcdattst.c1450 const UChar * expectedFormat; member
1529 … } else if (u_strncmp(ubuf, textContextItemPtr->expectedFormat, kUbufMax) != 0) { in TestContext()
1534 …u_austrncpy(bbuf1,textContextItemPtr->expectedFormat,kUbufMax), u_austrncpy(bbuf2,ubuf,kUbufMax) ); in TestContext()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DPluralRulesTest.java838 String expectedFormat = row[2];
846 assertEquals("Formatted " + n + "\t" + minFracDigits, expectedFormat, formatted);
DDateFormatTest.java4485 public String expectedFormat; in TestContext() field in DateFormatTest.TestContextItem
4491 expectedFormat = expFmt; in TestContext()
4548 if (result2.toString().compareTo(item.expectedFormat) != 0) { in TestContext()
4550 ", expected \"" + item.expectedFormat + "\", got \"" + result2 + "\""); in TestContext()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralRulesTest.java904 String expectedFormat = row[2];
912 assertEquals("Formatted " + n + "\t" + minFracDigits, expectedFormat, formatted);
DDateFormatTest.java4569 public String expectedFormat; in TestContext() field in DateFormatTest.TestContextItem
4575 expectedFormat = expFmt; in TestContext()
4632 if (result2.toString().compareTo(item.expectedFormat) != 0) { in TestContext()
4634 ", expected \"" + item.expectedFormat + "\", got \"" + result2 + "\""); in TestContext()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DCalendarRegressionTest.java2469 String[] expectedFormat = {
2485 …assertEquals("Fail: dateformat doesn't interpret calendar correctly", expectedFormat, actualFormat…
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarRegressionTest.java2466 String[] expectedFormat = {
2482 …assertEquals("Fail: dateformat doesn't interpret calendar correctly", expectedFormat, actualFormat…
/third_party/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp4246 UnicodeString expectedFormat; member
4289 if (result.compare(itemPtr->expectedFormat) != 0) { in TestContext()
4293 ", expected " + itemPtr->expectedFormat + ", got " + result); in TestContext()