HomeSort by relevance Sort by last modified time
    Searched refs:cells (Results 26 - 50 of 163) sorted by null

12 3 4 5 6 7

  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableRowElement15.js 79 if the specified index is greater than the number of cells.
81 Retrieve the fourth TR element which has six cells. Try
83 a INDEX_SIZE_ERR DOMException since there are only six cells.
HTMLTableRowElement17.js 79 if the specified index is greater than the number of cells.
81 Retrieve the fourth TR element which has six cells. Try
83 a INDEX_SIZE_ERR DOMException since there are only six cells.
HTMLTableRowElement18.js 79 if the specified index is equal to the number of cells.
81 Retrieve the fourth TR element which has six cells. Try
83 a INDEX_SIZE_ERR DOMException since there are only six cells.
HTMLTableCellElement09.js 78 The bgColor attribute specifies the cells background color for
79 table header cells(TH).
HTMLTableCellElement10.js 78 The bgColor attribute specifies the cells background color for table
79 data cells(TD).
HTMLTableCellElement11.js 78 The char attribute specifies the alignment character for cells in a column
79 of table header cells(TH).
HTMLTableCellElement12.js 78 The char attribute specifies the alignment character for cells in a column
79 of table data cells(TD).
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableRowElement15.js 79 if the specified index is greater than the number of cells.
81 Retrieve the fourth TR element which has six cells. Try
83 a INDEX_SIZE_ERR DOMException since there are only six cells.
HTMLTableRowElement17.js 79 if the specified index is greater than the number of cells.
81 Retrieve the fourth TR element which has six cells. Try
83 a INDEX_SIZE_ERR DOMException since there are only six cells.
HTMLTableRowElement18.js 79 if the specified index is equal to the number of cells.
81 Retrieve the fourth TR element which has six cells. Try
83 a INDEX_SIZE_ERR DOMException since there are only six cells.
HTMLTableCellElement09.js 78 The bgColor attribute specifies the cells background color for
79 table header cells(TH).
HTMLTableCellElement10.js 78 The bgColor attribute specifies the cells background color for table
79 data cells(TD).
HTMLTableCellElement11.js 78 The char attribute specifies the alignment character for cells in a column
79 of table header cells(TH).
HTMLTableCellElement12.js 78 The char attribute specifies the alignment character for cells in a column
79 of table data cells(TD).
  /external/guava/guava/src/com/google/common/collect/
RegularImmutableTable.java 37 * cells.
90 List<Cell<R, C, V>> cells,
93 checkNotNull(cells);
115 Collections.sort(cells, comparator);
117 return forCellsInternal(cells, rowComparator, columnComparator);
121 Iterable<Cell<R, C, V>> cells) {
122 return forCellsInternal(cells, null, null);
130 forCellsInternal(Iterable<Cell<R, C, V>> cells,
136 for (Cell<R, C, V> cell : cells) {
156 // use a dense table if more than half of the cells have value
    [all...]
  /external/libvorbis/vq/
vqgen.c 40 divide the training set up into cells representing roughly equal
98 FILE *cells; local
100 cells=fopen(buff,"w");
144 fprintf(cells,"%g\n",spacings[i]);
145 fclose(cells);
350 FILE *cells; local
351 sprintf(buff,"cells%d.m",v->it);
352 cells=fopen(buff,"w");
432 cells in a codebook to be roughly some minimum size (as with
494 fprintf(cells,"%g %g\n%g %g\n\n"
    [all...]
  /external/qemu/
console.c 171 TextCell *cells; member in struct:TextConsole
550 TextCell *cells, *c, *c1; local
561 cells = qemu_malloc(s->width * s->total_height * sizeof(TextCell));
563 c = &cells[y * s->width];
565 c1 = &s->cells[y * last_width];
576 qemu_free(s->cells);
577 s->cells = cells;
616 c = &s->cells[y1 * s->width + x];
645 c = &s->cells[y1 * s->width + x]
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 11 var c1 = row.cells[0];
12 // var c2 = row.cells[1];
24 var link = row.cells[0].childNodes[0];
27 // row.cells[1].innerHTML = match.type;
93 c1 = r.cells[0];
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 11 var c1 = row.cells[0];
12 // var c2 = row.cells[1];
24 var link = row.cells[0].childNodes[0];
27 // row.cells[1].innerHTML = match.type;
93 c1 = r.cells[0];
  /external/webkit/Source/WebCore/accessibility/
AccessibilityTable.cpp 119 // cells have borders, or use attributes like headers, abbr, scope or axis
137 // check enough of the cells to find if the table matches our criteria
140 // 2) at least half of cells have borders (or)
141 // 3) at least half of cells have different bg colors than the table, and there is cell spacing
198 // if we've found 10 "good" cells, we don't need to keep searching
223 // if there is less than two valid cells, it's not a data table
227 // half of the cells had borders, it's a data table
422 void AccessibilityTable::cells(AccessibilityObject::AccessibilityChildrenVector& cells) function in class:WebCore::AccessibilityTable
432 cells.append(rowChildren)
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
testview.js 70 // We will fill in result cells with actual values (to replace the
72 // save references to these cells.
  /external/opencv/cvaux/src/
cvdpstereo.cpp 105 #define CELL(d,x) cells[(d)+(x)*dispH]
109 _CvDPCell* cells = (_CvDPCell*)cvAlloc(sizeof(_CvDPCell)*imgW*MAX(dispH,(imgH+1)/2)); local
111 int* reliabilities = (int*)cells;
196 _CvDPCell* _cell = cells + x*dispH;
471 cvFree( &cells );
  /external/clang/tools/scan-build/
sorttable.js 78 headrow = table.tHead.rows[0].cells;
148 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]];
170 text = sorttable.getInnerText(table.tBodies[0].rows[i].cells[column]);
  /frameworks/base/tools/preload/
sorttable.js 78 headrow = table.tHead.rows[0].cells;
148 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]];
170 text = sorttable.getInnerText(table.tBodies[0].rows[i].cells[column]);
  /external/v8/test/mjsunit/regress/
regress-675.js 31 // property cells.

Completed in 750 milliseconds

12 3 4 5 6 7