Home
last modified time | relevance | path

Searched refs:isGroup (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/executor/tools/
H A DxeCommandLineExecutor.cpp310 const bool isGroup = child->getNodeType() == xe::TESTNODETYPE_GROUP; in addMatchingCases() local
313 if (checkCasePathPatternMatch(filter, fullPath.c_str(), isGroup)) in addMatchingCases()
315 if (isGroup) in addMatchingCases()
334 const bool isGroup = child->getNodeType() == xe::TESTNODETYPE_GROUP; in removeMatchingCases() local
337 if (checkCasePathPatternMatch(filter, fullPath.c_str(), isGroup)) in removeMatchingCases()
339 if (isGroup) in removeMatchingCases()
H A DxeBatchResultToXml.cpp287 bool isGroup = testNode->getNodeType() == xe::TESTNODETYPE_GROUP; in writeTestCaseListNode()
291 if (isGroup) in writeTestCaseListNode()
/third_party/vk-gl-cts/executor/
H A DxeTestCaseListParser.cpp111 bool isGroup = deStringEqual(caseType, "TestGroup") == DE_TRUE; in parse() local
112 TestNode* node = isGroup ? static_cast<TestNode*>(static_cast<TestGroup*>(parent)->createGroup(name)) in parse()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcnmdptst.c655 UBool expectGroup = false, isGroup = false; in TestSecondaryGrouping() local
728 isGroup = (UBool)(resultBuffer[i] == 0x002C); in TestSecondaryGrouping()
729 if (isGroup != expectGroup) { in TestSecondaryGrouping()
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp1400 UBool isGroup = (out.charAt(i) == 0x002C); in TestSecondaryGrouping() local
1401 if (isGroup != expectGroup) { in TestSecondaryGrouping()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java1161 boolean isGroup = (out.charAt(i) == 0x002C); in TestSecondaryGrouping()
1162 if (isGroup != expectGroup) { in TestSecondaryGrouping()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java1158 boolean isGroup = (out.charAt(i) == 0x002C); in TestSecondaryGrouping()
1159 if (isGroup != expectGroup) { in TestSecondaryGrouping()

Completed in 40 milliseconds