Home
last modified time | relevance | path

Searched refs:testGroup (Results 1 – 9 of 9) sorted by relevance

/external/deqp/framework/common/
DtcuTestHierarchyIterator.hpp52 virtual void enterGroupNode (TestCaseGroup* testGroup, std::vector<TestNode*>& children) = 0;
53 virtual void leaveGroupNode (TestCaseGroup* testGroup) = 0;
69 virtual void enterGroupNode (TestCaseGroup* testGroup, std::vector<TestNode*>& children);
70 virtual void leaveGroupNode (TestCaseGroup* testGroup);
DtcuTestHierarchyIterator.cpp75 void DefaultHierarchyInflater::enterGroupNode (TestCaseGroup* testGroup, vector<TestNode*>& childre… in enterGroupNode() argument
77 testGroup->init(); in enterGroupNode()
78 testGroup->getChildren(children); in enterGroupNode()
81 void DefaultHierarchyInflater::leaveGroupNode (TestCaseGroup* testGroup) in leaveGroupNode() argument
83 testGroup->deinit(); in leaveGroupNode()
/external/deqp/executor/
DxeTestCase.cpp391 void TestSet::addGroup (const TestGroup* testGroup) in addGroup() argument
393 addNodeAndParents(m_set, testGroup); in addGroup()
394 addChildren(m_set, testGroup); in addGroup()
418 void TestSet::removeGroup (const TestGroup* testGroup) in removeGroup() argument
420 if (m_set.find(testGroup) != m_set.end()) in removeGroup()
422 m_set.erase(testGroup); in removeGroup()
423 removeChildren(m_set, testGroup); in removeGroup()
424 if (testGroup->getParent() != DE_NULL) in removeGroup()
425 removeEmptyGroups(m_set, testGroup->getParent()); in removeGroup()
DxeTestCase.hpp164 void addGroup (const TestGroup* testGroup);
168 void removeGroup (const TestGroup* testGroup);
/external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/swingui/
Dgunit.stg5 <testSuite.rulesForStringTemplate:testGroup()>
8 testGroup() ::= <<
/external/deqp/scripts/
Dbuild_android_mustpass.py260 def isLeafGroup (testGroup): argument
264 for child in testGroup.children:
273 die("Mixed groups and cases in %s" % testGroup.name)
286 def makeTestGroup (parentElem, testGroup): argument
287 …tTree.SubElement(parentElem, "TestCase" if isLeafGroup(testGroup) else "TestSuite", name=testGroup
288 for child in testGroup.children:
/external/protobuf/python/google/protobuf/internal/
Dunknown_fields_test.py93 def testGroup(self): member in UnknownFieldsTest
/external/protobuf/java/src/test/java/com/google/protobuf/
DUnknownFieldSetTest.java131 public void testGroup() throws Exception { in testGroup() method in UnknownFieldSetTest
/external/v8/test/cctest/
Dtest-api.cc17237 int testGroup = args[0]->Int32Value(); in AnalyzeStackInNativeCode() local
17238 if (testGroup == kOverviewTest) { in AnalyzeStackInNativeCode()
17254 } else if (testGroup == kDetailedTest) { in AnalyzeStackInNativeCode()