Home
last modified time | relevance | path

Searched refs:COPYRIGHT_COMMENTS (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/tools/make/
Dpigweed.patch36 -COPYRIGHT_COMMENTS = r'(#|//| \*|REM|::)'
38 +COPYRIGHT_COMMENTS = r'(#|//|\*|REM|::|/\*)'
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpigweed_presubmit.py318 COPYRIGHT_COMMENTS = r'(#|//| \*|REM|::)' variable
397 first_line_matcher = re.compile(COPYRIGHT_COMMENTS + ' ' +