Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/video_PlaybackPerf/
Dvideo_PlaybackPerf.py65 def start_playback(self, cr, tab, local_path): argument
144 def test_dropped_frames(self, local_path): argument
175 def test_cpu_usage(self, local_path): argument
208 def test_power(self, local_path): argument
272 def test_playback(self, local_path, gather_result): argument
/external/autotest/client/site_tests/video_WebRtcPerf/
Dvideo_WebRtcPerf.py184 def test_webrtc(self, local_path, gather_result): argument
252 def test_cpu_usage(self, local_path): argument
287 def test_power(self, local_path): argument
341 def test_decode_time(self, local_path): argument
/external/cpuinfo/scripts/
Dandroid-device-dump.py252 def adb_push(local_path, device_path): argument
260 def adb_pull(device_path, 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.py490 def download_file(self, name, local_path): argument
519 def download_file(self, name, local_path): argument
539 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/server/cros/cfm/
Dcfm_base_test.py166 def _safe_copy_file(self, remote_path, local_path): argument
/external/jsoncpp/devtools/
Dantglob.py189 def local_path( paths ): function
/external/angle/third_party/jsoncpp/source/devtools/
Dantglob.py192 def local_path(paths): function
/external/oss-fuzz/infra/base-images/base-builder/
Dbisect_clang.py135 def clone_with_retries(repo, local_path, num_retries=10): argument
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.cc761 Path local_path({fe_.id(), Ref->getDecl()->getName()}); in VisitCallExpr() local
1119 Path local_path({fe_.id(), table.name}); in VisitVarDecl() local
1205 Path local_path({fe_.id(), table.name}); in VisitVarDecl() local
1216 Path local_path({fe_.id(), table.name}); in VisitVarDecl() local
/external/autotest/server/cros/multimedia/
Daudio_facade_adapter.py157 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()