Searched refs:result_block_string (Results 1 – 1 of 1) sorted by relevance
47 result_block_string = ""49 result_block_string += line + '\n'52 test_result = TestResult(result_block_string)59 result_block_string = ""61 inst_finished_bundle = _ParseInstrumentationFinishedBundle(result_block_string)62 result_block_string = ""127 def __init__(self, result_block_string): argument141 '(?P<status_code>1|0|-1|-2)', result_block_string)145 for field in re_fields.finditer(result_block_string):