Searched refs:template (Results 1 – 3 of 3) sorted by relevance
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()