Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/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/src/com/android/tradefed/device/
DStubDevice.java394 public void pushFile(String local, String remote) throws IOException, in pushFile()
403 public void pullFile(String remote, String local) throws IOException, in pullFile()