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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /art/tools/ahat/src/
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) {
  /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;
  /external/llvm/include/llvm/DebugInfo/
DIContext.h 33 uint32_t Column;
36 : FileName("<invalid>"), FunctionName("<invalid>"), Line(0), Column(0) {}
39 return Line == RHS.Line && Column == RHS.Column &&
  /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/gallerycommon/src/com/android/gallery3d/common/
Entry.java 32 @Column("_id")
43 public @interface Column {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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";
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/
DIContext.h 36 uint32_t Column = 0;
45 return Line == RHS.Line && Column == RHS.Column &&
53 return std::tie(FileName, FunctionName, Line, Column, StartLine,
55 std::tie(RHS.FileName, RHS.FunctionName, RHS.Line, RHS.Column,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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";
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/
DIContext.h 36 uint32_t Column = 0;
45 return Line == RHS.Line && Column == RHS.Column &&
53 return std::tie(FileName, FunctionName, Line, Column, StartLine,
55 std::tie(RHS.FileName, RHS.FunctionName, RHS.Line, RHS.Column,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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";
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/
DIContext.h 36 uint32_t Column = 0;
45 return Line == RHS.Line && Column == RHS.Column &&
53 return std::tie(FileName, FunctionName, Line, Column, StartLine,
55 std::tie(RHS.FileName, RHS.FunctionName, RHS.Line, RHS.Column,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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";
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/
DIContext.h 36 uint32_t Column = 0;
45 return Line == RHS.Line && Column == RHS.Column &&
53 return std::tie(FileName, FunctionName, Line, Column, StartLine,
55 std::tie(RHS.FileName, RHS.FunctionName, RHS.Line, RHS.Column,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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";
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/
DIContext.h 36 uint32_t Column = 0;
45 return Line == RHS.Line && Column == RHS.Column &&
53 return std::tie(FileName, FunctionName, Line, Column, StartLine,
55 std::tie(RHS.FileName, RHS.FunctionName, RHS.Line, RHS.Column,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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";
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/
DIContext.h 36 uint32_t Column = 0;
45 return Line == RHS.Line && Column == RHS.Column &&
53 return std::tie(FileName, FunctionName, Line, Column, StartLine,
55 std::tie(RHS.FileName, RHS.FunctionName, RHS.Line, RHS.Column,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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";
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/
DIContext.h 36 uint32_t Column = 0;
45 return Line == RHS.Line && Column == RHS.Column &&
53 return std::tie(FileName, FunctionName, Line, Column, StartLine,
55 std::tie(RHS.FileName, RHS.FunctionName, RHS.Line, RHS.Column,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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";
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/
DIContext.h 36 uint32_t Column = 0;
45 return Line == RHS.Line && Column == RHS.Column &&
53 return std::tie(FileName, FunctionName, Line, Column, StartLine,
55 std::tie(RHS.FileName, RHS.FunctionName, RHS.Line, RHS.Column,
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
EfiSysCall.h 341 UINT32 Column;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
Console.c 323 UINTN Column;
387 // Compute the starting row and starting column for the popup
390 Column = (Columns - (MaxLength + 2)) / 2;
405 ConOut->SetCursorPosition (ConOut, Column, Row++);
429 ConOut->SetCursorPosition (ConOut, Column, Row++);
442 ConOut->SetCursorPosition (ConOut, Column, Row++);

Completed in 401 milliseconds

1 2 3 4 5 6 7 8 91011>>