Searched refs:test_list (Results 1 – 5 of 5) sorted by relevance
49 void PrintTestList(const std::vector<std::string>& test_list) { in PrintTestList() argument50 for (size_t i = 0; i < test_list.size(); ++i) { in PrintTestList()51 fprintf(stderr, "%s%s", (i == 0) ? "" : ", ", test_list[i].c_str()); in PrintTestList()59 bool VerifyTestList(const std::string& test_list) { in VerifyTestList() argument61 if (test_list.empty()) return true; in VerifyTestList()68 size_t end = test_list.find(':', begin); in VerifyTestList()70 known_test_list.push_back(test_list.substr(begin, len)); in VerifyTestList()
66 ExpandableListView listView = (ExpandableListView) findViewById(R.id.test_list); in onCreate()
78 mTestListView = findViewById(R.id.test_list); in init()
152 mTestListView = findViewById(R.id.test_list); in init()
150 mTestListView = findViewById(R.id.test_list); in init()