Searched refs:template (Results 1 – 4 of 4) sorted by relevance
24 UsbException(@Nullable String template, @Nullable Object... args) { in UsbException() argument25 super(String.format(String.valueOf(template), args)); in UsbException()
75 public static Queue<LogMaker> findMatchingLogs(MetricsReader reader, LogMaker template) { in findMatchingLogs() argument77 return findMatchingLogs(new ReaderQueue(reader), template); in findMatchingLogs()83 public static Queue<LogMaker> findMatchingLogs(Queue<LogMaker> queue, LogMaker template) { in findMatchingLogs() argument85 if (template == null) { in findMatchingLogs()90 if (template.isSubsetOf(b)) { in findMatchingLogs()
11 template = """<?xml version="1.0" encoding="utf-8"?> variable33 f.write(template.format(locale))
42 String template) throws IOException { in saveLog() argument46 new File(FilesystemUtil.templateToFilename(template))); in saveLog()