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

  /art/tools/
cpplint.py 844 for one_filter in _Filters():
845 if one_filter.startswith('-'):
846 if category.startswith(one_filter[1:]):
848 elif one_filter.startswith('+'):
849 if category.startswith(one_filter[1:]):
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 837 for one_filter in _Filters():
838 if one_filter.startswith('-'):
839 if category.startswith(one_filter[1:]):
841 elif one_filter.startswith('+'):
842 if category.startswith(one_filter[1:]):
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py 962 for one_filter in _Filters():
963 if one_filter.startswith('-'):
964 if category.startswith(one_filter[1:]):
966 elif one_filter.startswith('+'):
967 if category.startswith(one_filter[1:]):
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 962 for one_filter in _Filters():
963 if one_filter.startswith('-'):
964 if category.startswith(one_filter[1:]):
966 elif one_filter.startswith('+'):
967 if category.startswith(one_filter[1:]):
    [all...]

Completed in 79 milliseconds