Home
last modified time | relevance | path

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

12345678910>>...14

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java56 description = "Turn airplane mode on or off")
63 @Option(name = "data", description = "Turn mobile data on or off")
70 @Option(name = "cell", description = "Turn cellular radio on or off")
75 @Option(name = "cell-auto-setting", description = "Turn wear cellular mediator on or off")
80 @Option(name = "wifi", description = "Turn wifi on or off")
88 description = "The SSID of the network to connect to. Will only attempt to " +
93 description = "The passphrase used to connect to a secured network")
96 @Option(name = "wifi-ssid-to-psk", description = "A map of wifi SSIDs to passwords.")
100 description = "Turn wifi watchdog on or off")
105 @Option(name = "disable-cw-wifi-mediator", description = "Turn wifi mediator on or off")
[all …]
DDeviceFlashPreparer.java55 description = "max time to wait for device to boot.",
60 @Option(name = "userdata-flash", description =
64 @Option(name = "encrypt-userdata", description = "specify if userdata partition should be "
68 @Option(name = "force-system-flash", description =
76 @Option(name = "skip-post-flash-flavor-check", description =
83 @Option(name = "skip-post-flash-build-id-check", description =
87 @Option(name = "wipe-skip-list", description =
95 @Option(name = "concurrent-flasher-limit", description =
100 description = "whether or not to skip post-flashing setup steps")
104 description = "the timeout for the command of wiping user data.", isTimeVal = true)
[all …]
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DTestDeviceOptions.java54 @Option(name = "enable-root", description = "enable adb root on boot.")
58 description = "attempt to disable keyguard once boot is complete.")
61 @Option(name = "enable-logcat", description =
65 @Option(name = "max-tmp-logcat-file", description =
70 @Option(name = "logcat-options", description =
75 @Option(name = "fastboot-timeout", description =
79 @Option(name = "adb-recovery-timeout", description =
83 @Option(name = "reboot-timeout", description =
87 @Option(name = "use-fastboot-erase", description =
91 @Option(name = "unencrypt-reboot-timeout", description = "time in ms to wait for the device to "
[all …]
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandOptions.java36 @Option(name = "help", description =
41 @Option(name = "help-all", description = "display the full help text for all options.",
50 description =
59 description =
66 @Option(name = "min-loop-time", description =
72 @Option(name = TEST_TAG_OPTION, description = "Identifier for the invocation during reporting.")
75 @Option(name = "test-tag-suffix", description = "suffix for test-tag. appended to test-tag to "
79 @Option(name = "loop", description = "keep running continuously.",
83 @Option(name = "all-devices", description =
87 @Option(name = "bugreport-on-invocation-ended", description =
[all …]
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstalledInstrumentationsTest.java63 description="The defined timeout (in milliseconds) is used as a maximum waiting time "
70 description="Sets timeout (in milliseconds) that will be applied to each test. In the "
76 description = "Restrict tests to a specific test size. " +
82 description = "Restrict tests executed to a specific instrumentation class runner. " +
87 description = "Rerun unexecuted tests individually on same device if test run " +
92 description = "Schedule unexecuted tests for resumption on another device " +
98 @Option(name = "send-coverage", description = "Send coverage target info to test listeners.")
101 @Option(name = "bugreport-on-failure", description = "Sets which failed testcase events " +
109 description = "Take a bugreport if the instrumentation finish with a run failure"
113 @Option(name = "screenshot-on-failure", description = "Take a screenshot on every test failure")
[all …]
DInstrumentationTest.java107 description = "The manifest package name of the Android test application to run.",
113 description="The instrumentation test runner class name to use. Will try to determine "
118 description="The test class name to run.")
122 description="The test method name to run.")
126 description="Only run tests within this specific java package. " +
135 description="Deprecated - Use \"shell-timeout\" or \"test-timeout\" instead.")
140 description =
151 description =
161 description =
169 description="Restrict test to a specific test size.")
[all …]
DGTestBase.java59 @Option(name = "run-disable-tests", description = "Determine to run disable tests or not.")
62 @Option(name = "module-name", description = "The name of the native test module to run.")
67 description = "Regex to exclude certain files from executing. Can be repeated")
72 description = "The GTest-based positive filter of the test name to run.")
77 description = "The GTest-based negative filter of the test name to run.")
82 description = "The GTest-based positive filter of the test names to run."
88 description = "The GTest-based negative filter of the test names to run."
94 description =
104 description =
112 description = "Prepend filename as part of the classname for the tests.")
[all …]
DUiAutomatorTest.java77 @Option(name = "jar-path", description = "path to jars containing UI Automator test cases and"
84 description =
90 @Option(name = "sync-time", description = "time to allow for initial sync, in ms")
94 description = "Additional test specific arguments to provide.")
98 description = "Aborts the test run if any test takes longer than the specified "
102 @Option(name = "capture-logs", description =
106 @Option(name = "runner-path", description = "path to uiautomator runner; may be null and "
111 description = "sets the action to perform if a test fails")
115 description = "allows uiautomator test to ignore SIGHUP signal")
119 description = "the run name to use when reporting test results.")
[all …]
/tools/tradefederation/contrib/src/com/android/monkey/
DMonkeyBase.java140 @Option(name = "package", description = "Package name to send events to. May be repeated.")
145 description =
151 @Option(name = "category", description = "App Category. May be repeated.")
154 @Option(name = "option", description = "Option to pass to monkey command. May be repeated.")
159 description =
166 description =
173 description = "Target number of events to send.",
177 @Option(name = "random-seed", description = "Random seed to use for the monkey.")
182 description =
189 description = "Monkey should keep going after encountering " + "an app crash")
[all …]
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterOptions.java46 @Option(name = "service-url", description = "the base url of the tradefed cluster REST API")
52 description =
60 @Option(name = "cluster", description = "the cluster id for this TF instance", mandatory = true)
65 description =
72 @Option(name = "run-target-format", description = "the format for labelling run targets.")
75 @Option(name = "disable-device-monitor", description = "disable Cluster device reporting")
81 description = "the time interval between each device snapshot")
86 description =
93 description =
100 description = "Check available flashing permits when leasing tasks")
[all …]
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DITestSuite.java137 description =
146 description = "Take a logcat snapshot on every test failure."
153 description =
162 description = "Take a screenshot on every test failure."
167 description = "Reboot the device after every test failure.")
171 @Option(name = "reboot-per-module", description = "Reboot the device before every module run.")
176 description = "Reboot the device before the test suite starts."
181 description = "Whether all system status check between modules should be skipped")
186 description =
197 description = "Whether reporting system checkers as test or not."
[all …]
DBaseTestSuite.java67 description =
76 description =
86 description = "the test module to run. Only works for configuration in the tests dir.",
94 description = "the test to run.",
101 description =
110 description =
118 description =
126 description =
134 description = "Search only configs with given prefix for suite tags."
140 description = "Whether or not to skip loading configurations from the JAR on the classpath."
[all …]
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java69 @Option(name = "serial", shortName = 's', description =
73 @Option(name = "exclude-serial", description =
77 @Option(name = "product-type", description =
82 @Option(name = "property", description =
88 @Option(name = "emulator", shortName = 'e', description = "force this test to run on emulator.")
91 @Option(name = "device", shortName = 'd', description =
95 @Option(name = "new-emulator", description =
99 @Option(name = "null-device", shortName = 'n', description =
103 @Option(name = "tcp-device", description =
109 description = "start a placeholder for a gce device that will be connected later.")
[all …]
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableBaseTest.java64 description = "Timeout applied to each binary for their execution.")
67 @Option(name = "binary", description = "Path to the binary to be run. Can be repeated.")
72 description = "The test commands of each test names.",
78 description = "Only dry-run through the tests, do not actually run them.")
83 description = "The hint about the test's runtime.",
164 TestDescription description = new TestDescription(testName, testName); in run() local
165 if (shouldSkipCurrentTest(description)) continue; in run()
178 listener.testStarted(description); in run()
182 runBinary(path, listener, description); in run()
186 description, FailureDescription.create(StreamUtil.getStackTrace(e))); in run()
[all …]
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DJUnit4ResultForwarder.java56 Description description = failure.getDescription(); in testFailure() local
57 if (description.getMethodName() == null) { in testFailure()
93 public void testStarted(Description description) throws Exception { in testStarted() argument
97 description.getClassName(), in testStarted()
98 description.getMethodName(), in testStarted()
99 description.getAnnotations()); in testStarted()
104 public void testFinished(Description description) throws Exception { in testFinished() argument
107 description.getClassName(), in testFinished()
108 description.getMethodName(), in testFinished()
109 description.getAnnotations()); in testFinished()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/result/suite/
DXmlSuiteResultFormatterTest.java343 TestDescription description = in testLogReporting() local
349 .get(description) in testLogReporting()
636 TestDescription description = in createResultWithLog() local
638 fakeRes.testStarted(description); in createResultWithLog()
641 fakeRes.testEnded(description, new HashMap<String, Metric>()); in createResultWithLog()
664 TestDescription description = in createFakeResult() local
666 fakeRes.testStarted(description); in createFakeResult()
667 fakeRes.testEnded(description, new HashMap<String, Metric>()); in createFakeResult()
670 TestDescription description = in createFakeResult() local
672 fakeRes.testStarted(description); in createFakeResult()
[all …]
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DPerfettoPullerMetricCollector.java74 description = "If enabled retrieves the perfetto compressed content,"
80 @Option(name = "max-compressed-file-size", description = "Max size of the compressed"
87 description = "Timeout for retrieving compressed trace content through shell",
93 description = "Timeout to receive the shell response when running the gzip command.",
99 description = "Timeout to decompress perfetto compressed file.",
105 description = "Path to the script files used to analyze the trace files."
113 description = "Extra arguments to be passed to the binaries.")
119 description = "Prefix to be used with the metrics collected from perfetto.")
126 description =
136 description = "Timeout for the perfetto script.",
[all …]
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultParser.java234 TestDescription description = new TestDescription(info[0], info[1]); in evalProto() local
235 mListener.testStarted(description, timeStampToMillis(childProto.getStartTime())); in evalProto()
236 handleTestCaseEnd(description, childProto); in evalProto()
446 TestDescription description = new TestDescription(info[0], info[1]); in handleTestCase() local
448 handleTestCaseEnd(description, testcaseProto); in handleTestCase()
450 log("Test case started proto: %s", description.toString()); in handleTestCase()
451 mListener.testStarted(description, timeStampToMillis(testcaseProto.getStartTime())); in handleTestCase()
455 private void handleTestCaseEnd(TestDescription description, TestRecord testcaseProto) { in handleTestCaseEnd() argument
468 mListener.testFailed(description, failure); in handleTestCaseEnd()
469 log("Test case failed proto: %s - %s", description.toString(), failure.toString()); in handleTestCaseEnd()
[all …]
/tools/tradefederation/core/isolation/com/android/tradefed/isolation/
DIsolationResultForwarder.java84 public void testStarted(Description description) throws IOException { in testStarted() argument
91 .setMethodName(description.getMethodName()) in testStarted()
92 .setClassName(description.getClassName()) in testStarted()
99 public void testFinished(Description description) throws IOException { in testFinished() argument
106 .setMethodName(description.getMethodName()) in testFinished()
107 .setClassName(description.getClassName()) in testFinished()
114 public void testIgnored(Description description) throws IOException { in testIgnored() argument
121 .setMethodName(description.getMethodName()) in testIgnored()
122 .setClassName(description.getClassName()) in testIgnored()
129 public void testRunStarted(Description description) throws IOException { in testRunStarted() argument
[all …]
/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraTestBase.java75 @Option(name = "test-package", description = "Test package to run.")
78 @Option(name = "test-class", description = "Test class to run.")
81 @Option(name = "test-methods", description = "Test method to run. May be repeated.")
84 @Option(name = "test-runner", description = "Test runner for test instrumentation.")
87 @Option(name = "test-timeout", description = "Max time allowed in ms for a test run.")
91 description="The defined timeout (in milliseconds) is used as a maximum waiting time "
97 @Option(name = "ru-key", description = "Result key to use when posting to the dashboard.")
104 description = "take a logcat snapshot on every test failure."
110 description = "Additional instrumentation arguments to provide."
114 @Option(name = "dump-meminfo", description =
[all …]
/tools/tradefederation/contrib/src/com/android/performance/tests/
DAppTransitionTests.java88 description =
95 description =
102 description =
110 description = "Apps used for app to recents" + " transition delay testing.")
115 description =
121 description = "Iterations for launching each app to" + "test the transition delay.")
126 description =
131 @Option(name = "runner", description = "The instrumentation test runner class name to use.")
134 @Option(name = "run-arg", description = "Additional test specific arguments to provide.")
137 @Option(name = "launcher-activity", description = "Home activity name")
[all …]
/tools/tradefederation/core/global_configuration/com/android/tradefed/host/
DHostOptions.java38 @Option(name = "concurrent-flasher-limit", description =
44 description =
52 description = "The location of temporary directory used by fastboot"
58 description = "Feature flag to enable the support for fastbootd.")
61 @Option(name = "download-cache-dir", description = "the directory for caching downloaded "
67 @Option(name = "use-sso-client", description = "Use a SingleSignOn client for HTTP requests.")
72 description =
77 @Option(name = "label", description = "Labels to describe the host.")
82 description =
89 description =
[all …]
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxOptions.java45 description = "The path to the Tradefed binary of the version to use for the sandbox."
51 description =
59 description = "Whether or not to use protobuf format reporting between processes."
65 description =
72 description =
80 description =
88 description = "Whether or not to enable a debug thread for sandbox.")
93 description =
100 description =
107 description = "Pass options for the java process of the sandbox.")
[all …]
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DSubprocessTfLauncher.java77 @Option(name = "max-run-time", description =
81 @Option(name = "remote-debug", description =
85 @Option(name = "config-name", description = "The config that runs the TF tests")
90 description =
94 @Option(name = "use-event-streaming", description = "Use a socket to receive results as they"
100 description = "Use a proto result reporter for the results from the subprocess.")
103 @Option(name = "sub-global-config", description = "The global config name to pass to the"
110 description = "Pass the invocation-data to the subprocess if enabled.")
113 @Option(name = "ignore-test-log", description = "Only rely on logAssociation for logs.")
118 description = "Whether or not to disable the stderr validation check."
[all …]
/tools/platform-compat/java/android/processor/compat/changeid/
DChange.java28 final String description; field in Change
47 String description, String javaPackage, String className, String qualifiedClass, in Change() argument
54 this.description = description; in Change()
67 String description; field in Change.Builder
101 public Builder description(String description) { in description() method in Change.Builder
102 this.description = description; in description()
127 return new Change(id, name, disabled, loggingOnly, enabledAfter, description, in build()

12345678910>>...14