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

1 2 3

  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
Colors.java 23 public class Colors {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EditTitleBar.c 68 TITLE_BAR_COLOR_ATTRIBUTES Colors;
109 New.Colors.Foreground = Orig.Colors.Background & 0xF;
110 New.Colors.Background = Orig.Colors.Foreground & 0x7;
EditStatusBar.c 67 STATUS_BAR_COLOR_ATTRIBUTES Colors;
112 New.Colors.Foreground = Orig.Colors.Background & 0xF;
113 New.Colors.Background = Orig.Colors.Foreground & 0x7;
EditInputBar.c 107 INPUT_BAR_COLOR_ATTRIBUTES Colors;
149 New.Colors.Foreground = Orig.Colors.Background & 0xF;
150 New.Colors.Background = Orig.Colors.Foreground & 0x7;
  /external/llvm/lib/Analysis/
EHPersonalities.cpp 56 // Build up the color map, which maps each block to its set of 'colors'.
57 // For any block B the "colors" of B are the set of funclets F (possibly
84 ColorVector &Colors = BlockColors[Visiting];
85 if (std::find(Colors.begin(), Colors.end(), Color) == Colors.end())
86 Colors.push_back(Color);
  /external/clang/test/SemaTemplate/
instantiate-non-dependent-types.cpp 25 // expected-error@+1 {{no member named '~Colors' in 'Colors'}}
28 // expected-error@+1 {{no member named '~Colors' in 'Q'}}
41 enum Colors {red, green, blue};
44 C<Q, Colors> dummyColors;
49 // expected-note@+1 {{in instantiation of member function 'C<Q, Colors>::f' requested here}}
  /external/llvm/tools/llvm-cov/
CoverageViewOptions.h 25 bool Colors;
36 /// \brief Change the output's stream color if the colors are enabled.
38 raw_ostream::Colors Color) const {
39 return llvm::colored_ostream(OS, Color, Colors);
  /external/iptables/
iptables-test.py 33 class Colors:
44 Prints an error with nice colors, indicating file and line number.
46 print (filename + ": " + Colors.RED + "ERROR" +
47 Colors.ENDC + ": line %d (%s)" % (lineno, reason))
237 print filename + ": " + Colors.GREEN + "OK" + Colors.ENDC
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
enum.pass.cpp 24 enum class Colors { red, orange, yellow, green, blue, indigo, violet };
57 test<Colors>();
  /external/llvm/lib/Support/
GraphWriter.cpp 57 /// from a reasonable number of colors.
60 static const char* Colors[NumColors] = {
64 return Colors[ColorNumber % NumColors];
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_display_external_test.h 72 enum Colors {
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_display_external_test.h 71 enum Colors {
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_display_external_test.h 72 enum Colors {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/unord.hash/
enum.pass.cpp 24 enum class Colors { red, orange, yellow, green, blue, indigo, violet };
57 test<Colors>();
  /packages/screensavers/Basic/src/com/android/dreams/basic/
Colors.java 27 * Plays a delightful show of colors.
32 public class Colors extends DreamService implements SurfaceHolder.Callback {
33 static final String TAG = Colors.class.getSimpleName();
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
TextEditorTypes.h 61 EFI_EDITOR_COLOR_ATTRIBUTES Colors;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
HexEditorTypes.h 62 HEFI_EDITOR_COLOR_ATTRIBUTES Colors;
  /external/llvm/include/llvm/Support/
raw_ostream.h 71 enum Colors {
231 /// change only the bold attribute, and keep colors untouched
235 virtual raw_ostream &changeColor(enum Colors Color,
244 /// Resets the colors to terminal defaults. Call this when you are done
248 /// Reverses the foreground and background colors.
256 /// This function determines if this stream is displayed and supports colors.
401 raw_ostream &changeColor(enum Colors colors, bool bold=false,
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
raw_ostream.h 63 enum Colors {
213 /// @param colors ANSI color to use, the special SAVEDCOLOR can be used to
214 /// change only the bold attribute, and keep colors untouched
218 virtual raw_ostream &changeColor(enum Colors, bool = false, bool = false) {
221 /// Resets the colors to terminal defaults. Call this when you are done
378 virtual raw_ostream &changeColor(enum Colors colors, bool bold=false,
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
raw_ostream.h 74 enum Colors {
244 /// change only the bold attribute, and keep colors untouched
248 virtual raw_ostream &changeColor(enum Colors Color,
257 /// Resets the colors to terminal defaults. Call this when you are done
261 /// Reverses the foreground and background colors.
269 /// This function determines if this stream is displayed and supports colors.
414 raw_ostream &changeColor(enum Colors colors, bool bold=false,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 74 enum Colors {
244 /// change only the bold attribute, and keep colors untouched
248 virtual raw_ostream &changeColor(enum Colors Color,
257 /// Resets the colors to terminal defaults. Call this when you are done
261 /// Reverses the foreground and background colors.
269 /// This function determines if this stream is displayed and supports colors.
414 raw_ostream &changeColor(enum Colors colors, bool bold=false,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
raw_ostream.h 74 enum Colors {
244 /// change only the bold attribute, and keep colors untouched
248 virtual raw_ostream &changeColor(enum Colors Color,
257 /// Resets the colors to terminal defaults. Call this when you are done
261 /// Reverses the foreground and background colors.
269 /// This function determines if this stream is displayed and supports colors.
414 raw_ostream &changeColor(enum Colors colors, bool bold=false,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
raw_ostream.h 74 enum Colors {
244 /// change only the bold attribute, and keep colors untouched
248 virtual raw_ostream &changeColor(enum Colors Color,
257 /// Resets the colors to terminal defaults. Call this when you are done
261 /// Reverses the foreground and background colors.
269 /// This function determines if this stream is displayed and supports colors.
414 raw_ostream &changeColor(enum Colors colors, bool bold=false,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
raw_ostream.h 74 enum Colors {
248 /// change only the bold attribute, and keep colors untouched
252 virtual raw_ostream &changeColor(enum Colors Color,
261 /// Resets the colors to terminal defaults. Call this when you are done
265 /// Reverses the foreground and background colors.
273 /// This function determines if this stream is displayed and supports colors.
417 raw_ostream &changeColor(enum Colors colors, bool bold=false,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
raw_ostream.h 74 enum Colors {
248 /// change only the bold attribute, and keep colors untouched
252 virtual raw_ostream &changeColor(enum Colors Color,
261 /// Resets the colors to terminal defaults. Call this when you are done
265 /// Reverses the foreground and background colors.
273 /// This function determines if this stream is displayed and supports colors.
417 raw_ostream &changeColor(enum Colors colors, bool bold=false,

Completed in 537 milliseconds

1 2 3