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

  /art/tools/
cpplint.py 870 for one_filter in _Filters():
871 if one_filter.startswith('-'):
872 if category.startswith(one_filter[1:]):
874 elif one_filter.startswith('+'):
875 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/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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 648 milliseconds