/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/util/ |
table2CSV.js | 62 var tmp = tmpRow.join('') // to remove any blank rows 83 generator.document.write('<textArea cols=70 rows=15 wrap="off" >');
|
/external/chromium_org/native_client_sdk/src/examples/api/file_io/ |
index.html | 39 <textarea id="saveFileEditor" cols="40" rows="10" wrap="hard" 50 <textarea cols="40" rows="10" wrap="hard"></textarea>
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
SQLResultSet.cpp | 49 // If the query didn't result in any rows being added, raise an InvalidAccessError exception 62 SQLResultSetRowList* SQLResultSet::rows() const function in class:WebCore::SQLResultSet
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/ |
CustomFilterMesh.cpp | 38 CustomFilterMesh::CustomFilterMesh(GraphicsContext3D* context, unsigned columns, unsigned rows, 46 CustomFilterMeshGenerator generator(columns, rows, meshBox, meshType);
|
/external/eigen/Eigen/src/Core/ |
NestByValue.h | 45 inline Index rows() const { return m_expression.rows(); } function in class:Eigen::NestByValue
|
ProductBase.h | 93 eigen_assert(lhs.cols() == rhs.rows() 98 inline Index rows() const { return m_lhs.rows(); } function in class:Eigen::ProductBase 119 m_result.resize(m_lhs.rows(), m_rhs.cols()); 141 eigen_assert(this->rows() == 1 && this->cols() == 1); 150 eigen_assert(this->rows() == 1 && this->cols() == 1); 158 eigen_assert(this->rows() == 1 && this->cols() == 1); 165 eigen_assert(this->rows() == 1 && this->cols() == 1);
|
ReturnByValue.h | 62 inline Index rows() const { return static_cast<const Derived*>(this)->rows(); } function in class:Eigen::ReturnByValue
|
/external/eigen/Eigen/src/LU/ |
PartialPivLU_MKL.h | 49 static lapack_int blocked_lu(lapack_int rows, lapack_int cols, EIGTYPE* lu_data, lapack_int luStride, lapack_int* row_transpositions, lapack_int& nb_transpositions, lapack_int maxBlockSize=256) \ 60 m = rows; \
|
/external/eigen/Eigen/src/SparseCore/ |
SparseView.h | 44 inline Index rows() const { return m_matrix.rows(); } function in class:Eigen::SparseView
|
/external/jpeg/ |
jmemmgr.c | 154 JDIMENSION maxaccess; /* max rows accessed by access_virt_sarray */ 170 JDIMENSION maxaccess; /* max rows accessed by access_virt_barray */ 338 * deliberately bunch rows together to ensure a large request size. 386 * blocks, we allocate the sample rows in groups of as many rows as possible 389 * this chunking of rows. The rowsperchunk value is left in the mem manager 405 /* Calculate max # of rows allowed in one allocation chunk */ 420 /* Get the rows themselves (large objects) */ 453 /* Calculate max # of rows allowed in one allocation chunk */ 468 /* Get the rows themselves (large objects) * 693 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local 726 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_loopfilter.h | 76 // Apply the loop filter to [start, stop) macro block rows in frame_buffer. 92 // Operates on the rows described by LFWorkerData passed as 'arg1'.
|
/external/opencv/ml/src/ |
mlknearest.cpp | 328 _results->cols != 1 && _results->rows != 1 || 329 _results->cols + _results->rows - 1 != _samples->rows) ) 344 _neighbor_responses->rows != _samples->rows || _neighbor_responses->cols != k ) 352 _dist->rows != _samples->rows || _dist->cols != k ) 357 count = _samples->rows;
|
/external/qemu/distrib/jpeg-6b/ |
jmemmgr.c | 154 JDIMENSION maxaccess; /* max rows accessed by access_virt_sarray */ 170 JDIMENSION maxaccess; /* max rows accessed by access_virt_barray */ 338 * deliberately bunch rows together to ensure a large request size. 386 * blocks, we allocate the sample rows in groups of as many rows as possible 389 * this chunking of rows. The rowsperchunk value is left in the mem manager 405 /* Calculate max # of rows allowed in one allocation chunk */ 420 /* Get the rows themselves (large objects) */ 453 /* Calculate max # of rows allowed in one allocation chunk */ 468 /* Get the rows themselves (large objects) * 693 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local 726 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local [all...] |
/external/skia/tests/ |
ARGBImageEncoderTest.cpp | 36 // kHeight rows, each with kWidth pixels, premultiplied ARGB for each pixel 53 // Change rows [0,1] from blue to [red,green].
|
/frameworks/base/core/java/android/text/ |
PackedIntVector.java | 24 * optimized for inserting and deleting rows and for 205 * Deletes the specified number of rows starting with the specified 209 * @param count the number of rows to delete. 211 * @throws IndexOutOfBoundsException if any of the rows to be deleted 230 * Returns the number of rows in the PackedIntVector. This number 231 * will change as rows are inserted and deleted. 233 * @return the number of rows. 251 * one more than the current number of rows.
|
/libcore/luni/src/main/java/javax/sql/ |
RowSetListener.java | 44 * Notifies the listener that one of the {@code RowSet}'s rows in {@code 64 * rows of data.
|
RowSetReader.java | 24 * to get data from a database into its rows. The {@code RowSet} calls the 39 * This method adds rows into the calling {@code RowSet}. The reader may
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
glsl_types.cpp | 396 glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns) 401 if ((rows < 1) || (rows > 4) || (columns < 1) || (columns > 4)) 409 return uint_type + (rows - 1); 411 return int_type + (rows - 1); 413 return float_type + (rows - 1); 415 return bool_type + (rows - 1); 420 if ((base_type != GLSL_TYPE_FLOAT) || (rows == 1)) 423 /* GLSL matrix types are named mat{COLUMNS}x{ROWS}. Only the following 434 switch (IDX(columns, rows)) { [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
fts3aux1.test | 61 # index to reduce the number of rows scanned in the following circumstances: 108 } { 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 1: (~0 rows)} } 111 } {0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 0: (~0 rows)}} 157 } { 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 2: (~0 rows)} } 160 } { 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 0: (~0 rows)} } 164 } { 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 4: (~0 rows)} } 167 } { 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 0: (~0 rows)} } 171 } { 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 6: (~0 rows)} } 174 } { 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 0: (~0 rows)} } 338 set res [list 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 0: (~0 rows)}] [all...] |
/external/eigen/Eigen/src/PardisoSupport/ |
PardisoSupport.h | 129 inline Index rows() const { return m_size; } function in class:Eigen::PardisoImpl 177 eigen_assert(rows()==b.rows() 178 && "PardisoImpl::solve(): invalid number of rows of the right hand side matrix b"); 191 eigen_assert(rows()==b.rows() 192 && "PardisoImpl::solve(): invalid number of rows of the right hand side matrix b"); 212 eigen_assert(m_size==b.rows()); 217 int size = b.rows(); 309 m_size = a.rows(); [all...] |
/external/mesa3d/src/glsl/ |
glsl_types.cpp | 396 glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns) 401 if ((rows < 1) || (rows > 4) || (columns < 1) || (columns > 4)) 409 return uint_type + (rows - 1); 411 return int_type + (rows - 1); 413 return float_type + (rows - 1); 415 return bool_type + (rows - 1); 420 if ((base_type != GLSL_TYPE_FLOAT) || (rows == 1)) 423 /* GLSL matrix types are named mat{COLUMNS}x{ROWS}. Only the following 434 switch (IDX(columns, rows)) { [all...] |
/external/opencv/cvaux/src/ |
cvtrifocal.cpp | 107 for( i=0;i<matrix->rows;i++ ) 144 if( normPoints->rows != 2 || normPoints->rows != points->rows ) 149 if(cameraMatr->rows != 3 || cameraMatr->cols != 3) 207 if( points1->rows != 2 || points2->rows != 2 || points3->rows != 2 ) 213 !(projMatr1->rows == 3 && projMatr2->rows == 3 && projMatr3->rows == 3) & [all...] |
/external/eigen/Eigen/src/SparseCholesky/ |
SimplicialCholesky.h | 108 inline Index rows() const { return m_matrix.rows(); } function in class:Eigen::SimplicialCholeskyBase 130 eigen_assert(rows()==b.rows() 131 && "SimplicialCholeskyBase::solve(): invalid number of rows of the right hand side matrix b"); 144 eigen_assert(rows()==b.rows() 145 && "SimplicialCholesky::solve(): invalid number of rows of the right hand side matrix b"); 195 eigen_assert(m_matrix.rows()==b.rows()); [all...] |
/external/eigen/Eigen/src/SuperLUSupport/ |
SuperLUSupport.h | 159 res.nrow = mat.rows(); 175 res.ncol = mat.rows(); 180 res.nrow = mat.rows(); 205 template<typename Scalar, int Rows, int Cols, int Options, int MRows, int MCols> 206 struct SluMatrixMapHelper<Matrix<Scalar,Rows,Cols,Options,MRows,MCols> > 208 typedef Matrix<Scalar,Rows,Cols,Options,MRows,MCols> MatrixType; 216 res.nrow = mat.rows(); 234 res.ncol = mat.rows(); 239 res.nrow = mat.rows(); 315 inline Index rows() const { return m_matrix.rows(); function in class:Eigen::SuperLUBase [all...] |
/external/opencv/cxcore/src/ |
cxarray.cpp | 118 if( (int64)arr->step*arr->rows > INT_MAX ) 124 cvCreateMatHeader( int rows, int cols, int type ) 135 if( rows <= 0 || cols <= 0 ) 144 arr->step = rows == 1 ? 0 : cvAlign(min_step, CV_DEFAULT_MAT_ROW_ALIGN); 147 arr->rows = rows; 166 cvInitMatHeader( CvMat* arr, int rows, int cols, 181 if( rows <= 0 || cols <= 0 ) 182 CV_ERROR( CV_StsBadSize, "Non-positive cols or rows" ); 186 arr->rows = rows [all...] |