Home
last modified time | relevance | path

Searched defs:testGroup (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/common/
DtcuTestExecutor.cpp143 void TestExecutor::enterGroupNode (TestCaseGroup* testGroup, const char* casePath) in enterGroupNode()
149 void TestExecutor::leaveGroupNode (TestCaseGroup* testGroup) in leaveGroupNode()
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
Dunknown_fields_test.py84 def testGroup(self): member in UnknownFieldsTest
/external/deqp/executor/
DxeTestCase.cpp391 void TestSet::addGroup (const TestGroup* testGroup) in addGroup()
418 void TestSet::removeGroup (const TestGroup* testGroup) in removeGroup()
/external/protobuf/java/src/test/java/com/google/protobuf/
DUnknownFieldSetTest.java128 public void testGroup() throws Exception { in testGroup() method in UnknownFieldSetTest
/external/chromium_org/third_party/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.cc17220 int testGroup = args[0]->Int32Value(); in AnalyzeStackInNativeCode() local