Searched refs:language (Results 1 - 18 of 18) sorted by relevance

/gem5/util/style/
H A Dfile_types.py87 '''identify the language of a given filename and potentially the
95 # first try to detect language based on file extension
101 # now try to detect language based on file prefix
113 # try to detect language based on #! in first line
119 # sorry, we couldn't detect the language
154 # try to figure out the language of the specified file
156 language = lang_type(fullpath)
159 # its name and the language
160 if language in languages:
161 yield fullpath, language
[all...]
H A Dverifiers.py244 if not self.check_line(line, language=lang):
270 line = self.fix_line(line, language=lang)
304 def skip_lead(self, language):
305 return language in Whitespace.trail_only
307 def check_line(self, line, language):
308 if not self.skip_lead(language):
319 def fix_line(self, line, language):
320 if not self.skip_lead(language) and Whitespace._lead.search(line):
362 language = lang_type(filename, old[0])
363 new = list(self.sort_includes(old, norm_fname, language))
[all...]
H A Dsort_includes.py222 def __call__(self, lines, filename, language):
227 "language" : language,
239 if include_type == 'c' and language == 'C++':
282 # default language types to try to apply our sorting rules to
317 for filename,language in find_files(base, languages=opts.languages,
320 print "%s: %s" % (filename, language)
322 update_file(filename, filename, language, SortIncludes())
/gem5/ext/pybind11/docs/
H A Dconf.py68 # The language for content autogenerated by Sphinx. Refer to documentation
72 # Usually you set "language" from the command line for these cases.
73 language = None variable
220 # A dictionary with options for the search language support, empty by default.
/gem5/ext/nomali/lib/
H A DRules.mk14 # See the License for the specific language governing permissions and
/gem5/ext/nomali/tests/
H A DRules.mk14 # See the License for the specific language governing permissions and
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbfriends.inc15 implied. See the License for the specific language governing
H A Dsc_signed_bitref.inc15 implied. See the License for the specific language governing
H A Dsc_unsigned_bitref.inc15 implied. See the License for the specific language governing
H A Dsc_signed_subref.inc15 implied. See the License for the specific language governing
H A Dsc_unsigned_subref.inc15 implied. See the License for the specific language governing
H A Dsc_nbcommon.inc15 implied. See the License for the specific language governing
/gem5/src/systemc/dt/int/
H A Dsc_nbfriends.inc15 implied. See the License for the specific language governing
H A Dsc_signed_bitref.inc15 implied. See the License for the specific language governing
H A Dsc_unsigned_bitref.inc15 implied. See the License for the specific language governing
H A Dsc_nbcommon.inc15 implied. See the License for the specific language governing
H A Dsc_signed_subref.inc15 implied. See the License for the specific language governing
H A Dsc_unsigned_subref.inc15 implied. See the License for the specific language governing

Completed in 22 milliseconds