Home
last modified time | relevance | path

Searched refs:test_class (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
Dclass.pass.cpp29 void test_class() in test_class() function
45 test_class<Class>(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
Dclass.pass.cpp38 void test_class() in test_class() function
54 test_class<Class>(); in main()
/ndk/tests/
Dtests.py44 def _scan_test_suite(suite_dir, test_class, *args): argument
49 tests.append(test_class.from_dir(path, *args))
57 def add_suite(self, name, path, test_class, *args): argument
60 self.tests[name] = _scan_test_suite(path, test_class, *args)