Home
last modified time | relevance | path

Searched refs:getHostname (Results 151 – 175 of 854) sorted by relevance

12345678910>>...35

/dports/lang/gcc11/gcc-11.2.0/libgo/go/net/
H A Ddnsconfig_unix.go20 getHostname = os.Hostname // variable for testing var
171 hn, err := getHostname()
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/net/
H A Ddnsconfig_unix.go20 getHostname = os.Hostname // variable for testing var
171 hn, err := getHostname()
/dports/devel/ccrtp/ccrtp-2.1.2/demo/
H A Drtphello.cpp110 << "): " << local_ip.getHostname() in run()
192 local_ip.getHostname() in run()
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/mattermost/logr/v2/formatters/
H A Dgelf.go81 enc.AddStringKey(GelfHostKey, gr.getHostname())
134 func (g *Gelf) getHostname() string { func
/dports/devel/commoncpp/commoncpp2-1.8.1/demo/
H A Dtcpservice.cpp166 cerr << "connecting from " << ia.getHostname() << in ChatterSession()
368 cerr << "machine is " << machine.getHostname() << endl; in RunApp()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/common/fileio/
H A Ddirectorylock.cpp109 QString thisHost = SystemInfo::getHostname(); in getStatus()
197 lines.append(SystemInfo::getHostname()); in lock()
/dports/www/phalcon/cphalcon-3.4.5/ext/phalcon/mvc/router/
H A Dgroup.zep.h8 PHP_METHOD(Phalcon_Mvc_Router_Group, getHostname);
97 PHP_ME(Phalcon_Mvc_Router_Group, getHostname, NULL, ZEND_ACC_PUBLIC) in ZEND_END_ARG_INFO()
/dports/devel/spark/spark-2.1.1/mesos/src/main/scala/org/apache/spark/executor/
H A DMesosExecutorBackend.scala78 conf, executorId, slaveInfo.getHostname, port, cpusPerTask, None, isLocal = false)
82 slaveInfo.getHostname,
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/net/www/protocol/https/HttpsURLConnection/
H A DPostThruProxy.java165 URL url = new URL("https://" + getHostname() +":" + serverPort); in doClientSide()
219 private static String getHostname() { in getHostname() method in PostThruProxy
H A DPostThruProxyWithAuth.java163 URL url = new URL("https://" + getHostname() + ":" + serverPort); in doClientSide()
229 private static String getHostname() { in getHostname() method in PostThruProxyWithAuth
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/net/www/protocol/https/HttpsURLConnection/
H A DPostThruProxy.java165 URL url = new URL("https://" + getHostname() +":" + serverPort); in doClientSide()
219 private static String getHostname() { in getHostname() method in PostThruProxy
H A DPostThruProxyWithAuth.java163 URL url = new URL("https://" + getHostname() + ":" + serverPort); in doClientSide()
229 private static String getHostname() { in getHostname() method in PostThruProxyWithAuth
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/net/www/protocol/https/HttpsURLConnection/
H A DPostThruProxy.java165 URL url = new URL("https://" + getHostname() +":" + serverPort); in doClientSide()
219 private static String getHostname() { in getHostname() method in PostThruProxy
H A DPostThruProxyWithAuth.java163 URL url = new URL("https://" + getHostname() + ":" + serverPort); in doClientSide()
229 private static String getHostname() { in getHostname() method in PostThruProxyWithAuth
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/net/www/protocol/https/HttpsURLConnection/
H A DPostThruProxyWithAuth.java156 URL url = new URL("https://" + getHostname() + ":" + serverPort); in doClientSide()
222 private static String getHostname() { in getHostname() method in PostThruProxyWithAuth
H A DPostThruProxy.java158 URL url = new URL("https://" + getHostname() +":" + serverPort); in doClientSide()
212 private static String getHostname() { in getHostname() method in PostThruProxy
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/net/www/protocol/https/HttpsURLConnection/
H A DPostThruProxy.java158 URL url = new URL("https://" + getHostname() +":" + serverPort); in doClientSide()
212 private static String getHostname() { in getHostname() method in PostThruProxy
H A DPostThruProxyWithAuth.java156 URL url = new URL("https://" + getHostname() + ":" + serverPort); in doClientSide()
222 private static String getHostname() { in getHostname() method in PostThruProxyWithAuth
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/master/balancer/
H A DBaseLoadBalancer.java190 if (!hostsToIndex.containsKey(sn.getHostname())) { in Cluster()
191 hostsToIndex.put(sn.getHostname(), numHosts++); in Cluster()
196 int hostIndex = hostsToIndex.get(sn.getHostname()); in Cluster()
275 int hostIndex = hostsToIndex.get(entry.getKey().getHostname()); in Cluster()
804 + servers[lowestLocalityServerIndex].getHostname() + " with locality " in getLowestLocalityRegionServer()
843 return distribution.getBlockLocalityIndex(servers[server].getHostname()); in getLocalityOfRegion()
887 LOG.debug("Server " + servers[i].getHostname() + " had 0 regions."); in calculateRegionServerLocalities()
889 localityPerServer[i] = distribution.getBlockLocalityIndex(servers[i].getHostname()); in calculateRegionServerLocalities()
1363 serversByHostname.put(server.getHostname(), server); in retainAssignment()
1381 localServers = serversByHostname.get(oldServerName.getHostname()); in retainAssignment()
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/docker/docker-credential-helpers/osxkeychain/
H A Durl_go18.go7 func getHostname(u *url.URL) string { func
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/
H A DJobBuilder.java494 attempt.setHostName(event.getHostname(), event.getRackName()); in processTaskAttemptUnsuccessfulCompletionEvent()
496 getAndRecordParsedHost(event.getRackName(), event.getHostname()); in processTaskAttemptUnsuccessfulCompletionEvent()
536 ParsedHost pHost = getAndRecordParsedHost(event.getRackName(), event.getHostname()); in processTaskAttemptFinishedEvent()
554 attempt.setHostName(event.getHostname(), event.getRackName()); in processReduceAttemptFinishedEvent()
556 getAndRecordParsedHost(event.getRackName(), event.getHostname()); in processReduceAttemptFinishedEvent()
583 attempt.setHostName(event.getHostname(), event.getRackName()); in processMapAttemptFinishedEvent()
586 getAndRecordParsedHost(event.getRackName(), event.getHostname()); in processMapAttemptFinishedEvent()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapred/
H A DTestMRTimelineEventHandling.java96 MiniYARNCluster.getHostname() + ":" in testMRTimelineEventHandling()
153 MiniYARNCluster.getHostname() + ":" in testMapreduceJobTimelineServiceEnabled()
193 MiniYARNCluster.getHostname() + ":" in testMapreduceJobTimelineServiceEnabled()
/dports/misc/ompl/ompl-1.5.2/src/ompl/tools/benchmark/
H A DMachineSpecs.h55 std::string getHostname();
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/plugins/dbms/postgresql/
H A Denumeration.py13 def getHostname(self): member in Enumeration
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/grpc/interop/xds/server/
H A Dserver.go54 func getHostname() string { func
111 testService := &testServiceImpl{hostname: getHostname()}

12345678910>>...35