Searched refs:TestCase (Results 1 - 3 of 3) sorted by relevance

/bionic/tools/bionicbb/
H A Dtest_tasks.py7 class TestShouldSkipBuild(unittest.TestCase):
/bionic/tests/
H A Dgtest_main.cpp181 class TestCase { class
183 TestCase() {} // For std::vector<TestCase>. function in class:TestCase
184 explicit TestCase(const char* name) : name_(name) {} function in class:TestCase
275 static bool EnumerateTests(int argc, char** argv, std::vector<TestCase>& testcase_list) {
318 testcase_list.push_back(TestCase(line.c_str()));
335 static void OnTestIterationStartPrint(const std::vector<TestCase>& testcase_list, size_t iteration,
358 static void OnTestEndPrint(const TestCase& testcase, size_t test_id) {
381 static void OnTestEndPrint(const TestCase& testcase, size_t test_id) {
404 static void OnTestIterationEndPrint(const std::vector<TestCase>
[all...]
/bionic/libc/tools/
H A Dtest_genseccomp.py10 class TestGenseccomp(unittest.TestCase):

Completed in 468 milliseconds