/cts/tools/signature-tools/src/signature/io/html/ |
D | ClassOverviewPage.java | 167 StringTemplate template = TemplateStore.getStringTemplate(PAGE); in writeTo() local 169 template.setAttribute("class_delta", classDelta); in writeTo() 178 template.setAttribute("has_class_signature_delta", hasSignatureDelta); in writeTo() 180 template.setAttribute("removed_fields", removedFields); in writeTo() 181 template.setAttribute("added_fields", addedFields); in writeTo() 182 template.setAttribute("changed_fields", changedFields); in writeTo() 184 template.setAttribute("removed_annotation_fields", in writeTo() 186 template.setAttribute("added_annotation_fields", addedAnnotationFields); in writeTo() 187 template.setAttribute("changed_annotation_fields", in writeTo() 190 template.setAttribute("removed_enum_constants", removedEnumConstants); in writeTo() [all …]
|
D | PackageOverviewPage.java | 64 StringTemplate template = TemplateStore.getStringTemplate(PACGE); in writeTo() local 65 template.setArgumentContext(commonInfos); in writeTo() 66 template.setAttribute("package_delta", delta); in writeTo() 67 template.setAttribute("removed_classes", removedClasses); in writeTo() 68 template.setAttribute("added_classes", addedClasses); in writeTo() 69 template.setAttribute("changed_classes", changedClasses); in writeTo() 70 b.append(template.toString()); in writeTo()
|
D | ApiOverviewPage.java | 64 StringTemplate template = TemplateStore in writeTo() local 66 template.setArgumentContext(commonInfos); in writeTo() 67 template.setAttribute("removed_packages", removedPackages); in writeTo() 68 template.setAttribute("added_packages", addedPackages); in writeTo() 69 template.setAttribute("changed_packages", changedPackages); in writeTo() 70 b.append(template.toString()); in writeTo()
|
D | HtmlDeltaExternalizer.java | 119 StringTemplate template = TemplateStore.getStringTemplate("Styles"); in copyStyleSheet() local 120 template.setAttribute("version", Version.VERSION); in copyStyleSheet() 121 writeToFile(directory + STYLE_SHEET_NAME, template.toString()); in copyStyleSheet()
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
D | CameraDeviceTest.java | 1016 int template = mStaticInfo.isColorOutputSupported() ? in runCaptureTest() local 1020 template, in runCaptureTest() 1021 template, in runCaptureTest() 1022 template, in runCaptureTest() 1023 template, in runCaptureTest() 1024 template in runCaptureTest() 1054 int template, in captureSingleShot() argument 1060 CaptureRequest.Builder requestBuilder = mCamera.createCaptureRequest(template); in captureSingleShot() 1068 id, template)); in captureSingleShot() 1220 private void checkFpsRange(CaptureRequest.Builder request, int template, in checkFpsRange() argument [all …]
|
/cts/apps/CtsVerifier/include/colorchecker/ |
D | vec3.h | 24 template <class T> 35 template <class U> 51 template <class U> 69 template <class U> 79 template <class U>
|
D | vec2.h | 23 template <class T> 49 template <class U>
|
/cts/suite/audio_quality/lib/src/ |
D | RWBuffer.h | 75 template <typename T> void write(T v) { in write() 87 template <typename T> T read() { in read()
|
/cts/tests/tests/media/libaudiojni/ |
D | sl-utils.h | 33 template <typename T>
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/ |
D | Camera2AndroidTestCase.java | 351 int template) in prepareCaptureRequestForSurfaces() argument 356 mCamera.createCaptureRequest(template); in prepareCaptureRequestForSurfaces()
|
/cts/tests/tests/text/src/android/text/cts/ |
D | TextUtilsTest.java | 605 String template = "^1 ^2 template ^3 ^4 to ^5 ^6 be ^7 ^8 expanded ^9"; in testExpandTemplate() local 606 assertEquals(expected, TextUtils.expandTemplate(template, values).toString()); in testExpandTemplate() 611 TextUtils.expandTemplate(template, values); in testExpandTemplate() 1619 String template = "this is a string to be as the template for replacement"; in testReplace() local 1623 SpannableStringBuilder replacedString = (SpannableStringBuilder) TextUtils.replace(template, in testReplace() 1630 replacedString = (SpannableStringBuilder)TextUtils.replace(template, sources, destinations); in testReplace() 1636 replacedString = (SpannableStringBuilder)TextUtils.replace(template, sources, destinations); in testReplace() 1642 TextUtils.replace(template, sources, destinations); in testReplace() 1655 TextUtils.replace(template, null, destinations); in testReplace() 1661 TextUtils.replace(template, sources, null); in testReplace()
|
/cts/tools/signature-tools/lib/ |
D | stringtemplate.jar | META-INF/
META-INF/MANIFEST.MF
org/antlr/stringtemplate/AttributeRenderer. ... |