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

  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_defacl.py 38 template_regex = (r'\{.*"entity":\s*"%s-%s".*"role":\s*"%s".*\}' %
40 return re.compile(template_regex, flags=re.DOTALL)
test_acl.py 356 template_regex = (r'\{.*"entity":\s*"%s-%s".*"role":\s*"%s".*\}' %
358 return re.compile(template_regex, flags=re.DOTALL)
361 template_regex = (r'\{.*"entity":\s*"project-%s-\d+",\s*"projectTeam":\s*'
366 return re.compile(template_regex, flags=re.DOTALL)

Completed in 50 milliseconds