Searched refs:printHeaders (Results 1 – 3 of 3) sorted by relevance
42 printHeaders(System.out); in main()55 static void printHeaders(PrintStream out) { in printHeaders() method in PrintCsv
806 boolean printHeaders = true; in onShellCommand()819 printHeaders = false; in onShellCommand()833 if (!verbose && printHeaders) { in onShellCommand()837 if (verbose && printHeaders) { in onShellCommand()867 boolean printHeaders = true; in onShellCommand()880 printHeaders = false; in onShellCommand()894 if (!verbose && printHeaders) { in onShellCommand()899 if (verbose && printHeaders) { in onShellCommand()934 boolean printHeaders = true; in onShellCommand()951 printHeaders = false; in onShellCommand()[all …]
689 printHeaders(ps); in handleClient()801 void printHeaders(PrintStream ps) throws IOException { in printHeaders() method in TestWebServer.Worker