Home
last modified time | relevance | path

Searched defs:remote (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/common_util/com/android/tradefed/util/net/
DHttpHelper.java101 InputStream remote = null; in doGet() local
132 InputStream remote = null; in doGet() local
147 InputStream remote = null; in doGetIgnore() local
/tools/repohooks/rh/
Dgit.py81 def get_remote_revision(ref, remote): argument
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DStubDevice.java395 public void pushFile(String local, String remote) throws IOException, in pushFile()
404 public void pullFile(String remote, String local) throws IOException, in pullFile()