Home | History | Annotate | Download | only in iotest

Lines Matching refs:root

786 addStringTest(TestNode** root) {
788 addTest(root, &TestString, "string/TestString");
789 addTest(root, &TestLocalizedString, "string/TestLocalizedString");
790 addTest(root, &TestSprintfFormat, "string/TestSprintfFormat");
791 addTest(root, &TestSnprintf, "string/TestSnprintf");
792 addTest(root, &TestSScanset, "string/TestSScanset");
793 addTest(root, &TestStringCompatibility, "string/TestStringCompatibility");
794 addTest(root, &TestBadScanfFormat, "string/TestBadScanfFormat");
795 addTest(root, &TestVargs, "string/TestVargs");
796 addTest(root, &TestCount, "string/TestCount");