Searched refs:Colors (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DTextDiagnosticPrinter.cpp16 static const enum llvm::raw_ostream::Colors UnreachableColor = llvm::raw_ostream::RED;
17 static const enum llvm::raw_ostream::Colors FatalColor = llvm::raw_ostream::YELLOW;
18 static const enum llvm::raw_ostream::Colors ErrorColor = llvm::raw_ostream::RED;
19 static const enum llvm::raw_ostream::Colors WarningColor = llvm::raw_ostream::MAGENTA;
20 static const enum llvm::raw_ostream::Colors DebugColor = llvm::raw_ostream::CYAN;
21 static const enum llvm::raw_ostream::Colors NoteColor = llvm::raw_ostream::GREEN;
22 static const enum llvm::raw_ostream::Colors IgnoreColor = llvm::raw_ostream::BLUE;
25 static const enum llvm::raw_ostream::Colors SavedColor = llvm::raw_ostream::SAVEDCOLOR;
/frameworks/compile/mclinker/include/mcld/Support/
H A Draw_ostream.h45 llvm::raw_ostream &changeColor(enum llvm::raw_ostream::Colors pColors,
/frameworks/compile/mclinker/lib/Support/
H A Draw_ostream.cpp65 mcld::raw_fd_ostream::changeColor(enum llvm::raw_ostream::Colors pColor,
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java345 * A key for looking up a color from the {@link Colors} table. NULL or
350 * {@link Colors} table. @see Colors
923 * {@link Colors} table. @see Colors
2467 * The color as an 8-bit ARGB integer value. Colors should specify alpha
2481 * Fields for accessing colors available for a given account. Colors are
2488 public static final class Colors implements ColorsColumns { class in class:CalendarContract
2492 public static final String TABLE_NAME = "Colors";
2502 private Colors() { method in class:CalendarContract.Colors
[all...]

Completed in 135 milliseconds