HomeSort by relevance Sort by last modified time
    Searched defs:Column (Results 1 - 25 of 46) sorted by null

1 2

  /external/llvm/lib/Support/
FormattedStream.cpp 21 /// column we end up in after output, and how many line breaks are contained.
24 unsigned &Column = Position.first;
27 // Keep track of the current column and line by scanning the string for
30 ++Column;
35 Column = 0;
39 Column += (8 - (Column & 0x7)) & 0x7;
45 /// ComputePosition - Examine the current output and update line and column
53 // column.
62 /// PadToColumn - Align the output to some column number
    [all...]
  /external/chromium_org/chrome/browser/
certificate_manager_model.h 25 enum Column {
56 // Get the data to be displayed in |column| for the given |cert|.
57 string16 GetColumnText(const net::X509Certificate& cert, Column column) const;
  /external/clang/include/clang/Frontend/
CommandLineSourceLoc.h 28 unsigned Column;
40 if (!ColSplit.second.getAsInteger(10, PSL.Column) &&
60 /// Source locations are of the form filename:line:column.
78 << "source location must be of the form filename:line:column\n";
LogDiagnosticPrinter.h 33 /// The source file column number, if available.
34 unsigned Column;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Entry.java 32 @Column("_id")
43 public @interface Column {
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
mosaic_mode.js 812 * @return {Mosaic.Column} The last column or null for empty layout.
843 // |Mosaic.Column.density_| tracks the state of the 'local' backtracking
845 // It starts with the current global density and decreases it until the column
851 this.newColumn_ = new Mosaic.Column(
865 continue; // Column is incomplete.
1002 var column = this.getColumnIndexByTile_(index);
1003 if (column < 0) {
1004 console.error('Cannot find column for tile #' + index);
1008 var row = this.columns_[column].getRowByTileIndex(index)
    [all...]