/cts/libs/vogar-expect/src/vogar/ |
D | Expectation.java | 40 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/ |
D | knownfailures.txt | 3 description: "Disable ListeningPortsTest", 10 description: "some AlarmClockTests are not robust across different device types", 19 description: "the UsageStats is not yet stable enough", 26 description: "the ConnectivityConstraintTest are not yet stable", 33 description: "tests a fragile by nature as they rely on hardcoded behavior", 41 description: "test fails on some devices", 49 …description: "the SSLCertificateSocketFactoryTest often fails because of lack of live internet or … 59 …description: "the test result are too much dependent on live-internet connection, which for some d… 66 description: "AudioPolicyBinder tests are not yet robust enough", 73 description: "test not robust", [all …]
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaItemTest.java | 33 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/ |
D | SingleJUnitTestRunListener.java | 36 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/ |
D | icu-known-failures.txt | 9 description: "Exclude all tests", 14 …description: "Class cannot be instantiated, cannot find resources android/icu/dev/test/serializabl… 19 …description: "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", 53 …description: "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/ |
D | CompatibilityTest.java | 115 description = "the test suite plan to run, such as \"everything\" or \"cts\"", 120 description = "the subplan to run", 125 description = "the include module filters to apply.", 130 description = "the exclude module filters to apply.", 136 description = "the test module to run.", 142 description = "the test run.", 147 description = "the arguments to pass to a precondition. The expected format is" 153 description = "the arguments to pass to a module. The expected format is" 159 description = "the arguments to pass to a test. The expected format is" 170 description = "retry a previous session's failed and not executed tests.", [all …]
|
/cts/tests/core/runner/src/com/android/cts/core/runner/ |
D | TestFilter.java | 76 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/ |
D | SensorCtsTestActivity.java | 177 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/ |
D | DrmSupportInfoTest.java | 91 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/ |
D | SettingsPreparer.java | 43 @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")
|
D | PropertyCheck.java | 32 @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")
|
D | ResultFilePuller.java | 40 …@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")
|
D | ReportLogCollector.java | 39 @Option(name= "src-dir", description = "The directory to copy to the results dir") 42 @Option(name = "dest-dir", description = "The directory under the result to store the files") 45 @Option(name = "temp-dir", description = "The temp directory containing host-side report logs")
|
D | DynamicConfigPusher.java | 54 @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 " +
|
D | DeviceInfoCollector.java | 69 description = "Whether device info collection should be skipped") 72 @Option(name= "src-dir", description = "The directory to copy to the results dir") 75 @Option(name = "dest-dir", description = "The directory under the result to store the files") 78 @Option(name = "temp-dir", description = "The directory containing host-side device info files")
|
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/data/ |
D | VideoProvider.java | 53 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/ |
D | GnssCtsTestActivity.java | 175 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/ |
D | CtsBuildProvider.java | 39 @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/ |
D | StubGestureAccessibilityService.java | 29 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/ |
D | CtsTest.java | 105 @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/ |
D | DalvikTest.java | 117 @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/ |
D | CtsTestRunListener.java | 68 public void testRunStarted(Description description) throws Exception { in testRunStarted() argument 93 public void testStarted(Description description) throws Exception { in testStarted() argument 94 if (description.getTestClass() != lastClass) { in testStarted() 95 lastClass = description.getTestClass(); in testStarted() 96 printMemory(description.getTestClass()); in testStarted() 103 public void testFinished(Description description) { in testFinished() argument
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
D | SubPlanCreator.java | 68 @Option (name = "name", shortName = 'n', description = "the name of the subplan to create", 72 @Option (name = "session", description = "the session id to derive from", 77 description = "the result type to include. One of passed, failed, not_executed." 83 description = "the include module filters to apply.", 88 description = "the exclude module filters to apply.", 93 description = "the test module to run.", 98 description = "the test to run.", 103 description = "the abi to test.",
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/ |
D | CompatibilityBuildProvider.java | 39 @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/ |
D | ClipboardManagerTest.java | 180 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()
|