Home
last modified time | relevance | path

Searched refs:RemoteHost (Results 1 – 10 of 10) 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.py10 class RemoteHost(base_classes.Host): class
36 super(RemoteHost, self)._initialize(*args, **dargs)
49 super(RemoteHost, self).close()
230 super(RemoteHost, self).reboot_followup(*args, **dargs)
242 super(RemoteHost, self).wait_for_restart(timeout=timeout, **dargs)
248 super(RemoteHost, self).cleanup()
D__init__.py13 from remote import RemoteHost
Dremote_unittest.py11 host = remote.RemoteHost("myhost")
Dabstract_ssh.py35 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/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DToolRunner.cpp39 cl::opt<std::string> RemoteHost("remote-host", variable
720 ProgramArgs.push_back(RemoteHost); in ExecuteProgram()
/external/llvm/tools/bugpoint/
DToolRunner.cpp40 RemoteHost("remote-host", variable
746 ProgramArgs.push_back(RemoteHost.c_str()); in ExecuteProgram()
/external/autotest/server/
Dautotest_unittest.py21 self.host = self.god.create_mock_class(hosts.RemoteHost, "host")
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DToolRunner.cpp37 RemoteHost("remote-host", variable
817 ProgramArgs.push_back(RemoteHost.c_str()); in ExecuteProgram()