HomeSort by relevance Sort by last modified time
    Searched refs:TestNode (Results 26 - 50 of 256) sorted by null

12 3 4 5 6 7 8 91011

  /external/deqp/executor/
xeTestCase.cpp 85 // TestNode
87 TestNode::TestNode (TestGroup* parent, TestNodeType nodeType, const char* name, const char* desc)
104 void TestNode::getFullPath (std::string& dst) const
109 const TestNode* curNode = this;
146 const TestNode* TestNode::find (const char* path) const
173 TestNode* TestNode::find (const char* path)
175 return const_cast<TestNode*>(const_cast<const TestNode*>(this)->find(path))
    [all...]
xeTestCaseListParser.hpp 53 std::vector<TestNode*> m_nodeStack;
  /external/deqp/modules/glshared/
glsShaderConstExprTests.hpp 33 class TestNode;
70 std::vector<tcu::TestNode*> createTests (tcu::TestContext& testContext,
glsShaderLibrary.hpp 44 std::vector<tcu::TestNode*> loadShaderFile (const char* fileName);
45 std::vector<tcu::TestNode*> parseShader (const char* shaderSource);
glsScissorTests.hpp 76 tcu::TestNode* createPrimitiveTest (tcu::TestContext& testCtx,
84 tcu::TestNode* createClearTest (tcu::TestContext& testCtx,
91 tcu::TestNode* createFramebufferClearTest (tcu::TestContext& testCtx,
97 tcu::TestNode* createFramebufferBlitTest (tcu::TestContext& testCtx,
  /external/chromium_org/third_party/icu/source/test/cintltst/
crestst.h 23 void addTestResourceBundleTest(TestNode**);
cgendtst.c 25 void addGendInfoForTest(TestNode** root);
30 void addGendInfoForTest(TestNode** root)
eurocreg.c 12 void addTestEuroRegression(TestNode** root);
15 void addTestEuroRegression(TestNode** root)
185 void addTestEuroRegression(TestNode** root)
  /external/deqp/framework/common/
tcuTestCaseWrapper.hpp 42 virtual TestNode::IterateResult iterateTestCase (TestCase* testCase);
tcuTestPackage.cpp 37 : TestNode(testCtx, NODETYPE_PACKAGE, name, description)
45 TestNode::IterateResult TestPackage::iterate (void)
138 : TestNode(testCtx, NODETYPE_ROOT, "", "")
142 TestPackageRoot::TestPackageRoot (TestContext& testCtx, const vector<TestNode*>& children)
143 : TestNode(testCtx, NODETYPE_ROOT, "", "", children)
tcuTestExecutor.hpp 66 * Test executor traverses TestNode hierarchy and executes the cases
102 NodeIter (TestNode* node_)
131 TestNode* node;
132 std::vector<TestNode*> children;
tcuTestPackage.hpp 43 class TestPackage : public TestNode
99 class TestPackageRoot : public TestNode
103 TestPackageRoot (TestContext& testCtx, const std::vector<TestNode*>& children);
  /external/deqp/modules/gles2/
tes2TestCaseWrapper.cpp 76 tcu::TestNode::IterateResult TestCaseWrapper::iterateTestCase (tcu::TestCase* testCase)
80 tcu::TestCase::IterateResult result = tcu::TestNode::STOP;
99 return tcu::TestNode::STOP;
105 return tcu::TestNode::STOP;
tes2TestCaseWrapper.hpp 45 virtual tcu::TestNode::IterateResult iterateTestCase (tcu::TestCase* testCase);
  /external/deqp/modules/gles3/
tes3TestCaseWrapper.cpp 75 tcu::TestNode::IterateResult TestCaseWrapper::iterateTestCase (tcu::TestCase* testCase)
77 tcu::TestCase::IterateResult result = tcu::TestNode::STOP;
99 return tcu::TestNode::STOP;
105 return tcu::TestNode::STOP;
tes3TestCaseWrapper.hpp 45 virtual tcu::TestNode::IterateResult iterateTestCase (tcu::TestCase* testCase);
  /external/icu/icu4c/source/test/cintltst/
crestst.h 23 void addTestResourceBundleTest(TestNode**);
cgendtst.c 25 void addGendInfoForTest(TestNode** root);
30 void addGendInfoForTest(TestNode** root)
eurocreg.c 12 void addTestEuroRegression(TestNode** root);
15 void addTestEuroRegression(TestNode** root)
185 void addTestEuroRegression(TestNode** root)
  /external/deqp/modules/gles31/
tes31TestPackage.cpp 68 TestNode::deinit();
95 TestNode::deinit();
tes31TestCaseWrapper.hpp 45 virtual tcu::TestNode::IterateResult iterateTestCase (tcu::TestCase* testCase);
tes31TestCaseWrapper.cpp 75 tcu::TestNode::IterateResult TestCaseWrapper::iterateTestCase (tcu::TestCase* testCase)
90 return tcu::TestNode::STOP;
96 return tcu::TestNode::STOP;
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
RepeatingSensorOperation.java 57 operation.execute(new TestNode(currentNode, i));
76 private class TestNode implements ISensorTestNode {
80 public TestNode(ISensorTestNode parent, int iteration) {
  /external/chromium_org/ui/views/controls/tree/
tree_view_unittest.cc 24 class TestNode : public TreeNode<TestNode> {
26 TestNode() {}
27 virtual ~TestNode() {}
30 DISALLOW_COPY_AND_ASSIGN(TestNode);
41 TreeViewTest() : model_(new TestNode) {
42 static_cast<TestNode*>(model_.GetRoot())->SetTitle(ASCIIToUTF16("root"));
49 TestNode* Add(TestNode* parent,
59 TestNode* GetNodeByTitle(const std::string& title)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestNode.cpp 26 // This static member must be declared by DEFINE_WRAPPERTYPEINFO in TestNode.h.
29 const WrapperTypeInfo& TestNode::s_wrapperTypeInfo = V8TestNode::wrapperTypeInfo;
38 TestNode* impl = V8TestNode::toImpl(holder);
52 TestNode* impl = V8TestNode::toImpl(holder);
67 TestNode* impl = V8TestNode::toImpl(holder);
81 ExceptionState exceptionState(ExceptionState::SetterContext, "hrefThrows", "TestNode", holder, info.GetIsolate());
82 TestNode* impl = V8TestNode::toImpl(holder);
98 TestNode* impl = V8TestNode::toImpl(holder);
112 TestNode* impl = V8TestNode::toImpl(holder);
128 TestNode* impl = V8TestNode::toImpl(holder)
    [all...]

Completed in 848 milliseconds

12 3 4 5 6 7 8 91011