/external/llvm/test/Linker/ |
2011-08-04-Metadata2.ll | 29 !7 = !DILocation(line: 2, column: 14, scope: !8) 30 !8 = distinct !DILexicalBlock(line: 2, column: 12, file: !9, scope: !1)
|
2011-08-18-unique-debug-type.ll | 24 !10 = !DILocation(line: 1, column: 13, scope: !11) 25 !11 = distinct !DILexicalBlock(line: 1, column: 11, file: !12, scope: !5)
|
/external/llvm/test/Transforms/SampleProfile/ |
inline-hint.ll | 37 !29 = !DILocation(line: 5, column: 1, scope: !4) 38 !38 = !DILocation(line: 9, column: 1, scope: !10)
|
nolocinfo.ll | 37 !15 = distinct !DILexicalBlock(scope: !4, file: !1, line: 2, column: 7) 38 !18 = !DILocation(line: 3, column: 5, scope: !15)
|
propagate.ll | 213 !12 = distinct !DILexicalBlock(line: 4, column: 0, file: !1, scope: !4) 215 !14 = distinct !DILexicalBlock(line: 4, column: 0, file: !1, scope: !12) 217 !16 = distinct !DILexicalBlock(line: 7, column: 0, file: !1, scope: !17) 218 !17 = distinct !DILexicalBlock(line: 6, column: 0, file: !1, scope: !12) 220 !19 = distinct !DILexicalBlock(line: 8, column: 0, file: !1, scope: !20) 221 !20 = distinct !DILexicalBlock(line: 7, column: 0, file: !1, scope: !16) 224 !23 = distinct !DILexicalBlock(line: 10, column: 0, file: !1, scope: !20) 226 !25 = distinct !DILexicalBlock(line: 10, column: 0, file: !1, scope: !23) 230 !29 = distinct !DILexicalBlock(line: 14, column: 0, file: !1, scope: !30) 231 !30 = distinct !DILexicalBlock(line: 13, column: 0, file: !1, scope: !23 [all...] |
/external/pdfium/third_party/freetype/src/base/ |
ftlcdfil.c | 109 FT_Byte* column = bitmap->buffer; local 115 column -= bitmap->pitch * (FT_Int)( bitmap->rows - 1 ); 117 for ( ; width > 0; width--, column++ ) 119 FT_Byte* col = column; 241 FT_Byte* column = bitmap->buffer; local 246 column -= bitmap->pitch * (FT_Int)( bitmap->rows - 1 ); 248 for ( ; width > 0; width--, column++ ) 250 FT_Byte* col = column;
|
/external/skia/include/core/ |
SkTraceMemoryDump.h | 35 * If dumpName does not exist yet, a new one is created. Otherwise, a new column is appended to 40 * valueName: a string indicating the name of the column.
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
matrix_access.inl | 63 GLM_FUNC_QUALIFIER genType column 78 GLM_FUNC_QUALIFIER typename genType::col_type column
|
/packages/apps/Calendar/res/values/ |
dimens.xml | 30 <!-- minimum size of hours column in day/week view --> 32 <!-- margins size of hours column in day/week view -->
|
/packages/apps/Calendar/res/values-w600dp-h879dp/ |
dimens.xml | 31 <!-- minimum size of hours column in day/week view --> 33 <!-- margins size of hours column in day/week view -->
|
/packages/apps/Contacts/res/values/ |
attrs.xml | 25 <!-- Column in data table to summarize this data --> 27 <!-- Column in data table to show details of this data -->
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/ |
FilterStackDBHelper.java | 73 for (String[] column : columns) { 78 for (String val : column) {
|
/packages/apps/Messaging/build/ |
android_lint.xslt | 31 <xsl:if test="@column"> 32 <xsl:text>,</xsl:text><xsl:value-of select="@column" />
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
UIProviderValidator.java | 96 for (String column : projection) { 97 if (!validColumns.contains(column)) {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
tree-dump.h | 66 /* The next column. */ 67 unsigned int column; member in struct:dump_info
|
/prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/ |
factory.py | 102 self.assertTrue(col1 == 1, "by name: wrong result for column 'a'") 103 self.assertTrue(col2 == 2, "by name: wrong result for column 'a'") 106 self.assertTrue(col1 == 1, "by name: wrong result for column 'A'") 107 self.assertTrue(col2 == 2, "by name: wrong result for column 'B'") 110 self.assertTrue(col1 == 1, "by index: wrong result for column 0") 111 self.assertTrue(col2 == 2, "by index: wrong result for column 1") 171 self.assertTrue(row[0] == austria.encode("utf-8"), "column must equal original data in UTF-8") 178 self.assertTrue(row[0].endswith(u"reich"), "column must contain original data")
|
/prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/ |
factory.py | 102 self.assertTrue(col1 == 1, "by name: wrong result for column 'a'") 103 self.assertTrue(col2 == 2, "by name: wrong result for column 'a'") 106 self.assertTrue(col1 == 1, "by name: wrong result for column 'A'") 107 self.assertTrue(col2 == 2, "by name: wrong result for column 'B'") 110 self.assertTrue(col1 == 1, "by index: wrong result for column 0") 111 self.assertTrue(col2 == 2, "by index: wrong result for column 1") 171 self.assertTrue(row[0] == austria.encode("utf-8"), "column must equal original data in UTF-8") 178 self.assertTrue(row[0].endswith(u"reich"), "column must contain original data")
|
/prebuilts/go/darwin-x86/src/text/tabwriter/ |
tabwriter.go | 39 // constitute a column. The Writer inserts padding as needed to 40 // make all cells in a column have the same width, effectively 44 // non-tab text at the end of a line does not form a column cell. 92 widths []int // list of column widths in runes - re-used during formatting 269 // indicate column break 317 column := len(b.widths) 321 if column < len(line)-1 { 322 // cell exists in this column => this line 327 // to a column) 333 // column block begi [all...] |
/prebuilts/go/linux-x86/src/text/tabwriter/ |
tabwriter.go | 39 // constitute a column. The Writer inserts padding as needed to 40 // make all cells in a column have the same width, effectively 44 // non-tab text at the end of a line does not form a column cell. 92 widths []int // list of column widths in runes - re-used during formatting 269 // indicate column break 317 column := len(b.widths) 321 if column < len(line)-1 { 322 // cell exists in this column => this line 327 // to a column) 333 // column block begi [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/ |
factory.py | 102 self.assertTrue(col1 == 1, "by name: wrong result for column 'a'") 103 self.assertTrue(col2 == 2, "by name: wrong result for column 'a'") 106 self.assertTrue(col1 == 1, "by name: wrong result for column 'A'") 107 self.assertTrue(col2 == 2, "by name: wrong result for column 'B'") 110 self.assertTrue(col1 == 1, "by index: wrong result for column 0") 111 self.assertTrue(col2 == 2, "by index: wrong result for column 1") 171 self.assertTrue(row[0] == austria.encode("utf-8"), "column must equal original data in UTF-8") 178 self.assertTrue(row[0].endswith(u"reich"), "column must contain original data")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/ |
factory.py | 102 self.assertTrue(col1 == 1, "by name: wrong result for column 'a'") 103 self.assertTrue(col2 == 2, "by name: wrong result for column 'a'") 106 self.assertTrue(col1 == 1, "by name: wrong result for column 'A'") 107 self.assertTrue(col2 == 2, "by name: wrong result for column 'B'") 110 self.assertTrue(col1 == 1, "by index: wrong result for column 0") 111 self.assertTrue(col2 == 2, "by index: wrong result for column 1") 171 self.assertTrue(row[0] == austria.encode("utf-8"), "column must equal original data in UTF-8") 178 self.assertTrue(row[0].endswith(u"reich"), "column must contain original data")
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-vax.h | 76 * comment-column: 0 77 * fill-column: 131
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/ |
eh-frame.d | 10 Return address column: 30 51 Return address column: 30
|
/external/llvm/include/llvm/MC/ |
MCDwarf.h | 59 uint16_t Column; 76 MCDwarfLoc(unsigned fileNum, unsigned line, unsigned column, unsigned flags, 78 : FileNum(fileNum), Line(line), Column(column), Flags(flags), Isa(isa), 91 /// \brief Get the Column of this MCDwarfLoc. 92 unsigned getColumn() const { return Column; } 109 /// \brief Set the Column of this MCDwarfLoc. 110 void setColumn(unsigned column) { 111 assert(column <= UINT16_MAX); 112 Column = column [all...] |
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSimpleCursorAdapter.java | 89 * @param from A list of column names representing the data to bind to the UI. Can be null 91 * @param to The views that should display column in the "from" parameter. 229 * Return the index of the column used to get a String representation 245 * Defines the index of the column in the Cursor used to get a String 246 * representation of that Cursor. The column is used to convert the 300 * has been set, the String conversion column is used instead. If the 301 * conversion column is -1, the returned String is empty if the cursor 320 * Create a map from an array of strings to an array of column-id integers in mCursor. 348 * Change the cursor and change the column-to-view mappings at the same time. 351 * @param from A list of column names representing the data to bind to the UI. Can be nul [all...] |