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

  /build/make/core/tasks/check_boot_jars/
check_boot_jars.py 16 whitelist_re = None variable
30 global whitelist_re
32 whitelist_re = re.compile(combined_re)
37 whitelist_re = None
57 if package_name and not whitelist_re.match(package_name):
  /external/autotest/client/bin/
site_utils.py 251 whitelist_re = re.compile(r'(%s)' % '|'.join(whitelist))
256 if whitelist_re.search(stripped_line):
    [all...]

Completed in 814 milliseconds