Searched refs:port_type (Results 1 – 3 of 3) sorted by relevance
/trusty/vendor/google/aosp/scripts/ |
D | trusty_build_config.py | 90 def __init__(self, name, command, enabled, port_type = PortType.TEST): argument 94 self.port_type = port_type 96 def type(self, port_type): argument 97 self.port_type = PortType(port_type) # ensure we have a valid port type 119 port_type=PortType.TEST, enabled=True, nameprefix="", argument 127 super().__init__(nameprefix + name, cmd, enabled, port_type) 142 def __init__(self, port, port_type=PortType.TEST, enabled=True, argument 144 super().__init__(port, None, enabled, port_type) 156 return TrustyAndroidTest(self.name, cmd, self.need, self.port_type, 163 self.port_type)
|
D | run_tests.py | 399 if test.port_type == PortType.BENCHMARK:
|
D | build.py | 620 test_obj["type"] = str(test.port_type)
|