HomeSort by relevance Sort by last modified time
    Searched full:cells (Results 76 - 100 of 410) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/telephony/java/android/telephony/
NeighboringCellInfo.java 73 * NeighboringCellInfo is one time shot for the neighboring cells based on
91 * NeighboringCellInfo is one time shot for the neighboring cells based on
232 * NeighboringCellInfo is a one time shot for the neighboring cells based on
247 * NeighboringCellInfo is a one time shot for the neighboring cells based on
  /packages/apps/Launcher2/res/layout-sw600dp/
workspace.xml 17 <!-- The workspace contains 5 screens of cells -->
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/
info.html 69 function renderCells(cells, data) {
70 for (var i = 0; i < cells.length; i++) {
71 var cell = cells[i];
  /external/webkit/Source/WebCore/html/
HTMLTableRowElement.cpp 123 RefPtr<HTMLCollection> children = cells();
146 RefPtr<HTMLCollection> children = cells();
157 PassRefPtr<HTMLCollection> HTMLTableRowElement::cells() function in class:WebCore::HTMLTableRowElement
  /frameworks/base/docs/html/guide/topics/ui/
layout-objects.jd 94 or cells. The table will have as many columns as the row with the most cells. A table can leave
95 cells empty, but cells cannot span columns, as they can in HTML.</p>
98 Each row has zero or more cells, each of which is defined by any kind of other View. So, the cells of a row may be
101 <p>The following sample layout has two rows and two cells in each. The accompanying screenshot shows the
  /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...]
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuView.java 114 // Divide the view into cells.
178 // Divide space for remaining cells if we have items that can expand.
179 // Try distributing whole leftover cells to smaller items first.
209 // We have enough cells, all minimum size items will be incremented.
322 * @param cellsRemaining Number of cells remaining that this view can expand to fill
325 * @return Number of cells this child was measured to occupy
  /external/chromium/chrome/browser/resources/
about_stats.html 230 var x = a.cells[cnum].innerText;
231 var y = b.cells[cnum].innerText;
237 var x = parseFloat(a.cells[cnum].innerText);
238 var y = parseFloat(b.cells[cnum].innerText);
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_decoration.h 20 // Decorations are more like Cocoa cells, except implemented in C++ to
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
table2CSV.js 10 $().filter().find.each() help to ignore non-data cells.
  /external/v8/test/mjsunit/regress/
regress-675.js 31 // property cells.
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableCellElement03.js 78 The abbr attribute specifies the abbreviation for table header cells(TH).
HTMLTableCellElement04.js 78 The abbr attribute specifies the abbreviation for table data cells(TD).
HTMLTableCellElement05.js 79 header cells(TH).
HTMLTableCellElement06.js 79 data cells(TD).
HTMLTableCellElement07.js 79 header cells(TH).
HTMLTableCellElement08.js 79 data cells(TD).
HTMLTableCellElement13.js 79 of table header cells(TH).
HTMLTableCellElement14.js 79 of table data cells(TD).
HTMLTableCellElement17.js 79 table header cells(TH).
HTMLTableCellElement18.js 79 table data cells(TD).
HTMLTableCellElement25.js 78 The scope attribute specifies the scope covered by header cells.
HTMLTableCellElement26.js 78 The scope attribute specifies the scope covered by data cells.
HTMLTableCellElement29.js 78 The width attribute specifies the cells width.
HTMLTableCellElement30.js 78 The width attribute specifies the cells width.

Completed in 129 milliseconds

1 2 34 5 6 7 8 91011>>