Home
last modified time | relevance | path

Searched refs:DataTable (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/flutter/packages/flutter/test/material/
Ddata_table_test.dart11 testWidgets('DataTable control test', (WidgetTester tester) async {
15 return DataTable(
102 testWidgets('DataTable overflow test - header', (WidgetTester tester) async {
106 child: DataTable(
130 testWidgets('DataTable overflow test - header with spaces', (WidgetTester tester) async {
134 child: DataTable(
158 testWidgets('DataTable overflow test', (WidgetTester tester) async {
162 child: DataTable(
186 testWidgets('DataTable overflow test', (WidgetTester tester) async {
190 child: DataTable(
[all …]
Dpaginated_data_table_test.dart425 …cellContent = find.widgetWithText(Align, 'Frozen yogurt (0)'); // DataTable wraps its DataCells in…
497 …cellContent = find.widgetWithText(Align, 'Frozen yogurt (0)'); // DataTable wraps its DataCells in…
561 …cellContent = find.widgetWithText(Align, 'Frozen yogurt (0)'); // DataTable wraps its DataCells in…
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Ddivider_theme.dart13 /// between [ListTile]s, and dividers between rows in [DataTable]s.
42 /// used between [ListTile]s, between rows in [DataTable]s, and so forth.
134 /// between rows in [DataTable]s in this widget's subtree.
138 /// between rows in [DataTable]s in its widget subtree.
147 /// between [ListTile]s, and dividers between rows in [DataTable]s.
Ddata_table.dart27 /// Column configuration for a [DataTable].
31 /// as the `columns` argument to the [new DataTable] constructor.
34 /// Creates the configuration for a column of a [DataTable].
70 /// See [DataTable.sortColumnIndex] and [DataTable.sortAscending].
76 /// Row configuration and cell data for a [DataTable].
80 /// as the `rows` argument to the [new DataTable] constructor.
86 /// Creates the configuration for a row of a [DataTable].
96 /// Creates the configuration for a row of a [DataTable], deriving
150 /// The data for a cell of a [DataTable].
153 /// in the [DataTable], in the [new DataRow] constructor's `cells`
[all …]
Dpaginated_data_table.dart36 /// * [DataTable], which is not paginated.
39 /// Creates a widget describing a paginated [DataTable] on a [Card].
128 /// See [DataTable.sortColumnIndex].
134 /// See [DataTable.sortAscending].
140 /// See [DataTable.onSelectAll].
461 child: DataTable(
Ddropdown.dart496 /// This is used by [DataTable] to remove the underline from any
Dtheme_data.dart633 /// between [ListTile]s, between rows in [DataTable]s, and so forth.
Dcolors.dart257 /// placeholder text in [DataTable].
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DLocaleDisplayNamesImpl.java42 private final DataTable langData;
43 private final DataTable regionData;
620 public static class DataTable { class in LocaleDisplayNamesImpl
623 DataTable(boolean nullIfNotFound) { in DataTable() method in LocaleDisplayNamesImpl.DataTable
640 static class ICUDataTable extends DataTable {
662 public abstract DataTable get(ULocale locale, boolean nullIfNotFound); in get()
669 public DataTable get(ULocale locale, boolean nullIfNotFound) { in load()
670 return new DataTable(nullIfNotFound); in load()
685 public DataTable get(ULocale locale, boolean nullIfNotFound) { in get()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DLocaleDisplayNamesImpl.java46 private final DataTable langData;
47 private final DataTable regionData;
627 public static class DataTable { class in LocaleDisplayNamesImpl
630 DataTable(boolean nullIfNotFound) { in DataTable() method in LocaleDisplayNamesImpl.DataTable
647 static class ICUDataTable extends DataTable {
669 public abstract DataTable get(ULocale locale, boolean nullIfNotFound); in get()
676 public DataTable get(ULocale locale, boolean nullIfNotFound) { in load()
677 return new DataTable(nullIfNotFound); in load()
692 public DataTable get(ULocale locale, boolean nullIfNotFound) { in get()
/third_party/skia/tests/
DDataRefTest.cpp114 DEF_TEST(DataTable, reporter) { in DEF_TEST() argument
/third_party/flutter/skia/tests/
DDataRefTest.cpp115 DEF_TEST(DataTable, reporter) { in DEF_TEST() argument
/third_party/icu/icu4j/
Dcoverage-exclusion.txt375 com/ibm/icu/impl/LocaleDisplayNamesImpl$DataTable#get:(Ljava/lang/String;Ljava/lang/String;Ljava/la…
376 com/ibm/icu/impl/LocaleDisplayNamesImpl$DataTable#getLocale:()Lcom/ibm/icu/util/ULocale;
378 …l$DataTables$1#get:(Lcom/ibm/icu/util/ULocale;Z)Lcom/ibm/icu/impl/LocaleDisplayNamesImpl$DataTable;