Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/
Dhfp_lib.py85 def newCall(self, remote, state, direction): argument
101 def initiateIncomingCall(self, remote): argument
115 def initiateIncomingWaitingCall(self, remote): argument
130 def initiateOutgoingCall(self, remote): argument
/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.py78 def get_remote_revision(ref, remote): argument
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DStubDevice.java325 public void pushFile(String local, String remote) in pushFile()
331 public void pullFile(String remote, String local) in pullFile()