Home
last modified time | relevance | path

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

123456789

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDeviceOptions.java29 @Option(name = "enable-root", description = "enable adb root on boot.")
33 description = "attempt to disable keyguard once boot is complete.")
36 @Option(name = "enable-logcat", description =
40 @Option(name = "max-tmp-logcat-file", description =
45 @Option(name = "logcat-options", description =
50 @Option(name = "fastboot-timeout", description =
54 @Option(name = "adb-recovery-timeout", description =
58 @Option(name = "reboot-timeout", description =
62 @Option(name = "use-fastboot-erase", description =
66 @Option(name = "unencrypt-reboot-timeout", description = "time in ms to wait for the device to "
[all …]
DDeviceSelectionOptions.java38 @Option(name = "serial", shortName = 's', description =
42 @Option(name = "exclude-serial", description =
46 @Option(name = "product-type", description =
51 @Option(name = "property", description =
56 @Option(name = "emulator", shortName = 'e', description =
60 @Option(name = "device", shortName = 'd', description =
64 @Option(name = "new-emulator", description =
68 @Option(name = "null-device", shortName = 'n', description =
72 @Option(name = "tcp-device", description =
76 @Option(name = "min-battery", description =
[all …]
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandOptions.java31 @Option(name = "help", description =
36 @Option(name = "help-all", description = "display the full help text for all options.",
40 @Option(name = "json-help", description = "display the full help in json format.")
48 description =
57 description =
64 @Option(name = "min-loop-time", description =
68 @Option(name = "max-random-loop-time", description =
75 @Option(name = "test-tag", description = "Identifier for the invocation during reporting.")
78 @Option(name = "test-tag-suffix", description = "suffix for test-tag. appended to test-tag to "
82 @Option(name = "loop", description = "keep running continuously.",
[all …]
/tools/tradefederation/core/src/com/android/tradefed/result/
DJUnit4ResultForwarder.java50 Description description = failure.getDescription(); in testFailure() local
51 if (description.getMethodName() == null) { in testFailure()
65 public void testStarted(Description description) { in testStarted() argument
69 description.getClassName(), in testStarted()
70 description.getMethodName(), in testStarted()
71 description.getAnnotations()); in testStarted()
76 public void testFinished(Description description) { in testFinished() argument
79 description.getClassName(), in testFinished()
80 description.getMethodName(), in testFinished()
81 description.getAnnotations()); in testFinished()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DInstalledInstrumentationsTest.java58 description="The defined timeout (in milliseconds) is used as a maximum waiting time "
65 description="Sets timeout (in milliseconds) that will be applied to each test. In the "
71 description = "Restrict tests to a specific test size. " +
77 description = "Restrict tests executed to a specific instrumentation class runner. " +
82 description = "Rerun unexecuted tests individually on same device if test run " +
87 description = "Schedule unexecuted tests for resumption on another device " +
92 description = "Send coverage target info to test listeners.")
95 @Option(name = "bugreport-on-failure", description = "Sets which failed testcase events " +
103 description = "Take a bugreport if the instrumentation finish with a run failure"
107 @Option(name = "screenshot-on-failure", description = "Take a screenshot on every test failure")
[all …]
DInstrumentationTest.java87 description = "The manifest package name of the Android test application to run.",
93 description="The instrumentation test runner class name to use. Will try to determine "
98 description="The test class name to run.")
102 description="The test method name to run.")
106 description="Only run tests within this specific java package. " +
115 description="Deprecated - Use \"shell-timeout\" or \"test-timeout\" instead.")
120 description =
131 description =
141 description =
149 description="Restrict test to a specific test size.")
[all …]
DDeviceBatteryLevelChecker.java51 @Option(name = "max-battery", description = "Charge level below which we force the device to " +
55 @Option(name = "resume-level", description = "Charge level at which we release the device to " +
63 @Option(name = "poll-time", description = "Time in minutes to wait between battery level " +
67 @Option(name = "batt-log-period", description = "Min time in minutes to wait between " +
71 @Option(name = "reboot-charging-devices", description = "Whether to reboot a device when we " +
76 @Option(name = "stop-runtime", description = "Whether to stop runtime.")
79 @Option(name = "stop-logcat", description = "Whether to stop logcat during the recharge. "
85 description = "The max run time the battery level checker can run before stopping.",
DStubTest.java40 description = "Shard this test into given number of separately runnable chunks")
45 description =
53 description =
61 description =
69 description =
DNativeBenchmarkTest.java56 description="The path on the device where native stress tests are located.")
60 description="The name of the native benchmark test module to run. " +
65 description="Optional name to pass to test reporters. If unspecified, will use" +
70 description="The number of benchmark test iterations per run.")
74 description="The delay between each benchmark iteration, in micro seconds." +
79 @Option(name = "max-run-time", description =
84 description="Optionally specify a server cpu.")
88 description="Optionally specify a client cpu.")
92 description="Flag to force device cpu to run at maximum frequency.")
DGTest.java65 description="The path on the device where native tests are located.")
69 description = "Regex to exclude certain files from executing. Can be repeated")
73 description="The name of the native test module to run.")
77 description="The GTest-based positive filter of the test name to run.")
80 description="The GTest-based negative filter of the test name to run.")
84 description="The GTest-based positive filter of the test names to run.")
87 description="The GTest-based negative filter of the test names to run.")
92 description =
100 description = "Send coverage target info to test listeners.")
104 description = "Prepend filename as part of the classname for the tests.")
[all …]
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java51 description = "Turn airplane mode on or off")
58 @Option(name = "data", description = "Turn mobile data on or off")
65 @Option(name = "cell", description = "Turn cellular radio on or off")
70 @Option(name = "cell-auto-setting", description = "Turn wear cellular mediator on or off")
75 @Option(name = "wifi", description = "Turn wifi on or off")
83 description = "The SSID of the network to connect to. Will only attempt to " +
88 description = "The passphrase used to connect to a secured network")
92 description = "Turn wifi watchdog on or off")
97 @Option(name = "disable-cw-wifi-mediator", description = "Turn wifi mediator on or off")
104 description = "Turn wifi scan always enabled on or off"
[all …]
DWifiPreparer.java33 @Option(name="wifi-network", description="the name of wifi network to connect to.")
36 @Option(name="wifi-psk", description="WPA-PSK passphrase of wifi network to connect to.")
39 @Option(name = "disconnect-wifi-after-test", description =
43 @Option(name = "monitor-network", description =
47 @Option(name = "skip", description = "skip the connectivity check and wifi setup")
50 @Option(name = "verify-only", description = "Skip setup and verify a wifi connection.")
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.",
DSdkAvdPreparer.java52 @Option(name = "sdk-target", description = "the name of SDK target to launch. " +
56 @Option(name = "boot-time", description =
60 @Option(name = "window", description = "launch emulator with a graphical window display.")
63 @Option(name = "launch-attempts", description = "max number of attempts to launch emulator")
66 @Option(name = "sdcard-size", description = "capacity of the SD card")
69 @Option(name = "tag", description = "The sys-img tag to use for the AVD.")
72 @Option(name = "skin", description = "AVD skin")
75 @Option(name = "gpu", description = "launch emulator with GPU on")
78 @Option(name = "force-kvm", description = "require kvm for emulator launch")
81 @Option(name = "avd-timeout", description = "the maximum time in seconds to wait for avd " +
[all …]
DTemperatureThrottlingWaiter.java31 description = "Interval in seconds, to poll for device temperature; defaults to 30s")
34 @Option(name = "max-wait", description = "Max wait time in seconds, for device cool down "
38 @Option(name = "abort-on-timeout", description = "If test should be aborted if device is still "
42 @Option(name = "post-idle-wait", description = "Additional time to wait in seconds, after "
50 description =
56 @Option(name = "target-temperature", description = "Target Temperature that device should have;"
DRunCommandTargetPreparer.java40 @Option(name = "run-command", description = "adb shell command to run")
43 @Option(name = "run-bg-command", description = "Command to run repeatedly in the"
48 @Option(name = "hide-bg-output", description = "if true, don't log background command output")
51 @Option(name = "teardown-command", description = "adb shell command to run at teardown time")
55 description = "Time to delay after running commands, in msecs")
59 description = "Timeout for execute shell command",
65 description =
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-flag", description =
68 @Option(name = "post-install-cmd", description =
72 @Option(name = "post-install-cmd-timeout", description =
77 @Option(name = "check-min-sdk", description =
DDeviceFlashPreparer.java49 @Option(name = "device-boot-time", description = "max time in ms to wait for device to boot.")
52 @Option(name = "userdata-flash", description =
56 @Option(name = "encrypt-userdata", description = "specify if userdata partition should be "
60 @Option(name = "force-system-flash", description =
68 @Option(name = "skip-post-flash-flavor-check", description =
75 @Option(name = "skip-post-flash-build-id-check", description =
79 @Option(name = "wipe-skip-list", description =
87 @Option(name = "concurrent-flasher-limit", description =
92 description = "whether or not to skip post-flashing setup steps")
96 description = "the timeout for the command of wiping user data.", isTimeVal = true)
[all …]
/tools/tradefederation/core/src/com/android/tradefed/build/
DStubBuildProvider.java36 @Option(name="build-id", description="build id to supply.")
39 @Option(name="build-target", description="build target name to supply.")
42 @Option(name="branch", description="build branch name to supply.")
45 @Option(name="build-flavor", description="build flavor name to supply.")
48 @Option(name = "build-os", description = "build os name to supply.")
51 @Option(name="build-attribute", description="build attributes to supply.")
56 description = "force the stub provider to return a null build. Used for testing."
62 description = "force the stub provider to throw a BuildRetrievalError. Used for testing."
DBootstrapBuildProvider.java56 @Option(name="build-target", description="build target name to supply.")
59 @Option(name="branch", description="build branch name to supply.")
64 description = "Specify the build id to report instead of the one from the device."
69 description="Time to wait in seconds for device shell to become available. " +
73 @Option(name="tests-dir", description="Path to top directory of expanded tests zip")
/tools/tradefederation/core/prod-tests/src/com/android/monkey/
DMonkeyBase.java143 @Option(name = "package", description = "Package name to send events to. May be repeated.")
146 @Option(name = "exclude-package", description = "Substring of package names to exclude from " +
150 @Option(name = "category", description = "App Category. May be repeated.")
153 @Option(name = "option", description = "Option to pass to monkey command. May be repeated.")
156 @Option(name = "launch-extras-int", description = "Launch int extras. May be repeated. " +
160 @Option(name = "launch-extras-str", description = "Launch string extras. May be repeated. " +
164 @Option(name = "target-count", description = "Target number of events to send.",
168 @Option(name = "random-seed", description = "Random seed to use for the monkey.")
171 @Option(name = "throttle", description = "How much time to wait between sending successive " +
175 @Option(name = "ignore-crashes", description = "Monkey should keep going after encountering " +
[all …]
/tools/tradefederation/core/src/com/android/tradefed/host/
DHostOptions.java31 @Option(name = "concurrent-flasher-limit", description =
37 description =
45 description = "The location of temporary directory used by fastboot"
49 @Option(name = "download-cache-dir", description = "the directory for caching downloaded "
/tools/tradefederation/core/src/com/android/tradefed/log/
DTerribleFailureEmailHandler.java45 description = "The envelope-sender address to use for the messages.",
50 description = "One or more destination addresses.",
55 description = "The prefix to be added to the beginning of the email subject.")
59 description = "The minimum interval between emails in ms. " +
186 protected Message generateEmailMessage(String description, Throwable cause) { in generateEmailMessage() argument
190 msg.setBody(generateEmailBody(description, cause)); in generateEmailMessage()
203 public boolean onTerribleFailure(String description, Throwable cause) { in onTerribleFailure() argument
217 Message msg = generateEmailMessage(description, cause); in onTerribleFailure()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationDescriptor.java37 @Option(name = "test-suite-tag", description = "A membership tag to suite. Can be repeated.")
40 @Option(name = "metadata", description = "Metadata associated with this configuration, can be "
46 description =
55 description =
64 description = "Option used to notify an invocation that it is running in a sandbox."
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DAtraceCollector.java52 description = "the tracing categories atrace will capture")
57 description = "the temporary location the trace log will be saved to on device"
63 description = "the temporary location the trace log will be saved to on device"
68 description = "delete the trace log on the target device after the host collects it")
72 description = "produce a compressed trace dump")
86 description =
94 description = "a self-contained binary that will be executed on the trace file"
98 @Option(name = "post-process-args", description = "args for the binary")
104 description =

123456789