Home
last modified time | relevance | path

Searched refs:template (Results 1 – 9 of 9) sorted by relevance

/platform_testing/utils/shell-as/
Dgen-manifest.sh30 readonly template="$1"
37 sed -e '/PERMISSIONS/,$d' "$template" > "$output"
43 sed -e '1,/PERMISSIONS/d' "$template" >> "$output"
DAndroid.bp76 "AndroidManifest.xml.template"
79 "$(location AndroidManifest.xml.template) " +
/platform_testing/libraries/sts-common-util/util/src/com/android/sts/common/util/
DFridaUtilsBusinessLogicHandler.java19 public void setFridaFilenameTemplate(String template) { in setFridaFilenameTemplate() argument
20 fridaFilenameTemplate = template; in setFridaFilenameTemplate()
/platform_testing/libraries/metrics-helper/src/android/support/test/metricshelper/
DMetricsAsserts.java75 public static Queue<LogMaker> findMatchingLogs(MetricsReader reader, LogMaker template) { in findMatchingLogs() argument
77 return findMatchingLogs(new ReaderQueue(reader), template); in findMatchingLogs()
83 public static Queue<LogMaker> findMatchingLogs(Queue<LogMaker> queue, LogMaker template) { in findMatchingLogs() argument
85 if (template == null) { in findMatchingLogs()
90 if (template.isSubsetOf(b)) { in findMatchingLogs()
/platform_testing/tests/perf/PerformanceLaunch/
Dgen_locales.py11 template = """<?xml version="1.0" encoding="utf-8"?> variable
33 f.write(template.format(locale))
/platform_testing/libraries/flicker/src/android/tools/flicker/
DScenarioInstanceImpl.kt63 config.assertions.map { (template, stabilityGroup) -> in <lambda>() method
65 template.qualifiedAssertionName(this), in <lambda>()
67 template.createAssertions(this), in <lambda>()
/platform_testing/libraries/flicker/src/android/tools/flicker/config/
DAssertionEntry.kt23 val template: AssertionTemplate, constant in android.tools.flicker.config.AssertionEntry
/platform_testing/libraries/sts-common-util/sts-sdk/
DAndroid.bp43 "for tmplfile in $$(find $(genDir)/tmp/ -type f -iname *.template); do " +
46 " mv $${tmplfile} $${tmplfile/.template/}; " +
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DLogGenerator.java42 String template) throws IOException { in saveLog() argument
46 new File(FilesystemUtil.templateToFilename(template))); in saveLog()