/external/javasqlite/src/main/java/SQLite/ |
D | TableResult.java | 42 public int nrows; field in TableResult 99 ncolumns = nrows = 0; in clear() 126 if (maxrows > 0 && nrows >= maxrows) { in newrow() 131 nrows++; in newrow() 148 for (i = 0; i < nrows; i++) { in toString()
|
D | Database.java | 310 while (ret.nrows < ret.maxrows && vm.step(ret)) { in get_table() 363 while (ret.nrows < ret.maxrows && vm.step(ret)) { in get_table() 416 while (tbl.nrows < tbl.maxrows && vm.step(tbl)) { in get_table()
|
D | Shell.java | 401 for (i = 0; i < t.nrows; i++) { in do_meta() 670 for (int i = 0; i < t.nrows; i++) { in newrow()
|
/external/opencv3/modules/cudaimgproc/src/ |
D | mssegmentation.cpp | 231 const int nrows = src.rows; in meanShiftSegmentation() local 245 Graph<SegmLinkVal> g(nrows * ncols, 4 * (nrows - 1) * (ncols - 1) in meanShiftSegmentation() 246 + (nrows - 1) + (ncols - 1)); in meanShiftSegmentation() 255 for (int y = 0; y < nrows - 1; ++y) in meanShiftSegmentation() 295 for (int y = 0; y < nrows - 1; ++y) in meanShiftSegmentation() 307 r1 = rmap.at<Vec4b>(nrows - 1, x); in meanShiftSegmentation() 308 r2[0] = rmap.at<Vec4b>(nrows - 1, x + 1); in meanShiftSegmentation() 309 sp1 = spmap.at<Vec2s>(nrows - 1, x); in meanShiftSegmentation() 310 sp2[0] = spmap.at<Vec2s>(nrows - 1, x + 1); in meanShiftSegmentation() 313 … g.addEdge(pix(nrows - 1, x, ncols), pix(nrows - 1, x + 1, ncols), SegmLinkVal(dr[0], dsp[0])); in meanShiftSegmentation() [all …]
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_strip.c | 78 TIFFVStripSize64(TIFF* tif, uint32 nrows) in TIFFVStripSize64() argument 82 if (nrows==(uint32)(-1)) in TIFFVStripSize64() 83 nrows=td->td_imagelength; in TIFFVStripSize64() 121 samplingblocks_ver=TIFFhowmany_32(nrows,ycbcrsubsampling[1]); in TIFFVStripSize64() 127 return(_TIFFMultiply64(tif,nrows,TIFFScanlineSize64(tif),module)); in TIFFVStripSize64() 130 TIFFVStripSize(TIFF* tif, uint32 nrows) in TIFFVStripSize() argument 135 m=TIFFVStripSize64(tif,nrows); in TIFFVStripSize()
|
D | tif_dumpmode.c | 113 DumpModeSeek(TIFF* tif, uint32 nrows) in DumpModeSeek() argument 115 tif->tif_rawcp += nrows * tif->tif_scanlinesize; in DumpModeSeek() 116 tif->tif_rawcc -= nrows * tif->tif_scanlinesize; in DumpModeSeek()
|
D | tif_tile.c | 178 TIFFVTileSize64(TIFF* tif, uint32 nrows) in TIFFVTileSize64() argument 217 samplingblocks_ver=TIFFhowmany_32(nrows,ycbcrsubsampling[1]); in TIFFVTileSize64() 223 return(_TIFFMultiply64(tif,nrows,TIFFTileRowSize64(tif),module)); in TIFFVTileSize64() 226 TIFFVTileSize(TIFF* tif, uint32 nrows) in TIFFVTileSize() argument 231 m=TIFFVTileSize64(tif,nrows); in TIFFVTileSize()
|
D | tif_jpeg.c | 1172 tmsize_t nrows; in JPEGDecode() local 1185 nrows = cc / sp->bytesperline; in JPEGDecode() 1189 if( nrows > (tmsize_t) sp->cinfo.d.image_height ) in JPEGDecode() 1190 nrows = sp->cinfo.d.image_height; in JPEGDecode() 1193 if (nrows) in JPEGDecode() 1267 } while (--nrows > 0); in JPEGDecode() 1303 tmsize_t nrows; in JPEGDecodeRaw() local 1307 if ( (nrows = sp->cinfo.d.image_height) ) { in JPEGDecodeRaw() 1422 nrows -= sp->v_sampling; in JPEGDecodeRaw() 1423 } while (nrows > 0); in JPEGDecodeRaw() [all …]
|
D | tiffio.h | 355 extern uint64 TIFFVStripSize64(TIFF* tif, uint32 nrows); 356 extern tmsize_t TIFFVStripSize(TIFF* tif, uint32 nrows); 361 extern uint64 TIFFVTileSize64(TIFF* tif, uint32 nrows); 362 extern tmsize_t TIFFVTileSize(TIFF* tif, uint32 nrows);
|
/external/pdfium/third_party/libtiff/ |
D | tif_strip.c | 78 TIFFVStripSize64(TIFF* tif, uint32 nrows) in TIFFVStripSize64() argument 82 if (nrows==(uint32)(-1)) in TIFFVStripSize64() 83 nrows=td->td_imagelength; in TIFFVStripSize64() 121 samplingblocks_ver=TIFFhowmany_32(nrows,ycbcrsubsampling[1]); in TIFFVStripSize64() 127 return(_TIFFMultiply64(tif,nrows,TIFFScanlineSize64(tif),module)); in TIFFVStripSize64() 130 TIFFVStripSize(TIFF* tif, uint32 nrows) in TIFFVStripSize() argument 135 m=TIFFVStripSize64(tif,nrows); in TIFFVStripSize()
|
D | tif_dumpmode.c | 113 DumpModeSeek(TIFF* tif, uint32 nrows) in DumpModeSeek() argument 115 tif->tif_rawcp += nrows * tif->tif_scanlinesize; in DumpModeSeek() 116 tif->tif_rawcc -= nrows * tif->tif_scanlinesize; in DumpModeSeek()
|
D | tif_tile.c | 201 TIFFVTileSize64(TIFF* tif, uint32 nrows) in TIFFVTileSize64() argument 240 samplingblocks_ver=TIFFhowmany_32(nrows,ycbcrsubsampling[1]); in TIFFVTileSize64() 246 return(_TIFFMultiply64(tif,nrows,TIFFTileRowSize64(tif),module)); in TIFFVTileSize64() 249 TIFFVTileSize(TIFF* tif, uint32 nrows) in TIFFVTileSize() argument 254 m=TIFFVTileSize64(tif,nrows); in TIFFVTileSize()
|
D | tif_jpeg.c | 1196 tmsize_t nrows; in JPEGDecode() local 1209 nrows = cc / sp->bytesperline; in JPEGDecode() 1214 if( nrows > (tmsize_t) sp->cinfo.d.image_height ) in JPEGDecode() 1215 nrows = sp->cinfo.d.image_height; in JPEGDecode() 1218 if (nrows) in JPEGDecode() 1234 } while (--nrows > 0); in JPEGDecode() 1252 tmsize_t nrows; in JPEGDecode() local 1265 nrows = cc / sp->bytesperline; in JPEGDecode() 1270 if( nrows > (tmsize_t) sp->cinfo.d.image_height ) in JPEGDecode() 1271 nrows = sp->cinfo.d.image_height; in JPEGDecode() [all …]
|
D | tiffio.h | 362 extern uint64 TIFFVStripSize64(TIFF* tif, uint32 nrows); 363 extern tmsize_t TIFFVStripSize(TIFF* tif, uint32 nrows); 368 extern uint64 TIFFVTileSize64(TIFF* tif, uint32 nrows); 369 extern tmsize_t TIFFVTileSize(TIFF* tif, uint32 nrows);
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCDatabaseMetaData.java | 612 if (rs0.tr.nrows < 1) { in getColumns() 635 if (rs0 != null && rs0.tr != null && rs0.tr.nrows > 0) { in getColumns() 644 for (int i = 0; i < rs0.tr.nrows; i++) { in getColumns() 765 if (rs0 != null && rs0.tr != null && rs0.tr.nrows > 0 && in getBestRowIdentifier() 766 rs1 != null && rs1.tr != null && rs1.tr.nrows > 0) { in getBestRowIdentifier() 775 for (int i = 0; i < rs0.tr.nrows; i++) { in getBestRowIdentifier() 794 if (rs2 == null || rs2.tr == null || rs2.tr.nrows <= 0) { in getBestRowIdentifier() 802 for (int k = 0; k < rs2.tr.nrows; k++) { in getBestRowIdentifier() 806 for (int m = 0; m < rs1.tr.nrows; m++) { in getBestRowIdentifier() 825 if (tr.nrows <= 0) { in getBestRowIdentifier() [all …]
|
D | TableResultX.java | 29 this.nrows = tr.nrows; in TableResultX()
|
D | JDBCResultSet.java | 104 if (pk.tr.nrows > 0) { 106 pkcols = new String[pk.tr.nrows]; 107 pkcoli = new int[pk.tr.nrows]; 108 for (int i = 0; i < pk.tr.nrows; i++) { 148 return row < tr.nrows; 178 row = tr.nrows + 1 + row; 181 if (row < 0 || row > tr.nrows) { 192 if (this.row + row < 0 || this.row + row >= tr.nrows) { 759 if (tr == null || tr.nrows <= 0) { 773 if (tr == null || tr.nrows <= 0) { [all …]
|
/external/opencv3/modules/videostab/src/ |
D | global_motion.cpp | 556 int nrows = 4*npoints; in estimate() local 559 nrows += 2; in estimate() 561 nrows += 3; in estimate() 563 nrows += 4; in estimate() 584 rowlb_.assign(nrows, -INF); in estimate() 585 rowub_.assign(nrows, INF); in estimate() 630 A.setDimensions(nrows, ncols); in estimate()
|
D | motion_stabilizing.cpp | 155 int nrows = 8*N + 2*6*(N-1) + 2*6*(N-2) + 2*6*(N-3); in stabilize() local 247 rowlb_.assign(nrows, -INF); in stabilize() 248 rowub_.assign(nrows, INF); in stabilize() 521 A.setDimensions(nrows, ncols); in stabilize()
|
/external/autotest/tko/ |
D | nightly.py | 12 nrows = perf.db_cur.execute(cmd) 28 nrows = perf.db_cur.execute(cmd) 55 nrows = perf.db_cur.execute(cmd, args) 186 nrows = perf.db_cur.execute(cmd) 187 assert nrows == 1
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_transforms/py_fourier_transform/ |
D | py_fourier_transform.markdown | 192 In [19]: nrows = cv2.getOptimalDFTSize(rows) 194 In [21]: print nrows, ncols 201 nimg = np.zeros((nrows,ncols)) 207 bottom = nrows - rows 215 In [23]: %timeit fft2 = np.fft.fft2(img,[nrows,ncols])
|
/external/opencv/cxcore/src/ |
D | cxmatrix.cpp | 551 int i, j, nrows; in cvCompleteSymm() local 555 nrows = matrix->rows; in cvCompleteSymm() 561 int j0 = 0, j1 = nrows; in cvCompleteSymm() 562 for( i = 0; i < nrows; i++ ) in cvCompleteSymm() 573 int j0 = 0, j1 = nrows; in cvCompleteSymm() 574 for( i = 0; i < nrows; i++ ) in cvCompleteSymm()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | BigMatrixImpl.java | 854 final int nrows = this.getRowDimension(); in getColumnAsDoubleArray() local 855 final double[] out = new double[nrows]; in getColumnAsDoubleArray() 856 for (int i=0;i<nrows;i++) { in getColumnAsDoubleArray()
|
/external/opencv3/3rdparty/libpng/ |
D | pngwrite.c | 824 png_set_flush(png_structp png_ptr, int nrows) in png_set_flush() argument 831 png_ptr->flush_dist = (nrows < 0 ? 0 : nrows); in png_set_flush()
|
/external/pdfium/third_party/lpng_v163/ |
D | pngwrite.c | 820 png_set_flush(png_structrp png_ptr, int nrows) in png_set_flush() argument 827 png_ptr->flush_dist = (nrows < 0 ? 0 : nrows); in png_set_flush()
|