Home
last modified time | relevance | path

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

/external/chromium_org/build/android/
Dadb_profile_chrome.py128 self._trace_file = self._adb.WaitForLogMatch(self._trace_start_re,
139 self._adb.WaitForLogMatch(self._trace_finish_re, None, timeout=120)
/external/chromium_org/build/android/pylib/instrumentation/
Dtest_runner.py244 regex = self.adb.WaitForLogMatch(re.compile('\*\*PERFANNOTATION\(' +
/external/chromium_org/build/android/pylib/
Dandroid_commands.py798 m = self.WaitForLogMatch(activity_started_re, None)
1293 def WaitForLogMatch(self, success_re, error_re, clear=False, timeout=10): member in AndroidCommands