Searched refs:templates (Results 1 – 7 of 7) sorted by relevance
/cts/tools/signature-tools/ |
D | README.txt | 15 #Report engine : Translates a delta model to a html output based on templates (utilizing the Stri… 44 templates : templates for html output generation
|
D | Android.mk | 22 LOCAL_JAVA_RESOURCE_DIRS := templates
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
D | StaticMetadataCollectionTest.java | 65 JSONObject[] templates = cameraInfoGetter.getCaptureRequestTemplates(id); in testDataCollection() local 66 for (int i = 0; i < templates.length; i++) { in testDataCollection() 68 id, CameraMetadataGetter.TEMPLATE_IDS[i]), templates[i]); in testDataCollection() 69 if (templates[i] != null) { in testDataCollection() 72 + templates[i].toString(), 0); in testDataCollection()
|
D | CameraDeviceTest.java | 1019 int[] templates = new int[] { in runCaptureTest() local 1028 captureBurstShot(mCameraIds[i], templates, templates.length, repeating, abort); in runCaptureTest() 1089 int[] templates, in captureBurstShot() argument 1097 assertTrue("Invalid args to capture function", len <= templates.length); in captureBurstShot() 1102 templates[i] == CameraDevice.TEMPLATE_VIDEO_SNAPSHOT) { in captureBurstShot() 1107 templates[i] != CameraDevice.TEMPLATE_PREVIEW) { in captureBurstShot() 1110 CaptureRequest.Builder requestBuilder = mCamera.createCaptureRequest(templates[i]); in captureBurstShot()
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/ |
D | CameraMetadataGetter.java | 151 JSONObject[] templates = new JSONObject[TEMPLATE_IDS.length]; in getCaptureRequestTemplates() local 160 templates[i] = serialize(request.build()); in getCaptureRequestTemplates() 164 templates[i] = null; in getCaptureRequestTemplates() 167 return templates; in getCaptureRequestTemplates() 180 StringBuffer templates = new StringBuffer("{\"CameraRequestTemplates\":{"); in getCaptureRequestTemplates() local 210 templates.append("\"Camera" + id + "CaptureTemplate" + in getCaptureRequestTemplates() 212 templates.append(value); in getCaptureRequestTemplates() 215 templates.append(","); in getCaptureRequestTemplates() 226 templates.append("}}"); in getCaptureRequestTemplates() 227 return templates.toString(); in getCaptureRequestTemplates()
|
/cts/tools/signature-tools/templates/model/ |
D | model.stg | 118 /* helper templates*/
|
/cts/tools/signature-tools/lib/ |
D | stringtemplate.jar | META-INF/
META-INF/MANIFEST.MF
org/antlr/stringtemplate/AttributeRenderer. ... |