Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/video_PlaybackPerf/
Dvideo_PlaybackPerf.py65 def start_playback(self, cr, tab, local_path): argument
145 def test_dropped_frames(self, local_path): argument
176 def test_cpu_usage(self, local_path): argument
209 def test_power(self, local_path): argument
273 def test_playback(self, local_path, gather_result): argument
/external/autotest/client/site_tests/video_WebRtcPerf/
Dvideo_WebRtcPerf.py181 def test_webrtc(self, local_path, gather_result): argument
250 def test_cpu_usage(self, local_path): argument
285 def test_power(self, local_path): argument
339 def test_decode_time(self, local_path): argument
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage.py240 def Get(bucket, remote_path, local_path): argument
343 def _GetLocked(bucket, remote_path, local_path): argument
364 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/antlr/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.py444 def download_file(self, name, local_path): argument
473 def download_file(self, name, local_path): argument
493 def download_file(self, name, local_path): argument
/external/skqp/tools/skp/
Dwebpages_playback.py438 def download_file(self, name, local_path): argument
467 def download_file(self, name, local_path): argument
487 def download_file(self, name, local_path): argument
/external/autotest/client/common_lib/
Dfile_utils.py122 def download_file(remote_path, local_path): argument
/external/autotest/client/site_tests/power_VideoPlayback/
Dpower_VideoPlayback.py103 def _play_video(self, cr, local_path): argument
/external/autotest/server/cros/cfm/
Dcfm_base_test.py160 def _safe_copy_file(self, remote_path, local_path): argument
/external/jsoncpp/devtools/
Dantglob.py189 def local_path( paths ): function
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.cc761 Path local_path({fe_.id(), Ref->getDecl()->getName()}); in VisitCallExpr() local
1099 Path local_path({fe_.id(), table.name}); in VisitVarDecl() local
1197 Path local_path({fe_.id(), table.name}); in VisitVarDecl() local
1208 Path local_path({fe_.id(), table.name}); in VisitVarDecl() local
/external/autotest/server/cros/multimedia/
Daudio_facade_adapter.py146 def get_recorded_file(self, remote_path, local_path): argument
/external/autotest/server/
Dserver_job.py1181 def add_client_log(self, hostname, remote_path, local_path): argument
1194 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()