HomeSort by relevance Sort by last modified time
    Searched defs:TestNode (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/icu/source/tools/ctestfw/unicode/
ctest.h 22 typedef struct TestNode TestNode;
96 showTests ( const TestNode *root);
105 runTests ( const TestNode* root);
111 * TestNode* root=NULL;
120 addTest(TestNode** root,
131 cleanUpTestTree(TestNode *tn);
141 T_CTEST_API const TestNode* T_CTEST_EXPORT2
142 getTest(const TestNode* root,
208 * @param root Testnode root with tests already attached to i
    [all...]
  /external/icu4c/tools/ctestfw/unicode/
ctest.h 22 typedef struct TestNode TestNode;
96 showTests ( const TestNode *root);
105 runTests ( const TestNode* root);
111 * TestNode* root=NULL;
120 addTest(TestNode** root,
131 cleanUpTestTree(TestNode *tn);
141 T_CTEST_API const TestNode* T_CTEST_EXPORT2
142 getTest(const TestNode* root,
208 * @param root Testnode root with tests already attached to i
    [all...]
  /external/chromium/third_party/icu/source/tools/ctestfw/
ctest.c 27 struct TestNode
30 struct TestNode* sibling;
31 struct TestNode* child;
36 static const struct TestNode* currentTest;
50 static TestNode* addTestNode( TestNode *root, const char *name );
52 static TestNode *createTestNode(const char* name, int32_t nameLen);
62 static void iterateTestsWithLevel( const TestNode *root, int len,
63 const TestNode** list,
131 static TestNode *createTestNode(const char* name, int32_t nameLen
    [all...]
  /external/icu4c/tools/ctestfw/
ctest.c 27 struct TestNode
30 struct TestNode* sibling;
31 struct TestNode* child;
36 static const struct TestNode* currentTest;
50 static TestNode* addTestNode( TestNode *root, const char *name );
52 static TestNode *createTestNode(const char* name, int32_t nameLen);
62 static void iterateTestsWithLevel( const TestNode *root, int len,
63 const TestNode** list,
131 static TestNode *createTestNode(const char* name, int32_t nameLen
    [all...]

Completed in 138 milliseconds