HomeSort by relevance Sort by last modified time
    Searched refs:DataTable (Results 1 - 23 of 23) sorted by null

  /external/webrtc/tools/python_charts/webrtc/
main.py 101 # Loading it into gviz_api.DataTable objects and create JSON strings.
103 configurations = gviz_api.DataTable(description, data)
107 ssim = gviz_api.DataTable(description, data)
112 psnr = gviz_api.DataTable(description, data)
117 packet_loss = gviz_api.DataTable(description, data)
134 bit_rate = gviz_api.DataTable(description, data)
  /external/autotest/frontend/client/src/autotest/afe/
TestSelector.java 7 import autotest.common.table.DataTable;
8 import autotest.common.table.DataTable.DataTableListener;
9 import autotest.common.table.DataTable.TableWidgetFactory;
39 // TODO: Change DataTable to passive view, then get rid of this ad-hoc interface
47 public static class DataTableImpl extends DataTable implements IDataTable {
54 // TODO: Change SelectionManager to use the DataTable passive view model, then get rid of this
63 public SelectionManagerImpl(DataTable table, boolean selectOnlyOne) {
TestSelectorDisplay.java 9 import autotest.common.table.DataTable;
25 {DataTable.WIDGET_COLUMN, ""},
JobDetailView.java 7 import autotest.common.table.DataTable;
8 import autotest.common.table.DataTable.DataTableListener;
16 import autotest.common.table.DataTable.TableWidgetFactory;
46 {DataTable.CLICKABLE_WIDGET_COLUMN, ""}, // selection checkbox
50 {DataTable.CLICKABLE_WIDGET_COLUMN, ""}, {DataTable.CLICKABLE_WIDGET_COLUMN, ""}
111 protected DataTable jobHistoryTable = new DataTable(JOB_HISTORY_COLUMNS);
HostDetailView.java 11 import autotest.common.table.DataTable;
49 {DataTable.WIDGET_COLUMN, ""}, {"type", "Type"}, {"job__id", "Job ID"},
  /external/autotest/frontend/client/src/autotest/common/table/
SelectionManager.java 4 import autotest.common.table.DataTable.TableWidgetFactory;
19 * This class manages a selection of rows on a DataTable. It keeps track of selected objects and
31 private DataTable attachedTable;
44 public SelectionManager(DataTable table, boolean selectOnlyOne) {
DataTable.java 35 public class DataTable extends Composite implements ClickHandler, ContextMenuHandler {
73 public DataTable(String[][] columns) {
187 * DataTable constructor.
DynamicTable.java 21 * Extended DataTable supporting sorting, filtering and pagination.
23 public class DynamicTable extends DataTable implements DataCallback {
80 DataTable.HEADER_STYLE + "-sortable");
  /external/webrtc/webrtc/tools/loopback_test/
stat_tracker.js 21 // tracker.dataTable(); // returns the recorded values. In this case
28 var dataTable = new google.visualization.DataTable();
29 var timeColumnIndex = dataTable.addColumn('datetime', 'Time');
38 this.dataTable = function() { return dataTable; }
42 // sample into a column named varName in the dataTable.
44 var columnIndex = dataTable.addColumn('number', varName);
49 dataTable.setCell(rowIndex, columnIndex, sample);
69 var rowIndex = dataTable.addRow()
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
LocaleDisplayNamesImpl.java 46 private final DataTable langData;
47 private final DataTable regionData;
177 // Note, by going through DataTable, this uses table lookup rather than straight lookup.
626 public static class DataTable {
629 DataTable(boolean nullIfNotFound) {
646 static class ICUDataTable extends DataTable {
668 public abstract DataTable get(ULocale locale, boolean nullIfNotFound);
675 public DataTable get(ULocale locale, boolean nullIfNotFound) {
676 return new DataTable(nullIfNotFound);
691 public DataTable get(ULocale locale, boolean nullIfNotFound)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleDisplayNamesImpl.java 42 private final DataTable langData;
43 private final DataTable regionData;
173 // Note, by going through DataTable, this uses table lookup rather than straight lookup.
622 public static class DataTable {
625 DataTable(boolean nullIfNotFound) {
642 static class ICUDataTable extends DataTable {
664 public abstract DataTable get(ULocale locale, boolean nullIfNotFound);
671 public DataTable get(ULocale locale, boolean nullIfNotFound) {
672 return new DataTable(nullIfNotFound);
687 public DataTable get(ULocale locale, boolean nullIfNotFound)
    [all...]
  /external/autotest/frontend/client/src/autotest/tko/
TableView.java 6 import autotest.common.table.DataTable;
14 import autotest.common.table.DataTable.TableWidgetFactory;
95 new GroupCountField(STATUS_COUNTS_NAME, DataTable.WIDGET_COLUMN);
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_power_test_utils.py 27 from bokeh.models.widgets import DataTable, TableColumn
60 dt: the datatable object of bokeh, optional, will be needed if multiple
99 dt = DataTable(
105 # Create a new plot with the datatable above
159 #Layout the plot and the datatable bar
  /system/extras/simpleperf/scripts/
report_html.js 196 let data = new google.visualization.DataTable();
307 let data = new google.visualization.DataTable();
374 let data = new google.visualization.DataTable();
551 let table = this.div.find(`table#${tableId}`).dataTable({
678 let data = new google.visualization.DataTable();
    [all...]
  /external/skia/tests/
DataRefTest.cpp 107 DEF_TEST(DataTable, reporter) {
  /external/skqp/tests/
DataRefTest.cpp 107 DEF_TEST(DataTable, reporter) {
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 482 milliseconds