Home
last modified time | relevance | path

Searched refs:__init__ (Results 1 – 25 of 76) sorted by relevance

1234

/test/vts-testcase/hal/wifi/V1_0/host/
DVtsHalWifiV1_0TestCase.py26 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/
Dhal_hidl_replay_test_case.py35 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/
DVtsHalMediaOmxV1_0TestCase.py31 def __init__(self, component, role, instance, *args, **kwargs): member in VtsHalMediaOmxV1_0TestCase
32 super(VtsHalMediaOmxV1_0TestCase, self).__init__(*args, **kwargs)
/test/vts/runners/host/
Dsignals.py47 def __init__(self, details, extras=None): member in TestSignal
50 super(TestSignal, self).__init__(details)
/test/vts/utils/python/coverage/
Dfile_summary.py28 def __init__(self): member in FileSummary
Dgcda_parser.py52 def __init__(self, stream): member in GCDAParser
62 super(GCDAParser, self).__init__(stream, self.MAGIC)
Dblock_summary.py33 def __init__(self, index, flag): member in BlockSummary
Dparser.py43 def __init__(self, stream, magic): member in GcovStreamParserUtil
Dfunction_summary.py30 def __init__(self, ident, name, src_file_name, first_line_number): member in FunctionSummary
Dgcno_parser.py63 def __init__(self, stream): member in GCNOParser
72 super(GCNOParser, self).__init__(stream, self.MAGIC)
/test/vts/utils/python/controllers/attenuator_lib/minicircuits/
Dtelnet.py39 def __init__(self, num_atten=0): member in AttenuatorInstrument
40 super().__init__(num_atten)
/test/vts/utils/python/controllers/attenuator_lib/aeroflex/
Dtelnet.py31 def __init__(self, num_atten=0): member in AttenuatorInstrument
32 super().__init__(num_atten)
/test/vts/utils/python/mirror/
Dshell_mirror_object.py28 def __init__(self, client): member in ShellMirrorObject
/test/vts/utils/python/common/
Dvintf_utils.py55 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/
Dattenuator.py101 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
Dadb.py30 def __init__(self, cmd, stdout, stderr, ret_code): member in AdbError
118 def __init__(self, serial="", log=None): member in AdbProxy
Dfastboot.py55 def __init__(self, serial=""): member in FastbootProxy
/test/vts/utils/python/performance/
Dbenchmark_parser.py54 def __init__(self, json_string): member in GoogleBenchmarkJsonParser
/test/vts-testcase/kernel/linux_kselftest/
Dtest_case.py29 def __init__(self, testname, supported_arch, supported_bits): member in LinuxKselftestTestcase
/test/vts-testcase/kernel/ltp/shell_environment/definitions/
Dbin_in_path.py35 def __init__(self, member in BinInPath
Ddirectory_exists.py36 def __init__(self, member in DirectoryExists
/test/vts/utils/python/fuzzer/
DGenePool.py51 def __init__(self, alpha=REPLICATION_COUNT_IF_NEW_COVERAGE_IS_SEEN, member in Evolution
/test/vts/utils/python/controllers/attenuator_lib/
D_tnhelper.py34 def __init__(self, member in _TNHelper
/test/vts/utils/python/web/
Ddashboard_rest_client.py38 def __init__(self, post_cmd, service_json_path): member in DashboardRestClient
/test/vts-testcase/fuzz/template/libfuzzer_test/
Dlibfuzzer_test_case.py35 def __init__(self, bin_host_path, libfuzzer_params, additional_params): member in LibFuzzerTestCase

1234