Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
Dextension_to_load.py49 def local_path(self): member in ExtensionToLoad
55 def local_path(self, local_path): argument
/external/autotest/client/site_tests/video_PlaybackPerf/
Dvideo_PlaybackPerf.py65 def start_playback(self, cr, local_path): argument
126 def test_dropped_frames(self, local_path): argument
157 def test_cpu_usage(self, local_path): argument
186 def test_power(self, local_path): argument
223 def test_playback(self, local_path, gather_result): argument
/external/autotest/client/site_tests/video_WebRtcPerf/
Dvideo_WebRtcPerf.py167 def test_webrtc(self, local_path, gather_result): argument
226 def test_cpu_usage(self, local_path): argument
259 def test_power(self, local_path): argument
297 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/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/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/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.py120 def download_file(remote_path, local_path): argument
/external/jsoncpp/devtools/
Dantglob.py189 def local_path( paths ): function
/external/chromium-trace/catapult/telemetry/telemetry/testing/
Dsystem_stub.py213 def Insert(self, bucket, remote_path, local_path): argument
222 def GetHelper(self, bucket, remote_path, local_path, only_if_changed): argument
237 def Get(self, bucket, remote_path, local_path): argument
241 def GetIfChanged(self, local_path, bucket=None): argument
/external/autotest/server/cros/multimedia/
Daudio_facade_adapter.py105 def get_recorded_file(self, remote_path, local_path): argument
/external/autotest/server/
Dserver_job.py1141 def add_client_log(self, hostname, remote_path, local_path): argument
1154 def remove_client_log(self, hostname, remote_path, local_path): argument
/external/openssh/
Dsftp-client.c1145 const char *local_path, Attrib *a, int preserve_flag, int resume_flag, in do_download()
1551 do_upload(struct sftp_conn *conn, const char *local_path, in do_upload()