Home
last modified time | relevance | path

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

/external/v8/build/android/pylib/local/device/
Dlocal_device_instrumentation_test_run.py238 output = device.StartInstrumentation(
Dlocal_device_gtest_run.py151 return device.StartInstrumentation(
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils_test.py1269 self.device.StartInstrumentation(
1279 output = self.device.StartInstrumentation(
1289 self.device.StartInstrumentation(
1299 self.device.StartInstrumentation(
Ddevice_utils.py1038 def StartInstrumentation(self, component, finish=True, raw=False, member in DeviceUtils