Home
last modified time | relevance | path

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

/external/webrtc/tools_webrtc/presubmit_checks_lib/
Dcheck_orphan_headers.py16 TARGET_RE = re.compile(r'(?P<indent>\s*)\w+\("(?P<target_name>\w+)"\) {' variable
109 for target_match in TARGET_RE.finditer(file_content):
Dcheck_package_boundaries.py19 TARGET_RE = re.compile(r'(?P<indent>\s*)\w+\("(?P<target_name>\w+)"\) {' variable
67 for target_match in TARGET_RE.finditer(build_file_contents):
/external/webrtc/tools_webrtc/
Dgn_check_autofix.py37 TARGET_RE = re.compile( variable
67 match = TARGET_RE.match(line)
/external/webrtc/
DPRESUBMIT.py100 TARGET_RE = re.compile( variable
364 for target_match in TARGET_RE.finditer(gn_file_content):
396 for target_match in TARGET_RE.finditer(gn_file_content):