Home
last modified time | relevance | path

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

/test/mts/tools/build/
Dconfig.mk60 $(foreach module, $(mts_modules), \
61 …$(eval COMPATIBILITY_TESTCASES_OUT_mts-$(module) := $(HOST_OUT)/mts-$(module)/android-mts/testcase…
62 $(eval COMPATIBILITY_TESTCASES_OUT_INCLUDE_MODULE_FOLDER_mts-$(module) := true) \
65 $(foreach module, $(mts_modules), \
66 …$(eval COMPATIBILITY_TESTCASES_OUT_mcts-$(module) := $(HOST_OUT)/mcts-$(module)/android-mts/testca…
67 $(eval COMPATIBILITY_TESTCASES_OUT_INCLUDE_MODULE_FOLDER_mcts-$(module) := true) \
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelper.java231 for (IModuleResult module : mResult.getModules()) { in createSubPlan()
232 if (shouldRunModule(module)) { in createSubPlan()
234 new TestFilter(module.getAbi(), module.getName(), null /*test*/); in createSubPlan()
235 if (shouldRunEntireModule(module)) { in createSubPlan()
238 } else if (mResultTypes.contains(NOT_EXECUTED) && !module.isDone()) { in createSubPlan()
241 for (ICaseResult caseResult : module.getResults()) { in createSubPlan()
244 TestFilter testExclude = new TestFilter(module.getAbi(), in createSubPlan()
245 module.getName(), testResult.getFullName()); in createSubPlan()
253 for (ICaseResult caseResult : module.getResults()) { in createSubPlan()
256 TestFilter testInclude = new TestFilter(module.getAbi(), in createSubPlan()
[all …]
/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
DDynamicConfigHandlerTest.java97 String module = "test1"; in testDynamicConfigHandler() local
100 File localConfigFile = createFileFromStr(LOCAL_CONFIG, module); in testDynamicConfigHandler()
105 localConfigFile, OVERRIDE_JSON, module, replacementMap); in testDynamicConfigHandler()
135 private File createFileFromStr(String configStr, String module) throws IOException { in createFileFromStr() argument
136 File file = File.createTempFile(module, "dynamic"); in createFileFromStr()
/test/app_compat/csuite/tools/csuite_test/
Dcsuite_test_test.go122 module := ctx.ModuleForTests("plan_name", config.BuildOS.String()+"_common")
123 content := android.ContentFromFileRuleForTests(t, ctx, module.Output("config/plan_name.xml"))
137 module := ctx.ModuleForTests("plan_name", config.BuildOS.String()+"_common")
138 content := android.ContentFromFileRuleForTests(t, ctx, module.Output("config/plan_name.xml"))
152 module := ctx.ModuleForTests("plan_name", config.BuildOS.String()+"_common")
153 content := android.ContentFromFileRuleForTests(t, ctx, module.Output("config/plan_name.xml"))
168 module := ctx.ModuleForTests("plan_name", config.BuildOS.String()+"_common")
169 content := android.ContentFromFileRuleForTests(t, ctx, module.Output("config/plan_name.xml"))
186 module := ctx.ModuleForTests("plan_name", config.BuildOS.String()+"_common")
187 content := android.ContentFromFileRuleForTests(t, ctx, module.Output("config/plan_name.xml"))
[all …]
Dcsuite_test.go120 module := &CSuiteTest{}
121 module.AddProperties(&module.csuiteTestProperties)
124 java.InitTestHost(&module.TestHost, &installable, []string{"csuite"}, &autoGenConfig)
126 java.InitJavaModuleMultiTargets(module, android.HostSupported)
128 return module
154 <!-- Generates module files in the beginning of the test. -->
156 <!-- Cleans the generated module files after the test. -->
Dgo.mod1 module android/soong/csuite
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationChecksumHelper.java148 private static String generateModuleResultSignature(TestRunResult module, in generateModuleResultSignature() argument
152 .append(module.getName()).append(SEPARATOR) in generateModuleResultSignature()
153 .append(module.isRunComplete()).append(SEPARATOR) in generateModuleResultSignature()
154 .append(module.getNumTestsInState(TestStatus.FAILURE)); in generateModuleResultSignature()
158 private static String generateModuleSummarySignature(TestRunResult module, in generateModuleSummarySignature() argument
162 .append(module.getName()).append(SEPARATOR) in generateModuleSummarySignature()
163 .append(module.getNumTestsInState(TestStatus.FAILURE)); in generateModuleSummarySignature()
168 Entry<TestDescription, TestResult> testResult, TestRunResult module, in generateTestResultSignature() argument
181 .append(module.getName()) in generateTestResultSignature()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DRetryFilterHelper.java283 String module = modules.get(0); in populatePreviousSessionFilters() local
284 cleanFilters(mRetryIncludes, module); in populatePreviousSessionFilters()
285 cleanFilters(mRetryExcludes, module); in populatePreviousSessionFilters()
286 mRetryIncludes.add(new TestFilter(mAbiName, module, mTestName).toString()); in populatePreviousSessionFilters()
301 private static void cleanFilters(Set<String> filters, String module) { in cleanFilters() argument
304 if (module.equals(TestFilter.createFrom(filter).getName())) { in cleanFilters()
337 String module = name.substring(0, index); in getModuleNamesMatching() local
338 if (module.equals(pattern)) { in getModuleNamesMatching()
341 modules.add(module); in getModuleNamesMatching()
344 modules.add(module); in getModuleNamesMatching()
/test/dittosuite/
DMODULE.bazel1 module(
DDoxyfile2338 # Configuration options related to the Perl module output
2341 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
2351 # output from the Perl module output.
2357 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
2360 # size of the Perl module output will be much smaller and Perl will parse it
/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/tests/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/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/mts/tools/mts-tradefed/
DREADME33 To run a test module:
34 'run mts --module <module_name>'
/test/cts-root/tools/cts-root-tradefed/
DREADME34 To run a test module:
35 'run cts-root --module <module_name>'
/test/catbox/tools/catbox-tradefed/
DREADME43 To run a test module:
44 'run catbox --module <module_name>'
/test/cts-root/tests/bluetooth/
DAndroid.bp38 // Tag this module as a cts test artifact
/test/app_compat/csuite/test_scripts/src/main/java/com/android/pixel/
DAndroid.bp41 // Tag this module as a cts test artifact
/test/vts-testcase/hal/treble/vintf/
DSingleManifestTest.cpp556 for (const auto &module : AidlInterfaceMetadata::all()) { in metadataForInterface() local
557 if (std::find(module.types.begin(), module.types.end(), name) != in metadataForInterface()
558 module.types.end()) { in metadataForInterface()
559 return module; in metadataForInterface()
/test/app_compat/csuite/pylib/
DAndroid.bp15 // The below module creates a standalone zip that end-to-end tests can depend
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java367 for (Pair<String, Long> module : moduleRuntime) { in splitModules()
368 splittedModules.get(shardIndex).add(module); in splitModules()
370 shardTimes[shardIndex] += module.second; in splitModules()
/test/app_compat/csuite/integration_tests/
DAndroid.bp15 // The below module creates a standalone zip that end-to-end tests can depend
/test/suite_harness/common/host-side/tradefed/res/report/
Dcompatibility_result.css99 table.testdetails td.module {
/test/vts-testcase/kernel/ltp/testcase/tools/common/
Dfilter_utils.py392 module=self.module_name, test=item))
/test/mlts/benchmark/results/
DChart.bundle.min.js10 !function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("fu…