Home
last modified time | relevance | path

Searched refs:match_object (Results 1 – 3 of 3) sorted by relevance

/external/vixl/tools/
Dverify_assembler_traces.py395 match_object.group('encoding').replace(" ", "").split(",")
396 for match_object in re.finditer(".*@ encoding: \[(?P<encoding>.*)\]",
/external/python/cpython2/Lib/
Ddifflib.py1425 def record_sub_info(match_object,sub_info=sub_info): argument
1426 sub_info.append([match_object.group(1)[0],match_object.span()])
1427 return match_object.group(1)
/external/python/cpython3/Lib/
Ddifflib.py1456 def record_sub_info(match_object,sub_info=sub_info): argument
1457 sub_info.append([match_object.group(1)[0],match_object.span()])
1458 return match_object.group(1)