Home
last modified time | relevance | path

Searched refs:getRow (Results 1 – 23 of 23) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/table/
DSelectionManager.java55 JSONObject row = attachedTable.getRow(i); in refreshSelection()
188 toggleSelected(attachedTable.getRow(widget.getRow())); in onClick()
DTableClickWidget.java35 public int getRow() { in getRow() method in TableClickWidget
DDataTable.java231 public JSONObject getRow(int rowIndex) { in getRow() method in DataTable
294 JSONObject row = getRow(rowIndex); in notifyListenersClicked()
/external/pdfium/xfa/fxbarcode/pdf417/
DBC_PDF417BarcodeRow.h20 CFX_ArrayTemplate<uint8_t>& getRow();
DBC_PDF417BarcodeRow.cpp44 CFX_ArrayTemplate<uint8_t>& CBC_BarcodeRow::getRow() { in getRow() function in CBC_BarcodeRow
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBigMatrix.java182 BigDecimal[] getRow(int row) throws MatrixIndexException; in getRow() method
DRealMatrix.java322 double[] getRow(int row) throws MatrixIndexException; in getRow() method
DFieldMatrix.java315 T[] getRow(int row) throws MatrixIndexException; in getRow() method
DAbstractRealMatrix.java478 return new ArrayRealVector(getRow(row), false);
522 public double[] getRow(final int row)
DAbstractFieldMatrix.java502 return new ArrayFieldVector<T>(getRow(row), false); in getRowVector()
546 public T[] getRow(final int row) in getRow() method in AbstractFieldMatrix
DBigMatrixImpl.java792 public BigDecimal[] getRow(int row) throws MatrixIndexException { in getRow() method in BigMatrixImpl
DBlockRealMatrix.java1136 public double[] getRow(final int row) in getRow() method in BlockRealMatrix
DBlockFieldMatrix.java1110 public T[] getRow(final int row) in getRow() method in BlockFieldMatrix
/external/skia/src/core/
DSkScan_AAAPath.cpp181 inline uint8_t* getRow(int y) { in getRow() function in MaskAdditiveBlitter
234 addAlpha(&this->getRow(y)[x], alpha); in blitAntiH()
239 uint8_t* row = this->getRow(y); in blitAntiH()
252 uint8_t* row = this->getRow(y); in blitV()
263 uint8_t* row = this->getRow(y); in blitRect()
1159 maskRow = static_cast<MaskAdditiveBlitter*>(blitter)->getRow(y >> 16); in aaa_walk_convex_edges()
1186 maskRow = static_cast<MaskAdditiveBlitter*>(blitter)->getRow(y >> 16); in aaa_walk_convex_edges()
1201 maskRow = static_cast<MaskAdditiveBlitter*>(blitter)->getRow(y >> 16); in aaa_walk_convex_edges()
1404 SkAlpha* maskRow = isUsingMask ? static_cast<MaskAdditiveBlitter*>(blitter)->getRow(start_y) in aaa_walk_edges()
1441 maskRow = static_cast<MaskAdditiveBlitter*>(blitter)->getRow(SkFixedFloorToInt(y)); in aaa_walk_edges()
/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/fonttools/Lib/fontTools/ttLib/tables/
DE_B_D_T_.py275 rowData = bitmapObject.getRow(curRow, bitDepth=bitDepth, metrics=metrics)
309 rowData = bitmapObject.getRow(curRow, bitDepth=1, metrics=metrics, reverseBytes=True)
494 def getRow(self, row, bitDepth=1, metrics=None, reverseBytes=False): member in BitAlignedBitmapMixin
582 def getRow(self, row, bitDepth=1, metrics=None, reverseBytes=False): member in ByteAlignedBitmapMixin
/external/deqp/framework/common/
DtcuMatrix.hpp61 Vector<T, Cols> getRow (int ndx) const;
392 Vector<T, Cols> Matrix<T, Rows, Cols>::getRow (int rowNdx) const in getRow() function in tcu::Matrix
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DPropsVectors.java300 public int[] getRow(int rowIndex) { in getRow() method in PropsVectors
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPropsVectors.java298 public int[] getRow(int rowIndex) { in getRow() method in PropsVectors
/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
/external/deqp/modules/gles3/functional/
Des3fTextureUnitTests.cpp190 Vec3 row = mat.getRow(rowNdx); in matExtend3To4()
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSet.java156 public int getRow() throws SQLException {
/external/icu/icu4j/
Dcoverage-exclusion.txt331 com/ibm/icu/impl/PropsVectors#getRow:(I)[I