Searched refs:style (Results 1 - 9 of 9) sorted by relevance

/gem5/util/
H A Dstyle.py43 from style.file_types import lang_type
44 import style.verifiers
45 from style.region import all_regions
47 from style.style import StdioUI
48 from style import repo
51 (c.__name__, c) for c in style.verifiers.all_verifiers ])
61 verifiers = style.verifiers.all_verifiers
96 description="Check a file for gem5 style violations",
97 epilog="""If no files are specified, the style checke
[all...]
H A Dgit-pre-commit.py45 from style.repo import GitRepo
46 from style.verifiers import all_verifiers, all_regions
47 from style.style import StdioUI, check_ignores
52 description="gem5 git style checker hook")
105 "Please run the style checker manually to fix the offending files.\n" \
106 "To check your modifications, run: util/style.py -m"
H A Dhgstyle.py52 from style.verifiers import all_verifiers
53 from style.style import MercurialUI, check_ignores
54 from style.region import *
121 """check files for proper m5 style guidelines
124 coding style violations. A list of files can be specified to limit
125 the checker to a subset of the repository. The style rules are
134 can be used to control individual style checks:
137 fix sny style error (printing a warning if unsuccessful)
197 ('', 'no-ignore', False, _("ignore the style ignor
[all...]
/gem5/src/python/m5/util/
H A Ddot_writer_ruby.py57 style = "\"rounded, filled\"", \
70 style = "\"rounded, filled\"", \
H A Ddot_writer.py166 style = "\"rounded, filled\"", \
179 style = "\"rounded, filled\"", \
286 style = "\"rounded, filled, dashed\"", \
/gem5/ext/dnet/
H A Dblob.h43 int blob_print(blob_t *b, char *style, int len);
/gem5/util/style/
H A Dverifiers.py54 import style
108 """Base class for style verifiers
110 Verifiers check for style violations and optionally fix such
326 newline += ' ' * (style.tabsize - \
327 len(newline) % style.tabsize)
421 return style.normalized_len(line) <= 79
H A Drepo.py45 from style import modified_regions
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.hh546 int style = p3; variable
553 if (style == -1) {
638 int style = p3; variable
642 if (style == -1) {
701 int style = p3; variable
705 if (style == -1) {
796 int style = p3; variable
802 if (style == -1) {

Completed in 13 milliseconds