Searched refs:rows (Results 51 - 75 of 325) sorted by relevance

1234567891011>>

/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLTableSectionElement30.js80 section. If index is -1 or equal to the number of rows in this section,
86 After the new row is appended the number of rows in the THEAD
111 rowsnodeList = testNode.rows;
117 rowsnodeList = testNode.rows;
H A DHTMLTableSectionElement31.js79 starts from 0 and is relative only to the rows contained inside
80 this section, not all the rows in the table. If the index is -1
84 with an index of -1. The nuber of rows in the THEAD section before
86 of rows in the TBODY section is one.
109 rowsnodeList = testNode.rows;
115 rowsnodeList = testNode.rows;
H A DHTMLFrameSetElement02.js78 The rows attribute specifies the number of rows of frames in the
81 Retrieve the rows attribute of the second FRAMESET element and examine
104 vrows = testNode.rows;
H A DHTMLTextAreaElement09.js78 The rows attribute specifies the number of text rowns.
80 Retrieve the rows attribute of the 1st TEXTAREA element and examine
103 vrows = testNode.rows;
/external/webkit/Source/WebCore/html/
H A DHTMLTableSectionElement.idl30 readonly attribute HTMLCollection rows;
H A DHTMLTableSectionElement.h54 PassRefPtr<HTMLCollection> rows();
/external/webkit/Source/WebCore/storage/
H A DSQLResultSet.idl36 readonly attribute SQLResultSetRowList rows;
H A DSQLResultSet.h44 SQLResultSetRowList* rows() const;
H A DSQLStatementSync.cpp91 SQLResultSetRowList* rows = resultSet->rows(); local
94 rows->addColumn(statement.getColumnName(i));
98 rows->addResult(statement.getColumnValue(i));
H A DSQLResultSet.cpp49 // If the query didn't result in any rows being added, raise an INVALID_ACCESS_ERR exception
62 SQLResultSetRowList* SQLResultSet::rows() const function in class:WebCore::SQLResultSet
/external/markdown/markdown/extensions/
H A Dimagelinks.py55 rows = []
72 for row in rows:
99 rows.append([]) # start a new row
109 rows[-1].append((photo_url, title))
/external/replicaisland/src/com/replica/replicaisland/
H A DTiledWorld.java35 public TiledWorld(int cols, int rows) { argument
37 mTilesArray = new int[cols][rows];
38 mRowCount = rows;
42 for (int y = 0; y < rows; y++) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
H A Dsearchcvs.php76 $rows = $row[0]; variable
78 $title = "<span>$rows results total</span>Showing results " . ($offset + 1) . "-" . ($offset + $pagesize > $rows ? $rows : $offset + $pagesize) . " for " . ($_GET["q"] == "" ? "last $days days of commits" : "$et" . sanitize($_GET["q"], "text"));
79 $title = ($rows == 0 ? "No results found for " . sanitize($_GET["q"], "text") . "" : $title);
84 dopager($rows, $page, $pagesize);
103 dopager($rows, $page, $pagesize);
146 print $rows;
227 function dopager($rows, $page, $pagesize)
230 $endpage = ($page + 5 > $rows/
[all...]
/external/opencv/cv/src/
H A Dcvadapthresh.cpp53 int i, j, rows, cols; local
66 rows = src->rows;
72 CV_CALL( mean = cvCreateMat( rows, cols, CV_8UC1 ));
86 for( i = 0; i < rows; i++ )
H A Dcvtemplmatch.cpp103 if( img->cols < templ->cols || img->rows < templ->rows )
107 if( corr->rows > img->rows + templ->rows - 1 ||
115 blocksize.height = cvRound(templ->rows*block_scale);
116 blocksize.height = MAX( blocksize.height, min_block_size - templ->rows + 1 );
117 blocksize.height = MIN( blocksize.height, corr->rows );
122 dftsize.height = cvGetOptimalDFTSize(blocksize.height + templ->rows - 1);
129 blocksize.height = dftsize.height - templ->rows
[all...]
/external/freetype/src/base/
H A Dftbitmap.c63 size = (FT_ULong)( pitch * source->rows );
73 target_size = (FT_ULong)( target_pitch * target->rows );
112 height = bitmap->rows;
176 if ( FT_QALLOC_MULT( buffer, new_pitch, bitmap->rows + ypixels ) )
184 for ( i = 0; i < bitmap->rows; i++ )
193 for ( i = 0; i < bitmap->rows; i++ )
292 p = bitmap->buffer + pitch * ( bitmap->rows - 1 );
296 for ( y = 0; y < bitmap->rows ; y++ )
350 * Make the above `ystr' rows or'ed with it.
366 bitmap->rows
[all...]
/external/chromium/chrome/browser/
H A Dplugin_exceptions_table_model_unittest.cc165 RemoveRowsTableModel::Rows rows; local
166 rows.insert(1);
167 table_model_->RemoveRows(rows);
179 RemoveRowsTableModel::Rows rows; local
180 rows.insert(0);
181 table_model_->RemoveRows(rows);
197 rows.clear();
198 rows.insert(0);
199 rows.insert(2);
200 table_model_->RemoveRows(rows);
[all...]
/external/valgrind/main/drd/tests/
H A Domp_matinv.c41 /** Allocate memory for a matrix with the specified number of rows and
44 static elem_t* new_matrix(const int rows, const int cols) argument
46 assert(rows > 0);
48 return malloc(rows * cols * sizeof(elem_t));
58 static void init_matrix(elem_t* const a, const int rows, const int cols) argument
61 for (i = 0; i < rows; i++)
63 for (j = 0; j < rows; j++)
72 const elem_t* const a, const int rows, const int cols)
76 for (i = 0; i < rows; i++)
154 * has at least as many columns as rows, th
71 print_matrix(const char* const label, const elem_t* const a, const int rows, const int cols) argument
158 gj(elem_t* const a, const int rows, const int cols) argument
[all...]
/external/libvpx/vp8/common/ppc/
H A Dsystemdependent.c28 int rows,
33 extern void (*vp8_mbpost_proc_down)(unsigned char *dst, int pitch, int rows, int cols, int flimit);
34 extern void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit);
35 extern void (*vp8_mbpost_proc_across_ip)(unsigned char *src, int pitch, int rows, int cols, int flimit);
36 extern void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flimit);
44 int rows,
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_yuv_mmx.c83 int rows, int cols, int mod )
88 unsigned char* y = lum +cols*rows; // Pointer to the end
244 int rows, int cols, int mod )
249 unsigned char* y = lum +cols*rows; /* Pointer to the end */
80 ColorRGBDitherYV12MMX1X( int *colortab, Uint32 *rgb_2_pix, unsigned char *lum, unsigned char *cr, unsigned char *cb, unsigned char *out, int rows, int cols, int mod ) argument
241 Color565DitherYV12MMX1X( int *colortab, Uint32 *rgb_2_pix, unsigned char *lum, unsigned char *cr, unsigned char *cb, unsigned char *out, int rows, int cols, int mod ) argument
/external/skia/src/utils/
H A DSkBoundaryPatch.cpp44 bool SkBoundaryPatch::evalPatch(SkPoint verts[], int rows, int cols) { argument
45 if (rows < 2 || cols < 2) {
49 const SkScalar invR = SkScalarInvert(SkIntToScalar(rows - 1));
54 for (int x = 0; x < rows; x++) {
/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLFrameSetElement02.js78 The rows attribute specifies the number of rows of frames in the
81 Retrieve the rows attribute of the second FRAMESET element and examine
104 vrows = testNode.rows;
H A DHTMLTextAreaElement09.js78 The rows attribute specifies the number of text rowns.
80 Retrieve the rows attribute of the 1st TEXTAREA element and examine
103 vrows = testNode.rows;
/external/webkit/LayoutTests/fast/dom/HTMLTableSectionElement/script-tests/
H A Drows.js1 description('Test behavior of the HTMLTableSectionElement rows attribute in cases where there is unusual nesting.');
10 return body.rows.length;
/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_exceptions_table_model.cc78 const Rows& rows) const {
79 for (Rows::const_iterator i(rows.begin()); i != rows.end(); ++i) {
85 if (!rows.count(j))
90 return !rows.empty();
93 void GeolocationExceptionsTableModel::RemoveRows(const Rows& rows) { argument
94 for (Rows::const_reverse_iterator i(rows.rbegin()); i != rows.rend(); ++i) {
120 if ((row == 0) || rows.count(row - 1))
215 // The rows ar
[all...]

Completed in 386 milliseconds

1234567891011>>