Home
last modified time | relevance | path

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

/external/libcxx/utils/libcxx/test/
Dexecutor.py92 self.local_run = executeCommand
162 self.local_run = tracing.trace_function(
163 self.local_run, log_calls=True, log_results=True,
185 self.local_run(cmd)
197 out, err, rc = self.local_run(ssh_cmd + [remote_cmd])
/external/libcxx/utils/libcxx/android/
Dexecutors.py15 self.local_run = executeCommand
51 out, err, exit_code = self.local_run(adb_cmd)
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dlearn_runner_test.py87 def local_run(self): member in TestExperiment
Dexperiment.py428 def local_run(self): member in Experiment
Dexperiment_test.py536 ex.local_run()