Home
last modified time | relevance | path

Searched defs:template (Results 1 – 4 of 4) sorted by relevance

/test/vti/test_serving/gae/frontend/src/app/menu/
Dcdk-detail-row.directive.ts41 set template(value: TemplateRef<any>) { method in CdkDetailRowDirective
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/config/
DAppRemoteFileResolver.java215 private static String expandVars(CharSequence template, Map<String, String> vars) { in expandVars()
/test/vts/testcases/host/fastboot_getvar/src/com/android/tests/
DFastbootGetvarUserspaceTest.java174 SimpleDateFormat template = new SimpleDateFormat("yyyy-MM-dd"); in testSecurityPatchLevel() local
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/config/
DAppRemoteFileResolverTest.java189 String template = new File(parent, "{package}").toString(); in templateContainsPlaceholder_resolvesUriToFile() local