/external/llvm/test/CodeGen/X86/ |
dbg-combine.ll | 91 !14 = !DILocation(line: 3, column: 8, scope: !4) 92 !15 = !DILocation(line: 4, column: 15, scope: !4) 93 !16 = !DILocation(line: 4, column: 4, scope: !4) 99 !22 = !DILocation(line: 4, column: 8, scope: !4) 100 !23 = !DILocation(line: 5, column: 4, scope: !4) 101 !24 = !DILocation(line: 5, column: 13, scope: !4) 102 !25 = !DILocation(line: 6, column: 4, scope: !4) 103 !26 = !DILocation(line: 6, column: 13, scope: !4) 104 !27 = !DILocation(line: 7, column: 4, scope: !4) 105 !28 = !DILocation(line: 7, column: 13, scope: !4 [all...] |
debugloc-argsize.ll | 51 !10 = !DILocation(line: 4, column: 3, scope: !4) 52 !11 = !DILocation(line: 6, column: 5, scope: !12) 53 !12 = distinct !DILexicalBlock(scope: !4, file: !1, line: 5, column: 7) 54 !13 = !DILocation(line: 10, column: 1, scope: !12) 55 !14 = !DILocation(line: 7, column: 3, scope: !12) 56 !15 = !DILocation(line: 9, column: 3, scope: !16) 57 !16 = distinct !DILexicalBlock(scope: !4, file: !1, line: 7, column: 17) 58 !17 = !DILocation(line: 10, column: 1, scope: !4)
|
2009-10-16-Scope.ll | 25 !0 = !DILocation(line: 5, column: 2, scope: !1) 26 !1 = distinct !DILexicalBlock(line: 1, column: 1, file: null, scope: !2) 30 !5 = distinct !DILexicalBlock(line: 1, column: 1, file: null, scope: !1) 32 !7 = !DILocation(line: 6, column: 1, scope: !2)
|
/frameworks/base/libs/androidfw/ |
CursorWindow.cpp | 257 CursorWindow::FieldSlot* CursorWindow::getFieldSlot(uint32_t row, uint32_t column) { 258 if (row >= mHeader->numRows || column >= mHeader->numColumns) { 259 ALOGE("Failed to read row %d, column %d from a CursorWindow which " 261 row, column, mHeader->numRows, mHeader->numColumns); 270 return &fieldDir[column]; 273 status_t CursorWindow::putBlob(uint32_t row, uint32_t column, const void* value, size_t size) { 274 return putBlobOrString(row, column, value, size, FIELD_TYPE_BLOB); 277 status_t CursorWindow::putString(uint32_t row, uint32_t column, const char* value, 279 return putBlobOrString(row, column, value, sizeIncludingNull, FIELD_TYPE_STRING); 282 status_t CursorWindow::putBlobOrString(uint32_t row, uint32_t column, [all...] |
/packages/apps/Contacts/src/com/android/contacts/editor/ |
EventFieldEditorView.java | 123 final String column = editField.column; local 124 String data = DateUtils.formatDate(getContext(), getEntry().getAsString(column), 140 final String column = editField.column; local 141 return TextUtils.isEmpty(getEntry().getAsString(column)); 164 final String column = getKind().fieldList.get(0).column; local 165 final String oldValue = getEntry().getAsString(column); 186 onFieldChanged(column, kind.dateFormatWithYear.format(calendar.getTime())) 195 final String column = getKind().fieldList.get(0).column; local 264 final String column = getKind().fieldList.get(0).column; local [all...] |
/external/elfutils/libdwfl/ |
dwfl_module_getsrc_file.c | 53 const char *fname, int lineno, int column, 80 file and line/column number. If any of the numbers is zero, 107 /* See whether line and possibly column match. */ 110 || (column != 0 && column > line->column))) 123 || (column != 0 124 && (dwfl_line (match[inner])->column != line->column 125 || dwfl_line (match[inner])->column != column))) [all...] |
/frameworks/base/core/java/android/widget/ |
TableLayout.java | 39 * <p>The width of a column is defined by the row with the widest cell in that 40 * column. However, a TableLayout can specify certain columns as shrinkable or 44 * marked as shrinkable, the column width can be shrunk to fit the table into 47 * container. It is important to remember that a column can be both shrinkable 48 * and stretchable. In such a situation, the column will change its size to 50 * column by calling 60 * <p> Cells must be added to a row in increasing column order, both in code and 61 * XML. Column numbers are zero-based. If you don't specify a column number for 62 * a child cell, it will autoincrement to the next available column. If you ski 598 int column = columns.keyAt(i); local 620 int column = columns.keyAt(i); local [all...] |
/dalvik/dexgen/src/com/android/dexgen/util/ |
IndentingWriter.java | 39 /** {@code >= 0;} current output column (zero-based) */ 40 private int column; field in class:IndentingWriter 105 if ((column == width) && (c != '\n')) { 107 column = 0; 114 if (column == 0) { 123 column = indent; 132 column++; 165 column = 0;
|
/dalvik/dx/src/com/android/dx/util/ |
IndentingWriter.java | 39 /** {@code >= 0;} current output column (zero-based) */ 40 private int column; field in class:IndentingWriter 105 if ((column == width) && (c != '\n')) { 107 column = 0; 114 if (column == 0) { 123 column = indent; 132 column++; 165 column = 0;
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/ |
interactive.rb | 22 # [:column] the initial column number; default: +0+ 29 @column = options.fetch :column, 0 59 # [:column] the initial column number; default: +0+ 65 @column = options.fetch :column, 0
|
/external/autotest/frontend/migrations/ |
094_add_shards.py | 6 ALTER TABLE afe_jobs ADD COLUMN shard_id INT NULL; 24 ALTER TABLE afe_jobs DROP COLUMN shard_id;
|
/external/clang/test/Index/ |
annotate-comments-property-accessor.m | 16 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-1]]" column="51"><Name>MyProperty</Name><USR>c:objc(cs)AppDelegate(py)MyProperty</USR><Declaration>- (int)ReadonlyGetter;</Declaration><Abstract><Para> This is ReadonlyProperty</Para></Abstract></Function>] 22 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-1]]" column="15"><Name>GeneralProperty</Name><USR>c:objc(cs)AppDelegate(py)GeneralProperty</USR><Declaration>- (int)GeneralProperty;</Declaration><Abstract><Para> This is GeneralProperty</Para></Abstract></Function>] 23 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-2]]" column="15"><Name>GeneralProperty</Name><USR>c:objc(cs)AppDelegate(py)GeneralProperty</USR><Declaration>- (void)setGeneralProperty:(int)GeneralProperty;</Declaration><Abstract><Para> This is GeneralProperty</Para></Abstract></Function>] 32 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-4]]" column="32"><Name>PropertyInPrimaryClass</Name><USR>c:objc(cs)AppDelegate(py)PropertyInPrimaryClass</USR><Declaration>- (id)PropertyInPrimaryClass;</Declaration><Abstract><Para> This is PropertyInPrimaryClass</Para></Abstract></Function>] 33 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-5]]" column="32"><Name>PropertyInPrimaryClass</Name><USR>c:objc(cs)AppDelegate(py)PropertyInPrimaryClass</USR><Declaration>- (void)setPropertyInPrimaryClass:(id)PropertyInPrimaryClass;</Declaration><Abstract><Para> This is PropertyInPrimaryClass</Para></Abstract></Function>] 42 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-6]]" column="1"><Name>PropertyInClassExtension</Name><USR>c:objc(cs)AppDelegate(py)PropertyInClassExtension</USR><Declaration>- (id)GetterInClassExtension;</Declaration><Abstract><Para> This is PropertyInClassExtension</Para></Abstract></Function>] 52 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-4]]" column="54"><Name>PropertyInClassExtension</Name><USR>c:objc(cs)AppDelegate(py)PropertyInClassExtension</USR><Declaration>- (id)GetterInClassExtension;</Declaration><Abstract><Para> This is PropertyInClassExtension</Para></Abstract></Function>] 53 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments-property-accessor.m" line="[[@LINE-5]]" column="54"><Name>PropertyInClassExtension</Name><USR>c:objc(cs)AppDelegate(py)PropertyInClassExtension</USR><Declaration>- (void)setPropertyInClassExtension:(id)PropertyInClassExtension;</Declaration><Abstract><Para> This is PropertyInClassExtension</Para></Abstract></Function>]
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
IndentingWriter.java | 39 /** {@code >= 0;} current output column (zero-based) */ 40 private int column; field in class:IndentingWriter 105 if ((column == width) && (c != '\n')) { 107 column = 0; 114 if (column == 0) { 123 column = indent; 132 column++; 165 column = 0;
|
/external/llvm/test/Transforms/GVN/ |
phi-translate.ll | 16 ; CHECK-DAG: [[J_LOC]] = !DILocation(line: 45, column: 1, scope: !{{.*}}) 17 ; CHECK-DAG: [[Q_LOC]] = !DILocation(line: 46, column: 1, scope: !{{.*}}) 18 ; CHECK-DAG: [[N_LOC]] = !DILocation(line: 47, column: 1, scope: !{{.*}}) 48 !7 = !DILocation(line: 43, column: 1, scope: !6) 49 !8 = !DILocation(line: 44, column: 1, scope: !6) 50 !9 = !DILocation(line: 45, column: 1, scope: !6) 51 !10 = !DILocation(line: 46, column: 1, scope: !6) 52 !11 = !DILocation(line: 47, column: 1, scope: !6)
|
/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
BC_DataMatrixBitMatrixParser.h | 18 int32_t column,
22 int32_t column,
|
/external/clang/lib/Format/ |
FormatToken.cpp | 91 Style.ColumnLimit - State.Column + State.NextToken->Previous->ColumnWidth; 96 // bin-packed. Add a severe penalty to this so that column layouts are 103 unsigned Column = 0; 112 ExtraSpaces += Format->ColumnSizes[Column] - ItemLengths[Item]; 113 ++Column; 118 if (Column == Format->Columns || State.NextToken->MustBreakBefore) { 119 Column = 0; 157 // Column format doesn't really make sense if we don't align after brackets. 167 // trailing comments which are otherwise ignored for column alignment. 214 // Don't use column layout for nested lists, lists with few elements and i [all...] |
/external/llvm/test/Transforms/SampleProfile/ |
inline-coverage.ll | 111 !18 = !DILocation(line: 3, column: 24, scope: !4) 112 !19 = !DILocation(line: 4, column: 10, scope: !4) 113 !20 = !DILocation(line: 4, column: 19, scope: !4) 114 !21 = !DILocation(line: 4, column: 17, scope: !4) 115 !22 = !DILocation(line: 4, column: 3, scope: !4) 117 !24 = !DILocation(line: 8, column: 17, scope: !9) 119 !26 = distinct !DILexicalBlock(scope: !9, file: !1, line: 9, column: 3) 120 !27 = !DILocation(line: 9, column: 12, scope: !26) 121 !28 = !DILocation(line: 9, column: 8, scope: !26) 122 !29 = !DILocation(line: 9, column: 19, scope: !30 [all...] |
/external/eigen/bench/ |
benchmark_suite | 3 echo "Fixed size 3x3, column-major, -DNDEBUG" 5 echo "Fixed size 3x3, column-major, with asserts" 11 echo "Dynamic size 20x20, column-major, -DNDEBUG" 13 echo "Dynamic size 20x20, column-major, with asserts"
|
/external/eigen/doc/examples/ |
Tutorial_ReductionsVisitorsBroadcasting_broadcast_1nn.cpp | 22 cout << "Nearest neighbour is column " << index << ":" << endl;
|
Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple.cpp | 16 //add v to each column of m
|
/external/eigen/doc/snippets/ |
FullPivLU_image.cpp | 6 cout << "Notice that the middle column is the sum of the two others, so the "
|
/external/llvm/test/CodeGen/ARM/ |
2009-10-16-Scope.ll | 25 !0 = !DILocation(line: 5, column: 2, scope: !1) 26 !1 = distinct !DILexicalBlock(line: 1, column: 1, file: null, scope: !2) 30 !5 = distinct !DILexicalBlock(line: 1, column: 1, file: null, scope: !1) 32 !7 = !DILocation(line: 6, column: 1, scope: !2)
|
/external/llvm/test/DebugInfo/Generic/ |
2009-11-10-CurrentFn.ll | 26 !13 = !DILocation(line: 3, column: 14, scope: !5) 27 !14 = !DILocation(line: 4, column: 3, scope: !15) 28 !15 = distinct !DILexicalBlock(line: 3, column: 17, file: !17, scope: !5) 29 !16 = !DILocation(line: 5, column: 1, scope: !15)
|
/external/snakeyaml/src/test/java/org/pyyaml/ |
PyMarkTest.java | 32 int column = 0; local 36 column = 0; 38 column += 1; 42 Mark mark = new Mark("testMarks", index, line, column, input, index);
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue177/ |
PointBeanTest.java | 33 + " in 'string', line 1, column 1:\n" 36 + " in 'string', line 7, column 5:\n" + " x: a\n" + " ^\n" 37 + "For input string: \"a\"\n" + " in 'string', line 7, column 8:\n" 39 + " in 'string', line 3, column 3:\n" + " pt1:\n" + " ^\n",
|