HomeSort by relevance Sort by last modified time
    Searched full:negative_filter (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/test/
test_launcher.cc 272 std::string negative_filter; local
276 negative_filter = filter.substr(dash_pos + 1); // Everything after the dash.
299 MatchesFilter(test_name, negative_filter)) {
  /external/chromium_org/chrome/test/chromedriver/test/
run_py_tests.py 739 negative_filter = _ANDROID_NEGATIVE_FILTER[_ANDROID_PACKAGE]
741 negative_filter = _GetDesktopNegativeFilter(options.chrome_version)
742 options.filter = '*-' + ':__main__.'.join([''] + negative_filter)

Completed in 140 milliseconds