Searched refs:color (Results 1 - 13 of 13) sorted by relevance

/gem5/ext/testlib/
H A Dterminal.py42 # ANSI color names in index order
120 def separator(char=default_separator, color=None):
126 if color:
127 return color + char*w + termcap.Normal
132 min_barrier=3, color=None):
140 string = bytearray(separator(char, color=color))
H A Dhandlers.py189 color = terminal.get_termcap() variable in class:SummaryHandler
190 reset = color.Normal
192 state.Result.Errored: color.Red,
193 state.Result.Failed: color.Red,
194 state.Result.Passed: color.Green,
195 state.Result.Skipped: color.Cyan,
251 color=self.colormap[most_severe_outcome] + self.color.Bold)
254 color = terminal.get_termcap() variable in class:TerminalHandler
256 log.LogLevel.Warn: color
[all...]
/gem5/util/
H A Do3-pipeview.py70 def process_trace(trace, outfile, cycle_time, width, color, timestamps,
134 print_insts(outfile, cycle_time, width, color, timestamps, 0)
144 queue_inst(outfile, curr_inst, cycle_time, width, color, timestamps, store_completions)
148 print_insts(outfile, cycle_time, width, color, timestamps, store_completions, 0)
159 def queue_inst(outfile, inst, cycle_time, width, color, timestamps, store_completions):
164 print_insts(outfile, cycle_time, width, color, timestamps, store_completions, insts['min_threshold'])
167 def print_insts(outfile, cycle_time, width, color, timestamps, store_completions, lower_threshold):
188 print_inst(outfile, print_item, cycle_time, width, color, timestamps, store_completions)
191 def print_inst(outfile, inst, cycle_time, width, color, timestamps, store_completions):
192 if color
[all...]
/gem5/src/python/m5/util/
H A Ddot_writer_ruby.py58 color = "#000000", \
71 color = "#000000", \
H A Ddot_writer.py167 color = "#000000", \
180 color = "#000000", \
287 color = "#000000", \
/gem5/ext/googletest/googletest/test/
H A Dgtest_env_var_test_.cc64 if (strcmp(flag, "color") == 0) {
65 cout << GTEST_FLAG(color);
110 << ". Valid names are break_on_failure, color, filter, etc.\n";
H A Dgtest_unittest.cc44 || testing::GTEST_FLAG(color) != "unknown"
209 using testing::GTEST_FLAG(color);
1545 GTEST_FLAG(color) = "auto";
1571 EXPECT_STREQ("auto", GTEST_FLAG(color).c_str());
1587 GTEST_FLAG(color) = "no";
6742 GTEST_FLAG(color) = "yes";
6756 GTEST_FLAG(color) = "True";
6759 GTEST_FLAG(color) = "t";
6762 GTEST_FLAG(color) = "1";
6767 GTEST_FLAG(color)
[all...]
/gem5/src/mem/slicc/symbols/
H A DStateMachine.py1492 color = "yellow"
1494 color = "white"
1502 <TH bgcolor=$color>$ref</TH>
1511 color = "#C0C000"
1513 color = "lightgrey"
1515 code('<TD bgcolor=$color>&nbsp;</TD>')
1530 color = "#C0C000"
1532 color = "lightgrey"
1535 color = "aqua"
1537 color
[all...]
/gem5/util/stats/
H A Dbarchart.py179 color = self.figure.get_facecolor()
181 axisbg=color, frameon=False)
216 color=colors[i][j], yerr=yerr)
/gem5/util/plot_dram/
H A DPlotPowerStates.py259 color=StackColors[state])
268 color=StackColors[state],
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc219 color,
220 internal::StringFromGTestEnv("color", "auto"),
2890 // Returns the character attribute for the given color.
2891 WORD GetColorAttribute(GTestColor color) { argument
2892 switch (color) {
2902 // Returns the ANSI color code for the given color. COLOR_DEFAULT is
2904 const char* GetAnsiColorCode(GTestColor color) { argument
2905 switch (color) {
2917 const char* const gtest_color = GTEST_FLAG(color)
2956 ColoredPrintf(GTestColor color, const char* fmt, ...) argument
5126 GTestColor color = COLOR_DEFAULT; // The current color. local
[all...]
H A Dgtest-internal-inl.h92 const char kColorFlag[] = "color";
169 color_ = GTEST_FLAG(color);
190 GTEST_FLAG(color) = color_;
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h100 GTEST_DECLARE_string_(color);

Completed in 67 milliseconds