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

  /external/chromium_org/tools/gyp/
PRESUBMIT.py 80 allowed_years = (str(s) for s in reversed(xrange(2009, current_year + 1)))
81 years_re = '(' + '|'.join(allowed_years) + ')'
  /external/chromium_org/third_party/libjingle/source/talk/
PRESUBMIT.py 61 allowed_years = (str(s) for s in reversed(xrange(2004, current_year + 1)))
62 years_re = '(' + '|'.join(allowed_years) + ')'

Completed in 493 milliseconds