Home
last modified time | relevance | path

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

12

/cts/tools/signature-tools/src/signature/model/impl/
DSigApi.java30 private String description; field in SigApi
33 public SigApi(String description, Visibility visibility) { in SigApi() argument
34 this.description = description; in SigApi()
39 return description; in getName()
42 public void setName(String description) { in setName() argument
43 this.description = description; in setName()
/cts/libs/vogar-expect/src/vogar/
DExpectation.java49 private final String description; field in Expectation
66 …public Expectation(Result result, Pattern pattern, Set<String> tags, String description, long bug)… in Expectation() argument
67 if (result == null || description == null || pattern == null) { in Expectation()
69 "result=" + result + " description=" + description + " pattern=" + pattern); in Expectation()
72 this.description = description; in Expectation()
80 return description; in getDescription()
115 return "Expectation[description=" + description + " pattern=" + pattern.pattern() + "]"; in toString()
DExpectationStore.java149 String description = ""; in readExpectation() local
172 description = Joiner.on("\n").join(split); in readExpectation()
191 Expectation expectation = new Expectation(result, pattern, tags, description, buganizerBug); in readExpectation()
/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/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DCtsTest.java88 @Option(name = PLAN_OPTION, description = "the test plan to run.",
92 @Option(name = PACKAGE_OPTION, shortName = 'p', description = "the test packages(s) to run.",
96 @Option(name = "exclude-package", description = "the test packages(s) to exclude from the run.")
99 @Option(name = CLASS_OPTION, shortName = 'c', description = "run a specific test class.",
104 description = "run a specific test method, from given --class.",
109 description = "continue a previous test session.",
113 @Option(name = "skip-device-info", shortName = 'd', description =
119 @Option(name = "resume", description =
123 @Option(name = "shards", description =
128 @Option(name = "screenshot", description =
[all …]
/cts/tools/utils/
DbuildCts.py102 for description in descriptions:
103 doc = tools.XmlFile(description)
177 description = open(os.path.join(test_repository, 'SignatureTest.xml'), 'w')
178 package.WriteDescription(description)
179 description.close()
DDescriptionGenerator.java577 String description = av.toString(); in getAnnotationDescription() local
579 description = description.substring(1, description.length() -1); in getAnnotationDescription()
580 return description; in getAnnotationDescription()
628 TestMethod(String name, String description, String controller, String knownFailure, in TestMethod() argument
631 mDescription = description; in TestMethod()
/cts/tests/tests/content/src/android/content/cts/
DClipboardManagerTest.java169 private void assertClipDescription(ClipDescription description, String expectedLabel, in assertClipDescription() argument
171 assertEquals(expectedLabel, description.getLabel()); in assertClipDescription()
172 assertEquals(mimeTypes.length, description.getMimeTypeCount()); in assertClipDescription()
173 int mimeTypeCount = description.getMimeTypeCount(); in assertClipDescription()
175 assertEquals(mimeTypes[i], description.getMimeType(i)); in assertClipDescription()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DPlanCreator.java46 @Option (name = "plan", shortName = 'p', description = "the name of the plan to create",
50 @Option (name = "session", shortName = 's', description = "the session id to derive from",
55 description = "the result type to filter. One of pass, fail, notExecuted.",
DCtsXmlResultReporter.java73 @Option(name=REPORT_DIR_NAME, description="root file system path to directory to store xml " +
79 @Option(name = CtsTest.PLAN_OPTION, description = "the test plan to run.")
83 @Option(name = CtsTest.CONTINUE_OPTION, description = "the test result session to continue.")
86 @Option(name = "quiet-output", description = "Mute display of test results.")
89 @Option(name = "result-server", description = "Server to publish test results.")
DIssueReporter.java50 @Option(name = "issue-server", description = "Server url to post test failures to.")
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
DCtsUiAutomatorTest.java476 UiSelector mainLayout = new UiSelector().description("Widgets Collection"); in testSelectorFocusable()
517 UiSelector mainLayout = new UiSelector().description("Widgets Collection"); in testSelectorEnabled()
535 new UiSelector().description("Widgets Collection")); in testCollectionCount()
551 new UiSelector().description("Widgets Collection")); in testCollectionGetChildByText()
569 new UiSelector().description("Widgets Collection")); in testCollectionGetChildByInstance()
588 new UiSelector().description("Widgets Collection")); in testCollectionGetChildByDescription()
801 new UiSelector().description("Details View")); in testPinchOut()
855 new UiSelector().description("Details View")); in testPinchIn()
906 UiObject imageButton = new UiObject(new UiSelector().description("Image button")); in testDragToObject()
943 UiObject imageButton = new UiObject(new UiSelector().description("Image button")); in testDragToCoordinates()
[all …]
/cts/build/
Dtest_executable.mk34 $(hide) echo Generating test description for native package $(PRIVATE_TEST_PACKAGE)
Dtest_host_java_library.mk29 $(hide) echo Generating test description for host library $(PRIVATE_LIBRARY)
Dtest_gtest_package.mk43 $(hide) echo Generating test description for wrapped native package $(PRIVATE_EXECUTABLE)
Dtest_uiautomator.mk39 $(hide) echo Generating test description for uiautomator library $(PRIVATE_LIBRARY)
Dtest_package.mk48 $(hide) echo Generating test description for java package $(PRIVATE_PACKAGE)
/cts/tools/tradefed-host/src/com/android/cts/tradefed/build/
DCtsBuildProvider.java31 @Option(name="cts-install-path", description="the path to the cts installation to use")
/cts/tests/tests/security/src/android/security/cts/
DOpenSSLHeartbleedTest.java429 setFatalAlertDetected(alert.description); in forwardTlsRecord()
601 private synchronized void setFatalAlertDetected(int description) { in setFatalAlertDetected() argument
603 mFirstDetectedFatalAlertDescription = description; in setFatalAlertDetected()
700 public int description; field in OpenSSLHeartbleedTest.AlertMessage
716 result.description = record.fragment[1] & 0xff; in tryParse()
DOpenSSLEarlyCCSTest.java159 && (alert.description == AlertMessage.DESCRIPTION_UNEXPECTED_MESSAGE)) { in checkEarlyCCS()
/cts/tests/tests/drm/lib/
DTestPlugin.h62 int uniqueId, const String8& path, int action, const ActionDescription& description);
DTestPlugin.cpp124 int action, const ActionDescription& description) { in onValidateAction() argument
/cts/tests/tests/app/src/android/app/cts/
DActivityManagerRunningTaskInfoTest.java37 mRunningTaskInfo.description = null; in setUp()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewClientTest.java359 String description, String failingUrl) { in onReceivedError() argument
360 super.onReceivedError(view, errorCode, description, failingUrl); in onReceivedError()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DPlanetsRenderer.java431 private void measureTime(String description) { in measureTime() argument
434 Log.i(TAG, description + " time in secs: " + timePassedInSecs); in measureTime()

12