HomeSort by relevance Sort by last modified time
    Searched full:cells (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atm_idt77105.h 20 __u32 tx_cells; /* cells transmitted */
21 __u32 rx_cells; /* cells received */
atm_zatm.h 44 #define ZATM_OAM_POOL 0 /* free buffer pool for OAM cells */
45 #define ZATM_AAL0_POOL 1 /* free buffer pool for AAL0 cells */
sonet.h 17 __HANDLE_ITEM(tx_cells); /* cells sent */ \
18 __HANDLE_ITEM(rx_cells); /* cells received */
atm.h 41 #define ATM_AAL0 13 /* "raw" ATM cells */
135 int max_pcr; /* maximum PCR in cells per second */
136 int pcr; /* desired PCR in cells per second */
137 int min_pcr; /* minimum PCR in cells per second */
150 unsigned int nrm :3; /* Max # of Cells for each forward RM cell (3-bit) */
151 unsigned int trm :3; /* Time between forward RM cells (3-bit) */
atmdev.h 21 max cell rate: 353207.547 cells/sec */
28 max cell rate: 1412830.188 cells/sec */
30 /* DS3: 12 cells in a 125 usec time slot */
125 #define __ATM_LM_ATM 2 /* loop back ATM cells ---' | | */
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
CellSpan.java 25 * Exercise table layout with cells spanning.
FixedWidth.java 25 * Exercise table layout with cells having a fixed width and height.
HorizontalGravity.java 25 * Exercise table layout with cells using a horizontal gravity.
VerticalGravity.java 25 * Exercise table layout with cells using a vertical gravity.
Weight.java 25 * Exercise table layout with cells having a weight.
  /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/iproute2/include/linux/
atm.h 43 #define ATM_AAL0 13 /* "raw" ATM cells */
137 int max_pcr; /* maximum PCR in cells per second */
138 int pcr; /* desired PCR in cells per second */
139 int min_pcr; /* minimum PCR in cells per second */
152 unsigned int nrm :3; /* Max # of Cells for each forward RM cell (3-bit) */
153 unsigned int trm :3; /* Time between forward RM cells (3-bit) */
  /external/kernel-headers/original/linux/
atm.h 46 #define ATM_AAL0 13 /* "raw" ATM cells */
140 int max_pcr; /* maximum PCR in cells per second */
141 int pcr; /* desired PCR in cells per second */
142 int min_pcr; /* minimum PCR in cells per second */
155 unsigned int nrm :3; /* Max # of Cells for each forward RM cell (3-bit) */
156 unsigned int trm :3; /* Time between forward RM cells (3-bit) */
  /external/webkit/WebCore/accessibility/
AccessibilityARIAGridCell.cpp 72 // as far as I can tell, grid cells cannot span rows
92 // as far as I can tell, grid cells cannot span columns
AccessibilityTable.h 72 // all the cells in the table
73 void cells(AccessibilityChildrenVector&);
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/WebCore/html/
HTMLTableRowElement.idl 27 readonly attribute HTMLCollection cells;
DataGridColumn.h 107 RefPtr<RenderStyle> m_columnStyle; // The style used to render the column background behind the row cells.
108 RefPtr<RenderStyle> m_headerStyle; // The style used to render the column header above the row cells.
HTMLTableElement.h 119 bool m_borderAttr; // Sets a precise border width and creates an outset border for the table and for its cells.
120 bool m_borderColorAttr; // Overrides the outset border and makes it solid for the table and cells instead.
CollectionType.h 52 TRCells, // all cells in this row
  /external/webkit/WebCore/rendering/
RenderTableRow.cpp 130 // We only ever need to repaint if our cells didn't, which menas that they didn't need
134 // parent table, and being mid-layout, that is invalid. Instead, we repaint our cells.
154 // FIXME: Find a better way to do this, e.g., need to repaint all the cells that we
202 // FIXME: Examine cells and repaint only the rect the image paints in.
  /build/tools/droiddoc/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];
  /development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
FixedGridLayout.java 30 * cells is set by the {@link #setCellSize} method and the
35 * in {@link #addViewAt}. Views can not span multiple cells.
  /frameworks/base/docs/html/guide/tutorials/views/
hello-tablelayout.jd 93 <code>table</code> element; <code>TableRow</code> is like a <code>tr</code> element; but for our cells like
94 the html <code>td</code> element, we can use any kind of View. Here, we use <code>TextView</code> for the cells.</p>
  /packages/apps/Launcher2/res/values/
attrs.xml 52 <!-- Number of cells on the short axis of the CellLayout -->
54 <!-- Number of cells on the long axis of the CellLayout -->

Completed in 358 milliseconds

1 2 3 4 5 6 7 8 9