Home
last modified time | relevance | path

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

12345678910>>...25

/external/pigweed/pw_web/log-viewer/src/utils/log-filter/
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 …]
/external/javasqlite/src/main/java/SQLite/JDBC2z/
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 …]
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeCursorWindow.java35 protected static byte[] nativeGetBlob(long windowPtr, int row, int column) { in nativeGetBlob()
40 protected static String nativeGetString(long windowPtr, int row, int column) { in nativeGetString()
46 long windowPtr, int row, int column, CharArrayBuffer buffer) { in nativeCopyStringToBuffer()
51 protected static boolean nativePutBlob(long windowPtr, byte[] value, int row, int column) { in nativePutBlob()
58 protected static boolean nativePutString(long windowPtr, String value, int row, int column) { in nativePutString()
90 protected static int nativeGetType(long windowPtr, int row, int column) { in nativeGetType()
95 protected static long nativeGetLong(long windowPtr, int row, int column) { in nativeGetLong()
100 protected static double nativeGetDouble(long windowPtr, int row, int column) { in nativeGetDouble()
105 protected static boolean nativePutLong(long windowPtr, long value, int row, int column) { in nativePutLong()
110 protected static boolean nativePutDouble(long windowPtr, double value, int row, int column) { in nativePutDouble()
[all …]
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()
100 protected static boolean nativePutString(long windowPtr, String value, int row, int column) { in nativePutString()
107 protected static boolean nativePutLong(long windowPtr, long value, int row, int column) { in nativePutLong()
112 protected static boolean nativePutDouble(long windowPtr, double value, int row, int column) { in nativePutDouble()
117 protected static boolean nativePutNull(long windowPtr, int row, int column) { in nativePutNull()
[all …]
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
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 …]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/
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
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/
DFormatterDiagnostic.java24 private final int column; field in FormatterDiagnostic
30 public static FormatterDiagnostic create(int lineNumber, int column, String message) { in create()
37 private FormatterDiagnostic(int lineNumber, int column, String message) { in FormatterDiagnostic()
55 public int column() { in column() method in FormatterDiagnostic
/external/perfetto/ui/src/frontend/sql_table/
Drender_cell.ts113 const value = row[column.alias]; constant
133 const value = row[column.alias]; constant
170 const value = row[column.alias]; constant
186 const value = row[column.alias]; constant
202 const id = row[column.alias]; constant
Dstate.ts41 column: Column; property
109 for (const column of this.table.columns) { constant
125 for (const column of this.columns) { constant
267 for (const column of queryRes.columns()) { constant
361 const column = this.columns[index]; constant
/external/webrtc/rtc_tools/frame_analyzer/
Dlinear_least_squares.cc110 for (const std::valarray<double>& column : matrix_to_invert) in GaussianElimination() local
113 for (const std::valarray<double>& column : right_hand_matrix) in GaussianElimination() local
129 for (size_t column = diagonal_index + 1; column < n; ++column) { in GaussianElimination() local
150 for (size_t column = 0; column < n; ++column) { in GaussianElimination() local
177 for (const std::vector<uint8_t>& column : x) in AddObservations() local
179 for (const std::vector<uint8_t>& column : y) in AddObservations() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DSparseFieldMatrix.java104 public void addToEntry(int row, int column, T increment) in addToEntry()
139 public T getEntry(int row, int column) throws MatrixIndexException { in getEntry()
153 public void multiplyEntry(int row, int column, T factor) in multiplyEntry()
169 public void setEntry(int row, int column, T value) in setEntry()
186 private int computeKey(int row, int column) { in computeKey()
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 …]
DRealMatrix.java214 void setSubMatrix(double[][] subMatrix, int row, int column) in setSubMatrix()
249 RealMatrix getColumnMatrix(int column) throws MatrixIndexException; in getColumnMatrix()
262 void setColumnMatrix(int column, RealMatrix matrix) in setColumnMatrix()
297 RealVector getColumnVector(int column) throws MatrixIndexException; in getColumnVector()
309 void setColumnVector(int column, RealVector vector) in setColumnVector()
347 double[] getColumn(int column) throws MatrixIndexException; in getColumn()
359 void setColumn(int column, double[] array) in setColumn()
377 double getEntry(int row, int column) throws MatrixIndexException; in getEntry()
395 void setEntry(int row, int column, double value) throws MatrixIndexException; in setEntry()
413 void addToEntry(int row, int column, double increment) throws MatrixIndexException; in addToEntry()
[all …]
DOpenMapRealMatrix.java226 public double getEntry(int row, int column) throws MatrixIndexException { in getEntry()
240 public void setEntry(int row, int column, double value) in setEntry()
253 public void addToEntry(int row, int column, double increment) in addToEntry()
268 public void multiplyEntry(int row, int column, double factor) in multiplyEntry()
287 private int computeKey(int row, int column) { in computeKey()
/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/
DSparseFieldMatrix.java104 public void addToEntry(int row, int column, T increment) { in addToEntry()
136 public T getEntry(int row, int column) { in getEntry()
150 public void multiplyEntry(int row, int column, T factor) { in multiplyEntry()
164 public void setEntry(int row, int column, T value) { in setEntry()
181 private int computeKey(int row, int column) { in computeKey()
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 …]
DRealMatrix.java239 void setSubMatrix(double[][] subMatrix, int row, int column) in setSubMatrix()
275 RealMatrix getColumnMatrix(int column) throws OutOfRangeException; in getColumnMatrix()
288 void setColumnMatrix(int column, RealMatrix matrix) in setColumnMatrix()
320 RealVector getColumnVector(int column) throws OutOfRangeException; in getColumnVector()
332 void setColumnVector(int column, RealVector vector) in setColumnVector()
364 double[] getColumn(int column) throws OutOfRangeException; in getColumn()
376 void setColumn(int column, double[] array) in setColumn()
387 double getEntry(int row, int column) throws OutOfRangeException; in getEntry()
398 void setEntry(int row, int column, double value) throws OutOfRangeException; in setEntry()
410 void addToEntry(int row, int column, double increment) throws OutOfRangeException; in addToEntry()
[all …]
/external/perfetto/ui/src/frontend/
Dpivot_table.ts60 column: TableColumn; property
75 const column = drillFilterColumnName(filter.column); constant
341 for (const column of columns) { constant
342 const tableColumn: TableColumn = {kind: 'regular', table, column}; constant
498 const column: TableColumn = { constant
501 column: columnName, constant
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
DPosition.java33 public final int column; field in Position
40 public Position(int line, int column) { in Position()
54 public static Position pos(int line, int column) { in pos()
58 public Position withColumn(int column) { in withColumn()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/
DPosition.java33 public final int column; field in Position
44 public Position(int line, int column) { in Position()
58 public static Position pos(int line, int column) { in pos()
62 public Position withColumn(int column) { in withColumn()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormatParseLocation.java52 static TextFormatParseLocation create(int line, int column) { in create()
64 private final int column; field in TextFormatParseLocation
66 private TextFormatParseLocation(int line, int column) { in TextFormatParseLocation()
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormatParseLocation.java52 static TextFormatParseLocation create(int line, int column) { in create()
64 private final int column; field in TextFormatParseLocation
66 private TextFormatParseLocation(int line, int column) { in TextFormatParseLocation()
/external/clang/tools/libclang/
DCXSourceLocation.cpp124 unsigned column) { in clang_getLocation()
184 unsigned *column, unsigned *offset) { in createNullLocation()
196 unsigned *column, unsigned *offset = nullptr) { in createNullLocation()
234 unsigned *column, in clang_getExpansionLocation()
275 unsigned *column) { in clang_getPresumedLocation()
306 unsigned *column, in clang_getInstantiationLocation()
315 unsigned *column, in clang_getSpellingLocation()
352 unsigned *column, in clang_getFileLocation()
/external/apache-commons-bcel/src/examples/Mini/
DASTExpr.java56 protected int line, column; field in ASTExpr
77 ASTExpr(int line, int column, int id) { in ASTExpr()
83 ASTExpr(int line, int column, int kind, int id) { in ASTExpr()
92 ASTExpr(ASTExpr[] children, int kind, int line, int column) { in ASTExpr()
313 public void setColumn(int column) { this.column = column; } in setColumn()
315 public void setPosition(int line, int column) { in setPosition()
/external/jsilver/src/com/google/clearsilver/jsilver/exceptions/
DJSilverBadSyntaxException.java28 private final int column; field in JSilverBadSyntaxException
49 int line, int column, Throwable cause) { in JSilverBadSyntaxException()
57 int line, int column) { in makeMessage()

12345678910>>...25