Home
last modified time | relevance | path

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

/third_party/flutter/skia/tools/skqp/src/
Dskqp_main.cpp93 const char* const* matchRules = &argv[3]; in main() local
102 if (should_skip(matchRules, matchRulesCount, testName.c_str())) { in main()
126 if (should_skip(matchRules, matchRulesCount, testName.c_str())) { in main()
/third_party/skia/tools/skqp/src/
Dskqp_main.cpp108 const char* const* matchRules = &argv[4]; in main() local
117 if (should_skip(matchRules, matchRulesCount, testName.c_str())) { in main()
141 if (should_skip(matchRules, matchRulesCount, testName.c_str())) { in main()