HomeSort by relevance Sort by last modified time
    Searched defs:cells (Results 1 - 10 of 10) sorted by null

  /external/iproute2/tc/
tc_core.c 70 * The align to ATM cells is used for determining the (ATM) SAR
81 int linksize, cells; local
82 cells = size / ATM_CELL_PAYLOAD;
84 cells++;
86 linksize = cells * ATM_CELL_SIZE; /* Use full cell size to add ATM tax */
  /external/webkit/WebCore/html/
HTMLTableRowElement.cpp 135 RefPtr<HTMLCollection> children = cells();
158 RefPtr<HTMLCollection> children = cells();
169 PassRefPtr<HTMLCollection> HTMLTableRowElement::cells() function in class:WebCore::HTMLTableRowElement
  /external/webkit/WebCore/accessibility/
AccessibilityTable.cpp 108 // cells have borders, or use attributes like headers, abbr, scope or axis
126 // check enough of the cells to find if the table matches our criteria
129 // 2) at least half of cells have borders (or)
130 // 3) at least half of cells have different bg colors than the table, and there is cell spacing
172 // if we've found 10 "good" cells, we don't need to keep searching
178 // if there is less than two valid cells, it's not a data table
182 // half of the cells had borders, it's a data table
338 void AccessibilityTable::cells(AccessibilityObject::AccessibilityChildrenVector& cells) function in class:WebCore::AccessibilityTable
349 cells.append(rowChildren)
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Collector.h 200 const size_t CELLS_PER_BLOCK = (BLOCK_SIZE - sizeof(Heap*)) * 8 * CELL_SIZE / (8 * CELL_SIZE + 1) / CELL_SIZE; // one bitmap byte can represent 8 cells.
237 CollectorCell cells[CELLS_PER_BLOCK]; member in class:JSC::CollectorBlock
  /packages/apps/Phone/src/com/android/phone/
PhoneInterfaceManager.java 581 ArrayList<NeighboringCellInfo> cells = null; local
584 cells = (ArrayList<NeighboringCellInfo>) sendRequest(
590 return (List <NeighboringCellInfo>) cells;
  /external/freetype/src/smooth/
ftgrays.c 332 PCell cells; member in struct:TWorker_
392 /* Initialize the cells table. */
402 ras.cells = NULL;
485 cell = ras.cells + ras.num_cells++;
530 /* All cells that are on the left of the clipping region go to the */
586 /* Render a scanline as one or more cells. */
624 /* ok, we'll have to render a run of adjacent cells on the same */
    [all...]
  /external/qemu/
console.c 138 TextCell *cells; member in struct:TextConsole
506 TextCell *cells, *c, *c1; local
517 cells = qemu_malloc(s->width * s->total_height * sizeof(TextCell));
519 c = &cells[y * s->width];
521 c1 = &s->cells[y * last_width];
532 qemu_free(s->cells);
533 s->cells = cells;
572 c = &s->cells[y1 * s->width + x];
601 c = &s->cells[y1 * s->width + x]
    [all...]
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h 860 @property(readonly, retain) DOMHTMLCollection *cells; variable
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java 2294 ArrayList<NeighboringCellInfo> cells; local
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1218 milliseconds