HomeSort by relevance Sort by last modified time
    Searched refs:testGroup (Results 1 - 11 of 11) sorted by null

  /external/deqp/framework/common/
tcuTestExecutor.hpp 148 void enterGroupNode (TestCaseGroup* testGroup, const char* casePath);
149 void leaveGroupNode (TestCaseGroup* testGroup);
tcuTestExecutor.cpp 143 void TestExecutor::enterGroupNode (TestCaseGroup* testGroup, const char* casePath)
146 testGroup->init();
149 void TestExecutor::leaveGroupNode (TestCaseGroup* testGroup)
151 testGroup->deinit();
307 default: caseType = "TestGroup"; break;
  /external/deqp/executor/
xeTestCase.cpp 87 TestNode::TestNode (TestGroup* parent, TestNodeType nodeType, const char* name, const char* desc)
151 return static_cast<const TestGroup*>(this)->findChildNode(path);
164 return static_cast<const TestGroup*>(this)->findChildNode(path + compLen + 1);
178 // TestGroup
180 TestGroup::TestGroup (TestGroup* parent, TestNodeType nodeType, const char* name, const char* description)
187 TestGroup::~TestGroup (void)
193 TestGroup* TestGroup::createGroup (const char* name, const char* description
    [all...]
xeTestCase.hpp 57 class TestGroup;
67 const TestGroup* getParent (void) const { return m_parent; }
76 TestNode (TestGroup* parent, TestNodeType nodeType, const char* name, const char* desc);
82 TestGroup* m_parent;
88 class TestGroup : public TestNode
91 ~TestGroup (void);
100 TestGroup* createGroup (const char* name, const char* description);
104 TestGroup (TestGroup* parent, TestNodeType nodeType, const char* name, const char* description);
114 class TestRoot : public TestGroup
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DeqpTestRunner.java 366 ArrayList<String> testGroup = testGroups.get(components[0]);
368 if (testGroup == null) {
369 testGroup = new ArrayList<String>();
370 testGroups.put(components[0], testGroup);
373 testGroup.add(test.substring(components[0].length()+1));
376 for (String testGroup : testGroups.keySet()) {
382 result = result + testGroup
383 + generateTestCaseTrieFromPaths(testGroups.get(testGroup));
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
unknown_fields_test.py 84 def testGroup(self):
  /frameworks/base/core/tests/coretests/src/android/view/
MenuTest.java 71 public void testGroup() {
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
UnknownFieldSetTest.java 128 public void testGroup() throws Exception {
  /external/protobuf/java/src/test/java/com/google/protobuf/
UnknownFieldSetTest.java 128 public void testGroup() throws Exception {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
MatcherTest.java 204 public void testGroup() {
  /external/chromium_org/v8/test/cctest/
test-api.cc     [all...]

Completed in 740 milliseconds