Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 34) sorted by relevance

12

/test/vts/runners/host/
Dtest_runner.py226 module = importlib.import_module(name)
243 for member_name in dir(module):
246 test_class = getattr(module, member_name)
251 def verifyControllerModule(self, module): argument
266 if not hasattr(module, attr):
269 "controller module attribute %s.") % (module.__name__,
271 if not getattr(module, attr):
274 "cannot be null.") % (attr, module.__name__))
276 def registerController(self, module, start_services=True): argument
299 logging.info("adb devices: %s", module.list_adb_devices())
[all …]
/test/mts/tools/build/
Dconfig.mk42 $(foreach module, $(mts_modules), \
43 …$(eval COMPATIBILITY_TESTCASES_OUT_mts-$(module) := $(HOST_OUT)/mts-$(module)/android-mts-$(module
/test/app_compat/csuite/tools/csuite_test/
Dcsuite_test_test.go101 module := ctx.ModuleForTests("plan_name", android.BuildOs.String()+"_common")
102 content := android.ContentFromFileRuleForTests(t, module.Output("config/plan_name.xml"))
118 module := ctx.ModuleForTests("plan_name", android.BuildOs.String()+"_common")
119 content := android.ContentFromFileRuleForTests(t, module.Output("config/plan_name.xml"))
135 module := ctx.ModuleForTests("plan_name", android.BuildOs.String()+"_common")
136 content := android.ContentFromFileRuleForTests(t, module.Output("config/plan_name.xml"))
167 module := ctx.ModuleForTests("plan_name", android.BuildOs.String()+"_common")
168 content := android.ContentFromFileRuleForTests(t, module.Output("config/plan_name.xml"))
Dcsuite_test.go92 module := &CSuiteTest{}
93 module.AddProperties(&module.csuiteTestProperties)
96 java.InitTestHost(&module.TestHost, &installable, []string{"csuite"}, &autoGenConfig)
98 java.InitJavaModuleMultiTargets(module, android.HostSupported)
100 return module
Dgo.mod1 module android/soong/csuite
/test/app_compat/csuite/
Dpylintrc32 # A comma-separated list of package or module names from where C extensions may
84 import-star-module-level,
151 # Put messages in a separate file for each module / package specified on the
215 # Regular expression matching correct module names
216 module-rgx=^(_?[a-z][a-z0-9_]*|__init__)$
241 # List of module names for which member attributes should not be checked
244 # supports qualified module names, as well as Unix pattern matching.
281 # Maximum number of lines in a module
282 max-module-lines=99999
320 # List of qualified module names which can have objects that can redefine
[all …]
/test/vts/utils/python/coverage/
DREADME.md1 # To run from another Python module
3 Import the CoverageReport module by including the line:
Dcoverage_utils.py525 for module in modules:
526 if MODULE_NAME not in module or GIT_PROJECT not in module:
529 module)
531 project = module[GIT_PROJECT]
537 name = str(module[MODULE_NAME]) + COVERAGE_SUFFIX
/test/vts/hals/light/bullhead/
Dlights.c222 static int open_lights(const struct hw_module_t* module, char const* name, in open_lights() argument
248 dev->common.module = (struct hw_module_t*)module; in open_lights()
DAndroid.bp17 // This contains the module build definitions for the hardware-specific
/test/vts/tools/vts-core-tradefed/
DREADME50 To run a test module:
51 'run vts --module <module_name>'
54 'run vts --module <module_name> --test <test_name>'
/test/vts/testcases/host/kernel_proc_file_api_test/proc_tests/
DKernelProcFileTestBase.py134 self.lexer = lex.lex(module=self)
136 self.parser = yacc.yacc(module=self, write_tables=False, \
/test/vts-testcase/hal/treble/vintf/
DSingleManifestTest.cpp490 for (const auto &module : AidlInterfaceMetadata::all()) { in hashesForInterface() local
491 if (std::find(module.types.begin(), module.types.end(), name) != in hashesForInterface()
492 module.types.end()) { in hashesForInterface()
493 return module.hashes; in hashesForInterface()
/test/cts-root/tools/cts-root-tradefed/
DREADME34 To run a test module:
35 'run cts-root --module <module_name>'
/test/mts/tools/mts-tradefed/
DREADME33 To run a test module:
34 'run mts --module <module_name>'
/test/catbox/tools/catbox-tradefed/
DREADME43 To run a test module:
44 'run catbox --module <module_name>'
/test/vti/test_serving/gae/frontend/src/
Dkarma.conf.js4 module.exports = function (config) {
/test/vts/tools/vts-core-tradefed/tests/src/com/android/compatibility/tradefed/
DVtsUnitTests.java21 import com.android.tradefed.testtype.suite.module.KernelTestModuleControllerTest;
/test/vts/tools/vts-core-tradefed/tests/src/com/android/testtype/suite/module/
DKernelTestModuleControllerTest.java16 package com.android.tradefed.testtype.suite.module;
29 import com.android.tradefed.testtype.suite.module.IModuleController.RunStrategy;
/test/vts/testcases/template/mobly/
Dmobly_test.py279 module, cls = module_name.rsplit('.', 1)
281 importlib.import_module(module), cls)
/test/vts/testcases/target/hal_lights/
DAndroid.bp46 // Tag this module as a vts10 test artifact
/test/vts/testcases/target/hal_power/
DAndroid.bp46 // Tag this module as a vts10 test artifact
/test/vts/proto/
DAndroidSystemControlMessage.proto35 // To start a fuzzer binary service and select a HAL module.
119 // the name of a HAL module to open.
/test/vts/tools/vts-core-tradefed/src/com/android/tradefed/testtype/suite/module/
DKernelTestModuleController.java16 package com.android.tradefed.testtype.suite.module;
/test/app_compat/csuite/pylib/
DAndroid.bp15 // The below module creates a standalone zip that end-to-end tests can depend

12