/external/autotest/frontend/client/src/autotest/tko/ |
D | DynamicGraphingFrontend.java | 74 table.setWidget(table.getRowCount(), 1, graphButton); in commonInitialization() 75 table.setWidget(table.getRowCount(), 0, plot); in commonInitialization() 76 table.getFlexCellFormatter().setColSpan(table.getRowCount() - 1, 0, 3); in commonInitialization() 78 table.setWidget(table.getRowCount(), 2, embeddingLink); in commonInitialization() 80 table.getRowCount() - 1, 2, HasHorizontalAlignment.ALIGN_RIGHT); in commonInitialization()
|
D | SeriesSelector.java | 88 seriesTable.getRowCount() - 1, 0, HasVerticalAlignment.ALIGN_TOP); in Series() 90 seriesTable.setWidget(seriesTable.getRowCount() - 1, 2, deleteLink); in Series() 92 seriesTable.getRowCount() - 1, 2, HasHorizontalAlignment.ALIGN_RIGHT); in Series() 94 seriesTable.getRowCount() - 1, 2, HasVerticalAlignment.ALIGN_BOTTOM); in Series() 243 int row = table.getRowCount() - 1; in addSeries()
|
D | ParameterizedFieldListDisplay.java | 63 boolean visible = (fieldTable.getRowCount() > 1); in setFieldTableVisible() 84 int row = fieldTable.getRowCount(); in addFieldWidget() 96 for (int row = 1; row < fieldTable.getRowCount(); row++) { in removeFieldWidget()
|
D | TkoUtils.java | 84 int row = table.getRowCount(); in addControlRow()
|
D | TestDetailView.java | 158 int row = table.getRowCount(); in processAttributes()
|
D | ExistingGraphsFrontend.java | 88 table.setWidget(table.getRowCount(), 1, graphButton); in ExistingGraphsFrontend()
|
/external/autotest/frontend/client/src/autotest/common/table/ |
D | DataTable.java | 120 for(int i = headerRow + 1; i < table.getRowCount(); i++) in setClickable() 128 while (table.getRowCount() > 1) { in clear() 165 int row = table.getRowCount(); in addRowFromData() 216 for(int i = realRow; i < table.getRowCount(); i++) in removeRow() 224 public int getRowCount() { in getRowCount() method in DataTable 225 return table.getRowCount() - 1; in getRowCount() 301 for (int row = 1; row < table.getRowCount(); row++) { in refreshWidgets() 323 for (int row = 1; row < table.getRowCount(); row++) { in addStyleNameByColumnName()
|
D | FragmentedTable.java | 61 totalRowCount += getRowCount(tbody); in updateBodyElems() 127 public int getRowCount() { in getRowCount() method in FragmentedTable 131 private native int getRowCount(Element tbody) /*-{ in getRowCount() method in FragmentedTable
|
D | SelectionManager.java | 54 for (int i = 0; i < attachedTable.getRowCount(); i++) { in refreshSelection()
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
D | BC_PDF417DetectionResultRowIndicatorColumn.cpp | 62 (lastRow - firstRow) / (FX_FLOAT)barcodeMetadata.getRowCount(); in adjustCompleteIndicatorColumnRowNumbers() 82 } else if (codeword->getRowNumber() >= barcodeMetadata.getRowCount()) { in adjustCompleteIndicatorColumnRowNumbers() 117 result->SetSize(barcodeMetadata->getRowCount()); in getRowHeights() 138 (lastRow - firstRow) / (FX_FLOAT)barcodeMetadata.getRowCount(); in adjustIncompleteIndicatorColumnRowNumbers() 158 } else if (codeword->getRowNumber() >= barcodeMetadata.getRowCount()) { in adjustIncompleteIndicatorColumnRowNumbers() 237 if (codewordRowNumber > barcodeMetadata.getRowCount()) { in removeIncorrectCodewords()
|
D | BC_PDF417BarcodeMetadata.h | 19 int32_t getRowCount();
|
D | BC_PDF417BarcodeMetadata.cpp | 42 int32_t CBC_BarcodeMetadata::getRowCount() { in getRowCount() function in CBC_BarcodeMetadata
|
D | BC_PDF417DetectionResult.cpp | 334 return m_barcodeMetadata->getRowCount(); in getBarcodeRowCount()
|
D | BC_PDF417ScanningDecoder.cpp | 283 leftBarcodeMetadata->getRowCount() != in getBarcodeMetadata() 284 rightBarcodeMetadata->getRowCount()) { in getBarcodeMetadata()
|
/external/autotest/frontend/client/src/autotest/moblab/ |
D | ConfigSettingsView.java | 138 configValueTable.setWidget(configValueTable.getRowCount(), 0, sectionLabel); in loadData() 148 int row = configValueTable.getRowCount(); in loadData() 156 configValueTable.setText(configValueTable.getRowCount(), 0, in loadData() 162 configValueTable.setText(configValueTable.getRowCount(), 0, ""); in loadData()
|
/external/autotest/frontend/client/src/autotest/afe/ |
D | UserPreferencesView.java | 143 int row = preferencesTable.getRowCount(); in addOption() 149 int row = preferencesTable.getRowCount(); in addOption()
|
/external/autotest/frontend/client/src/autotest/common/spreadsheet/ |
D | Spreadsheet.java | 372 int rowCount = from.getRowCount(); in matchRowHeights() 381 int lastFromRow = from.getRowCount() - 1; in matchColumnWidths() 478 int numRows = table.getRowCount(); in getColumnWidth()
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/ |
D | EffectPanel.java | 311 int row = emitterTableModel.getRowCount() - 1; in addEmitter() 373 int newIndex = Math.min(editIndex, emitterTableModel.getRowCount()-2); in deleteEmitter()
|
D | DynamicsInfluencerPanel.java | 75 for (int i = velocityTableModel.getRowCount() - 1; i >= 0; i--) { in set()
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/ |
D | EffectPanel.java | 124 int row = emitterTableModel.getRowCount() - 1; in addEmitter()
|
/external/autotest/frontend/client/src/autotest/afe/create/ |
D | CreateJobViewDisplay.java | 305 for (int row = 0; row < advancedOptionsLayout.getRowCount(); ++row) in initialize()
|