HomeSort by relevance Sort by last modified time
    Searched defs:rowOffset (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/accessibility/
AccessibilityTableCell.cpp 120 unsigned rowOffset = 0;
124 rowOffset += tableSection->numRows();
128 rowRange.first += rowOffset;
AccessibilityTable.cpp 464 unsigned rowOffset = 0;
472 unsigned sectionSpecificRow = row - rowOffset;
505 rowOffset += numRows;
  /external/eigen/Eigen/src/Core/
Diagonal.h 97 inline ScalarWithConstIfNotLvalue* data() { return &(m_matrix.const_cast_derived().coeffRef(rowOffset(), colOffset())); }
98 inline const Scalar* data() const { return &(m_matrix.const_cast_derived().coeffRef(rowOffset(), colOffset())); }
103 return m_matrix.const_cast_derived().coeffRef(row+rowOffset(), row+colOffset());
108 return m_matrix.const_cast_derived().coeffRef(row+rowOffset(), row+colOffset());
113 return m_matrix.coeff(row+rowOffset(), row+colOffset());
119 return m_matrix.const_cast_derived().coeffRef(index+rowOffset(), index+colOffset());
124 return m_matrix.const_cast_derived().coeffRef(index+rowOffset(), index+colOffset());
129 return m_matrix.coeff(index+rowOffset(), index+colOffset());
150 EIGEN_STRONG_INLINE Index rowOffset() const { return m_index.value()>0 ? 0 : -m_index.value(); }
  /external/zxing/core/
core.jar 
  /external/robolectric/lib/main/
h2-1.2.147.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 525 milliseconds