/third_party/flutter/flutter/packages/flutter/test/material/ |
D | data_table_test.dart | 11 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 …]
|
D | paginated_data_table_test.dart | 425 …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/ |
D | divider_theme.dart | 13 /// 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.
|
D | data_table.dart | 27 /// 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 …]
|
D | paginated_data_table.dart | 36 /// * [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(
|
D | dropdown.dart | 496 /// This is used by [DataTable] to remove the underline from any
|
D | theme_data.dart | 633 /// between [ListTile]s, between rows in [DataTable]s, and so forth.
|
D | colors.dart | 257 /// placeholder text in [DataTable].
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | LocaleDisplayNamesImpl.java | 42 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/ |
D | LocaleDisplayNamesImpl.java | 46 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/ |
D | DataRefTest.cpp | 114 DEF_TEST(DataTable, reporter) { in DEF_TEST() argument
|
/third_party/flutter/skia/tests/ |
D | DataRefTest.cpp | 115 DEF_TEST(DataTable, reporter) { in DEF_TEST() argument
|
/third_party/icu/icu4j/ |
D | coverage-exclusion.txt | 375 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;
|