/external/robolectric/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/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/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/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/ |
D | TestContentProvider.java | 118 public boolean isNull(int columnIndex) { in isNull() 128 public int getType(int columnIndex) { in getType() 140 public double getDouble(int columnIndex) { in getDouble() 146 public float getFloat(int columnIndex) { in getFloat() 152 public int getInt(int columnIndex) { in getInt() 160 public short getShort(int columnIndex) { in getShort() 166 public long getLong(int columnIndex) { in getLong() 171 public String getString(int columnIndex) { in getString()
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
D | AXTableColumn.h | 51 void setColumnIndex(int columnIndex) { m_columnIndex = columnIndex; } in setColumnIndex() 52 int columnIndex() const { return m_columnIndex; } in columnIndex() function
|
/external/guava/guava/src/com/google/common/collect/ |
D | ArrayTable.java | 224 public V at(int rowIndex, int columnIndex) { in at() 243 public V set(int rowIndex, int columnIndex, @Nullable V value) { in set() 333 Integer columnIndex = columnKeyToIndex.get(columnKey); in get() local 337 private V getIndexed(Integer rowIndex, Integer columnIndex) { in getIndexed() 362 Integer columnIndex = columnKeyToIndex.get(columnKey); in put() local 417 Integer columnIndex = columnKeyToIndex.get(columnKey); in erase() local 478 final int columnIndex = index % columnList.size(); in iterator() local
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/ |
D | KitKatBrowserAccessibilityManager.java | 53 int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading) { in setAccessibilityNodeInfoCollectionItemInfo() 93 int rowIndex, int rowSpan, int columnIndex, int columnSpan) { in setAccessibilityEventCollectionItemInfo()
|
D | BrowserAccessibilityManager.java | 579 int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading) { in setAccessibilityNodeInfoCollectionItemInfo() 676 int rowIndex, int rowSpan, int columnIndex, int columnSpan) { in setAccessibilityEventCollectionItemInfo()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | RenderTableCellTest.cpp | 86 static const unsigned columnIndex = 10; in TEST_F() local
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
D | table_printer.js | 104 getCell_: function(rowIndex, columnIndex) { argument
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderMultiColumnSet.cpp | 75 unsigned columnIndex = columnIndexAtOffset(blockOffset); in flowThreadTranslationAtOffset() local 103 unsigned columnIndex = columnIndexAtOffset(offset, AssumeNewColumns); in pageLogicalTopForOffset() local
|
D | RenderLayer.cpp | 3091 … const Vector<RenderLayer*>& columnLayers, size_t columnIndex) in hitTestChildLayerColumns()
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
D | file_table.js | 123 columnIndex, columnWidth) { argument
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebAXObject.cpp | 1031 unsigned WebAXObject::columnIndex() const in columnIndex() function in blink::WebAXObject
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | select.c | 184 static int columnIndex(Table *pTab, const char *zCol){ in columnIndex() function
|