Home
last modified time | relevance | path

Searched defs:columnIndex (Results 1 – 25 of 30) sorted by relevance

12

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
DBaseCursor.java86 public String getColumnName(int columnIndex) { in getColumnName()
101 public byte[] getBlob(int columnIndex) { in getBlob()
106 public String getString(int columnIndex) { in getString()
111 public void copyStringToBuffer(int columnIndex, CharArrayBuffer buffer) { in copyStringToBuffer()
116 public short getShort(int columnIndex) { in getShort()
121 public int getInt(int columnIndex) { in getInt()
126 public long getLong(int columnIndex) { in getLong()
131 public float getFloat(int columnIndex) { in getFloat()
136 public double getDouble(int columnIndex) { in getDouble()
141 public boolean isNull(int columnIndex) { in isNull()
[all …]
DRoboCursor.java48 public String getString(int columnIndex) { in getString()
54 public short getShort(int columnIndex) { in getShort()
60 public int getInt(int columnIndex) { in getInt()
66 public long getLong(int columnIndex) { in getLong()
76 public float getFloat(int columnIndex) { in getFloat()
82 public double getDouble(int columnIndex) { in getDouble()
88 public byte[] getBlob(int columnIndex) { in getBlob()
93 public int getType(int columnIndex) { in getType()
98 public boolean isNull(int columnIndex) { in isNull()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/fakes/
DBaseCursor.java89 public String getColumnName(int columnIndex) { in getColumnName()
104 public byte[] getBlob(int columnIndex) { in getBlob()
109 public String getString(int columnIndex) { in getString()
114 public void copyStringToBuffer(int columnIndex, CharArrayBuffer buffer) { in copyStringToBuffer()
119 public short getShort(int columnIndex) { in getShort()
124 public int getInt(int columnIndex) { in getInt()
129 public long getLong(int columnIndex) { in getLong()
134 public float getFloat(int columnIndex) { in getFloat()
139 public double getDouble(int columnIndex) { in getDouble()
144 public boolean isNull(int columnIndex) { in isNull()
[all …]
DRoboCursor.java51 public String getString(int columnIndex) { in getString()
57 public short getShort(int columnIndex) { in getShort()
63 public int getInt(int columnIndex) { in getInt()
69 public long getLong(int columnIndex) { in getLong()
79 public float getFloat(int columnIndex) { in getFloat()
85 public double getDouble(int columnIndex) { in getDouble()
91 public byte[] getBlob(int columnIndex) { in getBlob()
96 public int getType(int columnIndex) { in getType()
101 public boolean isNull(int columnIndex) { in isNull()
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java281 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/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowAbstractCursorTest.java242 public double getDouble(int columnIndex) { in getDouble()
247 public float getFloat(int columnIndex) { in getFloat()
252 public int getInt(int columnIndex) { in getInt()
257 public long getLong(int columnIndex) { in getLong()
262 public short getShort(int columnIndex) { in getShort()
267 public String getString(int columnIndex) { in getString()
272 public boolean isNull(int columnIndex) { in isNull()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAbstractCursorTest.java238 public double getDouble(int columnIndex) { in getDouble()
243 public float getFloat(int columnIndex) { in getFloat()
248 public int getInt(int columnIndex) { in getInt()
253 public long getLong(int columnIndex) { in getLong()
258 public short getShort(int columnIndex) { in getShort()
263 public String getString(int columnIndex) { in getString()
268 public boolean isNull(int columnIndex) { in isNull()
/external/guava/guava/src/com/google/common/collect/
DDenseImmutableTable.java74 int columnIndex = requireNonNull(columnKeyToIndex.get(columnKey)); in DenseImmutableTable() local
175 private final int columnIndex; field in Column
177 Column(int columnIndex) { in Column()
261 Integer columnIndex = columnKeyToIndex.get(columnKey); in get() local
273 int columnIndex = cellColumnIndices[index]; in getCell() local
DSparseImmutableTable.java119 int columnIndex = cellColumnInRowIndices[index]; in getCell() local
128 int columnIndex = cellColumnInRowIndices[index]; in getValue() local
/external/guava/android/guava/src/com/google/common/collect/
DDenseImmutableTable.java74 int columnIndex = requireNonNull(columnKeyToIndex.get(columnKey)); in DenseImmutableTable() local
175 private final int columnIndex; field in Column
177 Column(int columnIndex) { in Column()
261 Integer columnIndex = columnKeyToIndex.get(columnKey); in get() local
273 int columnIndex = cellColumnIndices[index]; in getCell() local
DSparseImmutableTable.java119 int columnIndex = cellColumnInRowIndices[index]; in getCell() local
128 int columnIndex = cellColumnInRowIndices[index]; in getValue() local
/external/robolectric/robolectric/src/test/java/org/robolectric/
DParameterizedRobolectricTestRunnerConfigTest.java57 public int getType(int columnIndex) { in getType()
67 public int getType(int columnIndex) { in getType()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DParameterizedRobolectricTestRunnerConfigTest.java57 public int getType(int columnIndex) { in getType()
67 public int getType(int columnIndex) { in getType()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDownloadManager.java208 int columnIndex = getColumnIndex(columnName); in getColumnIndexOrThrow() local
226 public String getString(int columnIndex) { in getString()
253 public int getInt(int columnIndex) { in getInt()
DShadowCursorWrapper.java227 public int getType(int columnIndex) { in getType()
/external/lzma/CPP/Windows/Control/
DListView.h31 …bool DeleteColumn(int columnIndex) { return BOOLToBool(ListView_DeleteColumn(_window, columnIndex)… in DeleteColumn()
33 …int InsertColumn(int columnIndex, const LVCOLUMN *columnInfo) { return ListView_InsertColumn(_wind… in InsertColumn()
54 …int InsertColumn(int columnIndex, const LVCOLUMNW *columnInfo) { return (int)SendMsg(LVM_INSERTCOL… in InsertColumn()
92 bool GetColumn(int columnIndex, LVCOLUMN* columnInfo) const in GetColumn()
DListView.cpp34 int CListView::InsertColumn(int columnIndex, LPCTSTR text, int width) in InsertColumn()
67 int CListView::InsertColumn(int columnIndex, LPCWSTR text, int width) in InsertColumn()
/external/angle/src/compiler/translator/hlsl/
DShaderStorageBlockFunctionHLSL.cpp95 for (uint8_t columnIndex = 0; columnIndex < ssboFunction.type.getCols(); columnIndex++) in OutputSSBOLoadFunctionBody() local
182 for (uint8_t columnIndex = 0; columnIndex < ssboFunction.type.getCols(); columnIndex++) in OutputSSBOStoreFunctionBody() local
/external/angle/src/compiler/translator/tree_ops/glsl/
DScalarizeVecAndMatConstructorArgs.cpp257 for (uint8_t columnIndex = 0; in extractComponents() local
305 for (uint8_t columnIndex = 0; columnIndex < type.getCols(); ++columnIndex) in createConstructorMatrixFromScalar() local
339 for (uint8_t columnIndex = 0; columnIndex < type.getCols(); ++columnIndex) in createConstructorMatrixFromMatrix() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDownloadManager.java334 int columnIndex = getColumnIndex(columnName); in getColumnIndexOrThrow() local
352 public String getString(int columnIndex) { in getString()
379 public int getInt(int columnIndex) { in getInt()
389 public long getLong(int columnIndex) { in getLong()
DShadowCursorWrapper.java227 public int getType(int columnIndex) { in getType()
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABContactManager.java793 public int getInt(int columnIndex) { in getInt()
798 public long getLong(int columnIndex) { in getLong()
803 public String getString(int columnIndex) { in getString()
/external/angle/src/compiler/translator/spirv/
DOutputSPIRV.cpp1344 for (uint8_t columnIndex = 0; columnIndex < type.getCols(); ++columnIndex) in createComplexConstant() local
1609 for (uint8_t columnIndex = 0; in createConstructorVectorFromMultiple() local
1675 for (uint8_t columnIndex = 0; columnIndex < type.getCols(); ++columnIndex) in createConstructorMatrixFromScalar() local
1724 for (uint8_t columnIndex = 0; columnIndex < type.getCols(); ++columnIndex) in createConstructorMatrixFromVectors() local
1790 for (uint8_t columnIndex = 0; columnIndex < type.getCols(); ++columnIndex) in createConstructorMatrixFromMatrix() local
1819 for (uint8_t columnIndex = 0; columnIndex < type.getCols(); ++columnIndex) in createConstructorMatrixFromMatrix() local
1969 for (uint8_t columnIndex = 0; columnIndex < argumentType.getCols() && in extractComponents() local
3007 for (uint8_t columnIndex = 0; columnIndex < matrixType.getCols(); ++columnIndex) in visitOperator() local
4605 for (uint8_t columnIndex = 0; columnIndex < operandType.getCols(); ++columnIndex) in createCompareImpl() local
/external/angle/src/common/
Dmatrix_utils.h66 const T &at(const unsigned int rowIndex, const unsigned int columnIndex) const in at()
/external/angle/src/libANGLE/
DVaryingPacking.cpp555 for (unsigned int columnIndex = 0; columnIndex < varyingColumns; ++columnIndex) in insertVaryingIntoRegisterMap() local

12