HomeSort by relevance Sort by last modified time
    Searched refs:startRow (Results 1 - 20 of 20) sorted by null

  /external/eigen/Eigen/src/Core/
Block.h 127 inline Block(XprType& xpr, Index startRow, Index startCol)
128 : m_xpr(xpr), m_startRow(startRow), m_startCol(startCol),
132 eigen_assert(startRow >= 0 && BlockRows >= 1 && startRow + BlockRows <= xpr.rows()
139 Index startRow, Index startCol,
141 : m_xpr(xpr), m_startRow(startRow), m_startCol(startCol),
146 eigen_assert(startRow >= 0 && blockRows >= 0 && startRow + blockRows <= xpr.rows()
237 Index startRow() const
286 inline Block(XprType& xpr, Index startRow, Index startCol
    [all...]
  /external/eigen/Eigen/src/plugins/
BlockMethods.h 40 * \param startRow the first row in the block
54 inline Block<Derived> block(Index startRow, Index startCol, Index blockRows, Index blockCols)
56 return Block<Derived>(derived(), startRow, startCol, blockRows, blockCols);
60 inline const Block<const Derived> block(Index startRow, Index startCol, Index blockRows, Index blockCols) const
62 return Block<const Derived>(derived(), startRow, startCol, blockRows, blockCols);
339 * \param startRow the index of the first row in the block
347 inline RowsBlockXpr middleRows(Index startRow, Index numRows)
349 return RowsBlockXpr(derived(), startRow, 0, numRows, cols());
353 inline ConstRowsBlockXpr middleRows(Index startRow, Index numRows) const
355 return ConstRowsBlockXpr(derived(), startRow, 0, numRows, cols())
    [all...]
  /frameworks/base/core/java/android/text/
PackedIntVector.java 140 * @param startRow the row at which to begin incrementing.
145 * (startRow &lt; 0 || startRow > size()) or the column
148 public void adjustValuesBelow(int startRow, int column, int delta) {
149 if (((startRow | column) < 0) || (startRow > size()) ||
151 throw new IndexOutOfBoundsException(startRow + ", " + column);
154 if (startRow >= mRowGapStart) {
155 startRow += mRowGapLength;
158 moveValueGapTo(column, startRow);
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 291 int startRow = (mScrollY - mSpec.mCellSpacing) / mBlockHeight;
295 // Limit startRow and endRow to the valid range.
297 startRow = Math.max(Math.min(startRow, mRows - 1), 0);
299 mImageBlockManager.setVisibleRows(startRow, endRow);
618 int startRow =
620 int topPos = startRow * mColumns;
660 int startRow = (mScrollY - mSpec.mCellSpacing) / mBlockHeight;
664 // Limit startRow and endRow to the valid range.
666 startRow = Math.max(Math.min(startRow, mRows - 1), 0)
    [all...]
  /external/eigen/Eigen/src/Core/products/
TriangularSolverVector.h 58 Index startRow = IsLower ? pi : pi-actualPanelWidth;
63 &lhs.coeffRef(startRow,startCol), lhsStride,
65 rhs + startRow, 1,
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 722 // @param startRow
725 private static String getData(int col, int startRow) {
726 startRow = startRow % datas.length;
727 for (int i = startRow; i < datas.length; i++) {
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 723 // @param startRow
726 private static String getData(int col, int startRow) {
727 startRow = startRow % datas.length;
728 for (int i = startRow; i < datas.length; i++) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 439 int startRow = grid.getRow(state.bounds.y);
441 int rowSpan = endRow - startRow + 1;
443 Rect cellBounds = grid.getCellBounds(startRow, startColumn, rowSpan, columnSpan);
569 int startRow = grid.getRow(state.bounds.y);
571 int rowSpan = endRow - startRow + 1;
  /external/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp 130 int startRow)
133 // every 'rowStep'th row, starting with row 'startRow'
134 for (row = startRow; row < copyHeight; row += rowStep) {
  /external/skia/src/images/
SkMovie_gif.cpp 130 int startRow)
133 // every 'rowStep'th row, starting with row 'startRow'
134 for (row = startRow; row < copyHeight; row += rowStep) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 541 int startRow = position / (mSlotHeight + mSlotGap);
542 int start = Math.max(0, mUnitCount * startRow);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 316 startRow(row);
431 startRow(row);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 935 final int startRow = start.row;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.cpp     [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/zxing/core/
core.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1009 milliseconds