Searched refs:jsonOutput (Results 1 – 5 of 5) sorted by relevance
40 jsonOutput = flag.String("json-output", "", "The file to output JSON results to.") var185 if *suite == "all" && *jsonOutput != "" {313 if *jsonOutput != "" {314 …if err := adb("pull", "-p", "/data/local/tmp/boringssl-tmp/results.json", *jsonOutput); err != nil…
47 jsonOutput = flag.String("json-output", "", "The file to output JSON results to.") var459 if *jsonOutput != "" {460 if err := testOutput.WriteToFile(*jsonOutput); err != nil {
85 Object jsonOutput = chainr.transform(input); in convertJmhJsonData() local86 out.write(JsonUtils.toJsonString(jsonOutput).getBytes(StandardCharsets.UTF_8)); in convertJmhJsonData()
444 Appendable jsonOutput) { in PrinterImpl() argument448 this.generator = new TextGenerator(jsonOutput); in PrinterImpl()
59 jsonOutput = flag.String("json-output", "", "The file to output JSON results to.") var15232 if *jsonOutput != "" {15233 if err := testOutput.WriteToFile(*jsonOutput); err != nil {