Home
last modified time | relevance | path

Searched refs:rows (Results 1 - 4 of 4) sorted by relevance

/test/ostest/wukong/report/src/
H A Dtable.cpp24 uint32_t rows = record.size(); in Table() local
27 for (uint32_t row = 0; row < rows; row++) { in Table()
/test/testfwk/arkxtest/uitest/record/
H A Dmatrix3.cpp192 MatrixN3::MatrixN3(int32_t rows) : rows_(rows) in MatrixN3() argument
194 Matrixn3_.resize(rows, std::vector<double>(DIMENSION, 0)); in MatrixN3()
H A Dmatrix3.h106 // Make sure that the rows of MatrixN3 is equal than the columns of Matrix3N.
155 explicit MatrixN3(int32_t rows);
171 // Make sure that the value of index is less than rows.
177 // Make sure that the value of index is less than rows.
183 // Make sure that the value of row is less than rows and col is less than 3.
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/
H A DRelationalStoreCustomDir.test.js172 await store.update(valueBucket1, predicates).then(async (rows) => {
174 console.info(TAG + "Updated row count:" + rows);
175 expect(1).assertEqual(rows);
208 await store.delete(predicates1).then(async (rows) => {
210 console.info(TAG + "delete done:" + rows);
211 expect(1).assertEqual(rows);
359 await store.update(valueBucket1, predicates).then(async (rows) => {
361 console.info(TAG + "Updated row count:" + rows);
362 expect(1).assertEqual(rows);
395 await store.delete(predicates1).then(async (rows)
[all...]

Completed in 4 milliseconds