HomeSort by relevance Sort by last modified time
    Searched refs:colIndex (Results 1 - 6 of 6) sorted by null

  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSet.java 1001 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 < 1 || colIndex > tr.ncolumns)
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
ScalarizeVecAndMatConstructorArgs.cpp 60 TIntermSymbol *symbolNode, int colIndex, int rowIndex)
63 ConstructVectorIndexBinaryNode(symbolNode, colIndex);
200 int colIndex = 0, rowIndex = 0;
208 symbolNode, colIndex, rowIndex);
214 colIndex++;
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXTable.cpp 512 unsigned colIndex = colIndexCounter - 1;
513 AXObject* child = children[colIndex].get();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.cpp     [all...]
RenderLayer.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 

Completed in 1028 milliseconds