Home
last modified time | relevance | path

Searched refs:TablePrinter (Results 1 – 25 of 139) sorted by relevance

123456

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DTablePrinter.java16 public class TablePrinter { class
20 TablePrinter tablePrinter = new TablePrinter() in main()
59 public TablePrinter setCaption(String caption) { in setCaption()
64 public TablePrinter setSortPriority(int priority) { in setSortPriority()
142 public TablePrinter addColumn(String header) { in addColumn()
170 public TablePrinter addRow() { in addRow()
179 public TablePrinter addCell(Comparable cell) { in addCell()
194 public TablePrinter finishRow() { in finishRow()
211 public TablePrinter addRows(Collection data) { in addRows()
544 public TablePrinter setHidden(boolean b) { in setHidden()
[all …]
H A DChartUnitPreferences.java64 TablePrinter tablePrinter = new TablePrinter() in writeContents()
108 TablePrinter tablePrinter2 = new TablePrinter() in writeContents()
H A DChartLanguageGroups.java88 TablePrinter tablePrinter = new TablePrinter()
100 private void show(Multimap<String, String> lg, String parent, TablePrinter tablePrinter) {
143 …private void addRow(String parent, TablePrinter tablePrinter, String marker, StringBuilder treeLis…
H A DChartSubdivisionNames.java138 TablePrinter tablePrinter = new TablePrinter() in writeSubcharts()
172 private TablePrinter tablePrinter;
179 public Subchart(String title, String file, TablePrinter tablePrinter) { in Subchart()
H A DChartUnitConversions.java61 TablePrinter tablePrinter = new TablePrinter() in writeContents()
H A DChartAnnotations.java176 TablePrinter tablePrinter = new TablePrinter()
301 private TablePrinter tablePrinter;
308 public Subchart(String title, String file, TablePrinter tablePrinter) {
/dports/biology/lamarc/lamarc-2.1.8/src/control/
H A Ddynatracer.cpp393 TablePrinter("Traced functions unordered:", in ~LocalDynameter()
397 TablePrinter("Traced functions ordered by number of calls:", in ~LocalDynameter()
401 TablePrinter("Traced functions ordered by max time since last before call:", in ~LocalDynameter()
405 TablePrinter("Traced functions ordered by callee runtime per call:", in ~LocalDynameter()
409 TablePrinter("Traced functions ordered by callee runtime, aggregate:", in ~LocalDynameter()
413 TablePrinter("Traced functions ordered by self runtime (excluding callees) per call:", in ~LocalDynameter()
417 TablePrinter("Traced functions ordered by self runtime (excluding callees), aggregate:", in ~LocalDynameter()
421 TablePrinter("Traced functions ordered by total runtime (self plus callees) per call:", in ~LocalDynameter()
425 TablePrinter("Traced functions ordered by total runtime (self plus callees), aggregate:", in ~LocalDynameter()
485 void LocalDynameter::TablePrinter(const string heading, const string filename) in TablePrinter() function in LocalDynameter
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/reporters/
H A Dcatch_reporter_console.cpp268 class TablePrinter { class
276 TablePrinter( std::ostream& os, std::vector<ColumnInfo> columnInfos ) in TablePrinter() function in Catch::TablePrinter
303 friend TablePrinter& operator << (TablePrinter& tp, T const& value) { in operator <<()
308 friend TablePrinter& operator << (TablePrinter& tp, ColumnBreak) { in operator <<()
331 friend TablePrinter& operator << (TablePrinter& tp, RowBreak) { in operator <<()
342 m_tablePrinter(new TablePrinter(config.stream(), in ConsoleReporter()
H A Dcatch_reporter_console.h24 class TablePrinter; variable
27 std::unique_ptr<TablePrinter> m_tablePrinter;
/dports/devel/catch/Catch2-2.13.7/include/reporters/
H A Dcatch_reporter_console.cpp272 class TablePrinter { class
280 TablePrinter( std::ostream& os, std::vector<ColumnInfo> columnInfos ) in TablePrinter() function in Catch::TablePrinter
313 friend TablePrinter& operator << (TablePrinter& tp, T const& value) { in operator <<()
318 friend TablePrinter& operator << (TablePrinter& tp, ColumnBreak) { in operator <<()
340 friend TablePrinter& operator << (TablePrinter& tp, RowBreak) { in operator <<()
351 m_tablePrinter(new TablePrinter(config.stream(), in ConsoleReporter()
H A Dcatch_reporter_console.h24 class TablePrinter; variable
27 std::unique_ptr<TablePrinter> m_tablePrinter;
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/reporters/
H A Dcatch_reporter_console.cpp272 class TablePrinter { class
280 TablePrinter( std::ostream& os, std::vector<ColumnInfo> columnInfos ) in TablePrinter() function in Catch::TablePrinter
313 friend TablePrinter& operator << (TablePrinter& tp, T const& value) { in operator <<()
318 friend TablePrinter& operator << (TablePrinter& tp, ColumnBreak) { in operator <<()
340 friend TablePrinter& operator << (TablePrinter& tp, RowBreak) { in operator <<()
351 m_tablePrinter(new TablePrinter(config.stream(), in ConsoleReporter()
H A Dcatch_reporter_console.h24 class TablePrinter; variable
27 std::unique_ptr<TablePrinter> m_tablePrinter;
/dports/math/e-antic/Catch2-ff349a5/include/reporters/
H A Dcatch_reporter_console.cpp272 class TablePrinter { class
280 TablePrinter( std::ostream& os, std::vector<ColumnInfo> columnInfos ) in TablePrinter() function in Catch::TablePrinter
313 friend TablePrinter& operator << (TablePrinter& tp, T const& value) { in operator <<()
318 friend TablePrinter& operator << (TablePrinter& tp, ColumnBreak) { in operator <<()
340 friend TablePrinter& operator << (TablePrinter& tp, RowBreak) { in operator <<()
351 m_tablePrinter(new TablePrinter(config.stream(), in ConsoleReporter()
H A Dcatch_reporter_console.h24 class TablePrinter; variable
27 std::unique_ptr<TablePrinter> m_tablePrinter;
/dports/www/restbed/restbed-4.8/dependency/catch/include/reporters/
H A Dcatch_reporter_console.cpp276 class TablePrinter { class
284 TablePrinter( std::ostream& os, std::vector<ColumnInfo> columnInfos ) in TablePrinter() function in Catch::TablePrinter
317 friend TablePrinter& operator << (TablePrinter& tp, T const& value) { in operator <<()
322 friend TablePrinter& operator << (TablePrinter& tp, ColumnBreak) { in operator <<()
344 friend TablePrinter& operator << (TablePrinter& tp, RowBreak) { in operator <<()
355 m_tablePrinter(new TablePrinter(config.stream(), in ConsoleReporter()
H A Dcatch_reporter_console.h24 class TablePrinter; variable
27 std::unique_ptr<TablePrinter> m_tablePrinter;
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/reporters/
H A Dcatch_reporter_console.cpp272 class TablePrinter { class
280 TablePrinter( std::ostream& os, std::vector<ColumnInfo> columnInfos ) in TablePrinter() function in Catch::TablePrinter
313 friend TablePrinter& operator << (TablePrinter& tp, T const& value) { in operator <<()
318 friend TablePrinter& operator << (TablePrinter& tp, ColumnBreak) { in operator <<()
340 friend TablePrinter& operator << (TablePrinter& tp, RowBreak) { in operator <<()
351 m_tablePrinter(new TablePrinter(config.stream(), in ConsoleReporter()
H A Dcatch_reporter_console.h24 class TablePrinter; variable
27 std::unique_ptr<TablePrinter> m_tablePrinter;
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/reporters/
H A Dcatch_reporter_console.cpp272 class TablePrinter { class
280 TablePrinter( std::ostream& os, std::vector<ColumnInfo> columnInfos ) in TablePrinter() function in Catch::TablePrinter
313 friend TablePrinter& operator << (TablePrinter& tp, T const& value) { in operator <<()
318 friend TablePrinter& operator << (TablePrinter& tp, ColumnBreak) { in operator <<()
340 friend TablePrinter& operator << (TablePrinter& tp, RowBreak) { in operator <<()
351 m_tablePrinter(new TablePrinter(config.stream(), in ConsoleReporter()
H A Dcatch_reporter_console.h24 class TablePrinter; variable
27 std::unique_ptr<TablePrinter> m_tablePrinter;
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/get/
H A Dtable_printer.go34 type TablePrinter struct { struct
38 func (t *TablePrinter) PrintObj(obj runtime.Object, writer io.Writer) error { argument
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/cmd/get/
H A Dtable_printer.go34 type TablePrinter struct { struct
38 func (t *TablePrinter) PrintObj(obj runtime.Object, writer io.Writer) error { argument
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/cmd/get/
H A Dtable_printer.go34 type TablePrinter struct { struct
38 func (t *TablePrinter) PrintObj(obj runtime.Object, writer io.Writer) error { argument
/dports/devel/gh/cli-2.4.0/utils/
H A Dtable_printer.go13 type TablePrinter interface { interface
24 func NewTablePrinter(io *iostreams.IOStreams) TablePrinter {
30 func NewTablePrinterWithOptions(io *iostreams.IOStreams, opts TablePrinterOptions) TablePrinter {

123456