Home
last modified time | relevance | path

Searched refs:matchIdx (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
DvktPipelineIdentifierTests.cpp608 for (int matchIdx = 0; matchIdx < DE_LENGTH_OF_ARRAY(matchControls); ++matchIdx) in createPipelineIdentifierTests() local
610 …<tcu::TestCaseGroup> matchGroup(new tcu::TestCaseGroup(testCtx, matchControls[matchIdx].name, "")); in createPipelineIdentifierTests()
614 …TestParams testParams{ testTypes[typeIdx].type, matchControls[matchIdx].control, cardinalities[car… in createPipelineIdentifierTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
DvktPipelineIdentifierTests.cpp608 for (int matchIdx = 0; matchIdx < DE_LENGTH_OF_ARRAY(matchControls); ++matchIdx) in createPipelineIdentifierTests() local
610 …<tcu::TestCaseGroup> matchGroup(new tcu::TestCaseGroup(testCtx, matchControls[matchIdx].name, "")); in createPipelineIdentifierTests()
614 …TestParams testParams{ testTypes[typeIdx].type, matchControls[matchIdx].control, cardinalities[car… in createPipelineIdentifierTests()
/third_party/node/deps/icu-small/source/i18n/
Dtzfmt.cpp961 int32_t matchIdx = -1; in parse() local
966 matchIdx = i; in parse()
970 if (matchIdx >= 0) { in parse()
972 *timeType = getTimeType(specificMatches->getNameTypeAt(matchIdx)); in parse()
975 getTimeZoneID(specificMatches.getAlias(), matchIdx, tzID); in parse()
994 int32_t matchIdx = -1; in parse() local
999 matchIdx = i; in parse()
1003 if (matchIdx >= 0) { in parse()
1005 *timeType = getTimeType(tzdbNameMatches->getNameTypeAt(matchIdx)); in parse()
1008 getTimeZoneID(tzdbNameMatches.getAlias(), matchIdx, tzID); in parse()
[all …]
/third_party/icu/icu4c/source/i18n/
Dtzfmt.cpp961 int32_t matchIdx = -1; in parse() local
966 matchIdx = i; in parse()
970 if (matchIdx >= 0) { in parse()
972 *timeType = getTimeType(specificMatches->getNameTypeAt(matchIdx)); in parse()
975 getTimeZoneID(specificMatches.getAlias(), matchIdx, tzID); in parse()
994 int32_t matchIdx = -1; in parse() local
999 matchIdx = i; in parse()
1003 if (matchIdx >= 0) { in parse()
1005 *timeType = getTimeType(tzdbNameMatches->getNameTypeAt(matchIdx)); in parse()
1008 getTimeZoneID(tzdbNameMatches.getAlias(), matchIdx, tzID); in parse()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dtzfmt.cpp961 int32_t matchIdx = -1; in parse() local
966 matchIdx = i; in parse()
970 if (matchIdx >= 0) { in parse()
972 *timeType = getTimeType(specificMatches->getNameTypeAt(matchIdx)); in parse()
975 getTimeZoneID(specificMatches.getAlias(), matchIdx, tzID); in parse()
994 int32_t matchIdx = -1; in parse() local
999 matchIdx = i; in parse()
1003 if (matchIdx >= 0) { in parse()
1005 *timeType = getTimeType(tzdbNameMatches->getNameTypeAt(matchIdx)); in parse()
1008 getTimeZoneID(tzdbNameMatches.getAlias(), matchIdx, tzID); in parse()
[all …]