/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/ |
D | VtsMultiDeviceTest.java | 171 description = "The amount of time (in milliseconds) for a test invocation. " 179 description = "The maximum amount of time (in milliseconds) for a test invocation. " 185 description = "The name for a test module.") 189 description = "The path for test case.") 193 description = "The type of test case path ('module' by default or 'file').") 197 description = "The path for test case config file.") 201 description = "The name of a HW binder service needed to run the test.") 205 description = "The name of a `pm`-listable feature needed to run the test.") 209 description = "The path prefix of a target-side file needed to run the test." 219 description = "The lowest first API level required to run the test.") [all …]
|
D | VtsFuzzTest.java | 53 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/ |
D | BusinessLogic.java | 101 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 …]
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/ |
D | RetryFactoryTest.java | 80 description = "retry a previous session's failed and not executed tests.", 85 description = "the subplan to run", 90 description = "the include module filters to apply.", 95 description = "the exclude module filters to apply.", 101 description = "the abi to test.", 106 description = 113 description = "the test module to run.", 119 description = "the test run.", 125 description = 133 description = "the arguments to pass to a test. The expected format is " [all …]
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
D | CompatibilityTest.java | 118 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/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/ |
D | VtsDevicePreparer.java | 40 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. "
|
D | VtsPythonVirtualenvPreparer.java | 69 @Option(name = "venv-dir", description = "path of an existing virtualenv to use") 72 @Option(name = "requirements-file", description = "pip-formatted requirements file") 75 @Option(name = "script-file", description = "scripts which need to be executed in advance") 78 @Option(name = "dep-module", description = "modules which need to be installed by pip") 81 @Option(name = "no-dep-module", description = "modules which should not be installed by pip") 85 description = "Reuse an exising virtualenv path if exists in " 91 description = "The version of a Python interpreter to use." 98 description = "The maximum wait time for virtual env installation.")
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | DynamicConfigPusher.java | 59 @Option(name = "api-key", description = "API key for for dynamic configuration.") 62 @Option(name = "cleanup", description = "Whether to remove config files from the test " + 66 @Option(name = "config-url", description = "The url path of the dynamic config. If set, " + 71 @Option(name="config-filename", description = "The module name for module-level " + 75 @Option(name = "target", description = "The test target, \"device\" or \"host\"", 79 @Option(name = "version", description = "The version of the configuration to retrieve " + 85 description = "Whether to look for the local dynamic config inside the jar resources " 90 description = "When using --extract-from-resource, this option allow to specify the " 96 description = "The dynamic config name for module-level configurations, or the "
|
D | SettingsPreparer.java | 44 @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")
|
D | PropertyCheck.java | 35 description = "The name of the property to check", 40 @Option(name = "expected-value", description = "The expected value of the property") 45 description = "Whether this value must be set only (don't check value)") 50 description = "Whether to throw an error for an unexpected property value")
|
D | DeviceFileCollector.java | 41 description = "Whether device info collection should be skipped" 45 @Option(name = "src-file", description = "The file path to copy to the results dir") 48 @Option(name = "dest-file", description = "The destination file path under the result") 58 @Option(name = "property", description = "run this test on device with this property value")
|
D | ReportLogCollector.java | 41 @Option(name= "src-dir", description = "The directory to copy to the results dir") 44 @Option(name = "dest-dir", description = "The directory under the result to store the files") 47 @Option(name = "temp-dir", description = "The temp directory containing host-side report logs") 50 @Option(name = "device-dir", description = "Create unique directory for each device")
|
D | ApkInstrumentationPreparer.java | 46 @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")
|
D | MediaPreparer.java | 61 description = 69 description = "Whether to skip the media files precondition" 77 description = 82 @Option(name = "images-only", description = "Only push images files to the device") 87 description = 94 description = "For a target preparer, the 'module' of the configuration" + 99 description = "The name of local directory into which media" +
|
D | DeviceInfoCollector.java | 75 description = "Whether device info collection should be skipped") 78 @Option(name= "src-dir", description = "The directory to copy to the results dir") 81 @Option(name = "dest-dir", description = "The directory under the result to store the files") 85 @Option(name = "temp-dir", description = "The directory containing host-side device info files")
|
D | BusinessLogicPreparer.java | 104 @Option(name = "business-logic-url", description = "The URL to use when accessing the " + 108 @Option(name = "business-logic-api-key", description = "The API key to use when accessing " + 112 @Option(name = "business-logic-api-scope", description = "The URI of api scope to use when " + 117 @Option(name = "cache-business-logic", description = "Whether to keep and use cached " + 121 @Option(name = "clean-cache-business-logic", description = "Like option " + 125 @Option(name = "ignore-business-logic-failure", description = "Whether to proceed with the " + 129 @Option(name = "business-logic-connection-time", description = "Amount of time to attempt " + 133 @Option(name = "config-filename", description = "The module name for module-level " + 138 @Option(name = "version", description = "The module configuration version to retrieve.")
|
/test/vts/tools/vts-core-tradefed/src/com/android/tradefed/testtype/binary/ |
D | KernelTargetTest.java | 35 @Option(name = "ignore-binary-check", description = "Ignore the binary check in findBinary().") 53 CommandResult result, ITestInvocationListener listener, TestDescription description) { in checkCommandResult() argument 56 listener.testIgnored(description); in checkCommandResult() 58 super.checkCommandResult(result, listener, description); in checkCommandResult()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/ |
D | CompatibilityBuildProvider.java | 69 @Option(name="branch", description="build branch name to supply.") 73 description = 77 @Option(name="build-flavor", description="build flavor name to supply.") 82 description = "allow for a prefix to be inserted into build flavor." 86 @Option(name="build-target", description="build target name to supply.") 89 @Option(name="build-attribute", description="build attributes to supply.") 92 @Option(name="use-device-build-info", description="Bootstrap build info from device") 96 description = "Specify the url for override config") 101 description = "Override the name that should used to replace the {suite-name} " 106 description = "the test suite plan to run, such as \"everything\" or \"cts\"",
|
/test/framework/harnesses/host_controller/ |
D | console_argument_parser.py | 29 def __init__(self, command_name, description): argument 37 prog=command_name, description=description, add_help=False)
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
D | SubPlanHelper.java | 79 @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/vts-testcase/kernel/encryption/ |
D | Keymaster.cpp | 67 LOG(ERROR) << "generate_key failed: " << error.description(); in generateKey() 97 LOG(ERROR) << "importKey failed: " << error.description(); in importKey() 122 LOG(ERROR) << "export_key failed: " << error.description(); in exportKey() 136 LOG(ERROR) << "delete_key failed: " << error.description(); in deleteKey() 161 LOG(ERROR) << "upgrade_key failed: " << error.description(); in upgradeKey()
|
/test/vts/utils/native/libprofiling/ |
D | VtsProfilingConfigureMain.cpp | 49 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/mlts/benchmark/src/com/android/nn/crashtest/core/ |
D | CrashTestCoordinator.java | 56 void testProgressing(Optional<String> description); in testProgressing() argument 126 String description = msgFromTest.getData().getString( in onServiceConnected() 128 Log.d(TAG, "Test progress message: " + description); in onServiceConnected() 130 Optional.ofNullable(description)); in onServiceConnected()
|
/test/vts/script/ |
D | diagnose.py | 24 def runCommand(cmd, description): argument 31 print '=====', description, '====='
|
/test/vts/tools/vts-core-tradefed/src/com/android/tradefed/testtype/suite/module/ |
D | KernelTestModuleController.java | 32 description = "The architecture name that should run for this module." 38 description = "If this option set to true, run this module if device prop" 43 description = "If this option set to true, run this module if device prop "
|