Home
last modified time | relevance | path

Searched refs:RemoteClient (Results 151 – 175 of 197) sorted by relevance

12345678

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp35 RemoteClient("remote-client", variable
853 if (!RemoteClient.empty()) { in create()
854 auto Path = sys::findProgramByName(RemoteClient); in create()
856 Message = "Cannot find `" + RemoteClient + "' in PATH: " + in create()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/bugpoint/
H A DToolRunner.cpp35 RemoteClient("remote-client", variable
853 if (!RemoteClient.empty()) { in create()
854 auto Path = sys::findProgramByName(RemoteClient); in create()
856 Message = "Cannot find `" + RemoteClient + "' in PATH: " + in create()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/bugpoint/
H A DToolRunner.cpp35 RemoteClient("remote-client", variable
853 if (!RemoteClient.empty()) { in create()
854 auto Path = sys::findProgramByName(RemoteClient); in create()
856 Message = "Cannot find `" + RemoteClient + "' in PATH: " + in create()
/dports/devel/llvm90/llvm-9.0.1.src/tools/bugpoint/
H A DToolRunner.cpp35 RemoteClient("remote-client", variable
853 if (!RemoteClient.empty()) { in create()
854 auto Path = sys::findProgramByName(RemoteClient); in create()
856 Message = "Cannot find `" + RemoteClient + "' in PATH: " + in create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/bugpoint/
H A DToolRunner.cpp35 RemoteClient("remote-client", variable
853 if (!RemoteClient.empty()) { in create()
854 auto Path = sys::findProgramByName(RemoteClient); in create()
856 Message = "Cannot find `" + RemoteClient + "' in PATH: " + in create()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/bugpoint/
H A DToolRunner.cpp35 RemoteClient("remote-client", variable
853 if (!RemoteClient.empty()) { in create()
854 auto Path = sys::findProgramByName(RemoteClient); in create()
856 Message = "Cannot find `" + RemoteClient + "' in PATH: " + in create()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/bugpoint/
H A DToolRunner.cpp35 RemoteClient("remote-client", variable
853 if (!RemoteClient.empty()) { in create()
854 auto Path = sys::findProgramByName(RemoteClient); in create()
856 Message = "Cannot find `" + RemoteClient + "' in PATH: " + in create()
/dports/devel/llvm80/llvm-8.0.1.src/tools/bugpoint/
H A DToolRunner.cpp36 RemoteClient("remote-client", in ~ListReducer()
854 if (!RemoteClient.empty()) {
855 auto Path = sys::findProgramByName(RemoteClient);
857 Message = "Cannot find `" + RemoteClient + "' in PATH: " +
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/bugpoint/
H A DToolRunner.cpp35 RemoteClient("remote-client", variable
853 if (!RemoteClient.empty()) { in create()
854 auto Path = sys::findProgramByName(RemoteClient); in create()
856 Message = "Cannot find `" + RemoteClient + "' in PATH: " + in create()
/dports/devel/llvm70/llvm-7.0.1.src/tools/bugpoint/
H A DToolRunner.cpp36 RemoteClient("remote-client", variable
868 if (!RemoteClient.empty()) { in create()
869 auto Path = sys::findProgramByName(RemoteClient); in create()
871 Message = "Cannot find `" + RemoteClient + "' in PATH: " + in create()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/bugpoint/
H A DToolRunner.cpp35 RemoteClient("remote-client", variable
853 if (!RemoteClient.empty()) { in create()
854 auto Path = sys::findProgramByName(RemoteClient); in create()
856 Message = "Cannot find `" + RemoteClient + "' in PATH: " + in create()
/dports/sysutils/terraform/terraform-1.0.11/internal/backend/remote-state/pg/
H A Dbackend_test.go75 c := s.(*remote.State).Client.(*RemoteClient)
213 c := s.(*remote.State).Client.(*RemoteClient)
/dports/security/keybase/client-v5.7.1/go/chat/
H A Dmobilepush.go64 cli := chat1.RemoteClient{Cli: NewRemoteClient(h.G(), conn.GetClient())}
H A Dretry_test.go67 errorRI := func() chat1.RemoteInterface { return chat1.RemoteClient{Cli: errorClient{}} }
/dports/textproc/py-elasticsearch6/elasticsearch-6.8.2/elasticsearch/client/
H A D__init__.py29 from .remote import RemoteClient
217 self.remote = RemoteClient(self)
/dports/x11/plank/plank-0.11.89/examples/
H A DMakefile.in115 am__objects_2 = RemoteClient.$(OBJEXT) $(am__objects_1)
147 am__depfiles_remade = ./$(DEPDIR)/RemoteClient.Po \
/dports/audio/faust/faust-2.37.3/embedded/faustremote/
H A DREADME.md63 * syntax is given with `./RemoteClient --help`
/dports/textproc/py-elasticsearch5/elasticsearch-py-719a94ab4/elasticsearch/client/
H A D__init__.py12 from .remote import RemoteClient
178 self.remote = RemoteClient(self)
/dports/security/keybase/client-v5.7.1/go/service/
H A Dgregor_test.go702 chat1.RemoteClient anonMember
737 return dummyRemoteClient{RemoteClient: chat1.RemoteClient{Cli: h.cli}}
790 return dummyRemoteClient{RemoteClient: chat1.RemoteClient{Cli: h.cli}}
/dports/graphics/geeqie/geeqie-1.6/src/
H A Dremote.c65 typedef struct _RemoteClient RemoteClient; typedef
118 RemoteClient *client = data; in remote_server_client_cb()
174 RemoteClient *client; in remote_server_client_add()
184 client = g_new0(RemoteClient, 1); in remote_server_client_add()
201 RemoteClient *client = rc->clients->data; in remote_server_clients_close()
/dports/sysutils/py-salt/salt-3004.1/salt/
H A Dfileclient.py54 return {"remote": RemoteClient, "local": FSClient, "pillar": PillarClient}.get(
55 client, RemoteClient
1067 class RemoteClient(Client): class
1421 class FSClient(RemoteClient):
/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dremote.cc639 RemoteClient::RemoteClient(StringView session, StringView name, std::unique_ptr<UserInterface>&& ui, in RemoteClient() function in Kakoune::RemoteClient
744 bool RemoteClient::is_ui_ok() const in is_ui_ok()
/dports/textproc/py-elasticsearch/elasticsearch-7.15.2/elasticsearch/client/
H A D__init__.py46 from .remote import RemoteClient
230 self.remote = RemoteClient(self)
/dports/net/traefik/traefik-2.6.1/vendor/github.com/ExpediaDotCom/haystack-client-go/
H A Ddispatcher.go125 client RemoteClient
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/golang/gddo/database/
H A Ddatabase_test.go43 return &Database{Pool: p, RemoteClient: nil}

12345678