Home
last modified time | relevance | path

Searched refs:TestNode (Results 1 – 25 of 253) sorted by relevance

1234567891011

/external/chromium_org/ui/base/models/
Dtree_node_model_unittest.cc60 typedef TreeNodeWithValue<int> TestNode; typedef
71 TestNode* root = new TestNode; in TEST_F()
72 TreeNodeModel<TestNode > model(root); in TEST_F()
75 TestNode* child1 = new TestNode; in TEST_F()
81 child1->Add(new TestNode, i); in TEST_F()
83 TestNode* child2 = new TestNode; in TEST_F()
96 TestNode* root = new TestNode; in TEST_F()
97 TreeNodeModel<TestNode > model(root); in TEST_F()
100 TestNode* child1 = new TestNode; in TEST_F()
126 TestNode root; in TEST_F()
[all …]
Dtree_node_iterator_unittest.cc15 typedef TreeNodeWithValue<int> TestNode; typedef
17 bool PruneOdd(TestNode* node) { in PruneOdd()
21 bool PruneEven(TestNode* node) { in PruneEven()
26 TestNode root; in TEST()
27 root.Add(new TestNode(), 0); in TEST()
28 root.Add(new TestNode(), 1); in TEST()
29 TestNode* f3 = new TestNode(); in TEST()
31 TestNode* f4 = new TestNode(); in TEST()
33 f4->Add(new TestNode(), 0); in TEST()
35 TreeNodeIterator<TestNode> iterator(&root); in TEST()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcalltest.c19 void addUtility(TestNode** root);
20 void addBreakIter(TestNode** root);
21 void addStandardNamesTest(TestNode **root);
22 void addFormatTest(TestNode** root);
23 void addConvert(TestNode** root);
24 void addCollTest(TestNode** root);
25 void addComplexTest(TestNode** root);
26 void addUDataTest(TestNode** root);
27 void addUTF16Test(TestNode** root);
28 void addUTF8Test(TestNode** root);
[all …]
Dccolltst.h36 void addCollAPITest(TestNode**);
37 void addCurrencyCollTest(TestNode**);
38 void addNormTest(TestNode**);
39 void addDanishCollTest(TestNode**);
40 void addGermanCollTest(TestNode**);
41 void addSpanishCollTest(TestNode**);
42 void addFrenchCollTest(TestNode**);
43 void addKannaCollTest(TestNode**);
44 void addTurkishCollTest(TestNode**);
45 void addEnglishCollTest(TestNode**);
[all …]
Dcutiltst.c17 void addLocaleTest(TestNode**);
18 void addCLDRTest(TestNode**);
19 void addUnicodeTest(TestNode**);
20 void addUStringTest(TestNode**);
21 void addCaseTest(TestNode**);
22 void addResourceBundleTest(TestNode**);
23 void addNEWResourceBundleTest(TestNode**);
24 void addHashtableTest(TestNode** root);
25 void addCStringTest(TestNode** root);
26 void addTrieTest(TestNode** root);
[all …]
Dcformtst.c25 void addCalTest(TestNode**);
26 void addDateForTest(TestNode**);
27 void addDateTimePatternGeneratorTest(TestNode**);
28 void addDateIntervalFormatTest(TestNode**);
29 void addNumForTest(TestNode**);
30 void addMsgForTest(TestNode**);
31 void addDateForRgrTest(TestNode**);
32 void addNumFrDepTest(TestNode**);
33 void addDtFrDepTest(TestNode**);
34 void addUtmsTest(TestNode**);
[all …]
Dcconvtst.c17 void addTestConvert(TestNode**);
19 void addTestConvertErrorCallBack(TestNode** root);
20 void addTestEuroRegression(TestNode** root);
21 void addTestConverterFallBack(TestNode** root);
22 void addExtraTests(TestNode** root);
26 addBOCU1Tests(TestNode** root);
28 void addConvert(TestNode** root);
30 void addConvert(TestNode** root) in addConvert()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcalltest.c19 void addUtility(TestNode** root);
20 void addBreakIter(TestNode** root);
21 void addStandardNamesTest(TestNode **root);
22 void addFormatTest(TestNode** root);
23 void addConvert(TestNode** root);
24 void addCollTest(TestNode** root);
25 void addComplexTest(TestNode** root);
26 void addUDataTest(TestNode** root);
27 void addUTF16Test(TestNode** root);
28 void addUTF8Test(TestNode** root);
[all …]
Dccolltst.h36 void addCollAPITest(TestNode**);
37 void addCurrencyCollTest(TestNode**);
38 void addNormTest(TestNode**);
39 void addDanishCollTest(TestNode**);
40 void addGermanCollTest(TestNode**);
41 void addSpanishCollTest(TestNode**);
42 void addFrenchCollTest(TestNode**);
43 void addKannaCollTest(TestNode**);
44 void addTurkishCollTest(TestNode**);
45 void addEnglishCollTest(TestNode**);
[all …]
Dcutiltst.c17 void addLocaleTest(TestNode**);
18 void addCLDRTest(TestNode**);
19 void addUnicodeTest(TestNode**);
20 void addUStringTest(TestNode**);
21 void addCaseTest(TestNode**);
22 void addResourceBundleTest(TestNode**);
23 void addNEWResourceBundleTest(TestNode**);
24 void addHashtableTest(TestNode** root);
25 void addCStringTest(TestNode** root);
26 void addTrieTest(TestNode** root);
[all …]
Dcformtst.c25 void addCalTest(TestNode**);
26 void addDateForTest(TestNode**);
27 void addDateTimePatternGeneratorTest(TestNode**);
28 void addDateIntervalFormatTest(TestNode**);
29 void addNumForTest(TestNode**);
30 void addMsgForTest(TestNode**);
31 void addDateForRgrTest(TestNode**);
32 void addNumFrDepTest(TestNode**);
33 void addDtFrDepTest(TestNode**);
34 void addUtmsTest(TestNode**);
[all …]
Dcconvtst.c17 void addTestConvert(TestNode**);
19 void addTestConvertErrorCallBack(TestNode** root);
20 void addTestEuroRegression(TestNode** root);
21 void addTestConverterFallBack(TestNode** root);
22 void addExtraTests(TestNode** root);
26 addBOCU1Tests(TestNode** root);
28 void addConvert(TestNode** root);
30 void addConvert(TestNode** root) in addConvert()
/external/deqp/executor/
DxeTestCase.hpp60 class TestNode class
63 virtual ~TestNode (void) {} in ~TestNode()
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
94 TestNode* getChild (int ndx) { return m_children[ndx]; } in getChild()
95 const TestNode* getChild (int ndx) const { return m_children[ndx]; } in getChild()
[all …]
DxeTestCase.cpp87 TestNode::TestNode (TestGroup* parent, TestNodeType nodeType, const char* name, const char* desc) in TestNode() function in xe::TestNode
104 void TestNode::getFullPath (std::string& dst) const in getFullPath()
109 const TestNode* curNode = this; in getFullPath()
146 const TestNode* TestNode::find (const char* path) const in find()
173 TestNode* TestNode::find (const char* path) in find()
175 return const_cast<TestNode*>(const_cast<const TestNode*>(this)->find(path)); in find()
181 : TestNode(parent, nodeType, name, description) in TestGroup()
189 for (std::vector<TestNode*>::iterator i = m_children.begin(); i != m_children.end(); i++) in ~TestGroup()
203 const TestNode* TestGroup::findChildNode (const char* path) const in findChildNode()
209 const TestNode* matchingNode = DE_NULL; in findChildNode()
[all …]
/external/deqp/framework/common/
DtcuTestCase.cpp46 TestNode::TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* desc… in TestNode() function in tcu::TestNode
55 TestNode::TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* desc… in TestNode() function in tcu::TestNode
66 TestNode::~TestNode (void) in ~TestNode()
68 TestNode::deinit(); in ~TestNode()
71 void TestNode::getChildren (vector<TestNode*>& res) const in getChildren()
78 void TestNode::addChild (TestNode* node) in addChild()
93 void TestNode::init (void) in init()
97 void TestNode::deinit (void) in deinit()
107 : TestNode(testCtx, NODETYPE_GROUP, name, description) in TestCaseGroup()
111 …TestContext& testCtx, const char* name, const char* description, const vector<TestNode*>& children) in TestCaseGroup()
[all …]
DtcuTestCase.hpp75 class TestNode class
85TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description);
86TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description,…
87 virtual ~TestNode (void);
93 void getChildren (std::vector<TestNode*>& children) const;
94 void addChild (TestNode* node);
107 std::vector<TestNode*> m_children;
119 class TestCaseGroup : public TestNode
123 …ntext& testCtx, const char* name, const char* description, const std::vector<TestNode*>& children);
149 class TestCase : public TestNode
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
DV8TestNode.h25 static TestNode* toImpl(v8::Handle<v8::Object> object) in toImpl()
29 static TestNode* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
42 static inline ScriptWrappableBase* toScriptWrappableBase(TestNode* impl) in toScriptWrappableBase()
47 static inline TestNode* toImpl(ScriptWrappableBase* internalPointer) in toImpl()
49 return internalPointer->toImpl<TestNode>(); in toImpl()
57 inline v8::Handle<v8::Object> wrap(TestNode* impl, v8::Handle<v8::Object> creationContext, v8::Isol… in wrap()
62 inline v8::Handle<v8::Value> toV8(TestNode* impl, v8::Handle<v8::Object> creationContext, v8::Isola… in toV8()
74 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestNode* impl) in v8SetReturnValue()
87 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestNode* impl) in v8SetReturnValueForMainWorld()
101 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestNode* impl, Wrappable* wrapp… in v8SetReturnValueFast()
[all …]
DV8TestNode.cpp29 const WrapperTypeInfo& TestNode::s_wrapperTypeInfo = V8TestNode::wrapperTypeInfo;
38 TestNode* impl = V8TestNode::toImpl(holder); in hrefAttributeGetter()
52 TestNode* impl = V8TestNode::toImpl(holder); in hrefAttributeSetter()
67 TestNode* impl = V8TestNode::toImpl(holder); in hrefThrowsAttributeGetter()
82 TestNode* impl = V8TestNode::toImpl(holder); in hrefThrowsAttributeSetter()
98 TestNode* impl = V8TestNode::toImpl(holder); in hrefCallWithAttributeGetter()
112 TestNode* impl = V8TestNode::toImpl(holder); in hrefCallWithAttributeSetter()
128 TestNode* impl = V8TestNode::toImpl(holder); in hrefByteStringAttributeGetter()
143 TestNode* impl = V8TestNode::toImpl(holder); in hrefByteStringAttributeSetter()
157 RefPtrWillBeRawPtr<TestNode> impl = TestNode::create(); in constructor()
[all …]
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
Dctest.h22 typedef struct TestNode TestNode; typedef
130 showTests ( const TestNode *root);
139 runTests ( const TestNode* root);
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* root,
/external/icu/icu4c/source/tools/ctestfw/unicode/
Dctest.h22 typedef struct TestNode TestNode; typedef
130 showTests ( const TestNode *root);
139 runTests ( const TestNode* root);
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* root,
/external/chromium_org/ui/views/controls/tree/
Dtree_view_unittest.cc24 class TestNode : public TreeNode<TestNode> { class
26 TestNode() {} in TestNode() function in views::TestNode
27 virtual ~TestNode() {} in ~TestNode()
30 DISALLOW_COPY_AND_ASSIGN(TestNode);
41 TreeViewTest() : model_(new TestNode) { in TreeViewTest()
42 static_cast<TestNode*>(model_.GetRoot())->SetTitle(ASCIIToUTF16("root")); in TreeViewTest()
49 TestNode* Add(TestNode* parent,
59 TestNode* GetNodeByTitle(const std::string& title);
67 ui::TreeNodeModel<TestNode > model_;
73 TestNode* GetNodeByTitleImpl(TestNode* node, const base::string16& title);
[all …]
/external/chromium_org/third_party/icu/source/tools/ctestfw/
Dctest.c42 struct TestNode struct
45 struct TestNode* sibling; argument
46 struct TestNode* child; argument
51 static const struct TestNode* currentTest; argument
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 *createTestNode(const char* name, int32_t nameLen) in createTestNode()
172 TestNode *newNode; in createTestNode()
[all …]
/external/icu/icu4c/source/tools/ctestfw/
Dctest.c42 struct TestNode struct
45 struct TestNode* sibling; argument
46 struct TestNode* child; argument
51 static const struct TestNode* currentTest; argument
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 *createTestNode(const char* name, int32_t nameLen) in createTestNode()
172 TestNode *newNode; in createTestNode()
[all …]
/external/chromium_org/third_party/icu/source/test/iotest/
Diotest.h22 addStringTest(TestNode** root);
25 addFileTest(TestNode** root);
28 addTranslitTest(TestNode** root);
31 addStreamTests(TestNode** root);
/external/icu/icu4c/source/test/iotest/
Diotest.h22 addStringTest(TestNode** root);
25 addFileTest(TestNode** root);
28 addTranslitTest(TestNode** root);
31 addStreamTests(TestNode** root);

1234567891011