/external/eigen/Eigen/src/SparseCore/ |
SparseSparseProductWithPruning.h | 37 // given a rhs column containing Y non zeros, we assume that the respective Y columns 39 // the product of a rhs column with the lhs is X+Y where X is the average number of non zero 40 // per column of the lhs. 56 // let's do a more accurate determination of the nnz ratio for the current column j of res 116 // let's transpose the product to get a column x column product 135 // let's transpose the product to get a column x column product
|
/external/elfutils/libdw/ |
dwarf_linecol.c | 1 /* Return column in line. 43 *colp = line->column;
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
TableResultX.java | 26 this.column = tr.column;
|
/external/llvm/include/llvm/Support/ |
FormattedStream.h | 24 /// of line and column position, allowing padding out to specific column 33 /// Position - The current output column and line of the data that's 35 /// scanned. The line and column scheme is zero-based. 102 /// PadToColumn - Align the output to some column number. If the current 103 /// column is already equal to or more than NewCol, PadToColumn inserts one 106 /// \param NewCol - The column to move to. 109 /// getColumn - Return the column number
|
/external/llvm/test/CodeGen/ARM/ |
debug-info-sreg2.ll | 52 !6 = distinct !DILexicalBlock(line: 5, column: 12, file: !18, scope: !1) 55 !9 = distinct !DILexicalBlock(line: 7, column: 25, file: !18, scope: !10) 56 !10 = distinct !DILexicalBlock(line: 7, column: 3, file: !18, scope: !6) 57 !11 = !DILocation(line: 6, column: 18, scope: !6) 58 !12 = !DILocation(line: 7, column: 3, scope: !6) 59 !13 = !DILocation(line: 8, column: 20, scope: !9) 60 !14 = !DILocation(line: 7, column: 20, scope: !10) 61 !15 = !DILocation(line: 10, column: 1, scope: !6)
|
/external/llvm/test/DebugInfo/ARM/ |
s-super-register.ll | 49 !6 = distinct !DILexicalBlock(line: 5, column: 12, file: !18, scope: !1) 52 !9 = distinct !DILexicalBlock(line: 7, column: 25, file: !18, scope: !10) 53 !10 = distinct !DILexicalBlock(line: 7, column: 3, file: !18, scope: !6) 54 !11 = !DILocation(line: 6, column: 18, scope: !6) 55 !12 = !DILocation(line: 7, column: 3, scope: !6) 56 !13 = !DILocation(line: 8, column: 20, scope: !9) 57 !14 = !DILocation(line: 7, column: 20, scope: !10) 58 !15 = !DILocation(line: 10, column: 1, scope: !6)
|
/external/llvm/test/DebugInfo/Generic/ |
2009-11-05-DeadGlobalVariable.ll | 23 !15 = !DILocation(line: 3, column: 3, scope: !16) 24 !16 = distinct !DILexicalBlock(line: 1, column: 11, file: !17, scope: !5)
|
/external/llvm/test/Linker/ |
thinlto_funcimport_debug.ll | 73 !18 = !DILocation(line: 1, column: 15, scope: !4) 74 !19 = !DILocation(line: 2, column: 7, scope: !4) 75 !20 = !DILocation(line: 3, column: 9, scope: !21) 76 !21 = distinct !DILexicalBlock(scope: !4, file: !1, line: 3, column: 7) 77 !22 = !DILocation(line: 3, column: 7, scope: !4) 78 !23 = !DILocation(line: 5, column: 3, scope: !4) 79 !24 = !DILocation(line: 8, column: 15, scope: !11) 80 !25 = !DILocation(line: 9, column: 3, scope: !11)
|
/external/llvm/test/Transforms/ScalarRepl/ |
debuginfo-preserved.ll | 52 !7 = !DILocation(line: 1, column: 11, scope: !1) 54 !9 = !DILocation(line: 1, column: 18, scope: !1) 56 !11 = distinct !DILexicalBlock(line: 1, column: 21, file: !18, scope: !1) 57 !12 = !DILocation(line: 2, column: 9, scope: !11) 58 !13 = !DILocation(line: 2, column: 14, scope: !11) 59 !14 = !DILocation(line: 3, column: 5, scope: !11) 60 !15 = !DILocation(line: 4, column: 5, scope: !11) 61 !16 = !DILocation(line: 5, column: 5, scope: !11)
|
/external/smali/util/src/main/java/org/jf/util/ |
WrappedIndentingWriter.java | 54 /** >= 0; current output column (zero-based) */ 55 private int column; field in class:WrappedIndentingWriter 120 if ((column == width) && (c != '\n')) { 122 column = 0; 129 if (column == 0) { 138 column = indent; 147 column++; 180 column = 0;
|
/external/v8/test/mjsunit/ |
debug-script-breakpoints.js | 52 // Checks script name, line and column. 53 var checkBreakPoint = function(id, line, column) { 57 assertEquals(column, breakpoint.column()); 89 // Checks script id, line and column. 90 var checkBreakPoint = function(id, line, column) { 94 assertEquals(column, breakpoint.column());
|
/external/webrtc/webrtc/system_wrappers/include/ |
data_log.h | 21 // As can be seen in the example, a multi-value-column is specified with the 29 // Table names and column names are case sensitive. 63 // Adds a new column to a table. The column will be a multi-value-column 70 // Inserts a single value into a table with name table_name at the column with 91 // column specified by column_name, which must be a multi-value-column.
|
/frameworks/base/core/java/android/provider/ |
CalendarContract.java | 198 * not attempt to either read or write this column. These columns are 206 * Generic column for use by sync adapters. Column name. 212 * Generic column for use by sync adapters. Column name. 218 * Generic column for use by sync adapters. Column name. 224 * Generic column for use by sync adapters. Column name. 230 * Generic column for use by sync adapters. Column name [all...] |
Downloads.java | 131 * The name of the column containing the URI of the data being downloaded. 138 * The name of the column containing application-specific data. 145 * The name of the column containing the flags that indicates whether 158 * The name of the column containing the filename that the initiating 167 * The name of the column containing the filename where the downloaded data 175 * The name of the column containing the MIME type of the downloaded data. 182 * The name of the column containing the flag that controls the destination 190 * The name of the column containing the flags that controls whether the 199 * The name of the column containing the current control state of the download. 208 * The name of the column containing the current status of the download [all...] |
/frameworks/support/design/tests/src/android/support/design/testutils/ |
TestUtils.java | 79 for (int column = firstCol; column <= lastCol; column++) { 80 int sourceAlpha = Color.alpha(rowPixels[column]); 81 int sourceRed = Color.red(rowPixels[column]); 82 int sourceGreen = Color.green(rowPixels[column]); 83 int sourceBlue = Color.blue(rowPixels[column]); 100 + "] but at position (" + row + "," + column + ") found ["
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/database/ |
CursorMapper.java | 28 * should bind column indexes to column names in this method. This method is
|
/frameworks/support/v4/tests/java/android/support/v4/testutils/ |
TestUtils.java | 107 for (int column = 0; column < drawableWidth; column++) { 108 if (rowPixels[column] != color) { 113 + "] but at position (" + row + "," + column + ") found [" 114 + Color.red(rowPixels[column]) + "," 115 + Color.green(rowPixels[column]) + "," 116 + Color.blue(rowPixels[column]) + "]";
|
/hardware/bsp/intel/peripheral/libupm/src/lcd/ |
lcd.cxx | 42 LCD::write(int row, int column, std::string msg) 44 setCursor(row, column);
|
/packages/apps/Contacts/res/values-sw720dp/ |
integers.xml | 22 <!-- Layout weight of column space elements for favorites list, all contacts list and 25 <!-- Layout weight of the content column for tile favorites list, all contacts list, and
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
Entry.java | 32 @Column("_id") 43 public @interface Column {
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/ |
Downloads.java | 131 * The name of the column containing the URI of the data being downloaded. 138 * The name of the column containing application-specific data. 145 * The name of the column containing the flags that indicates whether 158 * The name of the column containing the filename that the initiating 167 * The name of the column containing the filename where the downloaded data 175 * The name of the column containing the MIME type of the downloaded data. 182 * The name of the column containing the flag that controls the destination 190 * The name of the column containing the flags that controls whether the 199 * The name of the column containing the current control state of the download. 208 * The name of the column containing the current status of the download [all...] |
/packages/apps/Messaging/tools/ |
buglesql | 20 opts='-column -header' 26 opts='-column -header'
|
mmssql | 20 opts='-column -header' 26 opts='-column -header'
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
UIProvider.java | 372 * This string column contains the human visible name for the account. 377 * This string column contains the real name associated with the account, e.g. "John Doe" 382 * This string column contains the account manager name of this account. 387 * This string column contains the account id of this account. 398 * This integer column returns the version of the UI provider schema from which this 404 * This string column contains the uri to directly access the information for this account. 409 * This integer column contains a bit field of the possible capabilities that this account 415 * This string column contains the content provider uri to return the 421 * This string column contains the content provider uri to return the 427 * This string column contains the content provider uri to return th [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
MatrixCursorWithCachedColumns.java | 24 /** A mapping of column names to column indices, to speed up lookups */
|