Searched defs:Test (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dgtest_main.cpp116 printf("Bionic Unit Test Options:\n"
127 " Test running longer than [TIME_IN_MS] will be called slow.\n"
144 class Test { class
146 Test() {} // For std::vector<Test>. function in class:Test
147 explicit Test(const char* name) : name_(name) {} function in class:Test
181 test_list_.push_back(Test(test_name));
191 Test& GetTest(size_t test_id) {
196 const Test& GetTest(size_t test_id) const {
240 std::vector<Test> test_list
[all...]

Completed in 59 milliseconds