Home
last modified time | relevance | path

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

/external/libcxx/test/libcxx/test/
Dexecutor.py86 self.local_run = executeCommand
156 self.local_run = tracing.trace_function(
157 self.local_run, log_calls=True, log_results=True,
179 self.local_run(cmd)
191 return self.local_run(ssh_cmd + [remote_cmd])
/external/libcxx/test/libcxx/android/
Dexecutors.py15 self.local_run = executeCommand
51 out, err, exit_code = self.local_run(adb_cmd)
/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
Dcommon.py387 def local_run(): function
Dstorage_api.py62 if common.local_run() and not common.get_access_token():