HomeSort by: relevance | last modified time | path
    Searched refs:GREEN (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/tests/usr.bin/xlint/lint1/
msg_054.c 10 GREEN,
msg_246.c 10 RED, GREEN, BLUE
msg_156.c 10 GREEN = 1 << 1,
25 print_color(GREEN);
msg_243.c 9 RED, GREEN, BLUE
msg_241.c 17 GREEN = 1 << 1,
81 c = GREEN;
105 c &= ~(unsigned)GREEN;
122 [GREEN] = "green",
128 if (c == GREEN)
msg_130.c 12 GREEN = 1 << 1,
32 sink(cond ? GREEN : MORNING);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTDumperUtils.h 35 // Green - TypeColor
36 // Bold Green - DeclKindNameColor, UndeserializedColor
45 static const TerminalColor DeclKindNameColor = {llvm::raw_ostream::GREEN, true};
54 static const TerminalColor TypeColor = {llvm::raw_ostream::GREEN, false};
72 static const TerminalColor UndeserializedColor = {llvm::raw_ostream::GREEN,
  /src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
unit_tests.sh 15 GREEN='\033[0;32m'
76 echo -e "conf=${CONF} user=${USER} pass=${PASS} expect=${EXPECT}... ${GREEN}PASS${NC}"
  /src/games/trek/
checkcond.c 102 Ship.cond = GREEN;
dock.c 140 Ship.cond = GREEN;
abandon.c 114 Ship.cond = GREEN;
trek.h 190 #define GREEN 0
  /src/external/apache2/llvm/dist/clang/tools/diagtool/
TreeView.cpp 70 out << Colors::GREEN;
84 out << Colors::GREEN;
132 out << '\n' << Colors::GREEN << "GREEN" << Colors::RESET
  /src/external/gpl3/gdb/dist/gdb/unittests/
style-selftests.c 73 SELF_CHECK (style.get_foreground ().get_value () == ui_file_style::GREEN);
85 SELF_CHECK (style.get_foreground ().get_value () == ui_file_style::GREEN);
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
style-selftests.c 67 SELF_CHECK (style.get_foreground ().get_value () == ui_file_style::GREEN);
  /src/external/gpl3/gdb.old/dist/gdb/
ui-style.h 32 GREEN,
114 /* Fill in RGB with the red/green/blue values for this color.
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
raw_ostream.h 97 GREEN,
109 static constexpr Colors GREEN = Colors::GREEN;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
WithColor.cpp 31 OS.changeColor(raw_ostream::GREEN);
  /src/external/gpl3/gcc/dist/gcc/text-art/
style.cc 442 ASSERT_NAMED_COL_STREQ (style::named_color::GREEN, fg, bright,
463 ASSERT_NAMED_COL_STREQ (style::named_color::GREEN, fg, bright,
488 ASSERT_NAMED_COL_STREQ (style::named_color::GREEN, fg, bright,
509 ASSERT_NAMED_COL_STREQ (style::named_color::GREEN, fg, bright,
styled-string.cc 203 set_style_fg_color (style::named_color::GREEN);
279 set_style_bg_color (style::named_color::GREEN);
307 set_style_fg_color (style::color (style::named_color::GREEN,
341 set_style_bg_color (style::color (style::named_color::GREEN,
965 ASSERT_EQ (sm.get_style (2).m_fg_color, style::named_color::GREEN);
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
ProgressBar.py 23 >>> print('This is '+term.GREEN+'green'+term.NORMAL)
29 >>> print(term.render('This is ${GREEN}green${NORMAL}'))
75 BLACK = BLUE = GREEN = CYAN = RED = MAGENTA = YELLOW = WHITE = ''
86 _COLORS = """BLACK BLUE GREEN CYAN RED MAGENTA YELLOW WHITE""".split()
87 _ANSICOLORS = "BLACK RED GREEN YELLOW BLUE MAGENTA CYAN WHITE".split()
238 self.barColor = 'GREEN'
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-style.c 50 "green",
70 cli_style_option file_name_style ("filename", ui_file_style::GREEN);
116 cli_style_option disasm_mnemonic_style ("mnemonic", ui_file_style::GREEN);
  /src/sys/arch/x68k/dev/
ite_tv.c 212 #define GREEN (0x1f << 11)
215 IODEVbase->tpalet[2] = 1 | GREEN; /* green */
216 IODEVbase->tpalet[3] = 1 | RED | GREEN; /* yellow */
219 IODEVbase->tpalet[6] = 1 | BLUE | GREEN; /* cyan */
220 IODEVbase->tpalet[7] = 1 | BLUE | RED | GREEN; /* white */
  /src/external/apache2/llvm/dist/llvm/utils/FileCheck/
FileCheck.cpp 206 return MarkerStyle('^', raw_ostream::GREEN);
222 return MarkerStyle('X', raw_ostream::GREEN);
308 WithColor(OS, raw_ostream::GREEN, true) << "success";
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
LinePrinter.cpp 304 OS.changeColor(raw_ostream::GREEN, false);
330 OS.changeColor(raw_ostream::GREEN, true);

Completed in 29 milliseconds

1 2