Home
last modified time | relevance | path

Searched refs:_RE_FIRST_COMPONENT (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py2910 _RE_FIRST_COMPONENT = re.compile(r'^[^-_.]+') variable
3007 target_first_component = _RE_FIRST_COMPONENT.match(target_base)
3008 include_first_component = _RE_FIRST_COMPONENT.match(include_base)
/external/libvpx/libvpx/tools/
Dcpplint.py3462 _RE_FIRST_COMPONENT = re.compile(r'^[^-_.]+') variable
3558 target_first_component = _RE_FIRST_COMPONENT.match(target_base)
3559 include_first_component = _RE_FIRST_COMPONENT.match(include_base)
/external/libaom/libaom/tools/
Dcpplint.py3462 _RE_FIRST_COMPONENT = re.compile(r'^[^-_.]+') variable
3558 target_first_component = _RE_FIRST_COMPONENT.match(target_base)
3559 include_first_component = _RE_FIRST_COMPONENT.match(include_base)
/external/google-styleguide/cpplint/
Dcpplint.py4420 _RE_FIRST_COMPONENT = re.compile(r'^[^-_.]+') variable
4499 target_first_component = _RE_FIRST_COMPONENT.match(target_base)
4500 include_first_component = _RE_FIRST_COMPONENT.match(include_base)