Searched defs:columnIndex (Results 1 – 11 of 11) sorted by relevance
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/database/ |
D | TestCursor.java | 83 public String getColumnName(int columnIndex) { in getColumnName() 98 public byte[] getBlob(int columnIndex) { in getBlob() 103 public String getString(int columnIndex) { in getString() 108 public void copyStringToBuffer(int columnIndex, CharArrayBuffer buffer) { in copyStringToBuffer() 113 public short getShort(int columnIndex) { in getShort() 118 public int getInt(int columnIndex) { in getInt() 123 public long getLong(int columnIndex) { in getLong() 128 public float getFloat(int columnIndex) { in getFloat() 133 public double getDouble(int columnIndex) { in getDouble() 138 public boolean isNull(int columnIndex) { in isNull() [all …]
|
D | SimpleTestCursor.java | 34 public String getString(int columnIndex) { in getString() 39 public long getLong(int columnIndex) { in getLong()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowSQLiteCursor.java | 63 Integer columnIndex = getColIndex(columnName); in getColumnIndexOrThrow() local 101 public byte[] getBlob(int columnIndex) { in getBlob() 107 public String getString(int columnIndex) { in getString() 122 public short getShort(int columnIndex) { in getShort() 130 public int getInt(int columnIndex) { in getInt() 138 public long getLong(int columnIndex) { in getLong() 146 public float getFloat(int columnIndex) { in getFloat() 155 public double getDouble(int columnIndex) { in getDouble() 190 public boolean isNull(int columnIndex) { in isNull()
|
D | ShadowCursorWrapper.java | 209 public int getType(int columnIndex) { in getType()
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | AbstractCursorTest.java | 244 public double getDouble(int columnIndex) { in getDouble() 249 public float getFloat(int columnIndex) { in getFloat() 254 public int getInt(int columnIndex) { in getInt() 259 public long getLong(int columnIndex) { in getLong() 264 public short getShort(int columnIndex) { in getShort() 269 public String getString(int columnIndex) { in getString() 274 public boolean isNull(int columnIndex) { in isNull()
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/ |
D | Impl_RowSet.java | 281 public Array getArray(int columnIndex) throws SQLException { in getArray() 289 public InputStream getAsciiStream(int columnIndex) throws SQLException { in getAsciiStream() 297 public BigDecimal getBigDecimal(int columnIndex, int scale) in getBigDecimal() 302 public BigDecimal getBigDecimal(int columnIndex) throws SQLException { in getBigDecimal() 315 public InputStream getBinaryStream(int columnIndex) throws SQLException { in getBinaryStream() 323 public Blob getBlob(int columnIndex) throws SQLException { in getBlob() 331 public boolean getBoolean(int columnIndex) throws SQLException { in getBoolean() 339 public byte getByte(int columnIndex) throws SQLException { in getByte() 347 public byte[] getBytes(int columnIndex) throws SQLException { in getBytes() 355 public Reader getCharacterStream(int columnIndex) throws SQLException { in getCharacterStream() [all …]
|
/external/lzma/CPP/Windows/Control/ |
D | ListView.h | 29 …bool DeleteColumn(int columnIndex) { return BOOLToBool(ListView_DeleteColumn(_window, columnIndex)… in DeleteColumn() 31 …int InsertColumn(int columnIndex, const LVCOLUMN *columnInfo) { return ListView_InsertColumn(_wind… in InsertColumn() 40 …int InsertColumn(int columnIndex, const LVCOLUMNW *columnInfo) { return (int)SendMessage(LVM_INSER… in InsertColumn() 78 bool GetColumn(int columnIndex, LVCOLUMN* columnInfo) const in GetColumn()
|
D | ListView.cpp | 34 int CListView::InsertColumn(int columnIndex, LPCTSTR text, int width) in InsertColumn() 67 int CListView::InsertColumn(int columnIndex, LPCWSTR text, int width) in InsertColumn()
|
/external/guava/guava/src/com/google/common/collect/ |
D | SparseImmutableTable.java | 100 int columnIndex = iterationOrderColumn[index]; in getCell() local 109 int columnIndex = iterationOrderColumn[index]; in getValue() local
|
D | DenseImmutableTable.java | 69 int columnIndex = columnKeyToIndex.get(columnKey); in DenseImmutableTable() local
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
D | apiviewer.js | 175 …",b=".prototype",L="function",K="Boolean",J="Error",I="constructor",H="warn",G="hasOwnProperty",F=…
|