Home
last modified time | relevance | path

Searched refs:RemoteHost (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/src/objective-c/examples/SwiftSample/
DViewController.swift28 let RemoteHost = "grpc-test.sandbox.googleapis.com" in viewDidLoad() variable
38 let service = RMTTestService(host: RemoteHost) in viewDidLoad()
73 let call = GRPCCall(host: RemoteHost, path: method.httpPath, requestsWriter: requestsWriter)! in viewDidLoad()
/external/autotest/server/hosts/
Dremote.py16 class RemoteHost(base_classes.Host): class
42 super(RemoteHost, self)._initialize(*args, **dargs)
55 super(RemoteHost, self).close()
236 super(RemoteHost, self).reboot_followup(*args, **dargs)
248 super(RemoteHost, self).wait_for_restart(timeout=timeout, **dargs)
254 super(RemoteHost, self).cleanup()
D__init__.py13 from autotest_lib.server.hosts.remote import RemoteHost
28 from remote import RemoteHost
Dremote_unittest.py11 host = remote.RemoteHost("myhost")
Dabstract_ssh.py52 class AbstractSSHHost(remote.RemoteHost):
/external/autotest/server/samples/
Dautoserv_console.srv2 # control file. If you pass "-m hostname", a RemoteHost will be available under
/external/llvm-project/llvm/tools/bugpoint/
DToolRunner.cpp38 cl::opt<std::string> RemoteHost("remote-host", variable
704 ProgramArgs.push_back(RemoteHost); in ExecuteProgram()
/external/autotest/server/
Dautotest_unittest.py21 self.host = self.god.create_mock_class(hosts.RemoteHost, "host")
/external/llvm/tools/bugpoint/
DToolRunner.cpp40 RemoteHost("remote-host", variable
746 ProgramArgs.push_back(RemoteHost.c_str()); in ExecuteProgram()