HomeSort by relevance Sort by last modified time
    Searched full:rows (Results 1 - 25 of 530) 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,
  /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
333 int32_t i, columns, valueColumns, rows, count; local
    [all...]
  /dalvik/libcore/sql/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
77 rows = new Vector();
104 rows.addElement(rowdata);
124 String row[] = (String[]) rows.elementAt(i);
  /dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
TableResultX.java 19 this.rows = tr.rows;
  /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/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/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 */
  /external/clearsilver/cs/
test18.cs 26 <?cs set:rows[row][side].label = label ?>
27 <?cs set:rows[row][side].value = value ?>
  /build/tools/
compare_fileslist.py 46 rows = []
54 rows.append(row)
55 rows = sorted(rows, key=lambda x: x[0])
89 for row in rows:
  /dalvik/libcore/sql/src/test/java/tests/java/sql/
DeleteFunctionalityTest.java 140 * rows and then deletes referenced one
144 notes = "Functionality test: Deletes all referencing rows and then deletes referenced one",
174 * rows will also be deleted
179 notes = "Functionality test: Attempts to delete row with referencing ones and CASCADE action - expecting all referencing rows will also be deleted",
185 notes = "Functionality test: Attempts to delete row with referencing ones and CASCADE action - expecting all referencing rows will also be deleted",
197 assertEquals("Should be no rows", 0, r.getInt(1));
207 notes = "Deletes rows using subquery in WHERE clause with foreign keys. Foreign keys not supported.",
220 assertEquals("Should be 2 rows", 2, r.getInt(1));
225 * @tests DeleteFunctionalityTest#testDelete7(). Deletes rows using
230 notes = "Functionality test: Deletes rows using PreparedStatement"
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 36 image_info() : rows(NULL), is9Patch(false), allocRows(NULL) { }
38 if (rows && rows != allocRows) {
39 free(rows);
54 png_bytepp rows; member in struct:image_info
104 outImageInfo->rows = (png_bytepp)malloc(
107 outImageInfo->allocRows = outImageInfo->rows;
109 png_set_rows(read_ptr, read_info, outImageInfo->rows);
113 outImageInfo->rows[i] = (png_bytep)
117 png_read_image(read_ptr, outImageInfo->rows);
938 png_bytepp rows; local
    [all...]

Completed in 42 milliseconds

1 2 3 4 5 6 7 8 91011>>