Home
last modified time | relevance | path

Searched refs:APACHE2_END_RE (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dcheck_copyright.py56 APACHE2_END_RE = re.compile('limitations under the License.') variable
186 if (line_num is apache_expected_end) and APACHE2_END_RE.search(line):
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dcheck_copyright.py56 APACHE2_END_RE = re.compile('limitations under the License.') variable
186 if (line_num is apache_expected_end) and APACHE2_END_RE.search(line):
/third_party/spirv-tools/utils/
H A Dcheck_copyright.py75 APACHE2_END_RE = re.compile('limitations under the License.') variable
205 if (line_num is apache_expected_end) and APACHE2_END_RE.search(line):

Completed in 2 milliseconds