/test/vts-testcase/hal/wifi/V1_0/host/ |
D | VtsHalWifiV1_0TestCase.py | 26 def __init__(self, nan, *args, **kwargs): member in VtsHalWifiV1_0TestCase 27 super(VtsHalWifiV1_0TestCase, self).__init__(*args, **kwargs)
|
/test/vts/testcases/template/hal_hidl_replay_test/ |
D | hal_hidl_replay_test_case.py | 35 def __init__(self, trace_path, service_name, member in HalHidlReplayTestCase 37 super(HalHidlReplayTestCase, self).__init__(*args, **kwargs)
|
/test/vts-testcase/hal/media/omx/V1_0/host/ |
D | VtsHalMediaOmxV1_0TestCase.py | 31 def __init__(self, component, role, instance, *args, **kwargs): member in VtsHalMediaOmxV1_0TestCase 32 super(VtsHalMediaOmxV1_0TestCase, self).__init__(*args, **kwargs)
|
/test/vts/runners/host/ |
D | signals.py | 47 def __init__(self, details, extras=None): member in TestSignal 50 super(TestSignal, self).__init__(details)
|
/test/vts/utils/python/coverage/ |
D | file_summary.py | 28 def __init__(self): member in FileSummary
|
D | gcda_parser.py | 52 def __init__(self, stream): member in GCDAParser 62 super(GCDAParser, self).__init__(stream, self.MAGIC)
|
D | block_summary.py | 33 def __init__(self, index, flag): member in BlockSummary
|
D | parser.py | 43 def __init__(self, stream, magic): member in GcovStreamParserUtil
|
D | function_summary.py | 30 def __init__(self, ident, name, src_file_name, first_line_number): member in FunctionSummary
|
D | gcno_parser.py | 63 def __init__(self, stream): member in GCNOParser 72 super(GCNOParser, self).__init__(stream, self.MAGIC)
|
/test/vts/utils/python/controllers/attenuator_lib/minicircuits/ |
D | telnet.py | 39 def __init__(self, num_atten=0): member in AttenuatorInstrument 40 super().__init__(num_atten)
|
/test/vts/utils/python/controllers/attenuator_lib/aeroflex/ |
D | telnet.py | 31 def __init__(self, num_atten=0): member in AttenuatorInstrument 32 super().__init__(num_atten)
|
/test/vts/utils/python/mirror/ |
D | shell_mirror_object.py | 28 def __init__(self, client): member in ShellMirrorObject
|
/test/vts/utils/python/common/ |
D | vintf_utils.py | 55 def __init__(self, hal_interface_name, hal_interface_instances): member in HalInterfaceDescription 73 def __init__(self, hal_name, hal_version, hal_interfaces, hal_archs): member in HalDescription
|
/test/vts/utils/python/controllers/ |
D | attenuator.py | 101 def __init__(self, num_atten=0): member in AttenuatorInstrument 174 def __init__(self, instrument, idx=0, offset=0): member in Attenuator 266 def __init__(self, name=""): member in AttenuatorGroup
|
D | adb.py | 30 def __init__(self, cmd, stdout, stderr, ret_code): member in AdbError 118 def __init__(self, serial="", log=None): member in AdbProxy
|
D | fastboot.py | 55 def __init__(self, serial=""): member in FastbootProxy
|
/test/vts/utils/python/performance/ |
D | benchmark_parser.py | 54 def __init__(self, json_string): member in GoogleBenchmarkJsonParser
|
/test/vts-testcase/kernel/linux_kselftest/ |
D | test_case.py | 29 def __init__(self, testname, supported_arch, supported_bits): member in LinuxKselftestTestcase
|
/test/vts-testcase/kernel/ltp/shell_environment/definitions/ |
D | bin_in_path.py | 35 def __init__(self, member in BinInPath
|
D | directory_exists.py | 36 def __init__(self, member in DirectoryExists
|
/test/vts/utils/python/fuzzer/ |
D | GenePool.py | 51 def __init__(self, alpha=REPLICATION_COUNT_IF_NEW_COVERAGE_IS_SEEN, member in Evolution
|
/test/vts/utils/python/controllers/attenuator_lib/ |
D | _tnhelper.py | 34 def __init__(self, member in _TNHelper
|
/test/vts/utils/python/web/ |
D | dashboard_rest_client.py | 38 def __init__(self, post_cmd, service_json_path): member in DashboardRestClient
|
/test/vts-testcase/fuzz/template/libfuzzer_test/ |
D | libfuzzer_test_case.py | 35 def __init__(self, bin_host_path, libfuzzer_params, additional_params): member in LibFuzzerTestCase
|