Home
last modified time | relevance | path

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

12

/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() argument
289 public InputStream getAsciiStream(int columnIndex) throws SQLException { in getAsciiStream() argument
297 public BigDecimal getBigDecimal(int columnIndex, int scale) in getBigDecimal() argument
302 public BigDecimal getBigDecimal(int columnIndex) throws SQLException { in getBigDecimal() argument
315 public InputStream getBinaryStream(int columnIndex) throws SQLException { in getBinaryStream() argument
323 public Blob getBlob(int columnIndex) throws SQLException { in getBlob() argument
331 public boolean getBoolean(int columnIndex) throws SQLException { in getBoolean() argument
339 public byte getByte(int columnIndex) throws SQLException { in getByte() argument
347 public byte[] getBytes(int columnIndex) throws SQLException { in getBytes() argument
355 public Reader getCharacterStream(int columnIndex) throws SQLException { in getCharacterStream() argument
[all …]
/external/javasqlite/src/main/java/SQLite/JDBC2z/
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 > tr.ncolumns) {
243 throw new SQLException("column " + columnIndex + " not found");
246 lastg = rd[columnIndex - 1];
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
DRoboCursor.java48 public String getString(int columnIndex) { in getString() argument
49 Object value = results[resultsIndex][columnIndex]; in getString()
54 public short getShort(int columnIndex) { in getShort() argument
55 Object value = results[resultsIndex][columnIndex]; in getShort()
60 public int getInt(int columnIndex) { in getInt() argument
61 Object value = results[resultsIndex][columnIndex]; in getInt()
66 public long getLong(int columnIndex) { in getLong() argument
67 Object value = results[resultsIndex][columnIndex]; in getLong()
76 public float getFloat(int columnIndex) { in getFloat() argument
77 Object value = results[resultsIndex][columnIndex]; in getFloat()
[all …]
DBaseCursor.java86 public String getColumnName(int columnIndex) { in getColumnName() argument
101 public byte[] getBlob(int columnIndex) { in getBlob() argument
106 public String getString(int columnIndex) { in getString() argument
111 public void copyStringToBuffer(int columnIndex, CharArrayBuffer buffer) { in copyStringToBuffer() argument
116 public short getShort(int columnIndex) { in getShort() argument
121 public int getInt(int columnIndex) { in getInt() argument
126 public long getLong(int columnIndex) { in getLong() argument
131 public float getFloat(int columnIndex) { in getFloat() argument
136 public double getDouble(int columnIndex) { in getDouble() argument
141 public boolean isNull(int columnIndex) { in isNull() argument
[all …]
/external/guava/android/guava/src/com/google/common/collect/
DArrayTable.java303 public V at(int rowIndex, int columnIndex) {
306 checkElementIndex(columnIndex, columnList.size());
307 return array[rowIndex][columnIndex];
324 public V set(int rowIndex, int columnIndex, @NullableDecl V value) {
327 checkElementIndex(columnIndex, columnList.size());
328 V oldValue = array[rowIndex][columnIndex];
329 array[rowIndex][columnIndex] = value;
413 Integer columnIndex = columnKeyToIndex.get(columnKey);
414 return (rowIndex == null || columnIndex == null) ? null : at(rowIndex, columnIndex);
438 Integer columnIndex = columnKeyToIndex.get(columnKey);
[all …]
DDenseImmutableTable.java68 int columnIndex = columnKeyToIndex.get(columnKey); in DenseImmutableTable() local
69 V existingValue = values[rowIndex][columnIndex]; in DenseImmutableTable()
71 values[rowIndex][columnIndex] = cell.getValue(); in DenseImmutableTable()
73 columnCounts[columnIndex]++; in DenseImmutableTable()
75 cellColumnIndices[i] = columnIndex; in DenseImmutableTable()
166 private final int columnIndex; field in Column
168 Column(int columnIndex) { in Column() argument
169 super(columnCounts[columnIndex]); in Column()
170 this.columnIndex = columnIndex; in Column()
180 return values[keyIndex][columnIndex]; in getValue()
[all …]
DSparseImmutableTable.java112 int columnIndex = cellColumnInRowIndices[index]; in getCell() local
113 Entry<C, V> colEntry = row.entrySet().asList().get(columnIndex); in getCell()
121 int columnIndex = cellColumnInRowIndices[index]; in getValue() local
122 return row.values().asList().get(columnIndex); in getValue()
/external/guava/guava/src/com/google/common/collect/
DDenseImmutableTable.java68 int columnIndex = columnKeyToIndex.get(columnKey); in DenseImmutableTable() local
69 V existingValue = values[rowIndex][columnIndex]; in DenseImmutableTable()
71 values[rowIndex][columnIndex] = cell.getValue(); in DenseImmutableTable()
73 columnCounts[columnIndex]++; in DenseImmutableTable()
75 cellColumnIndices[i] = columnIndex; in DenseImmutableTable()
165 private final int columnIndex; field in Column
167 Column(int columnIndex) { in Column() argument
168 super(columnCounts[columnIndex]); in Column()
169 this.columnIndex = columnIndex; in Column()
179 return values[keyIndex][columnIndex]; in getValue()
[all …]
DArrayTable.java307 public V at(int rowIndex, int columnIndex) {
310 checkElementIndex(columnIndex, columnList.size());
311 return array[rowIndex][columnIndex];
328 public V set(int rowIndex, int columnIndex, @Nullable V value) {
331 checkElementIndex(columnIndex, columnList.size());
332 V oldValue = array[rowIndex][columnIndex];
333 array[rowIndex][columnIndex] = value;
417 Integer columnIndex = columnKeyToIndex.get(columnKey);
418 return (rowIndex == null || columnIndex == null) ? null : at(rowIndex, columnIndex);
442 Integer columnIndex = columnKeyToIndex.get(columnKey);
[all …]
DSparseImmutableTable.java112 int columnIndex = cellColumnInRowIndices[index]; in getCell() local
113 Entry<C, V> colEntry = row.entrySet().asList().get(columnIndex); in getCell()
121 int columnIndex = cellColumnInRowIndices[index]; in getValue() local
122 return row.values().asList().get(columnIndex); in getValue()
/external/lzma/CPP/Windows/Control/
DListView.h31 …bool DeleteColumn(int columnIndex) { return BOOLToBool(ListView_DeleteColumn(_window, columnIndex)… in DeleteColumn() argument
33 …int InsertColumn(int columnIndex, const LVCOLUMN *columnInfo) { return ListView_InsertColumn(_wind… in InsertColumn() argument
34 int InsertColumn(int columnIndex, LPCTSTR text, int width);
54 …int InsertColumn(int columnIndex, const LVCOLUMNW *columnInfo) { return (int)SendMsg(LVM_INSERTCOL… in InsertColumn() argument
55 int InsertColumn(int columnIndex, LPCWSTR text, int width);
92 bool GetColumn(int columnIndex, LVCOLUMN* columnInfo) const in GetColumn() argument
93 { return BOOLToBool(ListView_GetColumn(_window, columnIndex, columnInfo)); } in GetColumn()
DListView.cpp34 int CListView::InsertColumn(int columnIndex, LPCTSTR text, int width) in InsertColumn() argument
39 ci.iSubItem = columnIndex; in InsertColumn()
41 return InsertColumn(columnIndex, &ci); in InsertColumn()
67 int CListView::InsertColumn(int columnIndex, LPCWSTR text, int width) in InsertColumn() argument
72 ci.iSubItem = columnIndex; in InsertColumn()
74 return InsertColumn(columnIndex, &ci); in InsertColumn()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDownloadManager.java208 int columnIndex = getColumnIndex(columnName); in getColumnIndexOrThrow() local
209 if (columnIndex == -1) { in getColumnIndexOrThrow()
212 return columnIndex; in getColumnIndexOrThrow()
226 public String getString(int columnIndex) { in getString() argument
229 switch (columnIndex) { in getString()
249 return "Unknown ColumnIndex " + columnIndex; in getString()
253 public int getInt(int columnIndex) { in getInt() argument
256 if (columnIndex == COLUMN_INDEX_STATUS) { in getInt()
DShadowCursorWrapper.java227 public int getType(int columnIndex) { in getType() argument
228 return wrappedCursor.getType(columnIndex); in getType()
/external/perfetto/ui/src/frontend/
Daggregation_panel.ts90 getFormattedData(data: AggregateData, rowIndex: number, columnIndex: number) {
91 switch (data.columns[columnIndex].kind) {
93 return data.strings[data.columns[columnIndex].data[rowIndex]];
95 return `${data.columns[columnIndex].data[rowIndex] / 1000000}`;
98 data.strings[data.columns[columnIndex].data[rowIndex]];
106 return data.columns[columnIndex].data[rowIndex];
/external/angle/src/compiler/translator/
DShaderStorageBlockFunctionHLSL.cpp95 for (int columnIndex = 0; columnIndex < ssboFunction.type.getCols(); columnIndex++) in OutputSSBOLoadFunctionBody() local
98 << columnIndex * ssboFunction.matrixStride << ")), "; in OutputSSBOLoadFunctionBody()
178 for (int columnIndex = 0; columnIndex < ssboFunction.type.getCols(); columnIndex++) in OutputSSBOStoreFunctionBody() local
181 << columnIndex * ssboFunction.matrixStride << ", asuint(value[" << columnIndex in OutputSSBOStoreFunctionBody()
DOutputSPIRV.cpp1112 for (int columnIndex = 0; columnIndex < type.getCols(); ++columnIndex) in createComplexConstant() local
1114 auto columnParametersStart = parameters.begin() + columnIndex * type.getRows(); in createComplexConstant()
1351 for (int columnIndex = 0; columnIndex < type.getCols(); ++columnIndex) in createConstructorMatrixFromScalar() local
1356 if (columnIndex < type.getRows()) in createConstructorMatrixFromScalar()
1358 componentIds[columnIndex] = scalarId; in createConstructorMatrixFromScalar()
1360 if (columnIndex > 0 && columnIndex <= type.getRows()) in createConstructorMatrixFromScalar()
1362 componentIds[columnIndex - 1] = zeroId; in createConstructorMatrixFromScalar()
1400 for (int columnIndex = 0; columnIndex < type.getCols(); ++columnIndex) in createConstructorMatrixFromVectors() local
1404 auto componentsStart = extractedComponents.begin() + columnIndex * type.getRows(); in createConstructorMatrixFromVectors()
1467 for (int columnIndex = 0; columnIndex < type.getCols(); ++columnIndex) in createConstructorMatrixFromMatrix() local
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAbstractCursorTest.java238 public double getDouble(int columnIndex) { in getDouble() argument
243 public float getFloat(int columnIndex) { in getFloat() argument
248 public int getInt(int columnIndex) { in getInt() argument
253 public long getLong(int columnIndex) { in getLong() argument
258 public short getShort(int columnIndex) { in getShort() argument
263 public String getString(int columnIndex) { in getString() argument
268 public boolean isNull(int columnIndex) { in isNull() argument
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DParameterizedRobolectricTestRunnerConfigTest.java57 public int getType(int columnIndex) { in getType() argument
67 public int getType(int columnIndex) { in getType() argument
68 return columnIndex; in getType()
/external/angle/src/common/
Dmatrix_utils.h52 const T &operator()(const unsigned int rowIndex, const unsigned int columnIndex) const in operator()
55 ASSERT(columnIndex < mCols); in operator()
56 return mElements[rowIndex * columns() + columnIndex]; in operator()
59 T &operator()(const unsigned int rowIndex, const unsigned int columnIndex) in operator()
62 ASSERT(columnIndex < mCols); in operator()
63 return mElements[rowIndex * columns() + columnIndex]; in operator()
66 const T &at(const unsigned int rowIndex, const unsigned int columnIndex) const in at() argument
69 ASSERT(columnIndex < mCols); in at()
70 return operator()(rowIndex, columnIndex); in at()
/external/webrtc/rtc_tools/loopback_test/
Dstat_tracker.js44 var columnIndex = dataTable.addColumn('number', varName);
49 dataTable.setCell(rowIndex, columnIndex, sample);
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABContactManager.java792 public int getInt(int columnIndex) { in getInt() argument
793 return (int) getLong(columnIndex); in getInt()
797 public long getLong(int columnIndex) { in getLong() argument
798 return super.getLong(columnIndex); in getLong()
802 public String getString(int columnIndex) { in getString() argument
803 return super.getString(columnIndex); in getString()
/external/angle/src/libANGLE/
DVaryingPacking.cpp512 for (unsigned int columnIndex = 0; columnIndex < varyingColumns; ++columnIndex) in insertVaryingIntoRegisterMap() local
514 mRegisterMap[registerInfo.registerRow][registerColumn + columnIndex] = true; in insertVaryingIntoRegisterMap()
/external/guice/extensions/persist/lib/
Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/ ...
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...

12