Home
last modified time | relevance | path

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

/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/framework/common/
DtcuTestExecutor.hpp148 void enterGroupNode (TestCaseGroup* testGroup, const char* casePath);
149 void leaveGroupNode (TestCaseGroup* testGroup);
DtcuTestExecutor.cpp143 void TestExecutor::enterGroupNode (TestCaseGroup* testGroup, const char* casePath) in enterGroupNode() argument
146 testGroup->init(); in enterGroupNode()
149 void TestExecutor::leaveGroupNode (TestCaseGroup* testGroup) in leaveGroupNode() argument
151 testGroup->deinit(); in leaveGroupNode()
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
Dunknown_fields_test.py84 def testGroup(self): member in UnknownFieldsTest
/external/protobuf/java/src/test/java/com/google/protobuf/
DUnknownFieldSetTest.java128 public void testGroup() throws Exception { in testGroup() method in UnknownFieldSetTest
/external/chromium_org/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()