HomeSort by relevance Sort by last modified time
    Searched full:rows (Results 1 - 25 of 611) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/
textarea-iframe-navigation2.html 6 <textarea rows="3">
input-type-file-autocomplete-refresh.html 5 <frameset rows="50%,50%">
  /external/webkit/WebCore/manual-tests/resources/
nestedframesets.html 1 <frameset cols="300,300" rows="*">
testframeset.html 1 <frameset rows="244,516" cols="*">
textarea-form-back-on-submit.html 8 <textarea name="text" rows="3" cols="10" id="textarea">123</textarea><br />
  /external/skia/src/utils/
SkMeshUtils.cpp 14 int texW, int texH, int rows, int cols) {
15 if (rows < 2 || cols < 2) {
27 fTexCount = rows * cols;
28 rows -= 1;
30 fIndexCount = rows * cols * 6;
47 for (int x = 0; x < rows; x++) {
49 *idx++ = index + rows + 1;
53 *idx++ = index + rows + 1;
54 *idx++ = index + rows + 2;
65 const SkScalar dx = SkIntToScalar(texW) / rows;
    [all...]
SkBoundaryPatch.cpp 37 bool SkBoundaryPatch::evalPatch(SkPoint verts[], int rows, int cols) {
38 if (rows < 2 || cols < 2) {
42 const SkScalar invR = SkScalarInvert(SkIntToScalar(rows - 1));
47 for (int x = 0; x < rows; x++) {
  /cts/tools/signature-tools/templates/
Table.st 6 $rows$
ClassOverviewPage.st 43 $Table(name="Removed Annotation Fields", rows=removed_annotation_fields:{$it.from:ModelElementRow()$})$
48 $Table(name="Added Annotation Fields", rows=added_annotation_fields:{$it.to:ModelElementRow()$})$
53 $Table(name="Changed Annotation Fields", rows=changed_annotation_fields:DeltaTableRow())$
61 $Table(name="Removed Enum Constants", rows=removed_enum_constants:{$it.from:ModelElementRow()$})$
66 $Table(name="Added Enum Constants", rows=added_enum_constants:{$it.to:ModelElementRow()$})$
71 $Table(name="Changed Enum Constants", rows=changed_enum_constants:DeltaTableRow())$
79 $Table(name="Removed Fields", rows=removed_fields:{$it.from:ModelElementRow()$})$
84 $Table(name="Added Fields", rows=added_fields:{$it.to:ModelElementRow()$})$
89 $Table(name="Changed Fields", rows=changed_fields:DeltaTableRow())$
97 $Table(name="Removed Constructors", rows=removed_constructors:{$it.from:ModelElementRow()$})
    [all...]
PackageOverviewPage.st 22 $Table(name="Removed Classes and Interfaces", rows=removed_classes:{$it.from:{<tt>$it.name$</tt>}$}:SimpleTableRow())$
28 $Table(name="Added Classes and Interfaces", rows=added_classes:{$it.to:ClassReferenceLink()$}:SimpleTableRow())$
33 $Table(name="Changed Classes and Interfaces", rows=changed_classes:{$it.to:ClassChangedLink()$}:SimpleTableRow())$
ApiOverviewPage.st 36 $Table(name="Removed Packages", rows=removed_packages:{$it.from:ModelElementRow()$})$
42 $Table(name="Added Packages", rows=added_packages:{$it.to:PackageAddedLink()$}:SimpleTableRow())$
47 $Table(name="Changed Packages", rows=changed_packages:{$it.to:PackageChangedLink()$}:SimpleTableRow())$
  /external/skia/include/utils/
SkMeshUtils.h 16 bool init(int texW, int texH, int rows, int cols) {
17 return this->init(NULL, NULL, texW, texH, rows, cols);
21 int texW, int texH, int rows, int cols);
38 static void Draw(SkCanvas*, const SkBitmap&, int rows, int cols,
  /libcore/sqlite-jdbc/src/main/java/SQLite/
TableResult.java 39 * Number of rows in the result set.
57 * Rows of the result set. Each row is stored as a String array.
60 public Vector rows; field in class:TableResult
63 * Maximum number of rows to hold in the table.
69 * Flag to indicate Maximum number of rows condition.
83 * Create an empty result set with maximum number of rows.
98 rows = new Vector();
130 rows.addElement(rowdata);
150 String row[] = (String[]) rows.elementAt(i);
  /external/chromium/third_party/icu/source/common/
propsvec.c 31 int32_t rows; member in struct:UPropsVectors
67 pv->rows=2+(UPVEC_MAX_CP-UPVEC_FIRST_SPECIAL_CP);
69 /* set the all-Unicode row and the special-value rows */
71 uprv_memset(row, 0, pv->rows*columns*4);
94 int32_t columns, i, start, limit, prevRow, rows; local
97 rows=limit=pv->rows;
183 /* find the rows whose ranges overlap with the input range */
185 /* find the first and last rows, always successful */
190 * Rows need to be split if they partially overlap with th
199 int32_t count, rows; local
333 int32_t i, columns, valueColumns, rows, count; local
    [all...]
  /external/icu4c/common/
propsvec.c 31 int32_t rows; member in struct:UPropsVectors
67 pv->rows=2+(UPVEC_MAX_CP-UPVEC_FIRST_SPECIAL_CP);
69 /* set the all-Unicode row and the special-value rows */
71 uprv_memset(row, 0, pv->rows*columns*4);
94 int32_t columns, i, start, limit, prevRow, rows; local
97 rows=limit=pv->rows;
183 /* find the rows whose ranges overlap with the input range */
185 /* find the first and last rows, always successful */
190 * Rows need to be split if they partially overlap with th
199 int32_t count, rows; local
335 int32_t i, columns, valueColumns, rows, count; local
    [all...]
  /external/clearsilver/python/examples/base/
odb_mysql.py 27 rows = cursor.fetchall()
29 for row in rows:
40 rows = cursor.fetchall()
43 for row in rows:
  /external/webkit/WebKitTools/QueueStatusServer/templates/
updatestatus.html 13 <textarea name="status" rows="3" cols="60"></textarea>
  /external/libvpx/examples/
vp8_set_maps.txt 35 roi.rows = cfg.g_h/16;
54 roi.roi_map = malloc(roi.rows * roi.cols);
55 for(i=0;i<roi.rows*roi.cols;i++)
66 active.rows = cfg.g_h/16;
70 active.active_map = malloc(active.rows * active.cols);
71 for(i=0;i<active.rows*active.cols;i++)
81 active.rows = 240/16;
  /external/libvpx/vp8/common/
debugmodes.c 16 void vp8_print_modes_and_motion_vectors(MODE_INFO *mi, int rows, int cols, int frame)
28 for (mb_row = 0; mb_row < rows; mb_row++)
47 for (mb_row = 0; mb_row < rows; mb_row++)
67 for (mb_row = 0; mb_row < rows; mb_row++)
89 for (b_row = 0; b_row < 4 * rows; b_row++)
115 for (mb_row = 0; mb_row < rows; mb_row++)
137 for (b_row = 0; b_row < 4 * rows; b_row++)
  /external/webkit/WebCore/rendering/
RenderFrameSet.cpp 136 int rows = frameSet()->totalRows(); local
141 for (int r = 0; r < rows; r++) {
217 // Count the total length of all of the fixed columns/rows -> totalFixed
218 // Count the number of columns/rows which are fixed -> countFixed
225 // Count the total percentage of all of the percentage columns/rows -> totalPercent
226 // Count the number of columns/rows which are percentages -> countPercent
233 // Count the total relative of all the relative columns/rows -> totalRelative
234 // Count the number of columns/rows which are relative -> countRelative
243 // Fixed columns/rows are our first priority. If there is not enough space to fit all fixed
244 // columns/rows we need to proportionally adjust their size.
417 int rows = frameSet()->totalRows(); local
438 int rows = frameSet()->totalRows(); local
473 size_t rows = frameSet()->totalRows(); local
525 int rows = frameSet()->totalRows(); local
648 int rows = frameSet()->totalRows(); local
    [all...]
  /external/libvpx/vp8/common/ppc/
systemdependent.c 28 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/webkit/WebCore/accessibility/
AccessibilityARIAGridRow.cpp 65 // The contiguous disclosed rows will be the rows in the table that
71 // Search for rows that match the correct level.
72 // Only take the subsequent rows from this one that are +1 from this row's level.
78 AccessibilityChildrenVector& allRows = static_cast<AccessibilityTable*>(parent)->rows();
105 AccessibilityChildrenVector& allRows = static_cast<AccessibilityTable*>(parent)->rows();
  /external/clearsilver/
README.python 57 rows = mydb.mytable.fetchAllRows() # fetch all rows
58 rows.hdfExport("CGI.tabledata",ncgi.hdf) # export them into the dataset
60 # it is also really easy to change rows:
  /external/kernel-headers/original/linux/
vt.h 46 unsigned short v_rows; /* number of rows */
53 unsigned short v_rows; /* number of rows */
55 unsigned short v_vlin; /* number of pixel rows on screen */
56 unsigned short v_clin; /* number of pixel rows per character */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
vt.h 58 unsigned short v_rows; /* number of rows */
65 unsigned short v_rows; /* number of rows */
67 unsigned short v_vlin; /* number of pixel rows on screen */
68 unsigned short v_clin; /* number of pixel rows per character */

Completed in 3006 milliseconds

1 2 3 4 5 6 7 8 91011>>