Home
last modified time | relevance | path

Searched refs:rowCount (Results 1 – 25 of 5546) sorted by relevance

12345678910>>...222

/dports/net-mgmt/phpipam/phpipam-a14bc06/app/subnets/addresses/
H A Dexport-subnet.php101 $rowCount++;
105 $rowCount++;
109 $rowCount++;
113 $rowCount++;
117 $rowCount++;
121 $rowCount++;
125 $rowCount++;
129 $rowCount++;
133 $rowCount++;
137 $rowCount++;
[all …]
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/models/tests/
H A DFlatProxyModelTester.cpp211 QCOMPARE(sm.rowCount(), 0); in testInsertRemoveTop()
215 QCOMPARE(sm.rowCount(), 1); in testInsertRemoveTop()
216 QCOMPARE(fm.rowCount(), 1); in testInsertRemoveTop()
217 QCOMPARE(sf.rowCount(), 1); in testInsertRemoveTop()
222 QCOMPARE(sm.rowCount(), 2); in testInsertRemoveTop()
223 QCOMPARE(fm.rowCount(), 2); in testInsertRemoveTop()
224 QCOMPARE(sf.rowCount(), 2); in testInsertRemoveTop()
231 QCOMPARE(sm.rowCount(), 3); in testInsertRemoveTop()
232 QCOMPARE(fm.rowCount(), 3); in testInsertRemoveTop()
233 QCOMPARE(sf.rowCount(), 3); in testInsertRemoveTop()
[all …]
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Paginator/Adapter/
H A DDbSelect.php114 public function setRowCount($rowCount) argument
116 if ($rowCount instanceof Zend_Db_Select) {
141 } else if (is_integer($rowCount)) {
142 $this->_rowCount = $rowCount;
203 $rowCount = clone $this->_select;
206 $db = $rowCount->getAdapter();
220 $rowCount = $db
238 $rowCount = $db
241 ->from($rowCount);
281 $this->_countSelect = $rowCount;
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgsbrowserproxymodel.cpp91 QCOMPARE( proxy.rowCount(), 0 ); in testModel()
105 QCOMPARE( proxy.rowCount(), 1 ); in testModel()
125 QCOMPARE( proxy.rowCount(), 2 ); in testModel()
139 QCOMPARE( proxy.rowCount(), 2 ); in testModel()
161 QCOMPARE( proxy.rowCount(), 2 ); in testModel()
181 QCOMPARE( proxy.rowCount(), 2 ); in testModel()
198 QCOMPARE( proxy.rowCount(), 0 ); in testModel()
200 QCOMPARE( proxy.rowCount(), 2 ); in testModel()
217 QCOMPARE( proxy.rowCount(), 0 ); in testModel()
220 QCOMPARE( proxy.rowCount(), 2 ); in testModel()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgsbrowserproxymodel.cpp88 QCOMPARE( proxy.rowCount(), 0 ); in testModel()
102 QCOMPARE( proxy.rowCount(), 1 ); in testModel()
122 QCOMPARE( proxy.rowCount(), 2 ); in testModel()
136 QCOMPARE( proxy.rowCount(), 2 ); in testModel()
158 QCOMPARE( proxy.rowCount(), 2 ); in testModel()
178 QCOMPARE( proxy.rowCount(), 2 ); in testModel()
195 QCOMPARE( proxy.rowCount(), 0 ); in testModel()
197 QCOMPARE( proxy.rowCount(), 2 ); in testModel()
214 QCOMPARE( proxy.rowCount(), 0 ); in testModel()
217 QCOMPARE( proxy.rowCount(), 2 ); in testModel()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dtablecolumn.cpp75 rowCount = fIntValues->size(); in serialize()
76 *preserialized << rowCount; in serialize()
81 rowCount = fStrValues->size(); in serialize()
82 *preserialized << rowCount; in serialize()
124 rowCount = fIntValues->size(); in serialize()
125 b << rowCount; in serialize()
130 rowCount = fStrValues->size(); in serialize()
131 b << rowCount; in serialize()
172 b >> rowCount; in unserialize()
219 fIntValues->resize(rowCount); in unserialize()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dtablecolumn.cpp75 rowCount = fIntValues->size(); in serialize()
76 *preserialized << rowCount; in serialize()
81 rowCount = fStrValues->size(); in serialize()
82 *preserialized << rowCount; in serialize()
124 rowCount = fIntValues->size(); in serialize()
125 b << rowCount; in serialize()
130 rowCount = fStrValues->size(); in serialize()
131 b << rowCount; in serialize()
172 b >> rowCount; in unserialize()
219 fIntValues->resize(rowCount); in unserialize()
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/shell/tests/
H A Dtest_problemmodel.cpp77 QCOMPARE(m_model->rowCount(), 0); in testNoGrouping()
81 QCOMPARE(m_model->rowCount(), 3); in testNoGrouping()
92 QCOMPARE(m_model->rowCount(), 0); in testNoGrouping()
112 QCOMPARE(m_model->rowCount(), 1); in testNoGrouping()
117 QCOMPARE(m_model->rowCount(), 2); in testNoGrouping()
123 QCOMPARE(m_model->rowCount(), 3); in testNoGrouping()
132 QCOMPARE(m_model->rowCount(), 1); in testNoGrouping()
137 QCOMPARE(m_model->rowCount(), 1); in testNoGrouping()
142 QCOMPARE(m_model->rowCount(), 1); in testNoGrouping()
147 QCOMPARE(m_model->rowCount(), 2); in testNoGrouping()
[all …]
/dports/math/colpack/ColPack-1.0.10-249-g9a7293a/Examples/SampleDrivers/Matrix_Compression_and_Recovery/CSR_input/
H A D01_Column_compression_and_recovery_for_Jacobian_CSR_input_return_Row_Compressed_Format.cpp48 int rowCount, columnCount; in main() local
54 displayCompressedRowMatrix((*uip3_SparsityPattern),rowCount); in main()
56 displayCompressedRowMatrix((*dp3_Value),rowCount); in main()
62 ConvertRowCompressedFormat2CSR( (*uip3_SparsityPattern) , rowCount, ip_RowIndex, ip_ColumnIndex); in main()
66 displayVector(*ip_RowIndex,rowCount+1); in main()
68 displayVector(*ip_ColumnIndex, (*ip_RowIndex)[rowCount]); in main()
108 displayMatrix(*dp3_CompressedMatrix,rowCount,*ip1_ColorCount); in main()
118 displayCompressedRowMatrix(*dp3_NewValue,rowCount); in main()
129 free_2DMatrix(uip3_SparsityPattern, rowCount); in main()
132 free_2DMatrix(dp3_Value, rowCount); in main()
[all …]
/dports/devel/kf5-kitemmodels/kitemmodels-5.89.0/autotests/
H A Dkdescendantsproxymodeltest.cpp276 QCOMPARE(proxy.rowCount(), 6); in testResetModelContent()
317 QCOMPARE(proxy.rowCount(), 6); in testChangeSeparator()
356 QCOMPARE(proxy.rowCount(), 6); in testChangeInvisibleSeparator()
398 QCOMPARE(proxy.rowCount(), 6); in testRemoveSeparator()
433 QCOMPARE(proxy.rowCount(), 2); in testResetCollapsedModelContent()
499 QCOMPARE(proxy.rowCount(), 2); in testInsertInCollapsedModel()
512 QCOMPARE(proxy.rowCount(), 2); in testInsertInCollapsedModel()
519 QCOMPARE(proxy.rowCount(), 5); in testInsertInCollapsedModel()
529 QCOMPARE(proxy.rowCount(), 6); in testInsertInCollapsedModel()
539 QCOMPARE(proxy.rowCount(), 2); in testRemoveInCollapsedModel()
[all …]
/dports/math/singular/Singular-Release-4-2-1/kernel/linear_algebra/
H A DMinorInterface.cc83 mp.defineMatrix(rowCount, columnCount, intMatrix); in getMinorIdeal_Int()
84 int *myRowIndices=(int*)omAlloc(rowCount*sizeof(int)); in getMinorIdeal_Int()
138 mp.defineMatrix(rowCount, columnCount, polyMatrix); in getMinorIdeal_Poly()
193 int rowCount = mat->nrows; in getMinorIdeal_toBeDone() local
249 int rowCount = mat->nrows; in getMinorIdeal() local
252 int length = rowCount * columnCount; in getMinorIdeal()
312 mp.defineMatrix(rowCount, columnCount, intMatrix); in getMinorIdealCache_Int()
370 mp.defineMatrix(rowCount, columnCount, polyMatrix); in getMinorIdealCache_Poly()
431 int rowCount = mat->nrows; in getMinorIdealCache_toBeDone() local
469 int rowCount = mat->nrows; in getMinorIdealCache() local
[all …]
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Db/Adapter/Driver/Pdo/
H A DResult.php69 protected $rowCount = null; variable in Zend\\Db\\Adapter\\Driver\\Pdo\\Result
76 * @param int $rowCount
79 public function initialize(PDOStatement $resource, $generatedValue, $rowCount = null) argument
83 $this->rowCount = $rowCount;
208 if (is_int($this->rowCount)) {
209 return $this->rowCount;
211 if ($this->rowCount instanceof \Closure) {
212 $this->rowCount = (int) call_user_func($this->rowCount);
214 $this->rowCount = (int) $this->resource->rowCount();
216 return $this->rowCount;
[all …]
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/zendframework/zend-db/src/Adapter/Driver/Pdo/
H A DResult.php69 protected $rowCount = null; variable in Zend\\Db\\Adapter\\Driver\\Pdo\\Result
76 * @param int $rowCount
79 public function initialize(PDOStatement $resource, $generatedValue, $rowCount = null) argument
83 $this->rowCount = $rowCount;
208 if (is_int($this->rowCount)) {
209 return $this->rowCount;
211 if ($this->rowCount instanceof \Closure) {
212 $this->rowCount = (int) call_user_func($this->rowCount);
214 $this->rowCount = (int) $this->resource->rowCount();
216 return $this->rowCount;
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgsdatabaseschemamodel.py53 self.assertGreaterEqual(model.rowCount(), 3)
54 old_count = model.rowCount()
64 self.assertEqual(model.rowCount(), old_count)
67 self.assertEqual(model.rowCount(), old_count)
69 self.assertEqual(model.rowCount(), old_count + 1)
79 self.assertEqual(model.rowCount(), old_count + 3)
92 self.assertEqual(model.rowCount(), old_count + 2)
105 self.assertEqual(model.rowCount(), old_count)
118 self.assertGreaterEqual(model.rowCount(), 3)
119 old_count = model.rowCount()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgsdatabaseschemamodel.py53 self.assertGreaterEqual(model.rowCount(), 3)
54 old_count = model.rowCount()
64 self.assertEqual(model.rowCount(), old_count)
67 self.assertEqual(model.rowCount(), old_count)
69 self.assertEqual(model.rowCount(), old_count + 1)
79 self.assertEqual(model.rowCount(), old_count + 3)
92 self.assertEqual(model.rowCount(), old_count + 2)
105 self.assertEqual(model.rowCount(), old_count)
118 self.assertGreaterEqual(model.rowCount(), 3)
119 old_count = model.rowCount()
[all …]
/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/tests/
H A Dkpagewidgettest.cpp28 int rowCount = 0; in KPageWidgetTest() local
30 layout->addWidget(button, rowCount, 1); in KPageWidgetTest()
32 rowCount++; in KPageWidgetTest()
37 rowCount++; in KPageWidgetTest()
42 rowCount++; in KPageWidgetTest()
47 rowCount++; in KPageWidgetTest()
52 rowCount++; in KPageWidgetTest()
57 rowCount++; in KPageWidgetTest()
62 rowCount++; in KPageWidgetTest()
67 rowCount++; in KPageWidgetTest()
[all …]
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/test/
H A DTestSubselect.java150 int rowCount = 0;
154 (rowCount < expected.length));
158 rowCount++;
162 expected.length, rowCount);
202 int rowCount = 0;
206 (rowCount <= expectedRows));
219 rowCount++;
223 expectedRows, rowCount);
431 int rowCount = 0;
441 rowCount++;
[all …]
/dports/math/colpack/ColPack-1.0.10-249-g9a7293a/src/Recovery/
H A DJacobianRecovery2D.cpp20 int rowCount = g->GetRowVertexCount(); in DirectRecover_RowCompressedFormat_usermem() local
76 free_2DMatrix(colorStatistic, rowCount); in DirectRecover_RowCompressedFormat_usermem()
79 return rowCount; in DirectRecover_RowCompressedFormat_usermem()
88 int rowCount = g->GetRowVertexCount(); in DirectRecover_RowCompressedFormat_unmanaged() local
93 for(int i=0; i < rowCount; i++) { in DirectRecover_RowCompressedFormat_unmanaged()
128 int rowCount = g->GetRowVertexCount(); in DirectRecover_SparseSolversFormat_usermem() local
207 free_2DMatrix(colorStatistic, rowCount); in DirectRecover_SparseSolversFormat_usermem()
210 return rowCount; in DirectRecover_SparseSolversFormat_usermem()
219 int rowCount = g->GetRowVertexCount(); in DirectRecover_SparseSolversFormat_unmanaged() local
268 int rowCount = g->GetRowVertexCount(); in DirectRecover_CoordinateFormat_usermem() local
[all …]
/dports/math/colpack/ColPack-1.0.10-249-g9a7293a/Examples/SampleDrivers/Matrix_Compression_and_Recovery/ADOL-C/
H A D07_Compression_and_direct_recovery_for_Hessian_return_Sparse_Solvers_Format.cpp46 int rowCount, columnCount; in main() local
52 displayCompressedRowMatrix((*uip3_SparsityPattern),rowCount); in main()
54 displayCompressedRowMatrix((*dp3_Value),rowCount); in main()
66 …phColoringInterface *g = new GraphColoringInterface(SRC_MEM_ADOLC,*uip3_SparsityPattern, rowCount); in main()
92 displayMatrix(*dp3_CompressedMatrix,rowCount,*ip1_ColorCount); in main()
106 displayVector(*ip2_RowIndex,rowCount+1); in main()
108 displayVector(*ip2_ColumnIndex, (*ip2_RowIndex)[rowCount] - 1 ); in main()
110 displayVector(*dp2_HessianValue, (*ip2_RowIndex)[rowCount] - 1 ); in main()
116 free_2DMatrix(uip3_SparsityPattern, rowCount); in main()
119 free_2DMatrix(dp3_Value, rowCount); in main()
[all …]
H A D12_Bidirectional_compression_and_recovery_for_Jacobian_return_Row_Compressed_Format__unmanaged_usermem.cpp40 int rowCount, columnCount; in main() local
41 …rketFormat2RowCompressedFormat(s_InputFile, uip3_SparsityPattern, dp3_Value,rowCount, columnCount); in main()
46 displayCompressedRowMatrix((*uip3_SparsityPattern),rowCount); in main()
48 displayCompressedRowMatrix((*dp3_Value),rowCount); in main()
99 displayMatrix(*dp3_RightCompressedMatrix,rowCount,*ip1_RightSeedColumnCount); in main()
115 displayCompressedRowMatrix(*dp3_NewValue,rowCount); in main()
119 …if (CompressedRowMatricesAreEqual(*dp3_Value, *dp3_NewValue, rowCount,0)) cout<< "*dp3_Value == dp… in main()
135 for(int i=0; i<rowCount;i++) { in main()
148 free_2DMatrix(dp3_RightCompressedMatrix, rowCount); in main()
172 free_2DMatrix(dp3_Value, rowCount); in main()
[all …]
H A D09_Bidirectional_compression_and_recovery_for_Jacobian_return_Row_Compressed_Format.cpp40 int rowCount, columnCount; in main() local
41 …rketFormat2RowCompressedFormat(s_InputFile, uip3_SparsityPattern, dp3_Value,rowCount, columnCount); in main()
46 displayCompressedRowMatrix((*uip3_SparsityPattern),rowCount); in main()
48 displayCompressedRowMatrix((*dp3_Value),rowCount); in main()
62 …new BipartiteGraphBicoloringInterface(SRC_MEM_ADOLC, *uip3_SparsityPattern, rowCount, columnCount); in main()
99 displayMatrix(*dp3_RightCompressedMatrix,rowCount,*ip1_RightSeedColumnCount); in main()
110 displayCompressedRowMatrix(*dp3_NewValue,rowCount); in main()
114 …if (CompressedRowMatricesAreEqual(*dp3_Value, *dp3_NewValue, rowCount,0)) cout<< "*dp3_Value == dp… in main()
127 free_2DMatrix(dp3_RightCompressedMatrix, rowCount); in main()
151 free_2DMatrix(dp3_Value, rowCount); in main()
[all …]
H A D05_Compression_and_direct_recovery_for_Hessian_return_Row_Compressed_Format.cpp41 int rowCount, columnCount; in main() local
42 …rketFormat2RowCompressedFormat(s_InputFile, uip3_SparsityPattern, dp3_Value,rowCount, columnCount); in main()
47 displayCompressedRowMatrix((*uip3_SparsityPattern),rowCount); in main()
49 displayCompressedRowMatrix((*dp3_Value),rowCount); in main()
61 …phColoringInterface *g = new GraphColoringInterface(SRC_MEM_ADOLC,*uip3_SparsityPattern, rowCount); in main()
87 displayMatrix(*dp3_CompressedMatrix,rowCount,*ip1_ColorCount); in main()
97 displayCompressedRowMatrix(*dp3_NewValue,rowCount); in main()
101 …if (CompressedRowMatricesAreEqual(*dp3_Value, *dp3_NewValue, rowCount,0,1)) cout<< "*dp3_Value == … in main()
108 free_2DMatrix(uip3_SparsityPattern, rowCount); in main()
111 free_2DMatrix(dp3_Value, rowCount); in main()
[all …]
/dports/comms/klog/klog-1.8.5/src/charts/
H A Dstatsfieldperbandwidget.cpp81 while(tableWidget->rowCount()>0) in prepareChart()
83 tableWidget->removeRow(tableWidget->rowCount()-1); in prepareChart()
99 tableWidget->insertRow(tableWidget->rowCount()); in prepareChart()
100 tableWidget->setItem(tableWidget->rowCount()-1, 0, new QTableWidgetItem((aux)) ); in prepareChart()
101 QTableWidgetItem *item = tableWidget->item (tableWidget->rowCount()-1, 0); in prepareChart()
105 item = tableWidget->item (tableWidget->rowCount()-1, 1); in prepareChart()
109 item = tableWidget->item (tableWidget->rowCount()-1, 2); in prepareChart()
113 tableWidget->insertRow(tableWidget->rowCount()); in prepareChart()
115 QTableWidgetItem *item = tableWidget->item (tableWidget->rowCount()-1, 0); in prepareChart()
119 item = tableWidget->item (tableWidget->rowCount()-1, 1); in prepareChart()
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/gui/
H A Dtestqgsprocessingmodel.cpp151 QCOMPARE( model.rowCount(), 1 ); in testModel()
166 QCOMPARE( model.rowCount(), 2 ); in testModel()
185 QCOMPARE( model.rowCount(), 3 ); in testModel()
210 QCOMPARE( model.rowCount(), 4 ); in testModel()
277 QCOMPARE( model.rowCount(), 6 ); in testModel()
295 QCOMPARE( model.rowCount(), 6 ); in testModel()
337 QCOMPARE( model.rowCount(), 5 ); in testModel()
342 QCOMPARE( model.rowCount(), 4 ); in testModel()
347 QCOMPARE( model.rowCount(), 3 ); in testModel()
349 QCOMPARE( model.rowCount(), 2 ); in testModel()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/gui/
H A Dtestqgsprocessingmodel.cpp151 QCOMPARE( model.rowCount(), 1 ); in testModel()
166 QCOMPARE( model.rowCount(), 2 ); in testModel()
185 QCOMPARE( model.rowCount(), 3 ); in testModel()
210 QCOMPARE( model.rowCount(), 4 ); in testModel()
277 QCOMPARE( model.rowCount(), 6 ); in testModel()
295 QCOMPARE( model.rowCount(), 6 ); in testModel()
337 QCOMPARE( model.rowCount(), 5 ); in testModel()
342 QCOMPARE( model.rowCount(), 4 ); in testModel()
347 QCOMPARE( model.rowCount(), 3 ); in testModel()
349 QCOMPARE( model.rowCount(), 2 ); in testModel()
[all …]

12345678910>>...222