Home
last modified time | relevance | path

Searched refs:column (Results 1 – 25 of 2132) sorted by relevance

12345678910>>...86

/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSetMetaData.java13 public String getCatalogName(int column) throws java.sql.SQLException { in getCatalogName() argument
17 public String getColumnClassName(int column) throws java.sql.SQLException { in getColumnClassName() argument
18 column--; in getColumnClassName()
20 if (column < 0 || column >= r.tr.ncolumns) { in getColumnClassName()
24 switch (((TableResultX) r.tr).sql_type[column]) { in getColumnClassName()
51 public int getColumnDisplaySize(int column) throws java.sql.SQLException { in getColumnDisplaySize() argument
55 public String getColumnLabel(int column) throws java.sql.SQLException { in getColumnLabel() argument
56 column--; in getColumnLabel()
59 if (column < 0 || column >= r.tr.ncolumns) { in getColumnLabel()
62 c = r.tr.column[column]; in getColumnLabel()
[all …]
/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() argument
44 if (column < -1) { in Position()
45 throw new IllegalArgumentException("Can't position at column " + column); in Position()
48 this.column = column; in Position()
54 public static Position pos(int line, int column) { in pos() argument
55 return new Position(line, column); in pos()
58 public Position withColumn(int column) { in withColumn() argument
59 return new Position(this.line, column); in withColumn()
63 return new Position(line, this.column); in withLine()
[all …]
/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() argument
48 if (column < -1) { in Position()
49 throw new IllegalArgumentException("Can't position at column " + column); in Position()
52 this.column = column; in Position()
58 public static Position pos(int line, int column) { in pos() argument
59 return new Position(line, column); in pos()
62 public Position withColumn(int column) { in withColumn() argument
63 return new Position(this.line, column); in withColumn()
67 return new Position(line, this.column); in withLine()
[all …]
/external/clang/tools/libclang/
DCXSourceLocation.cpp124 unsigned column) { in clang_getLocation() argument
131 if (line == 0 || column == 0) in clang_getLocation()
138 SourceLocation SLoc = CXXUnit->getLocation(File, line, column); in clang_getLocation()
142 File->getName(), line, column); in clang_getLocation()
149 *Log << llvm::format("(\"%s\", %d, %d) = ", File->getName(), line, column) in clang_getLocation()
184 unsigned *column, unsigned *offset) { in createNullLocation() argument
189 if (column) in createNullLocation()
190 *column = 0; in createNullLocation()
196 unsigned *column, unsigned *offset = nullptr) { in createNullLocation() argument
201 if (column) in createNullLocation()
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DAbstractRealMatrix.java217 public void visit(final int row, final int column, final double value) { in getNorm() argument
248 public void visit(final int row, final int column, final double value) { in getFrobeniusNorm() argument
293 public double visit(final int row, final int column, final double value) {
294 return getEntry(selectedRows[row], selectedColumns[column]);
340 public void visit(final int row, final int column, final double value) {
341 destination[row - startRow][column - startColumn] = value;
373 public void setSubMatrix(final double[][] subMatrix, final int row, final int column)
395 MatrixUtils.checkColumnIndex(this, column);
397 MatrixUtils.checkColumnIndex(this, nCols + column - 1);
401 setEntry(row + i, column + j, subMatrix[i][j]);
[all …]
DAbstractFieldMatrix.java319 public T visit(final int row, final int column, final T value) { in getSubMatrix()
320 return getEntry(selectedRows[row], selectedColumns[column]); in getSubMatrix()
366 public void visit(final int row, final int column, final T value) { in copySubMatrix()
367 destination[row - startRow][column - startColumn] = value; in copySubMatrix()
399 public void setSubMatrix(final T[][] subMatrix, final int row, final int column) in setSubMatrix() argument
421 checkColumnIndex(column); in setSubMatrix()
423 checkColumnIndex(nCols + column - 1); in setSubMatrix()
427 setEntry(row + i, column + j, subMatrix[i][j]); in setSubMatrix()
467 public FieldMatrix<T> getColumnMatrix(final int column) in getColumnMatrix() argument
470 checkColumnIndex(column); in getColumnMatrix()
[all …]
/external/boringssl/src/util/
Dconvert_comments.go51 func isContinuation(s string, column int) bool {
52 if len(s) < column+2 {
55 if !allSpaces(s[:column]) {
58 return s[column:column+2] == " *"
77 column int member
81 func addLine(groups *[]lineGroup, line string, column int) {
82 if len(*groups) == 0 || (*groups)[len(*groups)-1].column != column {
83 *groups = append(*groups, lineGroup{column, nil})
123 var column int
131 if comment != nil && !isContinuation(line, column) {
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCursorWindow.java41 protected static byte[] nativeGetBlob(int windowPtr, int row, int column) { in nativeGetBlob() argument
42 return nativeGetBlob((long) windowPtr, row, column); in nativeGetBlob()
46 protected static byte[] nativeGetBlob(long windowPtr, int row, int column) { in nativeGetBlob() argument
47 Value value = WINDOW_DATA.get(windowPtr).value(row, column); in nativeGetBlob()
59 …ase.sqlite.SQLiteException("Getting blob when column is non-blob. Row " + row + ", col " + column); in nativeGetBlob()
64 protected static String nativeGetString(int windowPtr, int row, int column) { in nativeGetString() argument
65 return nativeGetString((long) windowPtr, row, column); in nativeGetString()
69 protected static String nativeGetString(long windowPtr, int row, int column) { in nativeGetString() argument
70 Value val = WINDOW_DATA.get(windowPtr).value(row, column); in nativeGetString()
72 …abase.sqlite.SQLiteException("Getting string when column is blob. Row " + row + ", col " + column); in nativeGetString()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SampleProfile/
Dpropagate.ll226 !13 = !DILocation(line: 3, column: 14, scope: !6)
228 !15 = !DILocation(line: 3, column: 21, scope: !6)
230 !17 = !DILocation(line: 3, column: 29, scope: !6)
231 !18 = !DILocation(line: 4, column: 7, scope: !19)
232 !19 = distinct !DILexicalBlock(scope: !6, file: !1, line: 4, column: 7)
233 !20 = !DILocation(line: 4, column: 11, scope: !19)
234 !21 = !DILocation(line: 4, column: 9, scope: !19)
235 !22 = !DILocation(line: 4, column: 7, scope: !6)
236 !23 = !DILocation(line: 5, column: 12, scope: !24)
237 !24 = distinct !DILexicalBlock(scope: !19, file: !1, line: 4, column: 14)
[all …]
Dbranch.ll180 !18 = !DILocation(line: 4, column: 15, scope: !6)
182 !20 = !DILocation(line: 4, column: 27, scope: !6)
183 !21 = !DILocation(line: 5, column: 8, scope: !22)
184 !22 = distinct !DILexicalBlock(scope: !6, file: !1, line: 5, column: 8)
185 !23 = !DILocation(line: 5, column: 13, scope: !22)
186 !24 = !DILocation(line: 5, column: 8, scope: !6)
187 !25 = !DILocation(line: 6, column: 6, scope: !22)
189 !27 = !DILocation(line: 7, column: 11, scope: !6)
191 !29 = !DILocation(line: 8, column: 8, scope: !6)
192 !30 = !DILocation(line: 8, column: 21, scope: !6)
[all …]
Dgcc-simple.ll165 !18 = !DILocation(line: 3, column: 24, scope: !4)
166 !19 = !DILocation(line: 4, column: 7, scope: !20)
167 !20 = distinct !DILexicalBlock(scope: !4, file: !1, line: 4, column: 7)
168 !21 = !DILocation(line: 4, column: 14, scope: !20)
169 !22 = !DILocation(line: 4, column: 7, scope: !4)
170 !23 = !DILocation(line: 4, column: 21, scope: !24)
172 !25 = !DILocation(line: 4, column: 40, scope: !26)
174 !27 = distinct !DILexicalBlock(scope: !20, file: !1, line: 4, column: 40)
175 !28 = !DILocation(line: 4, column: 47, scope: !27)
176 !29 = !DILocation(line: 4, column: 40, scope: !20)
[all …]
/external/llvm/test/Transforms/SampleProfile/
Dpropagate.ll226 !13 = !DILocation(line: 3, column: 14, scope: !6)
228 !15 = !DILocation(line: 3, column: 21, scope: !6)
230 !17 = !DILocation(line: 3, column: 29, scope: !6)
231 !18 = !DILocation(line: 4, column: 7, scope: !19)
232 !19 = distinct !DILexicalBlock(scope: !6, file: !1, line: 4, column: 7)
233 !20 = !DILocation(line: 4, column: 11, scope: !19)
234 !21 = !DILocation(line: 4, column: 9, scope: !19)
235 !22 = !DILocation(line: 4, column: 7, scope: !6)
236 !23 = !DILocation(line: 5, column: 12, scope: !24)
237 !24 = distinct !DILexicalBlock(scope: !19, file: !1, line: 4, column: 14)
[all …]
Dbranch.ll178 !18 = !DILocation(line: 4, column: 15, scope: !6)
180 !20 = !DILocation(line: 4, column: 27, scope: !6)
181 !21 = !DILocation(line: 5, column: 8, scope: !22)
182 !22 = distinct !DILexicalBlock(scope: !6, file: !1, line: 5, column: 8)
183 !23 = !DILocation(line: 5, column: 13, scope: !22)
184 !24 = !DILocation(line: 5, column: 8, scope: !6)
185 !25 = !DILocation(line: 6, column: 6, scope: !22)
187 !27 = !DILocation(line: 7, column: 11, scope: !6)
189 !29 = !DILocation(line: 8, column: 8, scope: !6)
190 !30 = !DILocation(line: 8, column: 21, scope: !6)
[all …]
Dgcc-simple.ll165 !18 = !DILocation(line: 3, column: 24, scope: !4)
166 !19 = !DILocation(line: 4, column: 7, scope: !20)
167 !20 = distinct !DILexicalBlock(scope: !4, file: !1, line: 4, column: 7)
168 !21 = !DILocation(line: 4, column: 14, scope: !20)
169 !22 = !DILocation(line: 4, column: 7, scope: !4)
170 !23 = !DILocation(line: 4, column: 21, scope: !24)
172 !25 = !DILocation(line: 4, column: 40, scope: !26)
174 !27 = distinct !DILexicalBlock(scope: !20, file: !1, line: 4, column: 40)
175 !28 = !DILocation(line: 4, column: 47, scope: !27)
176 !29 = !DILocation(line: 4, column: 40, scope: !20)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Dmdlocation.ll12 ; CHECK: !0 = !DILocation(line: 3, column: 7, scope: !1)
14 ; CHECK: !7 = !DILocation(line: 3, column: 7, scope: !1, inlinedAt: !0)
15 ; CHECK: !8 = !DILocation(line: 3, column: 7, scope: !1, inlinedAt: !7)
16 ; CHECK: !9 = distinct !DILocation(line: 3, column: 7, scope: !1)
17 ; CHECK: !10 = distinct !DILocation(line: 3, column: 7, scope: !1, inlinedAt: !9)
18 ; CHECK: !11 = !DILocation(line: 3, column: 7, scope: !12)
20 ; CHECK: !15 = !DILocation(line: 3, column: 7, scope: !12, inlinedAt: !11)
21 ; CHECK: !16 = !DILocation(line: 3, column: 7, scope: !12, inlinedAt: !15)
22 ; CHECK: !17 = distinct !DILocation(line: 3, column: 7, scope: !12)
23 ; CHECK: !18 = distinct !DILocation(line: 3, column: 7, scope: !12, inlinedAt: !17)
[all …]
/external/llvm/test/Linker/
Dmdlocation.ll12 ; CHECK: !0 = !DILocation(line: 3, column: 7, scope: !1)
14 ; CHECK: !7 = !DILocation(line: 3, column: 7, scope: !1, inlinedAt: !0)
15 ; CHECK: !8 = !DILocation(line: 3, column: 7, scope: !1, inlinedAt: !7)
16 ; CHECK: !9 = distinct !DILocation(line: 3, column: 7, scope: !1)
17 ; CHECK: !10 = distinct !DILocation(line: 3, column: 7, scope: !1, inlinedAt: !9)
18 ; CHECK: !11 = !DILocation(line: 3, column: 7, scope: !12)
20 ; CHECK: !15 = !DILocation(line: 3, column: 7, scope: !12, inlinedAt: !11)
21 ; CHECK: !16 = !DILocation(line: 3, column: 7, scope: !12, inlinedAt: !15)
22 ; CHECK: !17 = distinct !DILocation(line: 3, column: 7, scope: !12)
23 ; CHECK: !18 = distinct !DILocation(line: 3, column: 7, scope: !12, inlinedAt: !17)
[all …]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormatParseLocation.java54 static TextFormatParseLocation create(int line, int column) { in create() argument
55 if (line == -1 && column == -1) { in create()
58 if (line < 0 || column < 0) { in create()
60 String.format("line and column values must be >= 0: line %d, column: %d", line, column)); in create()
62 return new TextFormatParseLocation(line, column); in create()
66 private final int column; field in TextFormatParseLocation
68 private TextFormatParseLocation(int line, int column) { in TextFormatParseLocation() argument
70 this.column = column; in TextFormatParseLocation()
78 return column; in getColumn()
83 return String.format("ParseLocation{line=%d, column=%d}", line, column); in toString()
[all …]
/external/elfutils/tests/
Drun-readelf-line.sh324 [ 34] set column to 27
327 [ 38] set column to 8
332 [ 3f] set column to 3
601 [ 8d] set column to 1
604 [ 9b] set column to 3
608 [ aa] set column to 6
611 [ b8] set column to 34
615 [ c7] set column to 3
619 [ d6] set column to 34
622 [ e4] set column to 1
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DeadArgElim/
Ddbginfo-preserve-dbgloc.ll99 !21 = !DILocation(line: 31, column: 13, scope: !7)
100 !22 = !DILocation(line: 31, column: 20, scope: !7)
101 !23 = !DILocation(line: 33, column: 11, scope: !7)
102 !24 = !DILocation(line: 34, column: 9, scope: !7)
103 !25 = !DILocation(line: 36, column: 8, scope: !26)
104 !26 = distinct !DILexicalBlock(scope: !7, file: !1, line: 36, column: 6)
105 !27 = !DILocation(line: 36, column: 6, scope: !7)
106 !28 = !DILocation(line: 37, column: 3, scope: !26)
107 !29 = !DILocation(line: 39, column: 8, scope: !30)
108 !30 = distinct !DILexicalBlock(scope: !7, file: !1, line: 39, column: 6)
[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
82 assertTrue(column.init(Arrays.asList(item), item.getNode())); in testInitVisible()
88 IColumnRenderer column = CounterColumn.newTotal(CounterEntity.LINE, in testInitInvisible() local
91 assertFalse(column.init(Arrays.asList(item), createNode(1, 0))); in testInitInvisible()
97 IColumnRenderer column = CounterColumn.newTotal(CounterEntity.LINE, in testItemTotal() local
100 column.init(Collections.singletonList(item), item.getNode()); in testItemTotal()
101 column.item(td, item, resources, root); in testItemTotal()
110 IColumnRenderer column = CounterColumn.newMissed(CounterEntity.LINE, in testItemMissed() local
113 column.init(Collections.singletonList(item), item.getNode()); in testItemMissed()
114 column.item(td, item, resources, root); in testItemMissed()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.ui21 <item row="0" column="0" >
28 <item row="0" column="1" >
31 <item row="1" column="0" >
38 <item row="1" column="1" >
41 <item row="2" column="0" colspan="2" >
51 <item row="0" column="0" colspan="5" >
60 <item row="0" column="0" >
67 <item row="1" column="0" >
74 <item row="2" column="0" >
81 <item row="3" column="0" >
[all …]
Dnetworkconfig.ui16 <item row="1" column="3" >
23 <item row="0" column="0" colspan="4" >
32 <item row="0" column="0" >
39 <item row="0" column="1" >
49 <item row="1" column="0" >
56 <item row="1" column="1" >
100 <item row="2" column="0" >
107 <item row="2" column="1" >
131 <item row="3" column="0" >
138 <item row="3" column="1" >
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/WebAssembly/
Ddbg-loop-loc.ll101 !12 = !DILocation(line: 1, column: 13, scope: !7)
103 !14 = !DILocation(line: 2, column: 7, scope: !7)
105 !16 = !DILocation(line: 2, column: 10, scope: !7)
107 !18 = !DILocation(line: 2, column: 13, scope: !7)
109 !20 = !DILocation(line: 2, column: 20, scope: !7)
110 !21 = !DILocation(line: 3, column: 10, scope: !22)
111 !22 = distinct !DILexicalBlock(scope: !7, file: !1, line: 3, column: 3)
112 !23 = !DILocation(line: 3, column: 8, scope: !22)
113 !24 = !DILocation(line: 3, column: 15, scope: !25)
114 !25 = distinct !DILexicalBlock(scope: !22, file: !1, line: 3, column: 3)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dfpo-argsize.ll308 !13 = !DILocation(line: 4, column: 17, scope: !8)
309 !14 = !DILocation(line: 4, column: 27, scope: !8)
310 !15 = !DILocation(line: 4, column: 24, scope: !8)
311 !16 = !DILocation(line: 4, column: 30, scope: !8)
316 !21 = !DILocation(line: 5, column: 24, scope: !17)
318 !23 = !DILocation(line: 5, column: 17, scope: !17)
319 !24 = !DILocation(line: 5, column: 34, scope: !17)
320 !25 = !DILocation(line: 5, column: 38, scope: !17)
321 !26 = !DILocation(line: 5, column: 36, scope: !17)
322 !27 = !DILocation(line: 5, column: 31, scope: !17)
[all …]
/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
Dpandas_io.py95 bad_data = [column for column in data
96 if data[column].dtype.name not in PANDAS_DTYPES]
101 error_report = [("'" + str(column) + "' type='" +
102 data[column].dtype.name + "'") for column in bad_data]
143 bad_data = [column for column in labels
144 if labels[column].dtype.name not in PANDAS_DTYPES]
148 error_report = ["'" + str(column) + "' type="
149 + str(labels[column].dtype.name) for column in bad_data]

12345678910>>...86