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

  /external/autotest/client/common_lib/hosts/
repair.py 658 all_tags = []
663 all_tags.append(tag)
665 root_tags = [t for t in all_tags if t not in dependencies]
  /build/soong/cc/
gen_stub_libs.py 60 _, _, all_tags = line.strip().partition('#')
61 return [e for e in re.split(r'\s+', all_tags) if e.strip()]
  /external/v8/tools/release/
common_includes.py 658 all_tags = self.vc.GetTags()
659 only_version_tags = NormalizeVersionTags(all_tags)

Completed in 79 milliseconds