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

1 2 3 4 5 6 7 8 91011>>

  /art/tools/ahat/src/main/com/android/ahat/
SizeTable.java 26 * Two table formats are supported, one where a custom left column can be
28 * |left column|Java Size|Native Size|...|Total Size|custom columns...|
30 * The other without the custom left column:
35 * Start a size table with a custom left column.
37 * |left column|Java Size|Native Size|...|Total Size|custom columns...|
44 static void table(Doc doc, Column left, boolean showDiff, Column... columns) {
45 List<Column> cols = new ArrayList<Column>();
47 cols.add(new Column("Java Size", Column.Align.RIGHT))
    [all...]
Column.java 20 * Configuration of a Doc table column.
22 class Column {
31 public Column(DocString heading, Align align, boolean visible) {
37 public Column(String heading, Align align, boolean visible) {
41 public Column(DocString heading, Align align) {
46 * Construct a left-aligned column with a simple heading.
48 public Column(String heading) {
53 * Construct a column with a simple heading.
55 public Column(String heading, Align align) {
Doc.java 58 void table(Column... columns);
71 void table(DocString description, List<Column> subcols, List<Column> cols);
HtmlDoc.java 28 private Column[] mCurrentTableColumns;
81 public void table(Column... columns) {
95 // column is very wide.
102 public void table(DocString description, List<Column> subcols, List<Column> cols) {
103 mCurrentTableColumns = new Column[subcols.size() + cols.size()];
106 for (Column col : subcols) {
113 for (Column col : cols) {
126 // Align the last column header to the left so it can still be seen if
127 // the last column is very wide
    [all...]
HeapTable.java 32 * Configuration for a value column of a heap table.
66 List<Column> subcols = new ArrayList<Column>();
68 subcols.add(new Column(heap.getName(), Column.Align.RIGHT));
69 subcols.add(new Column("?", Column.Align.RIGHT, snapshot.isDiffed()));
72 subcols.add(new Column("Total", Column.Align.RIGHT, showTotal));
73 subcols.add(new Column("?", Column.Align.RIGHT, showTotal && snapshot.isDiffed()))
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/DebugInfo/
DIContext.h 30 uint32_t Column;
32 DILineInfo() : FileName("<invalid>"), Line(0), Column(0) {}
33 DILineInfo(const char *fileName, uint32_t line, uint32_t column)
34 : FileName(fileName), Line(line), Column(column) {}
38 uint32_t getColumn() const { return Column; }
41 return Line == RHS.Line && Column == RHS.Column &&
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadEntry.java 36 @Column(value = "hash_code", indexed = true)
39 @Column("content_url")
42 @Column("_size")
45 @Column("etag")
48 @Column(value = "last_access", indexed = true)
51 @Column(value = "last_updated")
54 @Column("_data")
  /external/compiler-rt/lib/ubsan/
ubsan_value.h 48 u32 Column;
51 SourceLocation() : Filename(), Line(), Column() {}
52 SourceLocation(const char *Filename, unsigned Line, unsigned Column)
53 : Filename(Filename), Line(Line), Column(Column) {}
62 (__sanitizer::atomic_uint32_t *)&Column, ~u32(0),
70 return Column == ~u32(0);
77 /// \brief Get the column within the presumed line.
78 unsigned getColumn() const { return Column; }
  /external/swiftshader/third_party/LLVM/lib/Support/
FormattedStream.cpp 21 /// column we end up in after output.
23 static unsigned CountColumns(unsigned Column, const char *Ptr, size_t Size) {
24 // Keep track of the current column by scanning the string for
28 ++Column;
30 Column = 0;
33 Column += (8 - (Column & 0x7)) & 0x7;
36 return Column;
40 /// column we end up in after output.
47 // column
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbSupportUI.c 21 @param Column The position to set the cursor to.
34 IN UINTN Column,
113 @param Column Current column of the cursor position
121 IN OUT UINTN *Column,
125 ASSERT (Column != NULL);
128 // If current column is 0, move to the last column of the previous line,
129 // otherwise, just decrement column.
131 if (*Column == 0) {
    [all...]
  /external/llvm/tools/llvm-cov/
CoverageReport.cpp 22 struct Column {
32 Column(StringRef Str, unsigned Width)
35 Column &set(TrimKind Value) {
40 Column &set(AlignmentKind Value) {
48 raw_ostream &operator<<(raw_ostream &OS, const Column &Value) {
54 void Column::render(raw_ostream &OS) const {
82 static Column column(StringRef Str, unsigned Width) { function
83 return Column(Str, Width);
87 static Column column(StringRef Str, unsigned Width, const T &Value) function
    [all...]
  /frameworks/support/room/runtime/src/androidTest/java/androidx/room/migration/
TableInfoTest.java 63 toMap(new TableInfo.Column("id", "INTEGER", false, 1),
64 new TableInfo.Column("name", "TEXT", false, 0)),
75 toMap(new TableInfo.Column("id", "INTEGER", false, 2),
76 new TableInfo.Column("name", "TEXT", false, 1)),
85 mDb.execSQL("ALTER TABLE foo ADD COLUMN added REAL;");
88 toMap(new TableInfo.Column("id", "INTEGER", false, 0),
89 new TableInfo.Column("name", "TEXT", false, 1),
90 new TableInfo.Column("added", "REAL", false, 0)),
100 toMap(new TableInfo.Column("name", "TEXT", true, 0)),
111 toMap(new TableInfo.Column("name", "TEXT", false, 0))
    [all...]
  /external/llvm/lib/Support/
FormattedStream.cpp 22 /// column we end up in after output, and how many line breaks are contained.
25 unsigned &Column = Position.first;
28 // Keep track of the current column and line by scanning the string for
31 ++Column;
36 Column = 0;
40 Column += (8 - (Column & 0x7)) & 0x7;
46 /// ComputePosition - Examine the current output and update line and column
54 // column.
63 /// PadToColumn - Align the output to some column number
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
FileHandleInternal.h 22 @param[in, out] Column Current column of the cursor position
28 IN OUT UINTN *Column,
37 @param[in, out] Column Current column of the cursor position
44 IN OUT UINTN *Column,
55 @param[in] StartColumn which column to start at
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Entry.java 32 @Column("_id")
43 public @interface Column {
  /external/clang/lib/Format/
FormatToken.cpp 92 Style.ColumnLimit - State.Column + State.NextToken->Previous->ColumnWidth;
97 // bin-packed. Add a severe penalty to this so that column layouts are
104 unsigned Column = 0;
113 ExtraSpaces += Format->ColumnSizes[Column] - ItemLengths[Item];
114 ++Column;
119 if (Column == Format->Columns || State.NextToken->MustBreakBefore) {
120 Column = 0;
159 // Limit column layout for JavaScript array initializers to 20 or more items
165 // Column format doesn't really make sense if we don't align after brackets.
175 // trailing comments which are otherwise ignored for column alignment
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
CommandLineSourceLoc.h 28 unsigned Column;
40 if (!ColSplit.second.getAsInteger(10, PSL.Column) &&
58 /// the second element is the column.
61 /// second element is the column.
71 /// If the end line and column are omitted, the starting line and columns
93 EndColumn = Begin.Column;
96 {Begin.Line, Begin.Column},
106 /// Source locations are of the form filename:line:column.
124 << "source location must be of the form filename:line:column\n";
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
CommandLineSourceLoc.h 28 unsigned Column;
40 if (!ColSplit.second.getAsInteger(10, PSL.Column) &&
58 /// the second element is the column.
61 /// second element is the column.
71 /// If the end line and column are omitted, the starting line and columns
93 EndColumn = Begin.Column;
96 {Begin.Line, Begin.Column},
106 /// Source locations are of the form filename:line:column.
124 << "source location must be of the form filename:line:column\n";
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
CommandLineSourceLoc.h 28 unsigned Column;
40 if (!ColSplit.second.getAsInteger(10, PSL.Column) &&
58 /// the second element is the column.
61 /// second element is the column.
71 /// If the end line and column are omitted, the starting line and columns
93 EndColumn = Begin.Column;
96 {Begin.Line, Begin.Column},
106 /// Source locations are of the form filename:line:column.
124 << "source location must be of the form filename:line:column\n";
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
CommandLineSourceLoc.h 28 unsigned Column;
40 if (!ColSplit.second.getAsInteger(10, PSL.Column) &&
58 /// the second element is the column.
61 /// second element is the column.
71 /// If the end line and column are omitted, the starting line and columns
93 EndColumn = Begin.Column;
96 {Begin.Line, Begin.Column},
106 /// Source locations are of the form filename:line:column.
124 << "source location must be of the form filename:line:column\n";
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
CommandLineSourceLoc.h 28 unsigned Column;
40 if (!ColSplit.second.getAsInteger(10, PSL.Column) &&
58 /// the second element is the column.
61 /// second element is the column.
71 /// If the end line and column are omitted, the starting line and columns
93 EndColumn = Begin.Column;
96 {Begin.Line, Begin.Column},
106 /// Source locations are of the form filename:line:column.
124 << "source location must be of the form filename:line:column\n";
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
CommandLineSourceLoc.h 28 unsigned Column;
40 if (!ColSplit.second.getAsInteger(10, PSL.Column) &&
58 /// the second element is the column.
61 /// second element is the column.
71 /// If the end line and column are omitted, the starting line and columns
93 EndColumn = Begin.Column;
96 {Begin.Line, Begin.Column},
106 /// Source locations are of the form filename:line:column.
124 << "source location must be of the form filename:line:column\n";
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
CommandLineSourceLoc.h 28 unsigned Column;
40 if (!ColSplit.second.getAsInteger(10, PSL.Column) &&
58 /// the second element is the column.
61 /// second element is the column.
71 /// If the end line and column are omitted, the starting line and columns
93 EndColumn = Begin.Column;
96 {Begin.Line, Begin.Column},
106 /// Source locations are of the form filename:line:column.
124 << "source location must be of the form filename:line:column\n";
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
CommandLineSourceLoc.h 28 unsigned Column;
40 if (!ColSplit.second.getAsInteger(10, PSL.Column) &&
58 /// the second element is the column.
61 /// second element is the column.
71 /// If the end line and column are omitted, the starting line and columns
93 EndColumn = Begin.Column;
96 {Begin.Line, Begin.Column},
106 /// Source locations are of the form filename:line:column.
124 << "source location must be of the form filename:line:column\n";
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
FileBuffer.c 101 FileBuffer.DisplayPosition.Column = 1;
103 FileBuffer.LowVisibleRange.Column = 1;
290 FileBuffer.MousePosition.Column == FileBufferBackupVar.MousePosition.Column)
307 FColumn = FileBuffer.LowVisibleRange.Column + FileBufferBackupVar.MousePosition.Column - 1;
324 (INT32)FileBufferBackupVar.MousePosition.Column - 1,
332 (INT32)FileBufferBackupVar.MousePosition.Column - 1,
347 FColumn = FileBuffer.LowVisibleRange.Column + FileBuffer.MousePosition.Column - 1;
    [all...]

Completed in 1190 milliseconds

1 2 3 4 5 6 7 8 91011>>