Searched refs:getRowCount (Results 1 - 25 of 36) sorted by relevance

12

/external/pdfium/xfa/src/fxbarcode/pdf417/
H A DBC_PDF417BarcodeMetadata.h19 int32_t getRowCount();
H A DBC_PDF417BarcodeMetadata.cpp42 int32_t CBC_BarcodeMetadata::getRowCount() { function in class:CBC_BarcodeMetadata
H A DBC_PDF417DetectionResultRowIndicatorColumn.cpp62 (lastRow - firstRow) / (FX_FLOAT)barcodeMetadata.getRowCount();
82 } else if (codeword->getRowNumber() >= barcodeMetadata.getRowCount()) {
117 result->SetSize(barcodeMetadata->getRowCount());
138 (lastRow - firstRow) / (FX_FLOAT)barcodeMetadata.getRowCount();
158 } else if (codeword->getRowNumber() >= barcodeMetadata.getRowCount()) {
237 if (codewordRowNumber > barcodeMetadata.getRowCount()) {
H A DBC_PDF417DetectionResult.cpp334 return m_barcodeMetadata->getRowCount();
H A DBC_PDF417ScanningDecoder.cpp283 leftBarcodeMetadata->getRowCount() !=
284 rightBarcodeMetadata->getRowCount()) {
/external/autotest/frontend/client/src/autotest/tko/
H A DDynamicGraphingFrontend.java74 table.setWidget(table.getRowCount(), 1, graphButton);
75 table.setWidget(table.getRowCount(), 0, plot);
76 table.getFlexCellFormatter().setColSpan(table.getRowCount() - 1, 0, 3);
78 table.setWidget(table.getRowCount(), 2, embeddingLink);
80 table.getRowCount() - 1, 2, HasHorizontalAlignment.ALIGN_RIGHT);
H A DParameterizedFieldListDisplay.java63 boolean visible = (fieldTable.getRowCount() > 1);
84 int row = fieldTable.getRowCount();
96 for (int row = 1; row < fieldTable.getRowCount(); row++) {
H A DSeriesSelector.java88 seriesTable.getRowCount() - 1, 0, HasVerticalAlignment.ALIGN_TOP);
90 seriesTable.setWidget(seriesTable.getRowCount() - 1, 2, deleteLink);
92 seriesTable.getRowCount() - 1, 2, HasHorizontalAlignment.ALIGN_RIGHT);
94 seriesTable.getRowCount() - 1, 2, HasVerticalAlignment.ALIGN_BOTTOM);
243 int row = table.getRowCount() - 1;
H A DTkoUtils.java84 int row = table.getRowCount();
H A DTestDetailView.java158 int row = table.getRowCount();
H A DExistingGraphsFrontend.java88 table.setWidget(table.getRowCount(), 1, graphButton);
/external/autotest/frontend/client/src/autotest/common/table/
H A DDataTable.java120 for(int i = headerRow + 1; i < table.getRowCount(); i++)
128 while (table.getRowCount() > 1) {
165 int row = table.getRowCount();
216 for(int i = realRow; i < table.getRowCount(); i++)
224 public int getRowCount() { method in class:DataTable
225 return table.getRowCount() - 1;
301 for (int row = 1; row < table.getRowCount(); row++) {
323 for (int row = 1; row < table.getRowCount(); row++) {
H A DFragmentedTable.java17 * handling, getRowCount(), getCellCount(), and getCellFormatter().getElement(). getElement()
61 totalRowCount += getRowCount(tbody);
127 public int getRowCount() { method in class:FragmentedTable
131 private native int getRowCount(Element tbody) /*-{ method in class:FragmentedTable
H A DSelectionManager.java54 for (int i = 0; i < attachedTable.getRowCount(); i++) {
/external/autotest/frontend/client/src/autotest/moblab/
H A DConfigSettingsView.java138 configValueTable.setWidget(configValueTable.getRowCount(), 0, sectionLabel);
148 int row = configValueTable.getRowCount();
156 configValueTable.setText(configValueTable.getRowCount(), 0,
162 configValueTable.setText(configValueTable.getRowCount(), 0, "");
/external/autotest/frontend/client/src/autotest/afe/
H A DUserPreferencesView.java143 int row = preferencesTable.getRowCount();
149 int row = preferencesTable.getRowCount();
/external/autotest/frontend/client/src/autotest/common/spreadsheet/
H A DSpreadsheet.java372 int rowCount = from.getRowCount();
381 int lastFromRow = from.getRowCount() - 1;
478 int numRows = table.getRowCount();
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/autotest/frontend/client/src/autotest/afe/create/
H A DCreateJobViewDisplay.java305 for (int row = 0; row < advancedOptionsLayout.getRowCount(); ++row)
/external/guice/extensions/persist/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/guice/extensions/struts2/lib/
H A Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/resources/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...

Completed in 1279 milliseconds

12