Searched refs:printer (Results 1 – 11 of 11) sorted by relevance
60 ResultPrinter printer = (ResultPrinter)getJUnitListener(); in testEnded() local61 printer.getWriter().format("\n%s metrics: %s\n", testId, metrics); in testEnded()70 ResultPrinter printer = (ResultPrinter) getJUnitListener(); in testRunEnded() local71 printer.getWriter().format("\nMetrics: %s\n", metrics); in testRunEnded()
1 # gdb-json-pretty-printer2 This is a printer that prints variables in json format.76 * the printer treats all arrays as pointers now. We expected it to have ability to extract array/bu…77 * the printer prints smart pointers into a super complex json block. Maybe we need some specific pr…
129 val printer = ApiJsonPrinter(apiVersionNames) in <lambda>() constant130 printer.print(api, outputFile) in <lambda>()
217 psiMethod.uastDefaultValue?.let { codebase.printer.toSourceString(it) } ?: "" in <lambda>()220 psiMethod.defaultValue?.let { codebase.printer.toSourceExpression(it, this) } in <lambda>()
218 codebase.printer.toSourceString(defaultExpression) in computeDefaultValue()
122 @Suppress("LeakingThis") internal val printer = CodePrinter(this, reporter) in <lambda>() constant
223 String expectedTextPb = TextFormat.printer().printToString(APP_STARTUP_REPORT); in testLogsProtosFromTestsWithTestDescriptionIfConfigured()574 String expectedTextPb = TextFormat.printer().printToString(APP_STARTUP_REPORT); in testReportsReadableProtoFormatsIfSpecified()575 String expectedJson = JsonFormat.printer().print(APP_STARTUP_REPORT); in testReportsReadableProtoFormatsIfSpecified()
534 val printer = in <lambda>() constant541 return printer.toSourceString(value) in <lambda>()
91 private static final JsonFormat.Printer JSON_PRINTER = JsonFormat.printer();
347 String jsonObject = JsonFormat.printer().preservingProtoFieldNames().print(event); in sendToClearcut()
267 def __init__(self, logger, log_level, printer): argument270 self._printer = printer