Searched refs:sub (Results 51 - 58 of 58) sorted by relevance

123

/gem5/ext/googletest/googletest/scripts/
H A Dpump.py231 str = re.sub(r'^\s*\$\$.*\n', '', str)
234 return re.sub(r'\s*\$\$.*', '', str)
471 python_exp = re.sub(r'([_A-Za-z]\w*)', r'self.GetValue("\1")', token.value)
H A Dupload.py834 return re.sub(r"\$(%s):(:?)([^\$]+)\$" % '|'.join(keywords), repl, content)
/gem5/ext/pybind11/tests/
H A Dtest_factory_constructors.py330 return re.sub(r'\s+#.*', '', s)
/gem5/util/stats/
H A Ddb.py180 statname = re.sub(':', '__', stat.name)
H A Dinfo.py411 formula = re.sub(':', '__', self.formula)
/gem5/ext/ply/ply/
H A Dcpp.py105 return _trigraph_pat.sub(lambda g: _trigraph_rep[g.group()[-1]],input)
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py834 return re.sub(r"\$(%s):(:?)([^\$]+)\$" % '|'.join(keywords), repl, content)
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h999 DECLARE_INSN(sub, MATCH_SUB, MASK_SUB)

Completed in 42 milliseconds

123