Home
last modified time | relevance | path

Searched defs:getRow (Results 1 – 18 of 18) sorted by relevance

/external/pdfium/fxbarcode/pdf417/
DBC_PDF417BarcodeRow.cpp43 std::vector<uint8_t>& CBC_BarcodeRow::getRow() { in getRow() function in CBC_BarcodeRow
/external/autotest/frontend/client/src/autotest/common/table/
DTableClickWidget.java35 public int getRow() { in getRow() method in TableClickWidget
DDataTable.java231 public JSONObject getRow(int rowIndex) { in getRow() method in DataTable
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DPlanarYUVLuminanceSource.java60 public byte[] getRow(int y, byte[] row) { in getRow() method in PlanarYUVLuminanceSource
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBigMatrix.java182 BigDecimal[] getRow(int row) throws MatrixIndexException; in getRow() method
DFieldMatrix.java315 T[] getRow(int row) throws MatrixIndexException; in getRow() method
DRealMatrix.java322 double[] getRow(int row) throws MatrixIndexException; in getRow() method
DBigMatrixImpl.java792 public BigDecimal[] getRow(int row) throws MatrixIndexException { in getRow() method in BigMatrixImpl
DAbstractFieldMatrix.java546 public T[] getRow(final int row) in getRow() method in AbstractFieldMatrix
DBlockFieldMatrix.java1110 public T[] getRow(final int row) in getRow() method in BlockFieldMatrix
DBlockRealMatrix.java1136 public double[] getRow(final int row) in getRow() method in BlockRealMatrix
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPropsVectors.java298 public int[] getRow(int rowIndex) { in getRow() method in PropsVectors
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DPropsVectors.java300 public int[] getRow(int rowIndex) { in getRow() method in PropsVectors
/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_D_T_.py503 def getRow(self, row, bitDepth=1, metrics=None, reverseBytes=False): member in BitAlignedBitmapMixin
591 def getRow(self, row, bitDepth=1, metrics=None, reverseBytes=False): member in ByteAlignedBitmapMixin
/external/deqp/framework/common/
DtcuMatrix.hpp398 Vector<T, Cols> Matrix<T, Rows, Cols>::getRow (int rowNdx) const in getRow() function in tcu::Matrix
/external/skia/src/core/
DSkScan_AAAPath.cpp191 inline uint8_t* getRow(int y) { in getRow() function in MaskAdditiveBlitter
/external/skqp/src/core/
DSkScan_AAAPath.cpp191 inline uint8_t* getRow(int y) { in getRow() function in MaskAdditiveBlitter
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java465 public int getRow() throws SQLException { in getRow() method in Impl_RowSet