Home
last modified time | relevance | path

Searched defs:local_path (Results 1 – 13 of 13) sorted by relevance

/external/autotest/client/site_tests/video_PlaybackPerf/
Dvideo_PlaybackPerf.py66 def start_playback(self, cr, local_path): argument
128 def test_dropped_frames(self, local_path): argument
159 def test_cpu_usage(self, local_path): argument
188 def test_power(self, local_path): argument
231 def test_playback(self, local_path, gather_result): argument
/external/autotest/client/site_tests/video_WebRtcPerf/
Dvideo_WebRtcPerf.py186 def test_webrtc(self, local_path, gather_result): argument
247 def test_cpu_usage(self, local_path): argument
276 def test_power(self, local_path): argument
317 def test_decode_time(self, local_path): argument
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage.py234 def Get(bucket, remote_path, local_path): argument
337 def _GetLocked(bucket, remote_path, local_path): argument
358 def Insert(bucket, remote_path, local_path, publicly_readable=False): argument
Dcloud_storage_unittest.py54 def _FakeGet(self, bucket, remote_path, local_path): argument
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Duploader.py17 def __init__(self, bucket, remote_path, local_path, cs_backup_path=None): argument
/external/autotest/client/common_lib/
Dfile_utils.py122 def download_file(remote_path, local_path): argument
/external/skia/infra/bots/recipes/
Drecreate_skps.py44 def __init__(self, gs_path, local_path, api): argument
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
Dfunctional.rb25 def local_path( *parts ) method
162 def local_path( *args ) method in ANTLR3.Test.Functional
/external/skia/tools/skp/
Dwebpages_playback.py461 def download_file(self, name, local_path): argument
490 def download_file(self, name, local_path): argument
510 def download_file(self, name, local_path): argument
/external/jsoncpp/devtools/
Dantglob.py189 def local_path( paths ): function
/external/autotest/server/cros/multimedia/
Daudio_facade_adapter.py116 def get_recorded_file(self, remote_path, local_path): argument
/external/autotest/server/
Dserver_job.py1265 def add_client_log(self, hostname, remote_path, local_path): argument
1278 def remove_client_log(self, hostname, remote_path, local_path): argument
/external/openssh/
Dsftp-client.c1153 const char *local_path, Attrib *a, int preserve_flag, int resume_flag, in do_download()
1559 do_upload(struct sftp_conn *conn, const char *local_path, in do_upload()