HomeSort by relevance Sort by last modified time
    Searched full:rows (Results 926 - 950 of 3134) sorted by null

<<31323334353637383940>>

  /external/chromium_org/ui/file_manager/file_manager/background/js/
test_util.js 145 var rows = table.querySelectorAll('li');
147 for (var i = 0; i < rows.length; ++i) {
148 if (rows[i].hasAttribute('selected')) {
150 rows[i].querySelector('.filename-label').textContent);
160 * @return {Array.<Array.<string>>} Array of rows.
164 var rows = table.querySelectorAll('li');
166 for (var j = 0; j < rows.length; ++j) {
167 var row = rows[j];
242 var rows = contentWindow.document.querySelectorAll('#detail-table li');
244 for (var index = 0; index < rows.length; ++index)
    [all...]
  /external/eigen/Eigen/src/Eigenvalues/
RealQZ.h 105 m_S(A.rows(),A.cols()),
106 m_T(A.rows(),A.cols()),
107 m_Q(A.rows(),A.cols()),
108 m_Z(A.rows(),A.cols()),
109 m_workspace(A.rows()*2),
309 /** \internal decouple 2x2 diagonal block in rows i, i+1 if eigenvalues are real */
562 eigen_assert (A_in.rows()==dim && A_in.cols()==dim
563 && B_in.rows()==dim && B_in.cols()==dim
584 // now rows and columns f..l (including) decouple from the rest of the problem
610 // apply a QR-like iteration to rows and columns f..l
    [all...]
GeneralizedEigenSolver.h 149 : m_eivec(A.rows(), A.cols()),
155 m_matS(A.rows(), A.cols()),
193 * so there are as many eigenvalues as rows in the matrix. The eigenvalues
295 eigen_assert(A.cols() == A.rows() && B.cols() == A.rows() && B.cols() == B.rows());
  /external/opencv/cvaux/src/
cvmat.cpp 461 int m = (&(a->rows))[t_a];
462 int n = (&(b->rows))[t_b ^ 1];
479 a->rows == b->rows && a->cols == b->cols &&
499 int m = (&(a->rows))[t_a];
500 int n = (&(b->rows))[t_b ^ 1];
794 cvInitMatHeader( &temp, a->cols, a->rows, a->type );
833 fprintf( stdout, "%s(%d x %d) =\n\t", name, rows, cols );
835 for( i = 0; i < rows; i++ )
870 fprintf( out, "\n%s", i < rows - 1 ? "\t" : "" )
    [all...]
  /external/chromium_org/ui/views/layout/
grid_layout.cc 298 // The column set used for this row; null for padding rows.
354 // distributed to the columns/rows the view is in.
525 // This is nearly the same as that for rows, but differs in so far as how
526 // Rows and Columns are treated. Rows have two states, resizable or not.
748 // We don't support baseline alignment of views spanning rows. Please add if
881 // view and update the rows ascent/descent.
936 // Update the location of each of the rows.
    [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js 156 // each row one at a time via the 'consume()' method. After all rows have
552 * fields. This list is used when merging the data, to determine which rows
578 * The initial number of rows to display (the rest are hidden) when no
585 * The initial number of rows to display (rest are hidden) for each group.
590 * The number of extra rows to show/hide when clicking the "Show more" or
858 function bucketIdenticalRows(rows, identityKeys, propertyGetterFunc) {
860 for (var i = 0; i < rows.length; ++i) {
861 var r = rows[i];
879 * Merges the rows in |origRows|, by collapsing the columns listed in
880 * |mergeKeys|. Returns an array with the merged rows (in no particula
    [all...]
  /frameworks/base/core/java/android/database/
DatabaseUtils.java 727 * window will contain the requested row and a useful range of rows
735 * 1/3 of the window's capacity is used to hold rows before the requested
736 * position and 2/3 of the window's capacity is used to hold rows after the
740 * @param cursorWindowCapacity The estimated number of rows that can fit in
752 * Query the table for the number of rows in the table.
755 * @return the number of rows in the table
762 * Query the table for the number of rows in the table.
765 * @param selection A filter declaring which rows to return,
767 * Passing null will count all rows for the given table
768 * @return the number of rows in the table filtered by the selectio
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
e_select.test 406 -- x1: 3 rows, 2 columns
411 -- x2: 2 rows, 3 columns
415 -- x3: 5 rows, 4 columns
463 # consists of Nlhs rows of Mlhs columns, and the right-hand dataset of
464 # Nrhs rows of Mrhs columns, then the cartesian product is a dataset of
465 # Nlhs.Nrhs rows, each containing Mlhs+Mrhs columns.
514 # as a boolean expression. All rows for which the expression evaluates
552 # product as a boolean expression. All rows for which one or more of the
624 # original left-hand input dataset that corresponds to no rows at all in
646 # EVIDENCE-OF: R-15607-52988 The added rows contain NULL values in th
    [all...]
fts3rnd.test 20 # columns. 100 rows are inserted into the table. Each of the three
271 # Create the FTS3 table. Populate it (and the Tcl array) with 100 rows.
292 set rows [array names ::t1]
293 set nRow [llength $rows]
294 set iUpdate [lindex $rows [expr {int(rand()*$nRow)}]]
297 set iDelete [lindex $rows [expr {int(rand()*$nRow)}]]
  /external/chromium_org/tools/telemetry/third_party/png/
png.py 626 def write(self, outfile, rows):
627 """Write a PNG image to the output file. `rows` should be
629 The rows should be the rows of the original image, so there
630 should be ``self.height`` rows of ``self.width * self.planes`` values.
632 an interlaced PNG file will be written. Supply the rows in the
642 a = array(fmt, itertools.chain(*rows))
645 nrows = self.write_passes(outfile, rows)
648 "rows supplied (%d) does not match height (%d)" %
651 def write_passes(self, outfile, rows, packed=False)
    [all...]
  /external/ceres-solver/examples/
libmv_homography.cc 202 assert(2 == x1.rows());
204 assert(x1.rows() == x2.rows());
321 assert(2 == x1.rows());
323 assert(x1.rows() == x2.rows());
  /external/chromium_org/content/common/gpu/media/
rendering_helper.cc 561 // heights(widths) of the rows(columns). It scales the elements in
563 // It also outputs the coordinates of the rows(columns) to |offsets|.
576 // Find the number of colums and rows.
579 size_t rows = (videos_.size() + cols - 1) / cols; local
583 std::vector<int> heights(rows);
585 std::vector<int> offset_y(rows);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_postproc.c 83 int rows,
96 for (row = 0; row < rows; row++) {
163 int rows, int cols, int flimit) {
170 for (r = 0; r < rows; r++) {
201 int rows, int cols, int flimit) {
217 for (r = 0; r < rows + 8; r++) {
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/
set_uniform_initializer_tests.cpp 165 unsigned columns, unsigned rows)
168 glsl_type::get_instance(base_type, rows, columns);
174 generate_data(mem_ctx, base_type, columns, rows, val);
312 unsigned columns, unsigned rows, unsigned array_size,
316 glsl_type::get_instance(base_type, rows, columns);
329 generate_array_data(mem_ctx, base_type, columns, rows,
  /external/chromium_org/third_party/polymer/components/core-input/
core-input.html 98 <textarea id="input" value="{{inputValue}}" rows="{{rows}}" fit?="{{rows === 'fit'}}" disabled?="{{disabled}}" placeholder="{{placeholder}}" autofocus?="{{autofocus}}" required?="{{required}}" readonly?="{{readonly}}" aria-label="{{label || placeholder}}" aria-invalid="{{invalid}}" on-change="{{inputChangeAction}}" on-focus="{{inputFocusAction}}" on-blur="{{inputBlurAction}}"></textarea>
159 * (multiline only) The height of this text input in rows. The input
165 * @attribute rows
169 rows: 'fit',
  /external/chromium_org/third_party/skia/src/gpu/
GrGpu.h 102 * @param rowBytes the number of bytes between consecutive rows. Zero
103 * means rows are tightly packed. This field is ignored
219 * @param rowBytes the number of bytes between consecutive rows. Zero
220 * means rows are tightly packed.
241 * @param rowBytes number of bytes between consecutive rows. Zero
242 * means rows are tightly packed.
  /external/eigen/Eigen/src/SparseCore/
SparseVector.h 82 EIGEN_STRONG_INLINE Index rows() const { return IsColVector ? m_size : 1; } function in class:Eigen::SparseVector
196 void resize(Index rows, Index cols)
198 eigen_assert(rows==1 || cols==1);
199 resize(IsColVector ? rows : cols);
214 inline SparseVector(Index rows, Index cols) : m_size(0) { check_template_parameters(); resize(rows,cols); }
  /external/mesa3d/src/glsl/tests/
set_uniform_initializer_tests.cpp 165 unsigned columns, unsigned rows)
168 glsl_type::get_instance(base_type, rows, columns);
174 generate_data(mem_ctx, base_type, columns, rows, val);
312 unsigned columns, unsigned rows, unsigned array_size,
316 glsl_type::get_instance(base_type, rows, columns);
329 generate_array_data(mem_ctx, base_type, columns, rows,
  /external/opencv/cxcore/src/
cxjacobieigens.cpp 49 // Parameters: A(n, n) - source symmetric matrix (n - rows & columns number),
390 if( src->cols != src->rows )
396 if( (evals->rows != src->rows || evals->cols != 1) &&
397 (evals->cols != src->rows || evals->rows != 1))
  /external/opencv/ml/src/
mlnbayes.cpp 304 if( samples->rows > 1 && !results )
312 results->cols != 1 && results->rows != 1 ||
313 results->cols + results->rows - 1 != samples->rows )
315 "with the number of elements = number of rows in the input matrix" );
336 for( k = 0; k < samples->rows; k++ )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
form.h 73 short rows; /* size in rows */ member in struct:fieldnode
77 int drows; /* dynamic rows */
80 int nrow; /* off-screen rows */
136 short rows; /* size in rows */ member in struct:formnode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
form.h 73 short rows; /* size in rows */ member in struct:fieldnode
77 int drows; /* dynamic rows */
80 int nrow; /* off-screen rows */
136 short rows; /* size in rows */ member in struct:formnode
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_TestDataBuilder.java 138 assertEquals("Wrong number of rows deleted for " + getUri(), 1, count);
146 assertEquals("Wrong number of rows deleted for " + uri, 1, count);
191 fail("No data rows for " + getContentUri() + "[" + mValues.toString() + "]");
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.h 35 * The sensor is assumed to be rolling-shutter, so low-numbered rows of the
36 * sensor are exposed earlier in time than larger-numbered rows, with the time
188 // if there's a reasonable number of rows.
  /external/chromium_org/sql/test/
test_helpers.cc 197 size_t rows = 0; local
199 ++rows;
202 return rows;

Completed in 1102 milliseconds

<<31323334353637383940>>