/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
D | TerrainGridListener.java | 44 public void tileAttached( Vector3f cell, TerrainQuad quad ); in tileAttached() 46 public void tileDetached( Vector3f cell, TerrainQuad quad ); in tileDetached()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderTableRow.cpp | 106 … RenderTableCell* cell = new (renderArena()) RenderTableCell(document() /* anonymous object */); in addChild() local 120 RenderTableCell* cell = toRenderTableCell(child); in addChild() local 144 RenderTableCell* cell = toRenderTableCell(child); in layout() local 220 RenderTableCell* cell = toRenderTableCell(child); in paint() local
|
D | RenderTableSection.cpp | 189 void RenderTableSection::addCell(RenderTableCell* cell, RenderTableRow* row) in addCell() 286 RenderTableCell* cell = current.primaryCell(); in setCellLogicalWidths() local 347 RenderTableCell* cell; in setCellLogicalWidths() local 474 RenderTableCell* cell = current.primaryCell(); in setCellLogicalWidths() local 597 RenderTableCell* cell = cs.primaryCell(); in setCellLogicalWidths() local 746 RenderTableCell* cell = cs.primaryCell(); in setCellLogicalWidths() local 971 RenderTableCell* cell = cs.primaryCell(); in setCellLogicalWidths() local 1008 void RenderTableSection::paintCell(RenderTableCell* cell, PaintInfo& paintInfo, int tx, int ty) in setCellLogicalWidths() 1131 RenderTableCell* cell = current.primaryCell(); in setCellLogicalWidths() local 1190 for (RenderObject* cell = row->firstChild(); cell; cell = cell->nextSibling()) { in setCellLogicalWidths() local [all …]
|
D | AutoTableLayout.cpp | 60 RenderTableCell* cell = current.primaryCell(); in recalcColumn() local 208 RenderTableCell* cell = toRenderTableCell(cb); in shouldScaleColumns() local 292 RenderTableCell* cell = m_spanCells[i]; in calcEffectiveLogicalWidth() local 452 void AutoTableLayout::insertSpanCell(RenderTableCell *cell) in insertSpanCell()
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityTableColumn.cpp | 97 AccessibilityObject* cell = rowChildren[i].get(); in headerObject() local 136 RenderTableCell* cell = 0; in headerObjectForSection() local 187 AccessibilityTableCell* cell = m_parentTable->cellForColumnAndRow(m_columnIndex, i); in addChildren() local
|
D | AccessibilityTableRow.cpp | 110 AccessibilityObject* cell = rowChildren[0].get(); in headerObject() local
|
D | AccessibilityTable.cpp | 154 RenderTableCell* cell = firstBody->primaryCellAt(row, col); in isDataTable() local 320 RenderTableCell* cell = tableSection->primaryCellAt(rowIndex, colIndex); in addChildren() local 462 RenderTableCell* cell = 0; in cellForColumnAndRow() local
|
D | AccessibilityARIAGridRow.cpp | 133 AccessibilityObject* cell = rowChildren[i].get(); in headerObject() local
|
/external/webkit/Source/JavaScriptCore/heap/ |
D | MarkedSpace.h | 120 inline Heap* MarkedSpace::heap(JSCell* cell) in heap() 125 inline bool MarkedSpace::isMarked(const JSCell* cell) in isMarked() 130 inline bool MarkedSpace::testAndSetMarked(const JSCell* cell) in testAndSetMarked() 135 inline void MarkedSpace::setMarked(const JSCell* cell) in setMarked()
|
D | MarkStack.cpp | 57 inline void MarkStack::markChildren(JSCell* cell) in markChildren() 104 JSCell* cell; in drain() local
|
D | HandleHeap.cpp | 77 JSCell* cell = node->slot()->asCell(); in markWeakHandles() local 99 JSCell* cell = node->slot()->asCell(); in finalizeWeakHandles() local 161 JSCell* cell = value.asCell(); in isValidWeakNode() local
|
D | Heap.h | 145 inline bool Heap::isMarked(const JSCell* cell) in isMarked() 150 inline bool Heap::testAndSetMarked(const JSCell* cell) in testAndSetMarked() 155 inline void Heap::setMarked(JSCell* cell) in setMarked()
|
D | MarkedBlock.cpp | 74 JSCell* cell = reinterpret_cast<JSCell*>(&atoms()[i]); in sweep() local
|
D | Heap.cpp | 323 inline const char* TypeCounter::typeName(JSCell* cell) in typeName() 340 inline void TypeCounter::operator()(JSCell* cell) in operator ()()
|
/external/valgrind/main/memcheck/tests/ |
D | leak-pool.c | 9 struct cell struct 11 struct cell *next; argument 12 int x;
|
/external/emma/core/java12/com/vladium/emma/report/html/ |
D | ReportGenerator.java | 201 final HTMLTable.ICell cell = coverage.newCell (); in visit() local 380 final HTMLTable.ICell cell = coverage.newCell (); in visit() local 497 final HTMLTable.ICell cell = coverage.newCell (); in visit() local 674 final HTMLTable.ICell cell = coverage.newCell (); in visit() local 791 final HTMLTable.ICell cell = navRow.newCell (); in addPageHeader() local 826 final HTMLTable.ICell cell = navRow.newCell (); in addPageFooter() local 846 final HTMLTable.ICell cell = titleRow.newCell (); in addPageFooter() local 884 final HTMLTable.ICell cell = header.newCell (); in addHeaderRow() local 921 final HTMLTable.ICell cell = row.newCell (); in addItemRow() local 951 final HTMLTable.ICell cell = row.newCell (); in addItemRow() local [all …]
|
/external/webkit/Source/WebCore/html/ |
D | HTMLTableRowElement.cpp | 130 RefPtr<HTMLTableCellElement> cell = HTMLTableCellElement::create(tdTag, document()); in insertCell() local 151 RefPtr<Node> cell = children->item(index); in deleteCell() local
|
/external/icu4c/tools/toolutil/ |
D | ucmstate.c | 333 int32_t entry, sum, state, cell, count; in sumUpStates() local 425 int32_t entry, state, cell, count; in ucm_processStates() local 928 int32_t state, cell, entry; in ucm_optimizeStates() local
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSArray.h | 174 inline JSArray* asArray(JSCell* cell) in asArray() 185 …inline bool isJSArray(JSGlobalData* globalData, JSCell* cell) { return cell->vptr() == globalData-… in isJSArray()
|
/external/iproute2/tc/ |
D | q_cbq.c | 84 unsigned cell; in cbq_parse_opt() local 263 unsigned cell; in cbq_parse_class_opt() local
|
/external/guava/guava/src/com/google/common/collect/ |
D | Tables.java | 305 Cell<?, ?, ?> cell = (Cell<?, ?, ?>) obj; in contains() local 314 Cell<?, ?, ?> cell = (Cell<?, ?, ?>) obj; in remove() local 494 Cell<?, ?, ?> cell = (Cell<?, ?, ?>) obj; in contains() local 506 Cell<?, ?, ?> cell = (Cell<?, ?, ?>) obj; in remove() local
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | HTMLTable.java | 110 final ICell cell = new Cell (m_th ? Tag.TH : Tag.TD); in newCell() local
|
/external/webkit/Source/JavaScriptCore/debugger/ |
D | Debugger.cpp | 65 inline void Recompiler::operator()(JSCell* cell) in operator ()()
|
/external/clang/test/CodeGenCXX/ |
D | empty-classes.cpp | 61 FreeCell cell; member
|
/external/chromium/chrome/browser/chromeos/ |
D | wm_overview_controller.cc | 140 void ConfigureCell(WmOverviewSnapshot* cell, int index) { in ConfigureCell() 296 WmOverviewSnapshot* cell = snapshots_[i].snapshot; in ConfigureNextUnconfiguredSnapshot() local 383 void BrowserListener::ConfigureCell(WmOverviewSnapshot* cell, in ConfigureCell()
|