Home
last modified time | relevance | path

Searched refs:clusterinfo (Results 1 – 25 of 59) sorted by relevance

123

/dports/biology/vsearch/vsearch-2.17.1/src/
H A Dcluster.cc74 static clusterinfo_t * clusterinfo = nullptr; variable
909 clusterinfo[myseqno].clusterno = clusterinfo[target].clusterno; in cluster_core_parallel()
1048 clusterinfo[seqno].seqno = seqno; in cluster_core_serial()
1049 clusterinfo[seqno].clusterno = clusterinfo[target].clusterno; in cluster_core_serial()
1056 clusterinfo[seqno].seqno = seqno; in cluster_core_serial()
1059 clusterinfo[seqno].strand = 0; in cluster_core_serial()
1294 int seqno = clusterinfo[i].seqno; in cluster()
1360 int seqno = clusterinfo[i].seqno; in cluster()
1590 if (clusterinfo[i].cigar) { in cluster()
1591 xfree(clusterinfo[i].cigar); in cluster()
[all …]
/dports/comms/tlf/tlf-tlf-1.4.1/test/
H A Dtest_clusterinfo.c161 clusterinfo(); in test_cluster_show_dx()
189 clusterinfo(); in test_cluster_show_talk()
215 clusterinfo(); in test_cluster_show_ann()
240 clusterinfo(); in test_cluster_show_all()
266 clusterinfo(); in test_cluster_show_all_6()
287 clusterinfo(); in test_freqwindow()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/
H A DTestRMWebServices.java422 JSONObject clusterinfo = json.getJSONObject("clusterMetrics"); in verifyClusterMetricsJSON() local
425 clusterinfo.getInt("appsSubmitted"), clusterinfo.getInt("appsCompleted"), in verifyClusterMetricsJSON()
426 clusterinfo.getInt("reservedMB"), clusterinfo.getInt("availableMB"), in verifyClusterMetricsJSON()
427 clusterinfo.getInt("allocatedMB"), in verifyClusterMetricsJSON()
428 clusterinfo.getInt("reservedVirtualCores"), clusterinfo.getInt("availableVirtualCores"), in verifyClusterMetricsJSON()
429 clusterinfo.getInt("allocatedVirtualCores"), clusterinfo.getInt("totalVirtualCores"), in verifyClusterMetricsJSON()
430 clusterinfo.getInt("containersAllocated"), in verifyClusterMetricsJSON()
431 clusterinfo.getInt("totalMB"), clusterinfo.getInt("totalNodes"), in verifyClusterMetricsJSON()
432 clusterinfo.getInt("lostNodes"), clusterinfo.getInt("unhealthyNodes"), in verifyClusterMetricsJSON()
433 clusterinfo.getInt("decommissionedNodes"), in verifyClusterMetricsJSON()
[all …]
/dports/net/nsq/nsq-1.2.1/nsqadmin/
H A Dhttp.go54 ci *clusterinfo.ClusterInfo
212 pe, ok := err.(clusterinfo.PartialErr)
258 pe, ok := err.(clusterinfo.PartialErr)
268 pe, ok := err.(clusterinfo.PartialErr)
283 *clusterinfo.TopicStats
298 pe, ok := err.(clusterinfo.PartialErr)
308 pe, ok := err.(clusterinfo.PartialErr)
318 *clusterinfo.ChannelStats
328 pe, ok := err.(clusterinfo.PartialErr)
350 pe, ok := err.(clusterinfo.PartialErr)
[all …]
H A Dhttp_test.go27 *clusterinfo.TopicStats
32 Nodes clusterinfo.Producers `json:"nodes"`
38 TopicStats []*clusterinfo.TopicStats `json:"topics"`
45 *clusterinfo.ChannelStats
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dg_mapinfo.cpp687 clusterinfo->Reset(); in ParseCluster()
688 clusterinfo->cluster = sc.Number; in ParseCluster()
703 if (ParseLookupName(clusterinfo->EnterText)) in ParseCluster()
709 if (ParseLookupName(clusterinfo->ExitText)) in ParseCluster()
715 ParseMusic(clusterinfo->MessageMusic, clusterinfo->musicorder); in ParseCluster()
726 clusterinfo->flags |= CLUSTER_FINALEPIC; in ParseCluster()
730 clusterinfo->flags |= CLUSTER_HUB; in ParseCluster()
736 clusterinfo->cdtrack = sc.Number; in ParseCluster()
844 clusterinfo->Reset(); in DEFINE_MAP_OPTION()
845 clusterinfo->cluster = parse.sc.Number; in DEFINE_MAP_OPTION()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/cmd/kubeadm/app/discovery/
H A Ddiscovery.go54 clusterinfo := kubeconfigutil.GetClusterFromKubeConfig(config)
56 clusterinfo.Server,
59 clusterinfo.CertificateAuthorityData,
/dports/net/nsq/nsq-1.2.1/apps/nsq_stat/
H A Dnsq_stat.go61 ci := clusterinfo.New(nil, http_api.NewClient(nil, connectTimeout, requestTimeout))
62 var o *clusterinfo.ChannelStats
64 var producers clusterinfo.Producers
/dports/comms/tlf/tlf-tlf-1.4.1/src/
H A Dtime_update.c141 clusterinfo(); in time_update()
163 clusterinfo(); /* update cluster and bandmap display */ in time_update()
H A Dclusterinfo.h25 void clusterinfo(void);
H A Dui_utils.c340 clusterinfo(); in resize_layout()
/dports/net/nsq/nsq-1.2.1/apps/nsq_to_file/
H A Dtopic_discoverer.go18 ci *clusterinfo.ClusterInfo
31 ci: clusterinfo.New(nil, client),
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dc_level.cpp221 cluster_info_t *clusterinfo,
260 cluster_info_t *clusterinfo; in G_ParseMapInfo() local
326 clusterinfo = &wadclusterinfos[clusterindex]; in G_ParseMapInfo()
327 clusterinfo->cluster = sc_Number; in G_ParseMapInfo()
328 ParseMapInfoLower (ClusterHandlers, MapInfoClusterLevel, NULL, clusterinfo, 0); in G_ParseMapInfo()
339 cluster_info_t *clusterinfo, in ParseMapInfoLower() argument
346 info = levelinfo ? (byte *)levelinfo : (byte *)clusterinfo; in ParseMapInfoLower()
456 clusterinfo->flags = flags; in ParseMapInfoLower()
/dports/net/nsq/nsq-1.2.1/internal/clusterinfo/
H A Dproducer_test.go1 package clusterinfo package
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/clusterinfo/
H A Dclusterinfo_dump_test.go17 package clusterinfo package
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/cmd/clusterinfo/
H A Dclusterinfo_dump_test.go17 package clusterinfo package
H A Dclusterinfo.go17 package clusterinfo package
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/cmd/clusterinfo/
H A Dclusterinfo_dump_test.go17 package clusterinfo package
H A Dclusterinfo.go17 package clusterinfo package
/dports/sysutils/kubectl/kubernetes-1.22.2/cmd/kubeadm/app/phases/bootstraptoken/clusterinfo/
H A Dclusterinfo_test.go17 package clusterinfo package
H A Dclusterinfo.go17 package clusterinfo package
/dports/comms/tlf/tlf-tlf-1.4.1/share/
H A Dlogcfg.dat110 # get clusterinfo from network ##
/dports/devel/ga/ga-5.8/armci/src-gemini/
H A DMakefile.inc11 libarmci_la_SOURCES += src-gemini/clusterinfo.c
/dports/devel/ga/ga-5.8/armci/src-portals/
H A DMakefile.inc11 libarmci_la_SOURCES += src-portals/clusterinfo.c
/dports/sysutils/kubectl/kubernetes-1.22.2/cmd/kubeadm/app/phases/upgrade/
H A Dpostupgrade.go101 if err := clusterinfo.CreateClusterInfoRBACRules(client); err != nil {

123