Searched refs:colIndex (Results 1 - 21 of 21) sorted by relevance

/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCResultSet.java1001 public void updateNull(int colIndex) throws SQLException {
1003 if (tr == null || colIndex < 1 || colIndex > tr.ncolumns) {
1004 throw new SQLException("column " + colIndex + " not found");
1007 rowbuf[colIndex - 1] = null;
1010 public void updateBoolean(int colIndex, boolean b) throws SQLException {
1011 updateString(colIndex, b ? "1" : "0");
1014 public void updateByte(int colIndex, byte b) throws SQLException {
1018 public void updateShort(int colIndex, short b) throws SQLException {
1020 if (tr == null || colIndex <
[all...]
/external/dng_sdk/source/
H A Ddng_gain_map.h94 uint32 colIndex,
100 colIndex * fPlanes +
109 uint32 colIndex,
115 colIndex * fPlanes +
93 Entry(uint32 rowIndex, uint32 colIndex, uint32 plane) argument
108 Entry(uint32 rowIndex, uint32 colIndex, uint32 plane) const argument
H A Ddng_gain_map.cpp87 real32 InterpolateEntry (uint32 colIndex);
177 real32 dng_gain_map_interpolator::InterpolateEntry (uint32 colIndex) argument
180 return fMap.Entry (fRowIndex1, colIndex, fPlane) * (1.0f - fRowFract) +
181 fMap.Entry (fRowIndex2, colIndex, fPlane) * ( fRowFract);
229 // implies colIndex + 1 <= lastCol, i.e. the argument to
231 uint32 colIndex = static_cast<uint32> (colIndexF); local
232 real64 base = InterpolateEntry (colIndex);
233 real64 delta = InterpolateEntry (colIndex + 1) - base;
235 fValueBase = (real32) (base + delta * (colIndexF - (real64) colIndex));
239 fResetColumn = (int32) ceil (((colIndex
[all...]
H A Ddng_jpeg_image.cpp130 uint32 colIndex = tileIndex % tilesAcross; local
132 dng_rect tileArea = fIFD.TileArea (rowIndex, colIndex);
H A Ddng_ifd.h269 uint32 colIndex) const;
H A Ddng_read_image.cpp2878 uint32 colIndex = tileIndex - (plane * fTilesDown + rowIndex) * fTilesAcross; local
2880 dng_rect tileArea = fIFD.TileArea (rowIndex, colIndex);
3278 for (uint32 colIndex = 0; colIndex < tilesAcross; colIndex++)
3283 dng_rect tileArea = ifd.TileArea (rowIndex, colIndex);
H A Ddng_image_writer.cpp4438 uint32 colIndex = tileIndex - rowIndex * fTilesAcross; local
4440 dng_rect tileArea = fIFD.TileArea (rowIndex, colIndex);
4704 for (uint32 colIndex = 0; colIndex < tilesAcross; colIndex++)
4715 dng_rect tileArea = ifd.TileArea (rowIndex, colIndex);
H A Ddng_negative.cpp1698 int32 colIndex = (tile.l - fImage.Bounds ().l) / fUnitCell.h;
1701 DNG_ASSERT (tile.l == fImage.Bounds ().l + colIndex * fUnitCell.h &&
1705 uint32 tileIndex = rowIndex * fTilesAcross + colIndex;
H A Ddng_ifd.cpp4027 uint32 colIndex) const
4035 r.l = colIndex * fTileWidth;
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
H A DSimplexTableau.java376 int colIndex = columnLabels.indexOf("x" + i);
377 if (colIndex < 0) {
381 Integer basicRow = getBasicRow(colIndex);
/external/guice/extensions/persist/lib/
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-user.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/activity/ ...

Completed in 645 milliseconds