Searched refs:rows (Results 76 - 100 of 325) sorted by relevance

1234567891011>>

/external/clang/tools/scan-build/
H A Dsorttable.js47 the.appendChild(table.rows[0]);
53 if (table.tHead.rows.length != 1) return; // can't cope with two header rows
55 // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as
56 // "total" rows, for example). This is B&R, since what you're supposed
57 // to do is put them in a tfoot. So, if there are sortbottom rows,
60 for (var i=0; i<table.rows.length; i++) {
61 if (table.rows[i].className.search(/\bsortbottom\b/) != -1) {
62 sortbottomrows[sortbottomrows.length] = table.rows[i];
78 headrow = table.tHead.rows[
[all...]
/external/opencv/ml/src/
H A Dml_inner_functions.cpp127 int dim = A->rows;
161 int amount = sample->rows;
221 int amount = sample->rows;
344 CV_ASSERT (center->rows == 1);
348 size = desired_matrix->rows;
377 int rows, cols; local
384 rows = matrix->rows;
394 for( i = 1; i < rows; i++ )
402 for( i = 0; i < rows
[all...]
H A D_ml.h76 if( MIN( (mat).rows, (mat).cols ) != 1 ) \
79 if( (mat).rows == 1 ) \
87 (num) = (mat).rows; \
97 (m) = (mat).rows; \
104 (n) = (mat).rows; \
110 (mat)->cols > 0 && (mat)->rows > 0)
230 int nsamples = (matrice)->rows; \
/external/chromium/chrome/browser/importer/
H A Dexternal_process_importer_bridge.cc53 const std::vector<history::URLRow>& rows,
55 profile_import_thread_->NotifyHistoryImportReady(rows, visit_source);
52 SetHistoryItems( const std::vector<history::URLRow>& rows, history::VisitSource visit_source) argument
/external/chromium/chrome/browser/
H A Dplugin_exceptions_table_model.h32 virtual bool CanRemoveRows(const Rows& rows) const;
33 virtual void RemoveRows(const Rows& rows);
H A Dplugin_exceptions_table_model.cc29 bool PluginExceptionsTableModel::CanRemoveRows(const Rows& rows) const {
30 return !rows.empty();
33 void PluginExceptionsTableModel::RemoveRows(const Rows& rows) { argument
36 // Iterate over the rows starting with the highest ones so we can delete
38 for (Rows::const_reverse_iterator it = rows.rbegin();
39 it != rows.rend(); ++it) {
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DTableResultX.java27 this.rows = tr.rows;
/external/libvpx/vpx/
H A Dvp8cx.h191 unsigned int rows; /**< number of rows */ member in struct:vpx_roi_map
208 unsigned int rows; /**< number of rows */ member in struct:vpx_active_map
/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLTableElement21.js82 and then count the number of rows. After the THEAD element is
117 rowsnodeList = testNode.rows;
125 rowsnodeList = testNode.rows;
H A DHTMLTableElement24.js82 and then count the number of rows. After the TFOOT element is
117 rowsnodeList = testNode.rows;
125 rowsnodeList = testNode.rows;
H A DHTMLTableElement29.js82 section of the TABLE. The number of rows in the TBODY section before
84 of rows in the TBODY section is three.
115 rowsnodeList = bodyNode.rows;
124 rowsnodeList = bodyNode.rows;
H A DHTMLTableElement39.js79 If index is -1 or equal to the number of rows, the new row
84 The number of rows in the TBODY section before insertion with an index
86 of rows in the TBODY section is three.
117 rowsnodeList = bodyNode.rows;
126 rowsnodeList = bodyNode.rows;
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLTableElement21.js82 and then count the number of rows. After the THEAD element is
117 rowsnodeList = testNode.rows;
125 rowsnodeList = testNode.rows;
H A DHTMLTableElement24.js82 and then count the number of rows. After the TFOOT element is
117 rowsnodeList = testNode.rows;
125 rowsnodeList = testNode.rows;
H A DHTMLTableElement29.js82 section of the TABLE. The number of rows in the TBODY section before
84 of rows in the TBODY section is three.
115 rowsnodeList = bodyNode.rows;
124 rowsnodeList = bodyNode.rows;
H A DHTMLTableElement39.js79 If index is -1 or equal to the number of rows, the new row
84 The number of rows in the TBODY section before insertion with an index
86 of rows in the TBODY section is three.
117 rowsnodeList = bodyNode.rows;
126 rowsnodeList = bodyNode.rows;
/external/opencv/cxcore/include/
H A Dcxcore.hpp214 CvMatrix( int rows, int cols, int type ) argument
215 { matrix = cvCreateMat( rows, cols, type ); }
217 CvMatrix( int rows, int cols, int type, CvMat* hdr, argument
219 { matrix = cvInitMatHeader( hdr, rows, cols, type, data, step ); }
221 CvMatrix( int rows, int cols, int type, CvMemStorage* storage, bool alloc_data=true );
223 CvMatrix( int rows, int cols, int type, void* data, int step=CV_AUTOSTEP ) argument
224 { matrix = cvCreateMatHeader( rows, cols, type );
260 void create( int rows, int cols, int type ) argument
263 matrix->rows != rows || matri
312 int rows() const { return matrix ? matrix->rows : 0; } function in class:CvMatrix
[all...]
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DImageBufferHaiku.cpp110 unsigned rows = m_size.height(); local
112 for (unsigned y = 0; y < rows; y++) {
131 unsigned rows, unsigned columns)
133 for (unsigned y = 0; y < rows; y++) {
152 unsigned rows, unsigned columns,
157 for (unsigned y = 0; y < rows; y++) {
175 rows, columns);
181 unsigned rows, unsigned columns,
186 for (unsigned y = 0; y < rows; y++) {
211 rows, column
129 convertFromData(const uint8* sourceRows, unsigned sourceBytesPerRow, uint8* destRows, unsigned destBytesPerRow, unsigned rows, unsigned columns) argument
150 convertFromInternalData(const uint8* sourceRows, unsigned sourceBytesPerRow, uint8* destRows, unsigned destBytesPerRow, unsigned rows, unsigned columns, bool premultiplied) argument
179 convertToInternalData(const uint8* sourceRows, unsigned sourceBytesPerRow, uint8* destRows, unsigned destBytesPerRow, unsigned rows, unsigned columns, bool premultiplied) argument
249 unsigned rows = sourceRect.IntegerHeight() + 1; local
299 unsigned rows = sourceRect.height(); local
[all...]
/external/chromium/chrome/browser/notifications/
H A Dnotification_exceptions_table_model.cc39 const Rows& rows) const {
40 return !rows.empty();
43 void NotificationExceptionsTableModel::RemoveRows(const Rows& rows) { argument
45 // This is O(n^2) in rows.size(). Since n is small, that's ok.
46 for (Rows::const_reverse_iterator i(rows.rbegin()); i != rows.rend(); ++i) {
/external/openssl/crypto/bio/
H A Db_dump.c82 int i,j,rows,trc; local
103 rows=(len/dump_width);
104 if ((rows*dump_width)<len)
105 rows++;
106 for(i=0;i<rows;i++)
/external/opencv/cvaux/src/
H A Dcvbgfg_codebook.cpp106 roi.height = image->rows;
110 (unsigned)roi.y < (unsigned)image->rows &&
113 roi.y + roi.height <= image->rows );
115 if( image->cols != model->size.width || image->rows != model->size.height )
120 int bufSz = image->cols*image->rows*sizeof(model->cbmap[0]);
123 model->size = cvSize(image->cols, image->rows);
241 image->cols == model->size.width && image->rows == model->size.height &&
247 roi.height = image->rows;
251 (unsigned)roi.y < (unsigned)image->rows &&
254 roi.y + roi.height <= image->rows );
[all...]
H A Dcvlevmartrif.cpp83 numPoints = (vectX->rows - 36)/4;
90 if( Jacobian->rows == numPoints*6 || Jacobian->cols != 36+numPoints*4 )
198 numPoints = (vectX->rows - 36)/4;
205 if( resFunc->rows == 2*numPoints*3 || resFunc->cols != 1 )
300 if( resultPoints4D->rows != 4 )
340 if( projMatrs[i]->rows != 3 || projMatrs[i]->cols != 4 )
345 if( projPoints[i]->rows != 2 || projPoints[i]->cols != numPoints )
350 if( resultProjMatrs[i]->rows != 3 || resultProjMatrs[i]->cols != 4 )
462 numCoord = points->rows;
/external/opencv/cv/src/
H A Dcvundistort.cpp150 if( !CV_IS_MAT(A) || A->rows != 3 || A->cols != 3 ||
154 if( !CV_IS_MAT(dist_coeffs) || (dist_coeffs->rows != 1 && dist_coeffs->cols != 1) ||
155 (dist_coeffs->rows*dist_coeffs->cols*CV_MAT_CN(dist_coeffs->type) != 4 &&
156 dist_coeffs->rows*dist_coeffs->cols*CV_MAT_CN(dist_coeffs->type) != 5) ||
163 _k = cvMat( dist_coeffs->rows, dist_coeffs->cols,
213 if( !CV_IS_MAT(A) || A->rows != 3 || A->cols != 3 ||
217 if( !CV_IS_MAT(dist_coeffs) || (dist_coeffs->rows != 1 && dist_coeffs->cols != 1) ||
218 (dist_coeffs->rows*dist_coeffs->cols*CV_MAT_CN(dist_coeffs->type) != 4 &&
219 dist_coeffs->rows*dist_coeffs->cols*CV_MAT_CN(dist_coeffs->type) != 5) ||
226 _k = cvMat( dist_coeffs->rows, dist_coeff
[all...]
H A Dcvfundam.cpp113 int i, count = _err->rows*_err->cols, goodCount = 0;
176 int count = m1->rows*m1->cols, maxGoodCount = 0;
271 int count = m1->rows*m1->cols;
361 int count = m1->cols*m1->rows;
446 int i, count = m1->rows*m1->cols;
509 int i, count = m1->rows*m1->cols;
527 int i, j, k, count = m1->rows*m1->cols;
530 CvMat modelPart = cvMat( solver.param->rows, solver.param->cols, model->type, model->data.ptr );
594 count = MAX(imagePoints->cols, imagePoints->rows);
606 (mask->rows
[all...]
/external/mesa3d/src/glsl/
H A Dglsl_types.cpp279 glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns) argument
284 if ((rows < 1) || (rows > 4) || (columns < 1) || (columns > 4))
292 return uint_type + (rows - 1);
294 return int_type + (rows - 1);
296 return float_type + (rows - 1);
298 return bool_type + (rows - 1);
303 if ((base_type != GLSL_TYPE_FLOAT) || (rows == 1))
317 switch (IDX(columns, rows)) {

Completed in 359 milliseconds

1234567891011>>