HomeSort by relevance Sort by last modified time
    Searched refs:cell (Results 1 - 25 of 250) sorted by null

1 2 3 4 5 6 7 8 910

  /external/webkit/Source/JavaScriptCore/heap/
MarkStack.cpp 57 inline void MarkStack::markChildren(JSCell* cell)
59 ASSERT(Heap::isMarked(cell));
60 if (cell->structure()->typeInfo().type() < CompoundType) {
61 cell->JSCell::markChildren(*this);
65 if (!cell->structure()->typeInfo().overridesMarkChildren()) {
66 ASSERT(cell->isObject());
68 asObject(cell)->markChildrenDirect(*this);
72 cell->markChildren(*this);
78 if (cell->vptr() == m_jsArrayVPtr) {
79 asArray(cell)->markChildrenDirect(*this)
104 JSCell* cell; local
    [all...]
MarkedBlock.cpp 74 JSCell* cell = reinterpret_cast<JSCell*>(&atoms()[i]); local
76 if (cell->structure() && cell->structure() != dummyMarkableCellStructure && !cell->isZombie()) {
77 const ClassInfo* info = cell->classInfo();
78 cell->~JSCell();
79 new (cell) JSZombie(*m_heap->globalData(), info, m_heap->globalData()->zombieStructure.get());
83 cell->~JSCell();
84 new (cell) JSCell(*m_heap->globalData(), dummyMarkableCellStructure);
MarkedSpace.h 120 inline Heap* MarkedSpace::heap(JSCell* cell)
122 return MarkedBlock::blockFor(cell)->heap();
125 inline bool MarkedSpace::isMarked(const JSCell* cell)
127 return MarkedBlock::blockFor(cell)->isMarked(cell);
130 inline bool MarkedSpace::testAndSetMarked(const JSCell* cell)
132 return MarkedBlock::blockFor(cell)->testAndSetMarked(cell);
135 inline void MarkedSpace::setMarked(const JSCell* cell)
137 MarkedBlock::blockFor(cell)->setMarked(cell)
    [all...]
Heap.h 145 inline bool Heap::isMarked(const JSCell* cell)
147 return MarkedSpace::isMarked(cell);
150 inline bool Heap::testAndSetMarked(const JSCell* cell)
152 return MarkedSpace::testAndSetMarked(cell);
155 inline void Heap::setMarked(JSCell* cell)
157 MarkedSpace::setMarked(cell);
HandleHeap.cpp 77 JSCell* cell = node->slot()->asCell(); local
78 if (Heap::isMarked(cell))
99 JSCell* cell = node->slot()->asCell(); local
100 if (Heap::isMarked(cell))
161 JSCell* cell = value.asCell();
162 if (!cell || !cell->structure())
166 if (cell->isZombie())
  /packages/apps/Launcher2/
print_db.py 50 def print_intent(out, id, i, cell):
51 if cell:
53 cgi.escape(cell, True)
57 def print_icon(out, id, i, cell):
58 if cell:
62 f.write(cell)
65 def print_cell(out, id, i, cell):
66 if not cell is None:
67 out.write(cgi.escape(str(cell)))
74 def render_cell_info(out, cell, occupied)
158 cell = row[i] variable
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ShowMoreDataGridNode.js 59 var cell = document.createElement("td");
61 cell.style.setProperty("padding-left", (this.depth * this.dataGrid.indentWidth) + "px");
62 cell.appendChild(this.showNext);
64 cell.appendChild(this.showAll);
65 this._element.appendChild(cell);
72 cell = document.createElement("td");
73 this._element.appendChild(cell);
ProfileDataGridTree.js 81 var cell = WebInspector.DataGridNode.prototype.createCell.call(this, columnIdentifier);
84 cell.addStyleClass("highlight");
86 cell.addStyleClass("highlight");
88 cell.addStyleClass("highlight");
90 cell.addStyleClass("highlight");
93 return cell;
96 cell.addStyleClass("highlight");
103 cell.insertBefore(urlElement, cell.firstChild);
106 return cell;
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTableSection.cpp 87 // recalc cell info because RenderTable has unguarded pointers
110 // If beforeChild is inside an anonymous cell/row, insert into the cell or into
183 void RenderTableSection::addCell(RenderTableCell* cell, RenderTableRow* row)
185 int rSpan = cell->rowSpan();
186 int cSpan = cell->colSpan();
191 // (see the annotation on table cell layouting in the CSS specs and the testcase below:
201 Length logicalHeight = cell->style()->logicalHeight();
229 // tell the cell where it is
243 ASSERT(cell);
280 RenderTableCell* cell = current.primaryCell(); local
341 RenderTableCell* cell; local
468 RenderTableCell* cell = current.primaryCell(); local
591 RenderTableCell* cell = cs.primaryCell(); local
740 RenderTableCell* cell = cs.primaryCell(); local
965 RenderTableCell* cell = cs.primaryCell(); local
1125 RenderTableCell* cell = current.primaryCell(); local
1214 const CellStruct& cell = cellAt(r, c); local
1238 RenderTableCell* cell = r[pos].primaryCell(); local
1316 RenderTableCell* cell = current.cells[i]; local
    [all...]
RenderTableRow.cpp 100 // If beforeChild is inside an anonymous cell, insert into the cell.
106 RenderTableCell* cell = new (renderArena()) RenderTableCell(document() /* anonymous object */); local
110 cell->setStyle(newStyle.release());
111 addChild(cell, beforeChild);
112 cell->addChild(child);
116 // If the next renderer is actually wrapped in an anonymous table cell, we need to go up and find that.
120 RenderTableCell* cell = toRenderTableCell(child); local
124 section()->addCell(cell, this);
127 RenderBox::addChild(cell, beforeChild)
144 RenderTableCell* cell = toRenderTableCell(child); local
220 RenderTableCell* cell = toRenderTableCell(child); local
    [all...]
AutoTableLayout.cpp 60 RenderTableCell* cell = current.primaryCell(); local
62 bool cellHasContent = cell && !current.inColSpan && (cell->firstChild() || cell->style()->hasBorder() || cell->style()->hasPadding());
66 if (current.inColSpan || !cell)
69 if (cell->colSpan() == 1) {
70 // A cell originates in this column. Ensure we have
74 if (cell->preferredLogicalWidthsDirty())
75 cell->computePreferredLogicalWidths()
208 RenderTableCell* cell = toRenderTableCell(cb); local
292 RenderTableCell* cell = m_spanCells[i]; local
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityTableColumn.cpp 97 AccessibilityObject* cell = rowChildren[i].get(); local
98 if (cell->ariaRoleAttribute() == ColumnHeaderRole)
99 return cell;
136 RenderTableCell* cell = 0;
143 // we've reached a cell that doesn't even overlap our column
155 cell = testCell;
158 if (!cell)
161 return m_parentTable->axObjectCache()->getOrCreate(cell);
187 AccessibilityTableCell* cell = m_parentTable->cellForColumnAndRow(m_columnIndex, i); local
188 if (!cell)
    [all...]
AccessibilityTable.cpp 118 // go through the cell's and check for tell-tale signs of "data" table status
127 // if there's only one cell, it's not a good AXTable candidate
131 // store the background color of the table to check against cell's background colors
139 // 1) must have at least one valid cell (and)
141 // 3) at least half of cells have different bg colors than the table, and there is cell spacing
154 RenderTableCell* cell = firstBody->primaryCellAt(row, col); local
155 if (!cell)
157 Node* cellNode = cell->node();
161 if (cell->width() < 1 || cell->height() < 1
320 RenderTableCell* cell = tableSection->primaryCellAt(rowIndex, colIndex); local
462 RenderTableCell* cell = 0; local
    [all...]
AccessibilityTableRow.cpp 110 AccessibilityObject* cell = rowChildren[0].get();
111 if (!cell->isTableCell())
114 RenderObject* cellRenderer = static_cast<AccessibilityTableCell*>(cell)->renderer();
122 return cell;
AccessibilityARIAGridRow.cpp 133 AccessibilityObject* cell = rowChildren[i].get(); local
134 if (cell->ariaRoleAttribute() == RowHeaderRole)
135 return cell;
  /external/valgrind/main/memcheck/tests/
leak-pool.c 9 struct cell struct
11 struct cell *next;
92 struct cell *cells_static[N];
97 struct cell *cells_local[N];
101 struct cell **cells = static_roots ? cells_static : cells_local;
114 cells[i] = allocate_from_pool(p, sizeof(struct cell));
119 p->buf+(10 * sizeof(struct cell)),
120 20 * sizeof(struct cell) + 2);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatMessageLabelProvider.java 76 public void update(ViewerCell cell) {
77 Object element = cell.getElement();
83 String text = getCellText(m, cell.getColumnIndex());
84 cell.setText(text);
85 cell.setFont(mLogFont);
86 cell.setForeground(getForegroundColor(m));
  /external/chromium/chrome/browser/resources/net_internals/
util.js 172 * @returns {!TablePrinterCell} the cell that was added.
176 var cell = new TablePrinterCell(cellText);
177 r.push(cell);
178 return cell;
189 * @returns {!TablePrinterCell} the cell that was added.
197 var cell = new TablePrinterCell(headerText);
198 this.rows_[0].push(cell);
199 return cell;
214 * Returns the cell at position (rowIndex, columnIndex), or null if there is
215 * no such cell
    [all...]
  /external/webkit/LayoutTests/fast/dom/HTMLTableRowElement/script-tests/
cells.js 7 var cell = document.createElement("td");
9 container.appendChild(cell);
17 var cell = document.createElement("th");
19 container.appendChild(cell);
  /external/webkit/Source/WebCore/platform/mac/
ThemeMac.mm 130 static void setControlSize(NSCell* cell, const IntSize* sizes, const IntSize& minZoomedSize, float zoomFactor)
133 if (size != [cell controlSize]) // Only update if we have to, since AppKit does work even if the size is the same.
134 [cell setControlSize:(NSControlSize)size];
137 static void updateStates(NSCell* cell, ControlStates states)
142 bool oldPressed = [cell isHighlighted];
145 [cell setHighlighted:pressed];
148 bool oldEnabled = [cell isEnabled];
151 [cell setEnabled:enabled];
154 bool oldFocused = [cell showsFirstResponder];
157 [cell setShowsFirstResponder:focused]
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLTableRowElement.cpp 130 RefPtr<HTMLTableCellElement> cell = HTMLTableCellElement::create(tdTag, document()); local
132 appendChild(cell, ec);
139 insertBefore(cell, n, ec);
141 return cell.release();
151 RefPtr<Node> cell = children->item(index); local
152 HTMLElement::removeChild(cell.get(), ec);
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLTable.java 87 private static class Cell extends IElement.Factory.ElementImpl
97 Cell (Tag tag)
110 final ICell cell = new Cell (m_th ? Tag.TH : Tag.TD); local
111 add (cell);
113 return cell;
  /dalvik/vm/compiler/codegen/x86/
Assemble.cpp 38 * chain cell offset codeAddress - 2, and (if present) executionCount is at
44 * +--| Offset to chain cell counts| -> 2 bytes
59 * +->| Chaining cell counts | -> 8 bytes, chain cell counts by type
90 * written in assembly and have setup method, cell, and clazz at r0, r2, and
98 * 3) Enqueue the new content for the chaining cell which will be appled in
103 PredictedChainingCell *cell,
120 * Returns the address following the last cell unchained. Note that
  /external/icu4c/tools/toolutil/
ucmstate.c 333 int32_t entry, sum, state, cell, count; local
353 for(cell=0; cell<256; ++cell) {
354 entry=states->stateTable[state][cell];
358 states->stateTable[state][cell]=MBCS_ENTRY_FINAL_SET_VALUE(entry, sum);
362 states->stateTable[state][cell]=MBCS_ENTRY_FINAL_SET_VALUE(entry, sum);
373 for(cell=0; cell<256; ++cell) {
425 int32_t entry, state, cell, count; local
928 int32_t state, cell, entry; local
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 201 final HTMLTable.ICell cell = coverage.newCell (); local
202 cell.setText (buf.toString (), true);
203 if (fail) cell.setClass (CSS_DATA_HIGHLIGHT);
380 final HTMLTable.ICell cell = coverage.newCell (); local
381 cell.setText (buf.toString (), true);
382 if (fail) cell.setClass (CSS_DATA_HIGHLIGHT);
497 final HTMLTable.ICell cell = coverage.newCell (); local
498 cell.setText (buf.toString (), true);
499 if (fail) cell.setClass (CSS_DATA_HIGHLIGHT);
555 // final HTMLTable.ICell cell = subheader.newCell ()
674 final HTMLTable.ICell cell = coverage.newCell (); local
791 final HTMLTable.ICell cell = navRow.newCell (); local
826 final HTMLTable.ICell cell = navRow.newCell (); local
846 final HTMLTable.ICell cell = titleRow.newCell (); local
884 final HTMLTable.ICell cell = header.newCell (); local
921 final HTMLTable.ICell cell = row.newCell (); local
951 final HTMLTable.ICell cell = row.newCell (); local
988 final HTMLTable.ICell cell = row.newCell (); local
1016 final HTMLTable.ICell cell = row.newCell (); local
1045 final HTMLTable.ICell cell = row.newCell (); local
1077 final HTMLTable.ICell cell = row.newCell (); local
1398 final HTMLTable.ICell cell = titleRow.newCell (); local
    [all...]

Completed in 1778 milliseconds

1 2 3 4 5 6 7 8 910