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

12

/gem5/ext/googletest/googlemock/scripts/
H A Dgmock_doctor.py160 if re.search(regex, msg):
/gem5/ext/googletest/googletest/test/
H A Dgtest_filter_unittest.py358 param_tests_present = PARAM_TEST_REGEX.search(
/gem5/src/arch/
H A Disa_parser.py352 # we need to search backward for matching '('
353 match = bitOpExprRE.search(code)
370 match = bitOpExprRE.search(code)
1136 # search for operands
1139 match = parser.operandsRE.search(code, next_pos)
1190 # start next search after end of current match
1306 # search for operands
1309 match = parser.operandsRE.search(code, next_pos)
1333 # start next search after end of current match
1638 if re.search('
[all...]
/gem5/src/mem/slicc/symbols/
H A DStateMachine.py537 if re.compile("sequencer").search(param.ident) or \

Completed in 15 milliseconds

12