Home
last modified time | relevance | path

Searched refs:groupNode (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibrary.cpp1091 tcu::TestCaseGroup* groupNode = new tcu::TestCaseGroup(m_testCtx, name.c_str(), description.c_str(), children); in parseShaderGroup() local
1092 shaderNodeList.push_back(groupNode); in parseShaderGroup()
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBManagerGUI.java766 DefaultMutableTreeNode groupNode = new DefaultMutableTreeNode(group); in updateProjectTree()
767 bundleNode.add(groupNode); in updateProjectTree()
772 groupNode.add(itemNode); in updateProjectTree()
785 DefaultMutableTreeNode groupNode = new DefaultMutableTreeNode(group); in updateProjectTree()
786 bundleNode.add(groupNode); in updateProjectTree()
791 groupNode.add(itemNode); in updateProjectTree()
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderLibrary.cpp1573 tcu::TestCaseGroup* groupNode = m_caseFactory->createGroup(name, description, children); in parseShaderGroup() local
1574 shaderNodeList.push_back(groupNode); in parseShaderGroup()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp6351 void writeGroup(TestGroupNode const& groupNode, double suiteTime);
16915 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) {
16918 TestGroupStats const& stats = groupNode.value;
16946 for( auto const& child : groupNode.children )

Completed in 23 milliseconds