Home
last modified time | relevance | path

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

1234

/cts/libs/vogar-expect/src/vogar/
DExpectation.java40 private final String description; field in Expectation
57 …public Expectation(Result result, Pattern pattern, Set<String> tags, String description, long bug)… in Expectation() argument
58 if (result == null || description == null || pattern == null) { in Expectation()
60 "result=" + result + " description=" + description + " pattern=" + pattern); in Expectation()
63 this.description = description; in Expectation()
71 return description; in getDescription()
106 return "Expectation[description=" + description + " pattern=" + pattern.pattern() + "]"; in toString()
/cts/tests/expectations/
Dknownfailures.txt3 description: "some AlarmClockTests are not robust across different device types",
12 description: "the UsageStats is not yet stable enough",
19 description: "the ConnectivityConstraintTest are not yet stable",
26 description: "tests a fragile by nature as they rely on hardcoded behavior",
34 description: "test fails on some devices",
42description: "the SSLCertificateSocketFactoryTest often fails because of lack of live internet or …
52description: "the test result are too much dependent on live-internet connection, which for some d…
59 description: "AudioPolicyBinder tests are not yet robust enough",
66 description: "test not robust",
74 description: "tests too flaky",
[all …]
/cts/tests/tests/media/src/android/media/cts/
DMediaItemTest.java33 MediaDescription description = new MediaDescription.Builder() in testBrowsableMediaItem() local
36 MediaItem mediaItem = new MediaItem(description, MediaItem.FLAG_BROWSABLE); in testBrowsableMediaItem()
38 assertEquals(description.toString(), mediaItem.getDescription().toString()); in testBrowsableMediaItem()
49 assertEquals(description.toString(), in testBrowsableMediaItem()
55 MediaDescription description = new MediaDescription.Builder() in testPlayableMediaItem() local
58 MediaItem mediaItem = new MediaItem(description, MediaItem.FLAG_PLAYABLE); in testPlayableMediaItem()
60 assertEquals(description.toString(), mediaItem.getDescription().toString()); in testPlayableMediaItem()
71 assertEquals(description.toString(), in testPlayableMediaItem()
/cts/tools/junit/src/com/android/cts/junit/
DSingleJUnitTestRunListener.java36 public void testRunStarted(Description description) throws Exception { in testRunStarted() argument
47 public void testStarted(Description description) throws Exception { in testStarted() argument
49 description.getClassName(), description.getMethodName())); in testStarted()
53 public void testFinished(Description description) throws Exception { in testFinished() argument
65 public void testIgnored(Description description) throws Exception { in testIgnored() argument
/cts/tests/tests/icu/resources/android/icu/cts/expectations/
Dicu-known-failures.txt9 description: "Exclude all tests",
14description: "Class cannot be instantiated, cannot find resources android/icu/dev/test/serializabl…
19description: "Cannot find any classes to test because .class files are not treated as resources in…
24 description: "Serialized forms have not been converted to use repackaged classes",
29 description: "android.icu.charset package not available in repackaged Android library",
34 description: "A completely empty test case",
38 description: "Fails on host and on device in same way before and after packaging",
43 description: "Problem with negative multiplier, not a regression",
48 description: "Wrong case for exponent separator",
53description: "Checks differences in DecimalFormat classes from ICU4J and JDK but on Android java.t…
[all …]
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityTest.java98 description = "the test suite plan to run, such as \"everything\" or \"cts\"",
103 description = "the include module filters to apply.",
108 description = "the exclude module filters to apply.",
114 description = "the test module to run.",
120 description = "the test run.",
125 description = "the arguments to pass to a module. The expected format is"
131 description = "the arguments to pass to a test. The expected format is"
138 description = "retry a previous session.",
144 description = "the abi to test.",
149 description = "split the modules up to run on multiple devices concurrently.")
[all …]
/cts/tests/core/runner/src/com/android/cts/core/runner/
DTestFilter.java76 public boolean shouldRun(Description description) { in shouldRun() argument
80 Description testDescription = getTestDescription(description); in shouldRun()
104 private Description getTestDescription(Description description) { in getTestDescription() argument
105 List<Description> children = description.getChildren(); in getTestDescription()
108 return description; in getTestDescription()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestActivity.java177 public void testRunStarted(Description description) throws Exception { in testRunStarted() argument
187 public void testStarted(Description description) throws Exception { in testStarted() argument
189 getTestLogger().logTestStart(description.getMethodName()); in testStarted()
192 public void testFinished(Description description) throws Exception { in testFinished() argument
194 getTestLogger().logTestPass(description.getMethodName(), null /* testSummary */); in testFinished()
210 public void testIgnored(Description description) throws Exception { in testIgnored() argument
212 getTestLogger().logTestSkip(description.getMethodName(), description.toString()); in testIgnored()
/cts/tests/tests/drm/src/android/drm/cts/
DDrmSupportInfoTest.java91 private static void checkSetAndGetDescription(String description) throws Exception { in checkSetAndGetDescription() argument
93 info.setDescription(description); in checkSetAndGetDescription()
94 assertEquals(info.getDescriprition(), description); in checkSetAndGetDescription() local
97 private static void checkSetInvalidDescription(String description) throws Exception { in checkSetInvalidDescription() argument
100 info.setDescription(description); in checkSetInvalidDescription()
101 fail("Description '" + description + "' was accepted for DrmSupportInfo"); in checkSetInvalidDescription()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DSettingsPreparer.java43 @Option(name = "device-setting", description = "The setting on the device to be checked")
49 description = "If the setting is 'secure', 'global', or 'system'")
52 @Option(name = "set-value", description = "The value to be set for the setting")
55 @Option(name = "expected-values", description = "The set of expected values of the setting")
58 @Option(name = "failure-message", description = "The text printed for an unexpected value")
DPropertyCheck.java32 @Option(name = "property-name", description = "The name of the property to check",
36 @Option(name = "expected-value", description = "The expected value of the property",
41 description = "Whether to throw an error for an unexpected property value")
DResultFilePuller.java40 …@Option(name="clear", description = "Whether to clear the src files and dirs before running the te…
43 @Option(name="src-file", description = "The file to copy to the results dir")
46 @Option(name="src-dir", description = "The directory to copy to the results dir")
49 @Option(name = "dest-dir", description = "The directory under the result to store the files")
DDynamicConfigPusher.java54 @Option(name = "cleanup", description = "Whether to remove config files from the test " +
58 @Option(name="config-filename", description = "The module name for module-level " +
62 @Option(name = "target", description = "The test target, \"device\" or \"host\"",
66 @Option(name = "version", description = "The version of the configuration to retrieve " +
DWifiCheck.java43 @Option(name = "wifi-ssid", description = "Name of the WiFi network with which to connect")
47 description = "The WPA-PSK associated with the wifi-ssid option")
DDeviceInfoCollector.java68 description = "Whether device info collection should be skipped")
71 @Option(name= "src-dir", description = "The directory to copy to the results dir")
74 @Option(name = "dest-dir", description = "The directory under the result to store the files")
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/data/
DVideoProvider.java53 String description = "This is description of a movie."; in buildMedia() local
56 Movie movie = buildMovieInfo(category_name, title, description, studio); in buildMedia()
67 String description, in buildMovieInfo() argument
73 movie.setDescription(description); in buildMovieInfo()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DGnssCtsTestActivity.java175 public void testRunStarted(Description description) throws Exception { in testRunStarted() argument
200 public void testStarted(Description description) throws Exception { in testStarted() argument
205 mTextView.append("\n Running test: " + description.getMethodName()); in testStarted()
210 public void testFinished(Description description) throws Exception { in testFinished() argument
213 appendTestDetail("\n Test passed: " + description.getMethodName()); in testFinished()
214 mTestsResults.append("\n Test passed: " + description.getMethodName()); in testFinished()
235 public void testIgnored(Description description) throws Exception { in testIgnored() argument
/cts/tools/tradefed-host/src/com/android/cts/tradefed/build/
DCtsBuildProvider.java39 @Option(name="cts-install-path", description="the path to the cts installation to use")
42 @Option(name="use-device-build-info", description="Bootstrap build info from device")
45 @Option(name="test-tag", description="test tag name to supply.")
48 @Option(name="branch", description="build branch name to supply.")
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DStubGestureAccessibilityService.java29 public boolean doDispatchGesture(GestureDescription description, GestureResultCallback callback, in doDispatchGesture() argument
31 return dispatchGesture(description, callback, handler); in doDispatchGesture()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DCtsTest.java105 @Option(name = PLAN_OPTION, description = "the test plan to run.",
109 @Option(name = PACKAGE_OPTION, shortName = 'p', description = "the test packages(s) to run.",
113 @Option(name = "exclude-package", description = "the test packages(s) to exclude from the run.")
116 @Option(name = CLASS_OPTION, shortName = 'c', description = "run a specific test class.",
121 description = "run a specific test method, from given --class.",
125 @Option(name = TEST_OPTION, shortName = 't', description = "run a specific test",
130 description = "continue a previous test session.",
134 @Option(name = "skip-device-info", shortName = 'd', description =
140 @Option(name = "resume", description =
144 @Option(name = "shards", description =
[all …]
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DDalvikTest.java117 @Option(name = "run-name", description = "The name to use when reporting results")
120 @Option(name = "classpath", description = "Holds the paths to search when loading tests")
123 @Option(name = "dalvik-arg", description = "Holds arguments to pass to Dalvik")
127 description = "Holds arguments to pass to the device-side test runner")
131 description = "The include filters of the test name to run.")
135 description = "The exclude filters of the test name to run.")
139 description="A file containing a list of line separated test classes and optionally"
144 description="A file containing a list of line separated test classes and optionally"
150 description="The hint about the test's runtime.")
154 description = "Comma-separated list of files specifying known-failures to be skipped")
[all …]
/cts/tests/core/runner/src/com/android/cts/runner/
DCtsTestRunListener.java67 public void testRunStarted(Description description) throws Exception { in testRunStarted() argument
92 public void testStarted(Description description) throws Exception { in testStarted() argument
93 if (description.getTestClass() != lastClass) { in testStarted()
94 lastClass = description.getTestClass(); in testStarted()
95 printMemory(description.getTestClass()); in testStarted()
102 public void testFinished(Description description) { in testFinished() argument
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildProvider.java39 @Option(name="branch", description="build branch name to supply.")
42 @Option(name="use-device-build-info", description="Bootstrap build info from device")
45 @Option(name="test-tag", description="test tag name to supply.")
/cts/tests/tests/content/src/android/content/cts/
DClipboardManagerTest.java180 private void assertClipDescription(ClipDescription description, String expectedLabel, in assertClipDescription() argument
182 assertEquals(expectedLabel, description.getLabel()); in assertClipDescription()
183 assertEquals(mimeTypes.length, description.getMimeTypeCount()); in assertClipDescription()
184 int mimeTypeCount = description.getMimeTypeCount(); in assertClipDescription()
186 assertEquals(mimeTypes[i], description.getMimeType(i)); in assertClipDescription()
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/
DInMatcher.java57 public void describeTo(Description description) { in describeTo() argument
58 description.appendText("in(").appendValue(mValues).appendText(")"); in describeTo()

1234