Searched refs:numCols (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityTable.cpp | 124 int numCols = firstBody->numColumns(); in isDataTable() local 128 if (numRows == 1 && numCols == 1) in isDataTable() 153 for (int col = 0; col < numCols; ++col) { in isDataTable() 216 if (!row && headersInFirstRowCount == numCols && numCols > 1) in isDataTable() 316 unsigned numCols = tableSection->numColumns(); in addChildren() local 318 for (unsigned colIndex = 0; colIndex < numCols; ++colIndex) { in addChildren() 468 unsigned numCols = tableSection->numColumns(); in cellForColumnAndRow() local 473 if (row < rowCount && column < numCols && sectionSpecificRow < numRows) { in cellForColumnAndRow()
|
D | AccessibilityTableColumn.cpp | 129 int numCols = section->numColumns(); in headerObjectForSection() local 130 if (m_columnIndex >= numCols) in headerObjectForSection()
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/ |
D | table2CSV.js | 26 var numCols = options.header.length; 29 if (numCols > 0) { 30 for (var i = 0; i < numCols; i++) {
|
/external/eigen/Eigen/src/plugins/ |
D | BlockMethods.h | 481 inline ColsBlockXpr middleCols(Index startCol, Index numCols) in middleCols() argument 483 return ColsBlockXpr(derived(), 0, startCol, rows(), numCols); in middleCols() 487 inline ConstColsBlockXpr middleCols(Index startCol, Index numCols) const in middleCols() argument 489 return ConstColsBlockXpr(derived(), 0, startCol, rows(), numCols); in middleCols()
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2010-02-24-BigStack.ll | 7 define void @FindMin(double* %panelTDEL, i8* %dclOfRow, i32 %numRows, i32 %numCols, double* %retMin…
|
/external/icu4c/common/ |
D | rbbitblb.cpp | 1063 int32_t numCols; in getTableSize() local 1073 numCols = fRB->fSetBuilder->getNumCharCategories(); in getTableSize() 1078 rowSize = sizeof(RBBIStateTableRow) + sizeof(uint16_t)*(numCols-2); in getTableSize()
|
/external/eigen/doc/ |
D | SparseQuickReference.dox | 185 sm1.middleCols(start, numCols); // For column major matrices, get a range of numCols cols
|