Searched refs:columnIndex (Results 1 - 25 of 25) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteCursor.java33 for (int columnIndex = 1; columnIndex <= columnCount; columnIndex++) {
34 String cName = metaData.getColumnName(columnIndex).toLowerCase();
35 this.columnNames.put(cName, columnIndex-1);
36 this.columnNameArray[columnIndex-1]=cName;
63 Integer columnIndex = getColIndex(columnName);
64 if (columnIndex == -1) {
67 return columnIndex;
101 public byte[] getBlob(int columnIndex) { argument
107 getString(int columnIndex) argument
122 getShort(int columnIndex) argument
130 getInt(int columnIndex) argument
138 getLong(int columnIndex) argument
146 getFloat(int columnIndex) argument
155 getDouble(int columnIndex) argument
190 isNull(int columnIndex) argument
[all...]
H A DShadowCursorWrapper.java209 public int getType(int columnIndex) { argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/
H A DTestCursor.java83 public String getColumnName(int columnIndex) { argument
98 public byte[] getBlob(int columnIndex) { argument
103 public String getString(int columnIndex) { argument
108 public void copyStringToBuffer(int columnIndex, CharArrayBuffer buffer) { argument
113 public short getShort(int columnIndex) { argument
118 public int getInt(int columnIndex) { argument
123 public long getLong(int columnIndex) { argument
128 public float getFloat(int columnIndex) { argument
133 public double getDouble(int columnIndex) { argument
138 public boolean isNull(int columnIndex) { argument
203 getType(int columnIndex) argument
[all...]
H A DSimpleTestCursor.java34 public String getString(int columnIndex) { argument
35 return (String) results[resultsIndex][columnIndex];
39 public long getLong(int columnIndex) { argument
40 return (Long) results[resultsIndex][columnIndex];
/external/guava/guava/src/com/google/common/collect/
H A DArrayTable.java213 * get(rowKeyList().get(rowIndex), columnKeyList().get(columnIndex))}, but
217 * @param columnIndex position of the row key in {@link #columnKeyList()}
221 * or {@code columnIndex} is greater then or equal to the number of
224 public V at(int rowIndex, int columnIndex) { argument
225 return array[rowIndex][columnIndex];
231 * put(rowKeyList().get(rowIndex), columnKeyList().get(columnIndex), value)}
235 * @param columnIndex position of the row key in {@link #columnKeyList()}
240 * or {@code columnIndex} is greater then or equal to the number of
243 public V set(int rowIndex, int columnIndex, @Nullable V value) { argument
244 V oldValue = array[rowIndex][columnIndex];
337 getIndexed(Integer rowIndex, Integer columnIndex) argument
534 final int columnIndex; field in class:ArrayTable.Column
536 Column(int columnIndex) argument
569 final int columnIndex; field in class:ArrayTable.ColumnEntrySet
571 ColumnEntrySet(int columnIndex) argument
[all...]
H A DRegularImmutableTable.java305 int columnIndex = columnKeyToIndex.get(columnKey);
306 V existingValue = values[rowIndex][columnIndex];
309 values[rowIndex][columnIndex] = cell.getValue();
320 int columnIndex = columnIndexInteger;
323 V value = values[i][columnIndex];
379 Integer columnIndex = columnKeyToIndex.get(columnKey);
380 return ((rowIndex == null) || (columnIndex == null)) ? null
381 : values[rowIndex][columnIndex];
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityTableColumn.h56 void setColumnIndex(int columnIndex) { m_columnIndex = columnIndex; } argument
57 int columnIndex() const { return m_columnIndex; } function in class:WebCore::AccessibilityTableColumn
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java281 public Array getArray(int columnIndex) throws SQLException { argument
289 public InputStream getAsciiStream(int columnIndex) throws SQLException { argument
297 public BigDecimal getBigDecimal(int columnIndex, int scale) argument
302 public BigDecimal getBigDecimal(int columnIndex) throws SQLException { argument
315 public InputStream getBinaryStream(int columnIndex) throws SQLException { argument
323 public Blob getBlob(int columnIndex) throws SQLException { argument
331 public boolean getBoolean(int columnIndex) throws SQLException { argument
339 public byte getByte(int columnIndex) throws SQLException { argument
347 public byte[] getBytes(int columnIndex) throws SQLException { argument
355 public Reader getCharacterStream(int columnIndex) throw argument
363 getClob(int columnIndex) argument
379 getDate(int columnIndex, Calendar cal) argument
383 getDate(int columnIndex) argument
395 getDouble(int columnIndex) argument
411 getFloat(int columnIndex) argument
419 getInt(int columnIndex) argument
427 getLong(int columnIndex) argument
439 getObject(int columnIndex, Map<String, Class<?>> map) argument
444 getObject(int columnIndex) argument
457 getRef(int columnIndex) argument
469 getShort(int columnIndex) argument
481 getString(int columnIndex) argument
489 getTime(int columnIndex, Calendar cal) argument
493 getTime(int columnIndex) argument
505 getTimestamp(int columnIndex, Calendar cal) argument
510 getTimestamp(int columnIndex) argument
527 getUnicodeStream(int columnIndex) argument
535 getURL(int columnIndex) argument
609 updateArray(int columnIndex, Array x) argument
615 updateAsciiStream(int columnIndex, InputStream x, int length) argument
623 updateBigDecimal(int columnIndex, BigDecimal x) argument
631 updateBinaryStream(int columnIndex, InputStream x, int length) argument
639 updateBlob(int columnIndex, Blob x) argument
645 updateBoolean(int columnIndex, boolean x) argument
651 updateByte(int columnIndex, byte x) argument
657 updateBytes(int columnIndex, byte[] x) argument
663 updateCharacterStream(int columnIndex, Reader x, int length) argument
671 updateClob(int columnIndex, Clob x) argument
677 updateDate(int columnIndex, Date x) argument
683 updateDouble(int columnIndex, double x) argument
689 updateFloat(int columnIndex, float x) argument
695 updateInt(int columnIndex, int x) argument
701 updateLong(int columnIndex, long x) argument
707 updateNull(int columnIndex) argument
713 updateObject(int columnIndex, Object x, int scale) argument
717 updateObject(int columnIndex, Object x) argument
727 updateRef(int columnIndex, Ref x) argument
736 updateShort(int columnIndex, short x) argument
742 updateString(int columnIndex, String x) argument
748 updateTime(int columnIndex, Time x) argument
754 updateTimestamp(int columnIndex, Timestamp x) argument
778 getNCharacterStream(int columnIndex) argument
786 getNClob(int columnIndex) argument
794 getNString(int columnIndex) argument
802 getRowId(int columnIndex) argument
810 getSQLXML(int columnIndex) argument
822 updateAsciiStream(int columnIndex, InputStream x, long length) argument
832 updateAsciiStream(int columnIndex, InputStream x) argument
842 updateBinaryStream(int columnIndex, InputStream x, long length) argument
852 updateBinaryStream(int columnIndex, InputStream x) argument
862 updateBlob(int columnIndex, InputStream inputStream, long length) argument
872 updateBlob(int columnIndex, InputStream inputStream) argument
882 updateCharacterStream(int columnIndex, Reader x, long length) argument
892 updateCharacterStream(int columnIndex, Reader x) argument
902 updateClob(int columnIndex, Reader reader, long length) argument
912 updateClob(int columnIndex, Reader reader) argument
921 updateNCharacterStream(int columnIndex, Reader x, long length) argument
931 updateNCharacterStream(int columnIndex, Reader x) argument
941 updateNClob(int columnIndex, NClob nClob) argument
950 updateNClob(int columnIndex, Reader reader, long length) argument
960 updateNClob(int columnIndex, Reader reader) argument
969 updateNString(int columnIndex, String nString) argument
979 updateRowId(int columnIndex, RowId x) argument
987 updateSQLXML(int columnIndex, SQLXML xmlObject) argument
[all...]
/external/chromium/chrome/browser/resources/shared/js/cr/ui/table/
H A Dtable_splitter.js49 this.columnWidth_ = cm.getWidth(this.columnIndex);
50 this.nextColumnWidth_ = cm.getWidth(this.columnIndex + 1);
64 cm.setWidth(this.columnIndex, newColumnWidth);
80 cr.defineProperty(TableSplitter, 'columnIndex');
H A Dtable_header.js103 splitter.columnIndex = i;
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCResultSet.java219 public String getString(int columnIndex) throws SQLException {
220 if (tr == null || columnIndex < 1 || columnIndex > tr.ncolumns) {
221 throw new SQLException("column " + columnIndex + " not found");
224 lastg = rd[columnIndex - 1];
233 public int getInt(int columnIndex) throws SQLException {
234 Integer i = internalGetInt(columnIndex);
241 private Integer internalGetInt(int columnIndex) throws SQLException {
242 if (tr == null || columnIndex < 1 || columnIndex > t
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAbstractCursorTest.java244 public double getDouble(int columnIndex) { argument
249 public float getFloat(int columnIndex) { argument
254 public int getInt(int columnIndex) { argument
259 public long getLong(int columnIndex) { argument
264 public short getShort(int columnIndex) { argument
269 public String getString(int columnIndex) { argument
274 public boolean isNull(int columnIndex) { argument
/external/chromium/chrome/browser/resources/net_internals/
H A Dutil.js214 * Returns the cell at position (rowIndex, columnIndex), or null if there is
217 TablePrinter.prototype.getCell_ = function(rowIndex, columnIndex) {
221 if (columnIndex >= row.length)
223 return row[columnIndex];
/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.h528 PaintLayerFlags, const Vector<RenderLayer*>& columnLayers, size_t columnIndex);
543 const Vector<RenderLayer*>& columnLayers, size_t columnIndex);
H A DRenderLayer.cpp3288 const Vector<RenderLayer*>& columnLayers, size_t columnIndex)
3290 RenderBlock* columnBlock = toRenderBlock(columnLayers[columnIndex]->renderer());
3335 if (!columnIndex) {
3353 RenderLayer* nextLayer = columnLayers[columnIndex - 1];
3360 hitLayer = hitTestChildLayerColumns(childLayer, columnLayers[columnIndex - 1], request, result, localHitTestRect, localPoint,
3361 newTransformState.get(), zOffset, columnLayers, columnIndex - 1);
3286 hitTestChildLayerColumns(RenderLayer* childLayer, RenderLayer* rootLayer, const HitTestRequest& request, HitTestResult& result, const IntRect& hitTestRect, const IntPoint& hitTestPoint, const HitTestingTransformState* transformState, double* zOffset, const Vector<RenderLayer*>& columnLayers, size_t columnIndex) argument
/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 ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/webkit/Source/WebCore/accessibility/mac/
H A DAccessibilityObjectWrapper.mm1868 return [NSNumber numberWithInt:static_cast<AccessibilityTableColumn*>(m_object)->columnIndex()];
/external/sqlite/dist/orig/
H A Dsqlite3.c94690 static int columnIndex(Table *pTab, const char *zCol){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c94726 static int columnIndex(Table *pTab, const char *zCol){ function
[all...]

Completed in 1156 milliseconds