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

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/icu/source/test/cintltst/
cbkittst.c 22 void addBrkIterAPITest(TestNode**);
24 void addBreakIter(TestNode** root);
26 void addBreakIter(TestNode** root)
ccolltst.h 36 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...]
cutiltst.c 17 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...]
nucnvtst.h 21 void addTestNewConvert(TestNode** root);
cconvtst.c 17 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)
calltest.c 19 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...]
cformtst.c 25 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...]
  /external/icu/icu4c/source/test/cintltst/
cbkittst.c 22 void addBrkIterAPITest(TestNode**);
24 void addBreakIter(TestNode** root);
26 void addBreakIter(TestNode** root)
ccolltst.h 36 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...]
cutiltst.c 17 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...]
nucnvtst.h 21 void addTestNewConvert(TestNode** root);
cconvtst.c 17 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)
calltest.c 19 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...]
cformtst.c 25 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...]
  /external/chromium_org/ui/base/models/
tree_node_iterator_unittest.cc 15 typedef TreeNodeWithValue<int> TestNode;
17 bool PruneOdd(TestNode* node) {
21 bool PruneEven(TestNode* node) {
26 TestNode root;
27 root.Add(new TestNode(), 0);
28 root.Add(new TestNode(), 1);
29 TestNode* f3 = new TestNode();
31 TestNode* f4 = new TestNode();
    [all...]
tree_node_model_unittest.cc 60 typedef TreeNodeWithValue<int> TestNode;
71 TestNode* root = new TestNode;
72 TreeNodeModel<TestNode > model(root);
75 TestNode* child1 = new TestNode;
81 child1->Add(new TestNode, i);
83 TestNode* child2 = new TestNode;
96 TestNode* root = new TestNode
    [all...]
  /external/chromium_org/third_party/icu/source/test/iotest/
iotest.h 22 addStringTest(TestNode** root);
25 addFileTest(TestNode** root);
28 addTranslitTest(TestNode** root);
31 addStreamTests(TestNode** root);
  /external/icu/icu4c/source/test/iotest/
iotest.h 22 addStringTest(TestNode** root);
25 addFileTest(TestNode** root);
28 addTranslitTest(TestNode** root);
31 addStreamTests(TestNode** root);
  /external/deqp/framework/common/
tcuTestCase.cpp 34 // TestNode.
46 TestNode::TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description)
55 TestNode::TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description, const vector<TestNode*>& children)
66 TestNode::~TestNode (void)
68 TestNode::deinit();
71 void TestNode::getChildren (vector<TestNode*>& res) cons
    [all...]
tcuTestCase.hpp 75 class TestNode
85 TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description);
86 TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description, const std::vector<TestNode*>& children);
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 TestCaseGroup (TestContext& testCtx, const char* name, const char* description, const std::vector<TestNode*>& children)
    [all...]
  /external/deqp/executor/
xeTestCase.hpp 60 class TestNode
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/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
ctest.h 22 typedef struct TestNode 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,
252 * @param root Testnode root with tests already attached to i
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/unicode/
ctest.h 22 typedef struct TestNode 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,
252 * @param root Testnode root with tests already attached to i
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestNode.h 15 #include "bindings/tests/idls/core/TestNode.h"
25 static TestNode* toImpl(v8::Handle<v8::Object> object)
29 static TestNode* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
42 static inline ScriptWrappableBase* toScriptWrappableBase(TestNode* impl)
47 static inline TestNode* toImpl(ScriptWrappableBase* internalPointer)
49 return internalPointer->toImpl<TestNode>();
57 inline v8::Handle<v8::Object> wrap(TestNode* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
62 inline v8::Handle<v8::Value> toV8(TestNode* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
74 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestNode* impl)
87 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestNode* impl
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
TestNode.idl 23 ] interface TestNode : Node {

Completed in 903 milliseconds

1 2 3 4 5 6 7 8 91011