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

/gem5/src/mem/slicc/generate/
H A Dhtml.py30 def createSymbol(symbol, title):
34 $title: ${{formatShorthand(symbol.short)}} - ${{symbol.desc}}
/gem5/util/stats/
H A Dbarchart.py265 if self.title is not None:
266 self.axes.set_title(self.title)
324 chart1.title = 'this is the title'
/gem5/src/base/
H A Dtrie.hh353 * @param title An identifying title to put in the dump header.
356 dump(const char *title, std::ostream &os=std::cout) argument
359 ccprintf(os, "*** Start of Trie: %s\n", title);
/gem5/ext/googletest/googletest/scripts/
H A Dgen_gtest_pred_impl.py176 """Returns the given word in title case. The difference between
177 this and string's title() method is that Title('4-ary') is '4-ary'
178 while '4-ary'.title() is '4-Ary'."""
617 test_name = pred_format_type.title()

Completed in 8 milliseconds