Searched refs:numCols (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
H A Dtable2CSV.js26 var numCols = options.header.length;
29 if (numCols > 0) {
30 for (var i = 0; i < numCols; i++) {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/util/
H A Dtable2CSV.js26 var numCols = options.header.length;
29 if (numCols > 0) {
30 for (var i = 0; i < numCols; i++) {
/external/skia/gm/
H A Dbeziereffects.cpp80 int numCols = SkScalarCeilToInt(SkScalarSqrt(SkIntToScalar(kNumCubics*3))); variable
81 int numRows = SkScalarCeilToInt(SkIntToScalar(kNumCubics*3) / numCols);
82 SkScalar w = SkIntToScalar(rt->width()) / numCols;
174 if (numCols == col) {
232 int numCols = SkScalarCeilToInt(SkScalarSqrt(SkIntToScalar(kNumConics*3))); variable
233 int numRows = SkScalarCeilToInt(SkIntToScalar(kNumConics*3) / numCols);
234 SkScalar w = SkIntToScalar(rt->width()) / numCols;
323 if (numCols == col) {
416 int numCols = SkScalarCeilToInt(SkScalarSqrt(SkIntToScalar(kNumQuads*3))); variable
417 int numRows = SkScalarCeilToInt(SkIntToScalar(kNumQuads*3) / numCols);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXTableColumn.cpp117 unsigned numCols = section->numColumns(); local
118 if (m_columnIndex >= numCols)
H A DAXTable.cpp134 int numCols = firstBody->numColumns(); local
138 if (numRows == 1 && numCols == 1)
171 for (int col = 0; col < numCols; ++col) {
250 if (!row && headersInFirstRowCount == numCols && numCols > 1)
/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h474 * \param numCols the number of columns in the block
481 inline ColsBlockXpr middleCols(Index startCol, Index numCols) argument
483 return ColsBlockXpr(derived(), 0, startCol, rows(), numCols);
487 inline ConstColsBlockXpr middleCols(Index startCol, Index numCols) const
489 return ConstColsBlockXpr(derived(), 0, startCol, rows(), numCols);
/external/chromium_org/third_party/icu/source/common/
H A Drbbitblb.cpp1063 int32_t numCols; local
1073 numCols = fRB->fSetBuilder->getNumCharCategories();
1076 // Therefore we subtract two from numCols when determining
1078 rowSize = sizeof(RBBIStateTableRow) + sizeof(uint16_t)*(numCols-2);
/external/icu4c/common/
H A Drbbitblb.cpp1063 int32_t numCols; local
1073 numCols = fRB->fSetBuilder->getNumCharCategories();
1076 // Therefore we subtract two from numCols when determining
1078 rowSize = sizeof(RBBIStateTableRow) + sizeof(uint16_t)*(numCols-2);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 329 milliseconds