Home
last modified time | relevance | path

Searched refs:getRowCount (Results 1 – 25 of 2090) sorted by relevance

12345678910>>...84

/dports/math/frobby/frobby-0.9.1/src/
H A DMatrix.cpp33 if (mat.getRowCount() == 0) in makeColumnIntegralPrimitive()
83 if (a.getRowCount() != b.getRowCount() || in operator ==()
162 ASSERT(row1 < mat.getRowCount()); in swapRows()
163 ASSERT(row2 < mat.getRowCount()); in swapRows()
178 if (pivotRow == mat.getRowCount()) in rowReduce()
259 size_t size = mat.getRowCount(); in inverse()
349 ASSERT(lhs.getRowCount() == rhs.getRowCount()); in solve()
401 if (a.getRowCount() != b.getRowCount()) in hasSameColSpace()
429 if (mat.getRowCount() != 4) in getOppositeZeroRow()
430 return mat.getRowCount(); in getOppositeZeroRow()
[all …]
H A DMatrixTest.cpp32 mat.resize(mat.getRowCount() + 1, colCount); in makeMatrix()
33 mat(mat.getRowCount() - 1, 0) = entry; in makeMatrix()
35 in >> mat(mat.getRowCount() - 1, col); in makeMatrix()
61 ASSERT_EQ(mat.getRowCount(), 3u); in TEST()
68 ASSERT_EQ(con.getRowCount(), 3u); in TEST()
79 ASSERT_EQ(mat.getRowCount(), 10u); in TEST()
86 ASSERT_EQ(mat.getRowCount(), 1u); in TEST()
91 ASSERT_EQ(mat.getRowCount(), 0u); in TEST()
95 ASSERT_EQ(mat.getRowCount(), 2u); in TEST()
116 ASSERT_EQ(trans.getRowCount(), 4u); in TEST()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/adapter/jdbc/src/test/java/org/apache/arrow/adapter/jdbc/h2/
H A DJdbcToArrowNullTest.java159 sqlToArrowTestNullValues(table.getVectors(), root, table.getRowCount()); in testDataSets()
176 assertBigIntVectorValues((BigIntVector) root.getVector(BIGINT), table.getRowCount(), in testAllVectorValues()
191 assertVarcharVectorValues((VarCharVector) root.getVector(CLOB), table.getRowCount(), in testAllVectorValues()
197 assertVarcharVectorValues((VarCharVector) root.getVector(CHAR), table.getRowCount(), in testAllVectorValues()
200 assertIntVectorValues((IntVector) root.getVector(INT), table.getRowCount(), in testAllVectorValues()
203 assertBitVectorValues((BitVector) root.getVector(BIT), table.getRowCount(), in testAllVectorValues()
206 assertBooleanVectorValues((BitVector) root.getVector(BOOL), table.getRowCount(), in testAllVectorValues()
209 assertDateVectorValues((DateDayVector) root.getVector(DATE), table.getRowCount(), in testAllVectorValues()
212 assertTimeVectorValues((TimeMilliVector) root.getVector(TIME), table.getRowCount(), in testAllVectorValues()
221 assertFloat8VectorValues((Float8Vector) root.getVector(DOUBLE), table.getRowCount(), in testAllVectorValues()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/java/adapter/jdbc/src/test/java/org/apache/arrow/adapter/jdbc/h2/
H A DJdbcToArrowNullTest.java158 sqlToArrowTestNullValues(table.getVectors(), root, table.getRowCount()); in testDataSets()
175 assertBigIntVectorValues((BigIntVector) root.getVector(BIGINT), table.getRowCount(), in testAllVectorValues()
190 assertVarcharVectorValues((VarCharVector) root.getVector(CLOB), table.getRowCount(), in testAllVectorValues()
196 assertVarcharVectorValues((VarCharVector) root.getVector(CHAR), table.getRowCount(), in testAllVectorValues()
199 assertIntVectorValues((IntVector) root.getVector(INT), table.getRowCount(), in testAllVectorValues()
202 assertBitVectorValues((BitVector) root.getVector(BIT), table.getRowCount(), in testAllVectorValues()
205 assertBooleanVectorValues((BitVector) root.getVector(BOOL), table.getRowCount(), in testAllVectorValues()
208 assertDateVectorValues((DateDayVector) root.getVector(DATE), table.getRowCount(), in testAllVectorValues()
211 assertTimeVectorValues((TimeMilliVector) root.getVector(TIME), table.getRowCount(), in testAllVectorValues()
220 assertFloat8VectorValues((Float8Vector) root.getVector(DOUBLE), table.getRowCount(), in testAllVectorValues()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/adapter/jdbc/src/test/java/org/apache/arrow/adapter/jdbc/h2/
H A DJdbcToArrowNullTest.java159 sqlToArrowTestNullValues(table.getVectors(), root, table.getRowCount()); in testDataSets()
176 assertBigIntVectorValues((BigIntVector) root.getVector(BIGINT), table.getRowCount(), in testAllVectorValues()
191 assertVarcharVectorValues((VarCharVector) root.getVector(CLOB), table.getRowCount(), in testAllVectorValues()
197 assertVarcharVectorValues((VarCharVector) root.getVector(CHAR), table.getRowCount(), in testAllVectorValues()
200 assertIntVectorValues((IntVector) root.getVector(INT), table.getRowCount(), in testAllVectorValues()
203 assertBitVectorValues((BitVector) root.getVector(BIT), table.getRowCount(), in testAllVectorValues()
206 assertBooleanVectorValues((BitVector) root.getVector(BOOL), table.getRowCount(), in testAllVectorValues()
209 assertDateVectorValues((DateDayVector) root.getVector(DATE), table.getRowCount(), in testAllVectorValues()
212 assertTimeVectorValues((TimeMilliVector) root.getVector(TIME), table.getRowCount(), in testAllVectorValues()
221 assertFloat8VectorValues((Float8Vector) root.getVector(DOUBLE), table.getRowCount(), in testAllVectorValues()
[all …]
H A DJdbcToArrowVectorIteratorTest.java140 …assertBigIntVectorValues(bigIntVectors, table.getRowCount(), getLongValues(table.getValues(), BIGI… in validate()
141 …assertTinyIntVectorValues(tinyIntVectors, table.getRowCount(), getIntValues(table.getValues(), TIN… in validate()
142 assertIntVectorValues(intVectors, table.getRowCount(), getIntValues(table.getValues(), INT)); in validate()
145 …assertBinaryVectorValues(vectorsForBlob, table.getRowCount(), getBinaryValues(table.getValues(), B… in validate()
146 …assertVarCharVectorValues(vectorsForClob, table.getRowCount(), getCharArray(table.getValues(), CLO… in validate()
148 …assertVarCharVectorValues(vectorsForChar, table.getRowCount(), getCharArray(table.getValues(), CHA… in validate()
149 assertBitVectorValues(vectorsForBit, table.getRowCount(), getIntValues(table.getValues(), BIT)); in validate()
150 …assertBooleanVectorValues(vectorsForBool, table.getRowCount(), getBooleanValues(table.getValues(),… in validate()
151 …assertDateDayVectorValues(dateDayVectors, table.getRowCount(), getLongValues(table.getValues(), DA… in validate()
155 …assertFloat4VectorValues(float4Vectors, table.getRowCount(), getFloatValues(table.getValues(), REA… in validate()
[all …]
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/data/xy/
H A DMatrixSeries.java132 return getRowCount() * getColumnsCount(); in getItemCount()
154 public int getRowCount() { in getRowCount() method in MatrixSeries
196 int rows = getRowCount(); in zeroAll()
223 if (!(getRowCount() == that.getRowCount())) { in equals()
229 for (int r = 0; r < getRowCount(); r++) { in equals()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dtupleannexstep.cpp453 if (fRowGroupOut.getRowCount() > 0) in executeNoOrderBy()
589 if (fRowGroupOut.getRowCount() > 0) in executeNoOrderByWithDistinct()
685 if (fRowGroupOut.getRowCount() > 0) in executeWithOrderBy()
829 if (fRowGroupOut.getRowCount() > 0) in finalizeParallelOrderByDistinct()
872 if (fRowGroupOut.getRowCount() > 0) in finalizeParallelOrderByDistinct()
888 if (fRowGroupOut.getRowCount() > 0) in finalizeParallelOrderByDistinct()
890 fRowsReturned += fRowGroupOut.getRowCount(); in finalizeParallelOrderByDistinct()
1024 if (fRowGroupOut.getRowCount() > 0) in finalizeParallelOrderBy()
1067 if (fRowGroupOut.getRowCount() > 0) in finalizeParallelOrderBy()
1083 if (fRowGroupOut.getRowCount() > 0) in finalizeParallelOrderBy()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dtupleannexstep.cpp453 if (fRowGroupOut.getRowCount() > 0) in executeNoOrderBy()
589 if (fRowGroupOut.getRowCount() > 0) in executeNoOrderByWithDistinct()
685 if (fRowGroupOut.getRowCount() > 0) in executeWithOrderBy()
829 if (fRowGroupOut.getRowCount() > 0) in finalizeParallelOrderByDistinct()
872 if (fRowGroupOut.getRowCount() > 0) in finalizeParallelOrderByDistinct()
888 if (fRowGroupOut.getRowCount() > 0) in finalizeParallelOrderByDistinct()
890 fRowsReturned += fRowGroupOut.getRowCount(); in finalizeParallelOrderByDistinct()
1024 if (fRowGroupOut.getRowCount() > 0) in finalizeParallelOrderBy()
1067 if (fRowGroupOut.getRowCount() > 0) in finalizeParallelOrderBy()
1083 if (fRowGroupOut.getRowCount() > 0) in finalizeParallelOrderBy()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/qa/complex/toolkit/awtgrid/
H A DTMutableGridDataModel.java66 …recondition not met: call this directly after testAddRow, please!", 2, m_dataModel.getRowCount() ); in testAddRows()
76 …del's row count is not adjusted when adding rows", m_rowValues.length, m_dataModel.getRowCount() ); in testAddRows()
97 …met: call this directly after testAddRows, please!", expectedRowCount, m_dataModel.getRowCount() ); in testInsertRow()
106 expectedRowCount, m_dataModel.getRowCount() ); in testInsertRow()
159 …t: call this directly after testInsertRow, please!", expectedRowCount, m_dataModel.getRowCount() ); in testInsertRows()
244 …s row count does not reflect the removed row", m_rowValues.length - 1, m_dataModel.getRowCount() ); in testRemoveRow()
257 …m_dataModel, "removeRow", new Object[] { m_dataModel.getRowCount() }, IndexOutOfBoundsException.cl… in testRemoveRow()
282 …tion not met: call this directly after testRemoveAllRows, please!", 0, m_dataModel.getRowCount() ); in testUpdateCellData()
315 … new Object[] { 0, m_dataModel.getRowCount(), "text" }, IndexOutOfBoundsException.class ); in testUpdateCellData()
405 final int rowCount = m_dataModel.getRowCount(); in impl_getCurrentData()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/qa/complex/toolkit/awtgrid/
H A DTMutableGridDataModel.java66 …recondition not met: call this directly after testAddRow, please!", 2, m_dataModel.getRowCount() ); in testAddRows()
76 …del's row count is not adjusted when adding rows", m_rowValues.length, m_dataModel.getRowCount() ); in testAddRows()
97 …met: call this directly after testAddRows, please!", expectedRowCount, m_dataModel.getRowCount() ); in testInsertRow()
106 expectedRowCount, m_dataModel.getRowCount() ); in testInsertRow()
159 …t: call this directly after testInsertRow, please!", expectedRowCount, m_dataModel.getRowCount() ); in testInsertRows()
244 …s row count does not reflect the removed row", m_rowValues.length - 1, m_dataModel.getRowCount() ); in testRemoveRow()
257 …m_dataModel, "removeRow", new Object[] { m_dataModel.getRowCount() }, IndexOutOfBoundsException.cl… in testRemoveRow()
282 …tion not met: call this directly after testRemoveAllRows, please!", 0, m_dataModel.getRowCount() ); in testUpdateCellData()
315 … new Object[] { 0, m_dataModel.getRowCount(), "text" }, IndexOutOfBoundsException.class ); in testUpdateCellData()
405 final int rowCount = m_dataModel.getRowCount(); in impl_getCurrentData()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/JTable/6894632/
H A Dbug6894632.java69 return row == getRowCount() - 1 ? row + "==last" : in test()
84 int lastRow = table.getRowCount() - 1; in test()
91 lastRow = table.getRowCount() - 1; in test()
101 lastRow = table.getRowCount() - 1; in test()
115 lastRow = table.getRowCount() - 1; in test()
118 lastRow = table.getRowCount() - 1; in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/swing/JTable/6894632/
H A Dbug6894632.java69 return row == getRowCount() - 1 ? row + "==last" : in test()
84 int lastRow = table.getRowCount() - 1; in test()
91 lastRow = table.getRowCount() - 1; in test()
101 lastRow = table.getRowCount() - 1; in test()
115 lastRow = table.getRowCount() - 1; in test()
118 lastRow = table.getRowCount() - 1; in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/JTable/6894632/
H A Dbug6894632.java69 return row == getRowCount() - 1 ? row + "==last" : in test()
84 int lastRow = table.getRowCount() - 1; in test()
91 lastRow = table.getRowCount() - 1; in test()
101 lastRow = table.getRowCount() - 1; in test()
115 lastRow = table.getRowCount() - 1; in test()
118 lastRow = table.getRowCount() - 1; in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/swing/JTable/6894632/
H A Dbug6894632.java69 return row == getRowCount() - 1 ? row + "==last" : in test()
84 int lastRow = table.getRowCount() - 1; in test()
91 lastRow = table.getRowCount() - 1; in test()
101 lastRow = table.getRowCount() - 1; in test()
115 lastRow = table.getRowCount() - 1; in test()
118 lastRow = table.getRowCount() - 1; in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/swing/JTable/6894632/
H A Dbug6894632.java69 return row == getRowCount() - 1 ? row + "==last" : in test()
84 int lastRow = table.getRowCount() - 1; in test()
91 lastRow = table.getRowCount() - 1; in test()
101 lastRow = table.getRowCount() - 1; in test()
115 lastRow = table.getRowCount() - 1; in test()
118 lastRow = table.getRowCount() - 1; in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/swing/JTable/6894632/
H A Dbug6894632.java69 return row == getRowCount() - 1 ? row + "==last" : in test()
84 int lastRow = table.getRowCount() - 1; in test()
91 lastRow = table.getRowCount() - 1; in test()
101 lastRow = table.getRowCount() - 1; in test()
115 lastRow = table.getRowCount() - 1; in test()
118 lastRow = table.getRowCount() - 1; in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/swing/JTable/6894632/
H A Dbug6894632.java69 return row == getRowCount() - 1 ? row + "==last" : in test()
84 int lastRow = table.getRowCount() - 1; in test()
91 lastRow = table.getRowCount() - 1; in test()
101 lastRow = table.getRowCount() - 1; in test()
115 lastRow = table.getRowCount() - 1; in test()
118 lastRow = table.getRowCount() - 1; in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/swing/JTable/6894632/
H A Dbug6894632.java69 return row == getRowCount() - 1 ? row + "==last" : in test()
84 int lastRow = table.getRowCount() - 1; in test()
91 lastRow = table.getRowCount() - 1; in test()
101 lastRow = table.getRowCount() - 1; in test()
115 lastRow = table.getRowCount() - 1; in test()
118 lastRow = table.getRowCount() - 1; in test()
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/controlpanel/
H A DUnsignedAppletActionTableModel.java63 public int getRowCount() { in getRowCount() method in UnsignedAppletActionTableModel
150 int i = getRowCount()-1; in addRow()
162 int ii = getRowCount()-1; in removeRow()
174 int i = getRowCount()-1; in clear()
183 int i = getRowCount()-1; in removeByBehaviour()
192 int i = getRowCount()-1; in moveUp()
202 int i = getRowCount()-1; in moveDown()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/table/
H A DDefaultTableModel.java224 justifyRows(0, getRowCount()); in setDataVector()
262 dataVector.setSize(getRowCount()); in justifyRows()
315 int old = getRowCount(); in setNumRows()
350 insertRow(getRowCount(), rowData); in addRow()
518 justifyRows(0, getRowCount()); in setColumnCount()
553 if (columnSize > getRowCount()) { in addColumn()
556 justifyRows(0, getRowCount()); in addColumn()
564 justifyRows(0, getRowCount()); in addColumn()
593 public int getRowCount() { in getRowCount() method in DefaultTableModel
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/table/
H A DDefaultTableModel.java224 justifyRows(0, getRowCount()); in setDataVector()
262 dataVector.setSize(getRowCount()); in justifyRows()
315 int old = getRowCount(); in setNumRows()
350 insertRow(getRowCount(), rowData); in addRow()
518 justifyRows(0, getRowCount()); in setColumnCount()
553 if (columnSize > getRowCount()) { in addColumn()
556 justifyRows(0, getRowCount()); in addColumn()
564 justifyRows(0, getRowCount()); in addColumn()
593 public int getRowCount() { in getRowCount() method in DefaultTableModel
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/table/
H A DDefaultTableModel.java237 justifyRows(0, getRowCount()); in setDataVector()
275 dataVector.setSize(getRowCount()); in justifyRows()
320 int old = getRowCount(); in setNumRows()
357 insertRow(getRowCount(), rowData); in addRow()
525 justifyRows(0, getRowCount()); in setColumnCount()
561 if (columnSize > getRowCount()) { in addColumn()
564 justifyRows(0, getRowCount()); in addColumn()
572 justifyRows(0, getRowCount()); in addColumn()
604 public int getRowCount() { in getRowCount() method in DefaultTableModel
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/table/
H A DDefaultTableModel.java237 justifyRows(0, getRowCount()); in setDataVector()
275 dataVector.setSize(getRowCount()); in justifyRows()
320 int old = getRowCount(); in setNumRows()
357 insertRow(getRowCount(), rowData); in addRow()
525 justifyRows(0, getRowCount()); in setColumnCount()
561 if (columnSize > getRowCount()) { in addColumn()
564 justifyRows(0, getRowCount()); in addColumn()
572 justifyRows(0, getRowCount()); in addColumn()
604 public int getRowCount() { in getRowCount() method in DefaultTableModel
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/table/
H A DDefaultTableModel.java237 justifyRows(0, getRowCount()); in setDataVector()
275 dataVector.setSize(getRowCount()); in justifyRows()
320 int old = getRowCount(); in setNumRows()
357 insertRow(getRowCount(), rowData); in addRow()
525 justifyRows(0, getRowCount()); in setColumnCount()
561 if (columnSize > getRowCount()) { in addColumn()
564 justifyRows(0, getRowCount()); in addColumn()
572 justifyRows(0, getRowCount()); in addColumn()
604 public int getRowCount() { in getRowCount() method in DefaultTableModel

12345678910>>...84