Searched defs:TestNode (Results 1 - 7 of 7) sorted by relevance

/external/deqp/framework/common/
H A DtcuTestCase.cpp34 // TestNode.
46 TestNode::TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description) function in class:tcu::TestNode
55 TestNode::TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description, const vector<TestNode*>& children) function in class:tcu::TestNode
66 TestNode::~TestNode (void)
68 TestNode::deinit();
71 void TestNode
[all...]
H A DtcuTestCase.hpp97 class TestNode class in namespace:tcu
107 TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description);
108 TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description, const std::vector<TestNode*>& children);
109 virtual ~TestNode (void);
115 void getChildren (std::vector<TestNode*>& children);
116 void addChild (TestNode* node);
129 std::vector<TestNode*> m_children;
141 class TestCaseGroup : public TestNode
145 TestCaseGroup (TestContext& testCtx, const char* name, const char* description, const std::vector<TestNode*>
[all...]
/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Dctest.h22 typedef struct TestNode TestNode; typedef in typeref:struct:TestNode
130 showTests ( const TestNode *root);
139 runTests ( const TestNode* root);
145 * TestNode* root=NULL;
154 addTest(TestNode** root,
165 cleanUpTestTree(TestNode *tn);
175 T_CTEST_API const TestNode* T_CTEST_EXPORT2
176 getTest(const TestNode* root,
259 runTestRequest(const TestNode* roo
[all...]
/external/deqp/executor/
H A DxeTestCase.hpp60 class TestNode class in namespace:xe
63 virtual ~TestNode (void) {}
72 const TestNode* find (const char* path) const;
73 TestNode* find (const char* path);
76 TestNode (TestGroup* parent, TestNodeType nodeType, const char* name, const char* desc);
79 TestNode (const TestNode& other);
80 TestNode& operator= (const TestNode& other);
88 class TestGroup : public TestNode
[all...]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
H A DLimitTest.java51 limit.check(new TestNode()));
61 limit.check(new TestNode()));
71 limit.check(new TestNode()));
81 limit.check(new TestNode() {
95 limit.check(new TestNode() {
110 limit.check(new TestNode()));
120 limit.check(new TestNode()));
130 limit.check(new TestNode()));
140 limit.check(new TestNode()));
150 limit.check(new TestNode()));
321 private static class TestNode extends CoverageNodeImpl { class in class:LimitTest
323 public TestNode() { method in class:LimitTest.TestNode
[all...]
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
H A Dtest_modulegraph.py355 class TestNode (unittest.TestCase): class in inherits:unittest.TestCase
/external/icu/icu4c/source/tools/ctestfw/
H A Dctest.c42 struct TestNode struct
45 struct TestNode* sibling;
46 struct TestNode* child;
51 static const struct TestNode* currentTest;
65 static TestNode* addTestNode( TestNode *root, const char *name );
67 static TestNode *createTestNode(const char* name, int32_t nameLen);
77 static void iterateTestsWithLevel( const TestNode *root, int depth,
78 const TestNode** nodeList,
170 static TestNode *createTestNod
[all...]

Completed in 1973 milliseconds