Home
last modified time | relevance | path

Searched refs:description2 (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dplurults.cpp540 UnicodeString description2( in testSamplesWithExponent() local
546 LocalPointer<PluralRules> test2(PluralRules::createRules(description2, status)); in testSamplesWithExponent()
551 checkNewSamples(description2, test2, u"one", u"@decimal 0.0~1.5, 1.1e5", FixedDecimal(0, 1)); in testSamplesWithExponent()
552 …checkNewSamples(description2, test2, u"many", u"@decimal 2.1e6, 3.1e6, 4.1e6, 5.1e6, 6.1e6, 7.1e6,… in testSamplesWithExponent()
553 …checkNewSamples(description2, test2, u"other", u"@decimal 2.0~3.5, 10.0, 100.0, 1000.0, 10000.0, 1… in testSamplesWithExponent()
578 UnicodeString description2( in testSamplesWithCompactNotation() local
584 LocalPointer<PluralRules> test2(PluralRules::createRules(description2, status)); in testSamplesWithCompactNotation()
589 checkNewSamples(description2, test2, u"one", u"@decimal 0.0~1.5, 1.1c5", FixedDecimal(0, 1)); in testSamplesWithCompactNotation()
590 …checkNewSamples(description2, test2, u"many", u"@decimal 2.1c6, 3.1c6, 4.1c6, 5.1c6, 6.1c6, 7.1c6,… in testSamplesWithCompactNotation()
591 …checkNewSamples(description2, test2, u"other", u"@decimal 2.0~3.5, 10.0, 100.0, 1000.0, 10000.0, 1… in testSamplesWithCompactNotation()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp8171 …const std::string description2 = "Copy from " + getFormatCaseName(params.src.image.format) + " to … in addImageToImageAllFormatsDepthStencilTests() local
8172 …addTestGroup(subGroup.get(), testName2, description2, addImageToImageAllFormatsDepthStencilFormats… in addImageToImageAllFormatsDepthStencilTests()
8279 …const std::string description2 = "Copy from " + getFormatCaseName(params.src.image.format) + " to … in addImageToImageAllFormatsDepthStencilTests() local
8280 …addTestGroup(subGroup.get(), testName2, description2, addImageToImageAllFormatsDepthStencilFormats… in addImageToImageAllFormatsDepthStencilTests()
8356 …const std::string description2 = "Copy from " + getFormatCaseName(params.src.image.format) + " to … in addImageToImageAllFormatsDepthStencilTests() local
8357 …addTestGroup(subGroup.get(), testName2, description2, addImageToImageAllFormatsDepthStencilFormats… in addImageToImageAllFormatsDepthStencilTests()
11500 const std::string description2 = "Blit from " + getFormatCaseName(params.src.image.format) + in addBlittingImageAllFormatsDepthStencilTests() local
11502 …addTestGroup(subGroup.get(), testName2, description2, addBlittingImageAllFormatsDepthStencilFormat… in addBlittingImageAllFormatsDepthStencilTests()
11620 const std::string description2 = "Blit from " + getFormatCaseName(params.src.image.format) + in addBlittingImageAllFormatsDepthStencilTests() local
11622 …addTestGroup(subGroup.get(), testName2, description2, addBlittingImageAllFormatsDepthStencilFormat… in addBlittingImageAllFormatsDepthStencilTests()
[all …]