Home
last modified time | relevance | path

Searched refs:testOnlyThese (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/skqp/
Djitter_gms.cpp82 const std::vector<std::string>& testOnlyThese) { in do_this_test() argument
88 for (const std::string& good : testOnlyThese) { in do_this_test()
93 return testOnlyThese.empty(); in do_this_test()
99 std::vector<std::string> testOnlyThese; in main() local
111 testOnlyThese.emplace_back(argv[i]); in main()
125 &semaphore, &doNotRun, &testOnlyThese](){ in main()
128 if (do_this_test(name, doNotRun, testOnlyThese)) { in main()
/external/skqp/tools/skqp/
Djitter_gms.cpp74 const std::vector<std::string>& testOnlyThese) { in do_this_test() argument
80 for (const std::string& good : testOnlyThese) { in do_this_test()
85 return testOnlyThese.empty(); in do_this_test()
91 std::vector<std::string> testOnlyThese; in main() local
103 testOnlyThese.emplace_back(argv[i]); in main()
117 &semaphore, &doNotRun, &testOnlyThese](){ in main()
120 if (do_this_test(name, doNotRun, testOnlyThese)) { in main()