Home
last modified time | relevance | path

Searched defs:TestNode (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/base/
Dbase_test.cc26 class TestNode : public UT::Common { class
28 TestNode() {} in TestNode() function in mindspore::TestNode
57 TEST_F(TestNode, test_dyn_cast) { in TEST_F() argument
81 TEST_F(TestNode, test_isa) { in TEST_F() argument
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
Dctest.h24 typedef struct TestNode TestNode; typedef
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
Dctest.h24 typedef struct TestNode TestNode; typedef
/third_party/vk-gl-cts/framework/common/
DtcuTestCase.cpp47 TestNode::TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name) in TestNode() function in tcu::TestNode
55 TestNode::TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const vector<Tes… in TestNode() function in tcu::TestNode
DtcuTestCase.hpp107 class TestNode class
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Dctest.c44 struct TestNode struct
47 struct TestNode* sibling; argument
48 struct TestNode* child; argument
53 static const struct TestNode* currentTest; argument
/third_party/icu/icu4c/source/tools/ctestfw/
Dctest.c45 struct TestNode struct
48 struct TestNode* sibling; argument
49 struct TestNode* child; argument
54 static const struct TestNode* currentTest; argument
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/utils/
Dbaseref_test.cc60 TEST_F(TestBaseRef, TestNode) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/util/
Dilist_test.cpp28 class TestNode : public IntrusiveNodeBase<TestNode> { class
30 TestNode() : IntrusiveNodeBase<TestNode>() {} in TestNode() function in spvtools::utils::__anonb69c30350111::TestNode
/third_party/spirv-tools/test/util/
Dilist_test.cpp28 class TestNode : public IntrusiveNodeBase<TestNode> { class
30 TestNode() : IntrusiveNodeBase<TestNode>() {} in TestNode() function in spvtools::utils::__anon25c9f5b40111::TestNode
/third_party/skia/third_party/externals/spirv-tools/test/util/
Dilist_test.cpp28 class TestNode : public IntrusiveNodeBase<TestNode> { class
30 TestNode() : IntrusiveNodeBase<TestNode>() {} in TestNode() function in spvtools::utils::__anon1481bcc90111::TestNode
/third_party/vk-gl-cts/executor/
DxeTestCase.hpp60 class TestNode class
DxeTestCase.cpp87 TestNode::TestNode (TestGroup* parent, TestNodeType nodeType, const char* name) in TestNode() function in xe::TestNode