Home
last modified time | relevance | path

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

123

/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTest.java169 description = "The amount of time (in milliseconds) for a test invocation. "
177 description = "The maximum amount of time (in milliseconds) for a test invocation. "
183 description = "The name for a test module.")
187 description = "The path for test case.")
191 description = "The type of test case path ('module' by default or 'file').")
195 description = "The path for test case config file.")
199 description = "The name of a HW binder service needed to run the test.")
203 description = "The name of a `pm`-listable feature needed to run the test.")
207 description = "The path prefix of a target-side file needed to run the test."
217 description = "The lowest first API level required to run the test.")
[all …]
DVtsFuzzTest.java53 description="The path on the device where fuzzer is located.")
57 description="The path of a target component (e.g., .so file path).")
61 description="The target component class.")
65 description="The target component type.")
69 @Option(name = "target-version", description = "The target component version.")
72 @Option(name = "target-version-major", description = "The target major component version.")
75 @Option(name = "target-version-minor", description = "The target minor component version.")
79 description="The epoch count.")
82 @Option(name = "test-timeout", description =
89 description="The hint about the test's runtime.")
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogic.java101 String description = cleanDescription(rulesList.getDescription(), index); in applyLogicsFor() local
106 skippedMap.put(description, re); in applyLogicsFor()
107 executor.logInfo("Test %s (%s) skipped for reason: %s", testName, description, in applyLogicsFor()
110 failedMap.put(description, re); in applyLogicsFor()
137 for (String description : descriptions) { in throwAggregatedException()
138 RuntimeException re = exceptions.get(description); in throwAggregatedException()
139 msg.append(String.format("\nMessage [%s]: %s", description, re.getMessage())); in throwAggregatedException()
157 private String cleanDescription(String description, int index) { in cleanDescription() argument
158 return (description == null || description.length() == 0) in cleanDescription()
160 : description; in cleanDescription()
[all …]
DBusinessLogicFactory.java147 String description = null; in extractRulesList() local
149 description = rulesListJSONObject.getString(RULES_LIST_DESCRIPTION); in extractRulesList()
159 return new BusinessLogicRulesList(rules, description); in extractRulesList()
171 return new BusinessLogicRulesList(rules, description); in extractRulesList()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityTest.java118 description = "the subplan to run",
123 description = "the include module filters to apply.",
128 description = "the exclude module filters to apply.",
134 description = "the test module to run.",
140 description = "the test run.",
145 description = "the arguments to pass to a precondition. The expected format is"
151 description = "the arguments to pass to a module. The expected format is"
157 description = "the arguments to pass to a test. The expected format is"
164 description = "retry a previous session's failed and not executed tests.",
169 description = "used with " + RETRY_OPTION + ", retry tests of a certain status. "
[all …]
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/
DRetryFactoryTest.java72 description = "retry a previous session's failed and not executed tests.",
77 description = "the subplan to run",
82 description = "the include module filters to apply.",
87 description = "the exclude module filters to apply.",
93 description = "the abi to test.",
98 description =
105 description = "the test module to run.",
111 description = "the test run.",
117 description =
125 description = "the arguments to pass to a test. The expected format is "
[all …]
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsDevicePreparer.java40 description = "Whether to start android framework on device. "
47 description = "Whether to stop android framework on device. "
54 description = "Whether to restore the initial framework "
60 description = "Whether to enable adb root on device. "
69 description = "Whether to disable adb root on device. "
77 description = "Whether to restore the initial adb root "
83 description = "Whether to restore device status after tests. "
88 description = "Whether to enable radio modem logcat. Device will reboot if enabled. "
94 description = "Whether to restore radio modem logcat status after test. "
DVtsPythonVirtualenvPreparer.java73 @Option(name = "venv-dir", description = "path of an existing virtualenv to use")
76 @Option(name = "requirements-file", description = "pip-formatted requirements file")
79 @Option(name = "script-file", description = "scripts which need to be executed in advance")
82 @Option(name = "dep-module", description = "modules which need to be installed by pip")
85 @Option(name = "no-dep-module", description = "modules which should not be installed by pip")
89 description = "Reuse an exising virtualenv path if exists in "
95 description = "The version of a Python interpreter to use."
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DDynamicConfigPusher.java60 @Option(name = "api-key", description = "API key for for dynamic configuration.")
63 @Option(name = "cleanup", description = "Whether to remove config files from the test " +
67 @Option(name = "config-url", description = "The url path of the dynamic config. If set, " +
72 @Option(name="config-filename", description = "The module name for module-level " +
76 @Option(name = "target", description = "The test target, \"device\" or \"host\"",
80 @Option(name = "version", description = "The version of the configuration to retrieve " +
86 description = "Whether to look for the local dynamic config inside the jar resources "
91 description = "When using --extract-from-resource, this option allow to specify the "
97 description = "The dynamic config name for module-level configurations, or the "
DSettingsPreparer.java44 @Option(name = "device-setting", description = "The setting on the device to be checked")
50 description = "If the setting is 'secure', 'global', or 'system'")
53 @Option(name = "set-value", description = "The value to be set for the setting")
56 @Option(name = "expected-values", description = "The set of expected values of the setting")
59 @Option(name = "failure-message", description = "The text printed for an unexpected value")
DReportLogCollector.java39 @Option(name= "src-dir", description = "The directory to copy to the results dir")
42 @Option(name = "dest-dir", description = "The directory under the result to store the files")
45 @Option(name = "temp-dir", description = "The temp directory containing host-side report logs")
48 @Option(name = "device-dir", description = "Create unique directory for each device")
DDeviceFileCollector.java40 description = "Whether device info collection should be skipped"
44 @Option(name = "src-file", description = "The file path to copy to the results dir")
47 @Option(name = "dest-file", description = "The destination file path under the result")
57 @Option(name = "property", description = "run this test on device with this property value")
DMediaPreparer.java59 description =
67 description = "Whether to skip the media files precondition"
75 description =
80 @Option(name = "images-only", description = "Only push images files to the device")
85 description =
92 description = "For a target preparer, the 'module' of the configuration" +
97 description = "The name of local directory into which media" +
DPropertyCheck.java35 description = "The name of the property to check",
42 description = "The expected value of the property",
49 description = "Whether to throw an error for an unexpected property value"
DBusinessLogicPreparer.java105 @Option(name = "business-logic-url", description = "The URL to use when accessing the " +
109 @Option(name = "business-logic-api-key", description = "The API key to use when accessing " +
113 @Option(name = "business-logic-api-scope", description = "The URI of api scope to use when " +
118 @Option(name = "cache-business-logic", description = "Whether to keep and use cached " +
122 @Option(name = "clean-cache-business-logic", description = "Like option " +
126 @Option(name = "ignore-business-logic-failure", description = "Whether to proceed with the " +
130 @Option(name = "business-logic-connection-time", description = "Amount of time to attempt " +
134 @Option(name = "config-filename", description = "The module name for module-level " +
139 @Option(name = "version", description = "The module configuration version to retrieve.")
DApkInstrumentationPreparer.java46 @Option(name = "apk", description = "Name of the apk to instrument", mandatory = true)
49 @Option(name = "package", description = "Name of the package", mandatory = true)
56 @Option(name = "when", description = "When to instrument the apk", mandatory = true)
59 @Option(name = "throw-error", description = "Whether to throw error for device test failure")
DDeviceInfoCollector.java74 description = "Whether device info collection should be skipped")
77 @Option(name= "src-dir", description = "The directory to copy to the results dir")
80 @Option(name = "dest-dir", description = "The directory under the result to store the files")
84 @Option(name = "temp-dir", description = "The directory containing host-side device info files")
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildProvider.java66 @Option(name="branch", description="build branch name to supply.")
70 description =
74 @Option(name="build-flavor", description="build flavor name to supply.")
79 description = "allow for a prefix to be inserted into build flavor."
83 @Option(name="build-target", description="build target name to supply.")
86 @Option(name="build-attribute", description="build attributes to supply.")
89 @Option(name="use-device-build-info", description="Bootstrap build info from device")
93 description = "Specify the url for override config")
98 description = "Override the name that should used to replace the {suite-name} "
103 description = "the test suite plan to run, such as \"everything\" or \"cts\"",
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelper.java79 @Option (name = "name", shortName = 'n', description = "the name of the subplan to create",
83 @Option (name = "session", description = "the session id to derive from",
88 description = "the result type to include. One of passed, failed, not_executed."
94 description = "the include module filters to apply.",
99 description = "the exclude module filters to apply.",
104 description = "the test module to run.",
109 description = "the test to run.",
114 description = "the abi to test.",
119 description = "the subplan used in the previous session",
/test/framework/harnesses/host_controller/
Dconsole_argument_parser.py29 def __init__(self, command_name, description): argument
37 prog=command_name, description=description, add_help=False)
/test/vts/utils/native/libprofiling/
DVtsProfilingConfigureMain.cpp49 fqInstanceName.c_str(), interfaceRet.description().c_str()); in SetHALInstrumentation()
56 fqInstanceName.c_str(), notifyRet.description().c_str()); in SetHALInstrumentation()
64 listRet.description().c_str()); in SetHALInstrumentation()
/test/vts/utils/native/libcoverage/
DVtsCoverageConfigureMain.cpp85 << interfaceRet.description() << std::endl; in FlushHALCoverage()
92 << fqInstanceName << ": " << notifyRet.description() in FlushHALCoverage()
102 cerr << "failed to list services: " << listRet.description() << std::endl; in FlushHALCoverage()
/test/vts/script/
Ddiagnose.py24 def runCommand(cmd, description): argument
31 print '=====', description, '====='
/test/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DVtsFilePusher.java46 @Option(name="push-group", description=
52 @Option(name="push-group-cleanup", description = "Whether files in push group "
57 @Option(name="push-group-remount-system", description="Whether to remounts system "
62 @Option(name = "append-bitness", description = "Append the ABI's bitness to the filename.")
/test/vts-testcase/vndk/golden/
Ddump_abi.py168 description = (
174 arg_parser = argparse.ArgumentParser(description=description)

123