Home
last modified time | relevance | path

Searched defs:groupNode (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBManagerGUI.java766 DefaultMutableTreeNode groupNode = new DefaultMutableTreeNode(group); in updateProjectTree() local
785 DefaultMutableTreeNode groupNode = new DefaultMutableTreeNode(group); in updateProjectTree() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderLibrary.cpp1091 …tcu::TestCaseGroup* groupNode = new tcu::TestCaseGroup(m_testCtx, name.c_str(), description.c_str(… in parseShaderGroup() local
/third_party/vk-gl-cts/framework/opengl/
DgluShaderLibrary.cpp1573 tcu::TestCaseGroup* groupNode = m_caseFactory->createGroup(name, description, children); in parseShaderGroup() local
/third_party/libabigail/tests/lib/
Dcatch.hpp16915 void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { in writeGroup()