/prebuilts/go/linux-x86/src/encoding/csv/ |
reader_test.go | 29 Column int // Expected error column if line != 0 141 Error: `bare " in non-quoted-field`, Line: 1, Column: 1, 152 Error: `bare " in non-quoted-field`, Line: 1, Column: 2, 157 Error: `bare " in non-quoted-field`, Line: 1, Column: 10, 162 Error: `extraneous " in field`, Line: 1, Column: 3, 284 } else if tt.Line != 0 && (tt.Line != perr.Line || tt.Column != perr.Column) { 285 t.Errorf("%s: error at %d:%d expected %d:%d", tt.Name, perr.Line, perr.Column, tt.Line, tt.Column) [all...] |
/external/eigen/Eigen/src/Core/ |
VectorwiseOp.h | 267 /** \returns a row or column vector expression of \c *this reduxed by \a func 279 /** \returns a row (or column) vector expression of the smallest coefficient 280 * of each column (or row) of the referenced expression. 291 /** \returns a row (or column) vector expression of the largest coefficient 292 * of each column (or row) of the referenced expression. 303 /** \returns a row (or column) vector expression of the squared norm 304 * of each column (or row) of the referenced expression. 313 /** \returns a row (or column) vector expression of the norm 314 * of each column (or row) of the referenced expression. 324 /** \returns a row (or column) vector expression of the nor [all...] |
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
sepolicy.glade | 7 <!-- column-name Application --> 8 <column type="gchararray"/> 9 <!-- column-name Path --> 10 <column type="gchararray"/> 149 <!-- column-name Select --> 150 <column type="gboolean"/> 151 <!-- column-name Description --> 152 <column type="gchararray"/> 153 <!-- column-name Action --> 154 <column type="gchararray"/ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintColumn.java | 39 /** A column shown in the {@link LintList} */ 47 /** @return true if this column should be shown by default */ 52 /** @return true if this column's text should be left aligned */ 58 * @return the number of pixels that this column should show by default 66 * @return the number of characters that this column should show by default 73 * @return the title of the column 79 * @return the image of the column, or null 87 * @return the value of this column for the given marker 93 * @return the styled value of this column for the given marker 101 * @return The image for this particular column, or nul [all...] |
/external/llvm/test/DebugInfo/MIR/X86/ |
live-debug-values-3preds.mir | 122 !18 = !DILocation(line: 1, column: 13, scope: !4) 123 !19 = !DILocation(line: 1, column: 20, scope: !20) 125 !21 = !DILocation(line: 1, column: 27, scope: !22) 127 !23 = !DILocation(line: 1, column: 34, scope: !24) 129 !25 = !DILocation(line: 2, column: 7, scope: !20) 130 !26 = !DILocation(line: 3, column: 21, scope: !27) 132 !28 = distinct !DILexicalBlock(scope: !29, file: !1, line: 3, column: 3) 133 !29 = distinct !DILexicalBlock(scope: !4, file: !1, line: 3, column: 3) 134 !30 = !DILocation(line: 3, column: 17, scope: !27) 135 !31 = !DILocation(line: 3, column: 3, scope: !27 [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
GridLayoutConverter.java | 98 * <li> Use the layout_width and layout_height attributes on views to infer column and 170 // row and/or a stretchable column in the layout. 171 // In a GridLayout, a row or column is stretchable if it defines a gravity (regardless 172 // of what the gravity is -- in other words, a column is not just stretchable if it 174 // in the row/column have to be stretchable for the overall row/column to be 213 // TODO: May also have to increment column count! 227 int column = columnFixed.size(); local 258 sb.append(ATTR_LAYOUT_COLUMN).append('=').append('"').append(Integer.toString(column)); 344 int column = view.getColumn() local 667 int column = view.getColumn(); local 714 int column; local [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/ |
SimplexSolver.java | 57 * Returns the column with the most negative coefficient in the objective function row. 59 * @return column with the most negative coefficient 76 * @param col the column to test the ratio of. See {@link #getPivotColumn(SimplexTableau)} 105 int column = i + tableau.getArtificialVariableOffset(); local 106 if (MathUtils.equals(tableau.getEntry(row, column), 1, epsilon) && 107 row.equals(tableau.getBasicRow(column))) { 137 // set the rest of the pivot column to 0
|
/external/dng_sdk/source/ |
dng_linearization_info.h | 84 /// Memory block of double-precision floating point deltas between baseline black level and a given column's black level 116 /// black level, repeated black level patter, and row/column delta maps. 131 /// \param col Column to compute black level for. 148 /// Number of per-column black level deltas in fBlackDeltaV. 152 /// Lookup black level delta for a given column. 153 /// \param col Column to get black level for. 154 /// \retval black level for indicated column.
|
/external/libopus/silk/ |
macros.h | 95 #define matrix_ptr(Matrix_base_adr, row, column, N) \ 96 (*((Matrix_base_adr) + ((row)*(N)+(column)))) 97 #define matrix_adr(Matrix_base_adr, row, column, N) \ 98 ((Matrix_base_adr) + ((row)*(N)+(column))) 100 /* Column based */ 102 # define matrix_c_ptr(Matrix_base_adr, row, column, M) \ 103 (*((Matrix_base_adr) + ((row)+(M)*(column))))
|
/external/llvm/test/CodeGen/Hexagon/ |
cfi-late.ll | 59 !15 = !DILocation(line: 3, column: 13, scope: !4) 60 !16 = !DILocation(line: 3, column: 20, scope: !4) 61 !17 = !DILocation(line: 4, column: 15, scope: !4) 62 !18 = !DILocation(line: 4, column: 20, scope: !4) 63 !19 = !DILocation(line: 4, column: 10, scope: !4) 64 !20 = !DILocation(line: 4, column: 24, scope: !4) 65 !21 = !DILocation(line: 4, column: 3, scope: !4)
|
/external/llvm/test/CodeGen/X86/ |
MachineSink-DbgValue.ll | 42 !11 = distinct !DILexicalBlock(line: 2, column: 25, file: !20, scope: !1) 43 !12 = !DILocation(line: 2, column: 13, scope: !1) 44 !13 = !DILocation(line: 2, column: 22, scope: !1) 45 !14 = !DILocation(line: 3, column: 14, scope: !11) 46 !15 = !DILocation(line: 4, column: 3, scope: !11) 47 !16 = !DILocation(line: 5, column: 5, scope: !11) 48 !17 = !DILocation(line: 7, column: 1, scope: !11)
|
2012-11-30-misched-dbg.ll | 72 !5 = distinct !DILexicalBlock(line: 815, column: 0, file: !14, scope: !6) 73 !6 = distinct !DILexicalBlock(line: 812, column: 0, file: !14, scope: !7) 74 !7 = distinct !DILexicalBlock(line: 807, column: 0, file: !14, scope: !8) 75 !8 = distinct !DILexicalBlock(line: 440, column: 0, file: !14, scope: !9) 76 !9 = distinct !DILexicalBlock(line: 435, column: 0, file: !14, scope: !10) 77 !10 = distinct !DILexicalBlock(line: 434, column: 0, file: !14, scope: !11) 78 !11 = distinct !DILexicalBlock(line: 250, column: 0, file: !14, scope: !12) 79 !12 = distinct !DILexicalBlock(line: 249, column: 0, file: !14, scope: !13) 80 !13 = distinct !DILexicalBlock(line: 221, column: 0, file: !14, scope: !21)
|
/external/llvm/test/DebugInfo/Generic/ |
multiline.ll | 76 !11 = !DILocation(line: 3, column: 3, scope: !4) 77 !12 = !DILocation(line: 3, column: 9, scope: !4) 78 !13 = !DILocation(line: 3, column: 15, scope: !4) 79 !14 = !DILocation(line: 4, column: 3, scope: !4) 80 !15 = !DILocation(line: 4, column: 9, scope: !4) 81 !16 = !DILocation(line: 4, column: 15, scope: !4) 82 !17 = !DILocation(line: 5, column: 1, scope: !4)
|
/external/llvm/test/DebugInfo/SystemZ/ |
variable-loc.ll | 71 !18 = distinct !DILexicalBlock(line: 18, column: 16, file: !29, scope: !14) 74 !22 = !DILocation(line: 19, column: 7, scope: !18) 76 !24 = !DILocation(line: 20, column: 7, scope: !18) 77 !25 = !DILocation(line: 22, column: 3, scope: !18) 78 !26 = !DILocation(line: 23, column: 9, scope: !18) 79 !27 = !DILocation(line: 24, column: 3, scope: !18) 80 !28 = !DILocation(line: 26, column: 3, scope: !18)
|
/external/llvm/test/DebugInfo/X86/ |
dbg-value-isel.ll | 93 !9 = !DILocation(line: 1, column: 32, scope: !0) 95 !11 = distinct !DILexicalBlock(line: 2, column: 1, file: !1, scope: !0) 96 !12 = !DILocation(line: 5, column: 24, scope: !11) 98 !14 = !DILocation(line: 6, column: 25, scope: !11) 100 !16 = !DILocation(line: 7, column: 26, scope: !11) 101 !17 = !DILocation(line: 9, column: 24, scope: !11) 102 !18 = !DILocation(line: 10, column: 1, scope: !0)
|
dbg-value-location.ll | 66 !13 = !DILocation(line: 19509, column: 20, scope: !0) 67 !14 = !DILocation(line: 18091, column: 2, scope: !15, inlinedAt: !17) 68 !15 = distinct !DILexicalBlock(line: 18086, column: 1, file: !26, scope: !16) 70 !17 = !DILocation(line: 19514, column: 2, scope: !18) 71 !18 = distinct !DILexicalBlock(line: 19510, column: 1, file: !26, scope: !0) 72 !22 = !DILocation(line: 18094, column: 2, scope: !15, inlinedAt: !17) 73 !23 = !DILocation(line: 19524, column: 1, scope: !18)
|
inlined-formal-parameter.ll | 69 !18 = !DILocation(line: 2, column: 52, scope: !7, inlinedAt: !19) 70 !19 = distinct !DILocation(line: 4, column: 3, scope: !4) 71 !20 = !DILocation(line: 2, column: 57, scope: !7, inlinedAt: !19) 72 !21 = !DILocation(line: 2, column: 52, scope: !7, inlinedAt: !22) 73 !22 = distinct !DILocation(line: 5, column: 3, scope: !4) 74 !23 = !DILocation(line: 2, column: 57, scope: !7, inlinedAt: !22) 75 !24 = !DILocation(line: 6, column: 1, scope: !4)
|
pr11300.ll | 57 !24 = !DILocation(line: 4, column: 15, scope: !5) 58 !25 = !DILocation(line: 4, column: 20, scope: !26) 59 !26 = distinct !DILexicalBlock(line: 4, column: 18, file: !6, scope: !5) 60 !27 = !DILocation(line: 4, column: 30, scope: !26) 62 !29 = !DILocation(line: 2, column: 8, scope: !20) 63 !30 = !DILocation(line: 2, column: 15, scope: !31) 64 !31 = distinct !DILexicalBlock(line: 2, column: 14, file: !6, scope: !20)
|
/external/llvm/test/Instrumentation/SanitizerCoverage/ |
coverage2-dbg.ll | 25 ; CHECK: [[B]] = !DILocation(line: 3, column: 5, scope: !{{.*}}) 26 ; CHECK: [[C]] = !DILocation(line: 4, column: 1, scope: !{{.*}}) 67 !15 = !DILocation(line: 1, column: 15, scope: !4) 68 !16 = !DILocation(line: 2, column: 7, scope: !17) 69 !17 = distinct !DILexicalBlock(line: 2, column: 7, file: !1, scope: !4) 70 !18 = !DILocation(line: 3, column: 5, scope: !17) 75 !23 = !DILocation(line: 4, column: 1, scope: !4)
|
/external/llvm/test/Transforms/Inline/ |
inline_dbg_declare.ll | 88 !18 = !DILocation(line: 1, column: 17, scope: !4) 89 !19 = !DILocation(line: 3, column: 5, scope: !4) 91 !21 = !DILocation(line: 6, column: 17, scope: !9) 92 !22 = !DILocation(line: 8, column: 14, scope: !9) 93 !23 = !DILocation(line: 9, column: 1, scope: !9) 98 ; CHECK: [[m24]] = !DILocation(line: 1, column: 17, scope: [[FOO]], inlinedAt: [[CALL_SITE:![0-9]+]]) 99 ; CHECK: [[CALL_SITE]] = distinct !DILocation(line: 8, column: 14, scope: [[BAR]])
|
/external/llvm/test/Transforms/LoopVectorize/ |
control-flow.ll | 68 !10 = !DILocation(line: 3, column: 8, scope: !11) 69 !11 = distinct !DILexicalBlock(line: 3, column: 3, file: !1, scope: !4) 70 !12 = !DILocation(line: 5, column: 9, scope: !13) 71 !13 = distinct !DILexicalBlock(line: 5, column: 9, file: !1, scope: !14) 72 !14 = distinct !DILexicalBlock(line: 4, column: 3, file: !1, scope: !11) 77 !19 = !DILocation(line: 8, column: 7, scope: !13) 78 !20 = !DILocation(line: 12, column: 3, scope: !4)
|
/frameworks/base/tools/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/ |
ThemePreviewLayout.java | 94 // Measure the column size. 95 // The column has a minimum width that will be used to calculate the maximum number of 103 // This step can be skipped if we have a fixed column height so we do not have to 126 // If it's bigger than what we have, remove one column. 152 // Calculate the height of the first column to measure our own size 173 // The remainder items are distributed one per column. 187 // Break column
|
/libcore/ojluni/src/main/java/java/sql/ |
DataTruncation.java | 54 * @param index The index of the parameter or column value 82 * @param index The index of the parameter or column value 105 * Retrieves the index of the column or parameter that was truncated. 107 * <P>This may be -1 if the column or parameter index is unknown, in 110 * @return the index of the truncated paramter or column value 118 * a column value. 121 * <code>false</code> if it was a column value
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
ExternalSource.java | 51 <!-- assume uniform type when missing "column", use title in place --> 52 <EditTypes column="data5" overallMax="-1"> 59 <EditField column="data1" title="@string/field_family_name" android:inputType="textCapWords|textPhonetic" /> 60 <EditField column="data2" title="@string/field_given_name" android:minLines="2" /> 61 <EditField column="data3" title="@string/field_suffix" /> 158 // Inflate a specific column as summary when requested 174 // Inflate specific column as summary
|
/external/autotest/frontend/client/src/autotest/common/table/ |
DynamicTable.java | 33 public int column; field in class:DynamicTable.SortIndicator 36 public SortIndicator(int column) { 37 this.column = column; 75 * clicking on column headers. 105 if (columns[indicator.column][COL_NAME].equals(firstSpec.getField())) { 121 * Set column on which data is sorted. You must call <code>refresh()</code> 123 * @param columnField field of the column to sort on 127 // remove any existing sort on this column
|