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

  /external/autotest/client/cros/power/
power_dashboard.py 524 """Return domain_type and domain_name for given domain.
536 tuple of domain_type and domain_name
581 for domain_type, domain_name in splitted_domains:
588 longest[domain_type] = max(longest[domain_type], len(number_str))
596 domain_type, domain_name = splitted_domains[i]
597 formatter_component = '{:.>%ds}' % longest[domain_type]
600 formatter_str = domain_type + '_' + \
  /external/selinux/python/sepolicy/sepolicy/
manpage.py 531 for domain_type in self.ptypes:
533 if typealias_types[domain_type]:
536 for t in typealias_types[domain_type]:
542 self.attributes[domain_type] = next(sepolicy.info(sepolicy.TYPE, ("%s") % domain_type))["attributes"]
    [all...]
  /external/curl/tests/python_dependencies/impacket/
smb.py 648 def __init__(self, nbgroup, domain_type, master_browser):
650 self.__type = domain_type
    [all...]

Completed in 326 milliseconds