Home
last modified time | relevance | path

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

/external/chromium_org/tools/profile_chrome/
Dchrome_controller.py44 json_category_list = device.old_interface.WaitForLogMatch(
83 self._device.old_interface.WaitForLogMatch(
94 self._trace_file = self._device.old_interface.WaitForLogMatch(
/external/chromium_org/build/android/pylib/instrumentation/
Dtest_runner.py258 regex = self.device.old_interface.WaitForLogMatch(
/external/chromium_org/build/android/pylib/
Dandroid_commands.py880 m = self.WaitForLogMatch(activity_started_re, None)
1418 def WaitForLogMatch(self, success_re, error_re, clear=False, timeout=10): member in AndroidCommands