Home
last modified time | relevance | path

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

12345678910>>...14

/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/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 …]
DFastbootUpdateBootstrapPreparer.java40 @Option(name = "bootloader-image", description = "bootloader image file to be used for update")
43 @Option(name = "baseband-image", description = "radio image file to be used for update")
46 @Option(name = "device-image", description = "device image file to be used for update")
51 description =
58 @Option(name = "override-device-build-id", description = "the device buid id to inject.")
61 @Option(name = "override-device-build-alias", description = "the device buid alias to inject.")
66 description = "the device build flavor to inject."
72 description = "the device build branch to inject."
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/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/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/test_framework/com/android/tradefed/testtype/junit4/
DJUnit4ResultForwarder.java52 Description description = failure.getDescription(); in testFailure() local
53 if (description.getMethodName() == null) { in testFailure()
78 public void testStarted(Description description) throws Exception { in testStarted() argument
82 description.getClassName(), in testStarted()
83 description.getMethodName(), in testStarted()
84 description.getAnnotations()); in testStarted()
89 public void testFinished(Description description) throws Exception { in testFinished() argument
92 description.getClassName(), in testFinished()
93 description.getMethodName(), in testFinished()
94 description.getAnnotations()); in testFinished()
[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/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/global_configuration/com/android/tradefed/host/
DHostOptions.java43 @Option(name = "concurrent-flasher-limit", description =
49 description =
57 description = "The location of temporary directory used by fastboot"
63 description = "Feature flag to enable the support for fastbootd.")
66 @Option(name = "download-cache-dir", description = "the directory for caching downloaded "
72 @Option(name = "use-sso-client", description = "Use a SingleSignOn client for HTTP requests.")
77 description =
82 @Option(name = "label", description = "Labels to describe the host.")
87 description =
94 description =
[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/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/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()
/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/src/com/android/tradefed/testtype/suite/
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/build/
DStubBuildProvider.java37 @Option(name="build-id", description="build id to supply.")
40 @Option(name="build-target", description="build target name to supply.")
43 @Option(name="branch", description="build branch name to supply.")
46 @Option(name="build-flavor", description="build flavor name to supply.")
49 @Option(name = "build-os", description = "build os name to supply.")
52 @Option(name="build-attribute", description="build attributes to supply.")
57 description = "force the stub provider to return a null build. Used for testing."
63 description = "force the stub provider to throw a BuildRetrievalError. Used for testing."
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DPerfettoPullerMetricCollector.java76 description = "If enabled retrieves the perfetto compressed content,"
82 @Option(name = "max-compressed-file-size", description = "Max size of the compressed"
89 description = "Timeout for retrieving compressed trace content through shell",
95 description = "Timeout to receive the shell response when running the gzip command.",
101 description = "Timeout to decompress perfetto compressed file.",
107 description = "Path to the script files used to analyze the trace files."
115 description = "Extra arguments to be passed to the binaries.")
121 description = "Prefix to be used with the metrics collected from perfetto.")
128 description =
138 description = "Timeout for the perfetto script.",
[all …]
DAtraceCollector.java54 description = "the tracing categories atrace will capture")
59 description = "the temporary location the trace log will be saved to on device"
65 description = "the temporary location the trace log will be saved to on device"
70 description = "delete the trace log on the target device after the host collects it")
74 description = "produce a compressed trace dump")
88 description =
96 description = "a self-contained binary that will be executed on the trace file"
100 @Option(name = "post-process-args", description = "args for the binary")
106 description =
126 description =
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DAppSetup.java46 @Option(name="reboot", description="reboot device after running tests.")
49 @Option(name = "install", description = "install all apks in build.")
52 @Option(name = "uninstall", description =
56 @Option(name = "uninstall-all", description =
60 @Option(name = "skip-uninstall-pkg", description =
64 @Option(name = "install-arg", description = "optional flag(s) to provide when installing apks.")
68 description = "Whether apks should be installed as force queryable.")
71 @Option(name = "post-install-cmd", description =
75 @Option(name = "post-install-cmd-timeout", description =
80 @Option(name = "check-min-sdk", description =
DInstrumentationPreparer.java43 description="The manifest package name of the Android test application to run.",
48 description="The instrumentation test runner class name to use.")
52 description="The test class name to run.")
56 description="The test method name to run.")
61 description =
72 description =
81 description = "Instrumentation arguments to provide.")
85 description =
91 description = "Time to delay before retrying another instrumentation attempt.",
/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraTestBase.java72 @Option(name = "test-package", description = "Test package to run.")
75 @Option(name = "test-class", description = "Test class to run.")
78 @Option(name = "test-methods", description = "Test method to run. May be repeated.")
81 @Option(name = "test-runner", description = "Test runner for test instrumentation.")
84 @Option(name = "test-timeout", description = "Max time allowed in ms for a test run.")
88 description="The defined timeout (in milliseconds) is used as a maximum waiting time "
94 @Option(name = "ru-key", description = "Result key to use when posting to the dashboard.")
101 description = "take a logcat snapshot on every test failure."
107 description = "Additional instrumentation arguments to provide."
111 @Option(name = "dump-meminfo", description =
[all …]

12345678910>>...14