Searched refs:search (Results 1 - 25 of 29) sorted by relevance

12

/gem5/util/cpt_upgraders/
H A Dx86-add-tlb.py7 if re.search('.*sys.*\.cpu.*\.dtb$', sec):
11 if re.search('.*sys.*\.cpu.*\.itb$', sec):
H A Dcpu-pid.py5 if re.search('.*sys.*cpu', sec):
H A Dmemory-per-range.py8 if re.search('.*sys.*\.physmem$', sec):
26 elif re.search('.*sys.*\.\w*mem$', sec):
H A Darm-contextidr-el2.py7 if re.search('.*sys.*\.cpu.*\.isa$', sec):
H A Darm-miscreg-teehbr.py7 if re.search('.*sys.*\.cpu.*\.isa$', sec):
H A Dremove-arm-cpsr-mode-miscreg.py7 if re.search('.*sys.*\.cpu.*\.isa$', sec):
H A Darm-gem5-gic-ext.py68 if re.search('.*\.gic$', sec):
H A Darm-sve.py14 if re.search('.*sys.*\.cpu.*\.isa$', sec):
H A Darm-sysreg-mapping-ns.py42 if re.search('.*sys.*\.cpu.*\.isa\d*$', sec):
H A Darm-hdlcd-upgrade.py77 if re.search('.*\.hdlcd$', sec):
H A Darm-gicv2-banked-regs.py42 if not re.search('\.gic$', sec):
/gem5/util/minorview/
H A Dparse.py48 if re.search('^\((.*)\)$', elem):
52 elif re.search('^\(', elem):
54 elif re.search('\)$', elem):
/gem5/ext/pybind11/include/pybind11/detail/
H A Dtypeid.h24 inline void erase_all(std::string &string, const std::string &search) { argument
26 pos = string.find(search, pos);
28 string.erase(pos, search.length());
/gem5/util/
H A Dfind_copyrights.py19 if i == 0 and (line.startswith('#!') or mode_line.search(line)):
22 if shell_comment.search(line):
34 if i == 0 and mode_line.search(line):
37 if lisp_comment.search(line):
51 if i == 0 and mode_line.search(line):
56 match = c_comment_end.search(line)
62 cpp_match = cpp_comment.search(line)
63 c_match = c_comment_start.search(line)
131 match = copyright_re.search(joined)
151 match = authors_re.search(lin
[all...]
H A Doprofile-top.py40 if re.search("vmlinux-2.6", app):
H A Dcheckpoint_aggregator.py68 if re.compile("cpu").search(sec):
79 if re.compile("workload.FdMap256$").search(sec):
H A Dcompile61 match = local.search(entry)
63 match = standard.search(entry)
/gem5/ext/googletest/googletest/xcode/Scripts/
H A Dversiongenerate.py77 version_values = version_expression.search(opening_string)
/gem5/ext/googletest/googletest/test/
H A Dgtest_help_test.py113 self.assert_(HELP_REGEX.search(output), output)
137 self.assert_(not HELP_REGEX.search(output), output)
/gem5/util/style/
H A Dverifiers.py309 match = Whitespace._lead.search(line)
313 match = Whitespace._trail.search(line)
320 if not self.skip_lead(language) and Whitespace._lead.search(line):
407 match = ControlSpace._any_control.search(line)
451 return self.regex.search(line) == None
454 match = self.regex.search(line)
/gem5/tests/testing/
H A Dhelpers.py139 re_obj = r if hasattr(r, "search") else re.compile(r)
140 return lambda name: re_obj.search(name)
/gem5/tests/
H A Drun.py210 if re.search('-ruby', test_filename):
/gem5/ext/googletest/googletest/scripts/
H A Dpump.py172 m = regex.search(line)
245 m = regex.search(line)
263 m = re.search(regex, line)
272 m = re.search(regex, line)
780 return re.search(r'/\* IWYU pragma: ', line)
787 re.search(r'// IWYU pragma: ', line))
/gem5/ext/pybind11/tests/
H A Dtest_factory_constructors.py291 found = re.search(r'^operator new called, returning (\d+)\n$', str(capture))
302 found = re.search(r'^operator new called, returning (\d+)\n$', str(capture))
/gem5/ext/testlib/
H A Dmain.py189 matched_tags = (tag for tag in tags if tag_regex.regex.search(tag))

Completed in 29 milliseconds

12