HomeSort by relevance Sort by last modified time
    Searched refs:rows (Results 101 - 125 of 421) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/LayoutTests/dom/html/level2/html/
table07.js 78 The collection of rows in this table section.
79 The value of attribute rows of the tablesection element is read and checked against the expected value.
105 vcollection = vsection.rows;
table15.js 78 The collection of rows in this table section.
79 The value of attribute rows of the tablesection element is read and checked against the expected value.
105 vcollection = vsection.rows;
HTMLTableElement07.js 78 The rows attribute returns a collection of all the rows in the table,
81 Retrieve the rows attribute from the second TABLE element and
114 rowsnodeList = testNode.rows;
HTMLTableElement28.js 82 section of the TABLE. The number of rows in the THEAD section before
84 of rows in the THEAD section is two.
112 rowsnodeList = vsection1.rows;
120 rowsnodeList = vsection2.rows;
HTMLTableElement29.js 82 section of the TABLE. The number of rows in the TBODY section before
84 of rows in the TBODY section is three.
115 rowsnodeList = bodyNode.rows;
124 rowsnodeList = bodyNode.rows;
HTMLTableElement32.js 81 with an index of 0(first row). Currently there are four rows in the
83 three rows in the table.
106 rowsnodeList = testNode.rows;
112 rowsnodeList = testNode.rows;
HTMLTableSectionElement16.js 81 with an index of 0. The nuber of rows in the THEAD section before
83 of rows in the THEAD section is two.
107 rowsnodeList = testNode.rows;
113 rowsnodeList = testNode.rows;
HTMLTableSectionElement17.js 81 with an index of 0. The nuber of rows in the TFOOT section before
83 of rows in the TFOOT section is two.
107 rowsnodeList = testNode.rows;
113 rowsnodeList = testNode.rows;
HTMLTableSectionElement18.js 81 with an index of 0. The nuber of rows in the TBODY section before
83 of rows in the TBODY section is three.
107 rowsnodeList = testNode.rows;
113 rowsnodeList = testNode.rows;
HTMLTableSectionElement19.js 81 with an index of 1. The nuber of rows in the THEAD section before
83 After the new row is inserted the number of rows in the THEAD
108 rowsnodeList = testNode.rows;
114 rowsnodeList = testNode.rows;
HTMLTableSectionElement20.js 81 with an index of one. The nuber of rows in the TFOOT section before
83 After the new row is inserted the number of rows in the TFOOT section
108 rowsnodeList = testNode.rows;
114 rowsnodeList = testNode.rows;
HTMLTableSectionElement21.js 81 with an index of two. The number of rows in the TBODY section before
83 After the new row is inserted the number of rows in the TBODY section is
109 rowsnodeList = testNode.rows;
115 rowsnodeList = testNode.rows;
HTMLTableSectionElement22.js 81 with an index of 0. The nuber of rows in the THEAD section before
83 of rows in the THEAD section is zero.
106 rowsnodeList = testNode.rows;
112 rowsnodeList = testNode.rows;
HTMLTableSectionElement23.js 81 with an index of 0. The nuber of rows in the TFOOT section before
83 of rows in the TFOOT section is zero.
106 rowsnodeList = testNode.rows;
112 rowsnodeList = testNode.rows;
HTMLTableSectionElement24.js 81 with an index of 0. The nuber of rows in the TBODY section before
83 of rows in the TBODY section is one.
106 rowsnodeList = testNode.rows;
112 rowsnodeList = testNode.rows;
HTMLTableSectionElement30.js 80 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;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTextAreaElement09.js 78 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;
table07.js 78 The collection of rows in this table section.
79 The value of attribute rows of the tablesection element is read and checked against the expected value.
105 vcollection = vsection.rows;
table15.js 78 The collection of rows in this table section.
79 The value of attribute rows of the tablesection element is read and checked against the expected value.
105 vcollection = vsection.rows;
  /libcore/luni/src/test/java/libcore/sqlite/
OldFunctionContextTest.java 51 String row[] = (String[]) res.rows.elementAt(0);
64 String row[] = (String[]) res.rows.elementAt(0);
77 String row[] = (String[]) res.rows.elementAt(0);
122 String row[] = (String[]) res.rows.elementAt(0);
160 String row[] = (String[]) res.rows.elementAt(0);
165 assertEquals(((String[]) res2.rows.elementAt(0))[0], val);
190 String row[] = (String[]) res.rows.elementAt(0);
  /external/chromium/chrome/browser/importer/
in_process_importer_bridge.cc 58 const std::vector<history::URLRow> &rows,
63 rows, visit_source));
  /external/icu4c/common/
uresdata.c 649 Row *rows; member in struct:TempTable
833 pTempTable->rows[i].keyIndex=ds->readUInt16(pKey16[i]);
834 pTempTable->rows[i].sortIndex=i;
838 pTempTable->rows[i].keyIndex=udata_readInt32(ds, pKey32[i]);
839 pTempTable->rows[i].sortIndex=i;
842 uprv_sortArray(pTempTable->rows, count, sizeof(Row),
868 oldIndex=pTempTable->rows[i].sortIndex;
883 oldIndex=pTempTable->rows[i].sortIndex;
902 oldIndex=pTempTable->rows[i].sortIndex;
956 Row rows[STACK_ROW_CAPACITY] local
    [all...]
  /external/libvpx/vp8/common/
onyx.h 218 int vp8_set_roimap(VP8_PTR comp, unsigned char *map, unsigned int rows, unsigned int cols, int delta_q[4], int delta_lf[4], unsigned int threshold[4]);
219 int vp8_set_active_map(VP8_PTR comp, unsigned char *map, unsigned int rows, unsigned int cols);
postproc.h 16 void sym (unsigned char *dst, int pitch, int rows, int cols,int flimit)
20 int dst_pitch, int rows, int cols, int flimit)
  /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;

Completed in 813 milliseconds

1 2 3 45 6 7 8 91011>>