Home
last modified time | relevance | path

Searched defs:column (Results 1 – 25 of 2123) sorted by relevance

12345678910>>...85

/aosp_15_r20/external/pigweed/pw_web/log-viewer/src/utils/log-filter/
H A Dtest-data.ts32 column: 'source', constant
51 column: 'source', constant
63 column: 'source', constant
68 column: 'message', constant
83 column: 'source', constant
88 column: 'source', constant
102 column: 'source', constant
116 column: 'message', constant
124 column: 'source', constant
129 column: 'source', constant
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/sql/
H A DResultSetMetaData.java62 boolean isAutoIncrement(int column) throws SQLException; in isAutoIncrement()
71 boolean isCaseSensitive(int column) throws SQLException; in isCaseSensitive()
80 boolean isSearchable(int column) throws SQLException; in isSearchable()
89 boolean isCurrency(int column) throws SQLException; in isCurrency()
99 int isNullable(int column) throws SQLException; in isNullable()
126 boolean isSigned(int column) throws SQLException; in isSigned()
136 int getColumnDisplaySize(int column) throws SQLException; in getColumnDisplaySize()
149 String getColumnLabel(int column) throws SQLException; in getColumnLabel()
158 String getColumnName(int column) throws SQLException; in getColumnName()
167 String getSchemaName(int column) throws SQLException; in getSchemaName()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/sql/
DResultSetMetaData.java62 boolean isAutoIncrement(int column) throws SQLException; in isAutoIncrement()
71 boolean isCaseSensitive(int column) throws SQLException; in isCaseSensitive()
80 boolean isSearchable(int column) throws SQLException; in isSearchable()
89 boolean isCurrency(int column) throws SQLException; in isCurrency()
99 int isNullable(int column) throws SQLException; in isNullable()
126 boolean isSigned(int column) throws SQLException; in isSigned()
136 int getColumnDisplaySize(int column) throws SQLException; in getColumnDisplaySize()
149 String getColumnLabel(int column) throws SQLException; in getColumnLabel()
158 String getColumnName(int column) throws SQLException; in getColumnName()
167 String getSchemaName(int column) throws SQLException; in getSchemaName()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/15/libcore/ojluni/src/main/java/java/sql/
DResultSetMetaData.java62 boolean isAutoIncrement(int column) throws SQLException; in isAutoIncrement()
71 boolean isCaseSensitive(int column) throws SQLException; in isCaseSensitive()
80 boolean isSearchable(int column) throws SQLException; in isSearchable()
89 boolean isCurrency(int column) throws SQLException; in isCurrency()
99 int isNullable(int column) throws SQLException; in isNullable()
126 boolean isSigned(int column) throws SQLException; in isSigned()
136 int getColumnDisplaySize(int column) throws SQLException; in getColumnDisplaySize()
149 String getColumnLabel(int column) throws SQLException; in getColumnLabel()
158 String getColumnName(int column) throws SQLException; in getColumnName()
167 String getSchemaName(int column) throws SQLException; in getSchemaName()
[all …]
/aosp_15_r20/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCResultSetMetaData.java13 public String getCatalogName(int column) throws java.sql.SQLException { in getCatalogName()
17 public String getColumnClassName(int column) throws java.sql.SQLException { in getColumnClassName()
51 public int getColumnDisplaySize(int column) throws java.sql.SQLException { in getColumnDisplaySize()
55 public String getColumnLabel(int column) throws java.sql.SQLException { in getColumnLabel()
67 public String getColumnName(int column) throws java.sql.SQLException { in getColumnName()
85 public int getColumnType(int column) throws java.sql.SQLException { in getColumnType()
98 public String getColumnTypeName(int column) throws java.sql.SQLException { in getColumnTypeName()
124 public int getPrecision(int column) throws java.sql.SQLException { in getPrecision()
128 public int getScale(int column) throws java.sql.SQLException { in getScale()
132 public String getSchemaName(int column) throws java.sql.SQLException { in getSchemaName()
[all …]
/aosp_15_r20/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DMockSuggestionProviderCursor.java41 public Object get(int column) { in get()
56 public double getDouble(int column) { in getDouble()
61 public float getFloat(int column) { in getFloat()
66 public int getInt(int column) { in getInt()
71 public long getLong(int column) { in getLong()
76 public short getShort(int column) { in getShort()
81 public String getString(int column) { in getString()
86 public boolean isNull(int column) { in isNull()
102 public Row setColumn(int column, Object value) { in setColumn()
107 public Object get(int column) { in get()
[all …]
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNativeCursorWindow.java38 protected static byte[] nativeGetBlob(long windowPtr, int row, int column) { in nativeGetBlob()
43 protected static String nativeGetString(long windowPtr, int row, int column) { in nativeGetString()
49 long windowPtr, int row, int column, CharArrayBuffer buffer) { in nativeCopyStringToBuffer()
54 protected static boolean nativePutBlob(long windowPtr, byte[] value, int row, int column) { in nativePutBlob()
72 protected static boolean nativePutString(long windowPtr, String value, int row, int column) { in nativePutString()
115 protected static int nativeGetType(long windowPtr, int row, int column) { in nativeGetType()
120 protected static long nativeGetLong(long windowPtr, int row, int column) { in nativeGetLong()
125 protected static double nativeGetDouble(long windowPtr, int row, int column) { in nativeGetDouble()
130 protected static boolean nativePutLong(long windowPtr, long value, int row, int column) { in nativePutLong()
135 protected static boolean nativePutDouble(long windowPtr, double value, int row, int column) { in nativePutDouble()
[all …]
H A DShadowLegacyCursorWindow.java36 protected static byte[] nativeGetBlob(long windowPtr, int row, int column) { in nativeGetBlob()
57 protected static String nativeGetString(long windowPtr, int row, int column) { in nativeGetString()
68 protected static long nativeGetLong(long windowPtr, int row, int column) { in nativeGetLong()
73 protected static double nativeGetDouble(long windowPtr, int row, int column) { in nativeGetDouble()
78 protected static int nativeGetType(long windowPtr, int row, int column) { in nativeGetType()
93 protected static boolean nativePutBlob(long windowPtr, byte[] value, int row, int column) { in nativePutBlob()
102 protected static boolean nativePutString(long windowPtr, String value, int row, int column) { in nativePutString()
111 protected static boolean nativePutLong(long windowPtr, long value, int row, int column) { in nativePutLong()
118 protected static boolean nativePutDouble(long windowPtr, double value, int row, int column) { in nativePutDouble()
125 protected static boolean nativePutNull(long windowPtr, int row, int column) { in nativePutNull()
[all …]
/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
H A DCursorWindowNatives.java44 public static native byte[] nativeGetBlob(long windowPtr, int row, int column); in nativeGetBlob()
46 public static native String nativeGetString(long windowPtr, int row, int column); in nativeGetString()
49 long windowPtr, int row, int column, CharArrayBuffer buffer); in nativeCopyStringToBuffer()
51 public static native boolean nativePutBlob(long windowPtr, byte[] value, int row, int column); in nativePutBlob()
53 public static native boolean nativePutString(long windowPtr, String value, int row, int column); in nativePutString()
65 public static native int nativeGetType(long windowPtr, int row, int column); in nativeGetType()
67 public static native long nativeGetLong(long windowPtr, int row, int column); in nativeGetLong()
69 public static native double nativeGetDouble(long windowPtr, int row, int column); in nativeGetDouble()
71 public static native boolean nativePutLong(long windowPtr, long value, int row, int column); in nativePutLong()
73 public static native boolean nativePutDouble(long windowPtr, double value, int row, int column); in nativePutDouble()
[all …]
/aosp_15_r20/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/data/
H A DPaginatedCursor.java167 public int getType(int column) { in getType()
182 public String getString(int column) { in getString()
187 public short getShort(int column) { in getShort()
192 public int getInt(int column) { in getInt()
197 public long getLong(int column) { in getLong()
202 public float getFloat(int column) { in getFloat()
207 public double getDouble(int column) { in getDouble()
212 public byte[] getBlob(int column) { in getBlob()
217 public boolean isNull(int column) { in isNull()
/aosp_15_r20/frameworks/base/core/java/android/database/
H A DMatrixCursor.java71 private Object get(int column) { in get()
266 public String getString(int column) { in getString()
273 public short getShort(int column) { in getShort()
281 public int getInt(int column) { in getInt()
289 public long getLong(int column) { in getLong()
297 public float getFloat(int column) { in getFloat()
305 public double getDouble(int column) { in getDouble()
313 public byte[] getBlob(int column) { in getBlob()
319 public int getType(int column) { in getType()
324 public boolean isNull(int column) { in isNull()
H A DMergeCursor.java97 public String getString(int column) in getString()
103 public short getShort(int column) in getShort()
109 public int getInt(int column) in getInt()
115 public long getLong(int column) in getLong()
121 public float getFloat(int column) in getFloat()
127 public double getDouble(int column) in getDouble()
133 public int getType(int column) { in getType()
138 public boolean isNull(int column) in isNull()
144 public byte[] getBlob(int column) in getBlob()
H A DCursorWindow_ravenwood.java80 private static boolean put(long windowPtr, String value, int type, int row, int column) { in put()
91 public static int nativeGetType(long windowPtr, int row, int column) { in nativeGetType()
101 int row, int column) { in nativePutString()
105 public static String nativeGetString(long windowPtr, int row, int column) { in nativeGetString()
114 public static boolean nativePutLong(long windowPtr, long value, int row, int column) { in nativePutLong()
118 public static long nativeGetLong(long windowPtr, int row, int column) { in nativeGetLong()
128 public static boolean nativePutDouble(long windowPtr, double value, int row, int column) { in nativePutDouble()
132 public static double nativeGetDouble(long windowPtr, int row, int column) { in nativeGetDouble()
142 public static boolean nativePutBlob(long windowPtr, byte[] value, int row, int column) { in nativePutBlob()
147 public static byte[] nativeGetBlob(long windowPtr, int row, int column) { in nativeGetBlob()
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
H A DGridActivity.java95 public EditText getCell(int row, int column) { in getCell()
103 public void onCell(int row, int column, Visitor<EditText> v) { in onCell()
108 public void focusCell(int row, int column) { in focusCell()
112 public void clearCell(int row, int column) { in clearCell()
116 public void setText(int row, int column, String text) { in setText()
120 public void forceAutofill(int row, int column) { in forceAutofill()
124 public void removeCell(int row, int column) { in removeCell()
128 public void addCell(int row, int column, EditText cell) { in addCell()
134 public void triggerAutofill(boolean manually, int row, int column) { in triggerAutofill()
142 public String getText(int row, int column) throws InterruptedException { in getText()
/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DReorderingCursorWrapper.java67 public double getDouble(int column) { in getDouble()
72 public float getFloat(int column) { in getFloat()
77 public int getInt(int column) { in getInt()
82 public long getLong(int column) { in getLong()
87 public short getShort(int column) { in getShort()
92 public String getString(int column) { in getString()
97 public int getType(int column) { in getType()
102 public boolean isNull(int column) { in isNull()
/aosp_15_r20/packages/modules/StatsD/framework/java/android/app/
DStatsCursor.java84 public String getString(int column) { in getString()
96 public short getShort(int column) { in getShort()
107 public int getInt(int column) { in getInt()
118 public long getLong(int column) { in getLong()
129 public float getFloat(int column) { in getFloat()
140 public double getDouble(int column) { in getDouble()
151 public boolean isNull(int column) { in isNull()
162 public int getType(int column) { in getType()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/database/
H A DSortCursor.java189 public String getString(int column) in getString()
195 public short getShort(int column) in getShort()
201 public int getInt(int column) in getInt()
207 public long getLong(int column) in getLong()
213 public float getFloat(int column) in getFloat()
219 public double getDouble(int column) in getDouble()
225 public int getType(int column) { in getType()
230 public boolean isNull(int column) in isNull()
236 public byte[] getBlob(int column) in getBlob()
/aosp_15_r20/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/
H A DCounterColumnTest.java79 IColumnRenderer column = CounterColumn.newTotal(CounterEntity.LINE, in testInitVisible() local
88 IColumnRenderer column = CounterColumn.newTotal(CounterEntity.LINE, in testInitInvisible() local
97 IColumnRenderer column = CounterColumn.newTotal(CounterEntity.LINE, in testItemTotal() local
109 IColumnRenderer column = CounterColumn.newMissed(CounterEntity.LINE, in testItemMissed() local
121 IColumnRenderer column = CounterColumn.newCovered(CounterEntity.LINE, in testItemCovered() local
133 IColumnRenderer column = CounterColumn.newTotal(CounterEntity.LINE, in testLocale() local
145 IColumnRenderer column = CounterColumn.newTotal(CounterEntity.LINE, in testFooter() local
157 IColumnRenderer column = CounterColumn.newTotal(CounterEntity.LINE, in testComparatorTotal() local
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/database/
DEmptyCursor.java47 public String getString(int column) { in getString()
52 public short getShort(int column) { in getShort()
57 public int getInt(int column) { in getInt()
62 public long getLong(int column) { in getLong()
67 public float getFloat(int column) { in getFloat()
72 public double getDouble(int column) { in getDouble()
77 public boolean isNull(int column) { in isNull()
/aosp_15_r20/packages/apps/Dialer/java/com/android/contacts/common/database/
DEmptyCursor.java47 public String getString(int column) { in getString()
52 public short getShort(int column) { in getShort()
57 public int getInt(int column) { in getInt()
62 public long getLong(int column) { in getLong()
67 public float getFloat(int column) { in getFloat()
72 public double getDouble(int column) { in getDouble()
77 public boolean isNull(int column) { in isNull()
/aosp_15_r20/cts/tests/framework/base/windowmanager/dndsourceapp/src/android/server/wm/dndsourceapp/
H A DDragSourceCursor.java41 public String getString(int column) { in getString()
52 public short getShort(int column) { in getShort()
57 public int getInt(int column) { in getInt()
62 public long getLong(int column) { in getLong()
67 public float getFloat(int column) { in getFloat()
72 public double getDouble(int column) { in getDouble()
77 public boolean isNull(int column) { in isNull()
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DRootCursorWrapper.java117 public double getDouble(int column) { in getDouble()
122 public float getFloat(int column) { in getFloat()
127 public int getInt(int column) { in getInt()
136 public long getLong(int column) { in getLong()
141 public short getShort(int column) { in getShort()
146 public String getString(int column) { in getString()
157 public int getType(int column) { in getType()
162 public boolean isNull(int column) { in isNull()
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DFilteringCursorWrapper.java117 public double getDouble(int column) { in getDouble()
122 public float getFloat(int column) { in getFloat()
127 public int getInt(int column) { in getInt()
132 public long getLong(int column) { in getLong()
137 public short getShort(int column) { in getShort()
142 public String getString(int column) { in getString()
147 public int getType(int column) { in getType()
152 public boolean isNull(int column) { in isNull()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DFieldMatrix.java207 void setSubMatrix(T[][] subMatrix, int row, int column) in setSubMatrix()
242 FieldMatrix<T> getColumnMatrix(int column) throws MatrixIndexException; in getColumnMatrix()
255 void setColumnMatrix(int column, FieldMatrix<T> matrix) in setColumnMatrix()
290 FieldVector<T> getColumnVector(int column) throws MatrixIndexException; in getColumnVector()
302 void setColumnVector(int column, FieldVector<T> vector) in setColumnVector()
340 T[] getColumn(int column) throws MatrixIndexException; in getColumn()
352 void setColumn(int column, T[] array) in setColumn()
370 T getEntry(int row, int column) throws MatrixIndexException; in getEntry()
388 void setEntry(int row, int column, T value) throws MatrixIndexException; in setEntry()
406 void addToEntry(int row, int column, T increment) throws MatrixIndexException; in addToEntry()
[all …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/
H A DFieldMatrix.java241 void setSubMatrix(T[][] subMatrix, int row, int column) in setSubMatrix()
275 FieldMatrix<T> getColumnMatrix(int column) throws OutOfRangeException; in getColumnMatrix()
287 void setColumnMatrix(int column, FieldMatrix<T> matrix) in setColumnMatrix()
318 FieldVector<T> getColumnVector(int column) throws OutOfRangeException; in getColumnVector()
329 void setColumnVector(int column, FieldVector<T> vector) in setColumnVector()
358 T[] getColumn(int column) throws OutOfRangeException; in getColumn()
369 void setColumn(int column, T[] array) in setColumn()
380 T getEntry(int row, int column) throws OutOfRangeException; in getEntry()
391 void setEntry(int row, int column, T value) throws OutOfRangeException; in setEntry()
402 void addToEntry(int row, int column, T increment) throws OutOfRangeException; in addToEntry()
[all …]

12345678910>>...85