Home
last modified time | relevance | path

Searched refs:EVENT_RE (Results 1 – 4 of 4) sorted by relevance

/tools/asuite/atest-py2/test_runners/
Drobolectric_test_runner.py44 EVENT_RE = re.compile(r'^(?P<event_name>[A-Z_]+) (?P<json_data>{(.\r*|\n)*})(?:\n|$)') variable
173 match = EVENT_RE.match(event)
Datest_tf_test_runner.py46 EVENT_RE = re.compile(r'\n*(?P<event_name>[A-Z_]+) (?P<json_data>{.*})(?=\n|.)*') variable
258 match = EVENT_RE.match(data_map[conn])
/tools/asuite/atest/test_runners/
Drobolectric_test_runner.py47 EVENT_RE = re.compile(r'^(?P<event_name>[A-Z_]+) (?P<json_data>{(.\r*|\n)*})(?:\n|$)') variable
190 match = EVENT_RE.match(event)
Datest_tf_test_runner.py58 EVENT_RE = re.compile(r'\n*(?P<event_name>[A-Z_]+) (?P<json_data>{.*})(?=\n|.)*') variable
379 match = EVENT_RE.match(data_map[conn])