Home
last modified time | relevance | path

Searched refs:newResult (Results 1 – 25 of 585) sorted by relevance

12345678910>>...24

/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/
H A DServerNonceManager.java175 OperationContext newResult = nonces.get(nk); in endOperation() local
176 assert newResult != null; in endOperation()
177 synchronized (newResult) { in endOperation()
178 assert newResult.getState() == OperationContext.WAIT; in endOperation()
182 newResult.reportActivity(); // Set time to use for cleanup. in endOperation()
185 assert val == newResult; in endOperation() local
187 if (newResult.hasWait()) { in endOperation()
189 newResult.notifyAll(); in endOperation()
205 OperationContext newResult = new OperationContext(); in reportOperationFromWal()
206 newResult.setState(OperationContext.DONT_PROCEED); in reportOperationFromWal()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/tests/org.eclipse.core.tests.harness/src/org/eclipse/core/tests/session/
H A DSessionTestRunner.java62 private Result newResult; field in SessionTestRunner.ResultCollector
132 newResult = results.get(testId); in processMessage()
133 testResult.startTest(newResult.test); in processMessage()
138 …testResult.addFailure(newResult.test, new RemoteAssertionFailedError(newResult.message, newResult.… in processMessage()
140 …testResult.addError(newResult.test, new RemoteTestException(newResult.message, newResult.stackTrac… in processMessage()
142 testResult.endTest(newResult.test); in processMessage()
144 newResult = null; in processMessage()
148 newResult.type = Result.ERROR; in processMessage()
149 newResult.message = ""; in processMessage()
153 newResult.type = Result.FAILURE; in processMessage()
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki/src/main/java/de/lmu/ifi/dbs/elki/evaluation/
H A DAutomaticEvaluation.java66 public void processNewResult(ResultHierarchy hier, Result newResult) { in processNewResult() argument
67 autoEvaluateClusterings(hier, newResult); in processNewResult()
68 autoEvaluateOutliers(hier, newResult); in processNewResult()
71 protected void autoEvaluateOutliers(ResultHierarchy hier, Result newResult) { in autoEvaluateOutliers() argument
72 …Collection<OutlierResult> outliers = ResultUtil.filterResults(hier, newResult, OutlierResult.class… in autoEvaluateOutliers()
112 new OutlierRankingEvaluation(pat).processNewResult(hier, newResult); in autoEvaluateOutliers()
114 new OutlierROCCurve(pat).processNewResult(hier, newResult); in autoEvaluateOutliers()
116 new OutlierPrecisionAtKCurve(pat, min << 1).processNewResult(hier, newResult); in autoEvaluateOutliers()
118 new OutlierPrecisionRecallCurve(pat).processNewResult(hier, newResult); in autoEvaluateOutliers()
124 protected void autoEvaluateClusterings(ResultHierarchy hier, Result newResult) { in autoEvaluateClusterings() argument
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/codegen/
H A DIntRotateWithImmediate.java66 int newResult = compute1(val); in main() local
67 if (firstResult != newResult) { in main()
68 throw new InternalError(firstResult + " != " + newResult); in main()
70 newResult = compute2(val); in main()
71 if (firstResult != newResult) { in main()
72 throw new InternalError(firstResult + " != " + newResult); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/codegen/
H A DIntRotateWithImmediate.java66 int newResult = compute1(val); in main() local
67 if (firstResult != newResult) { in main()
68 throw new InternalError(firstResult + " != " + newResult); in main()
70 newResult = compute2(val); in main()
71 if (firstResult != newResult) { in main()
72 throw new InternalError(firstResult + " != " + newResult); in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/codegen/
H A DIntRotateWithImmediate.java69 int newResult = compute1(val); in main() local
70 if (firstResult != newResult) { in main()
71 throw new InternalError(firstResult + " != " + newResult); in main()
73 newResult = compute2(val); in main()
74 if (firstResult != newResult) { in main()
75 throw new InternalError(firstResult + " != " + newResult); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/codegen/
H A DIntRotateWithImmediate.java69 int newResult = compute1(val); in main() local
70 if (firstResult != newResult) { in main()
71 throw new InternalError(firstResult + " != " + newResult); in main()
73 newResult = compute2(val); in main()
74 if (firstResult != newResult) { in main()
75 throw new InternalError(firstResult + " != " + newResult); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/codegen/
H A DIntRotateWithImmediate.java68 int newResult = compute1(val); in main() local
69 if (firstResult != newResult) { in main()
70 throw new InternalError(firstResult + " != " + newResult); in main()
72 newResult = compute2(val); in main()
73 if (firstResult != newResult) { in main()
74 throw new InternalError(firstResult + " != " + newResult); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/codegen/
H A DIntRotateWithImmediate.java68 int newResult = compute1(val); in main() local
69 if (firstResult != newResult) { in main()
70 throw new InternalError(firstResult + " != " + newResult); in main()
72 newResult = compute2(val); in main()
73 if (firstResult != newResult) { in main()
74 throw new InternalError(firstResult + " != " + newResult); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/codegen/
H A DIntRotateWithImmediate.java68 int newResult = compute1(val); in main() local
69 if (firstResult != newResult) { in main()
70 throw new InternalError(firstResult + " != " + newResult); in main()
72 newResult = compute2(val); in main()
73 if (firstResult != newResult) { in main()
74 throw new InternalError(firstResult + " != " + newResult); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/codegen/
H A DIntRotateWithImmediate.java69 int newResult = compute1(val); in main() local
70 if (firstResult != newResult) { in main()
71 throw new InternalError(firstResult + " != " + newResult); in main()
73 newResult = compute2(val); in main()
74 if (firstResult != newResult) { in main()
75 throw new InternalError(firstResult + " != " + newResult); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/codegen/
H A DIntRotateWithImmediate.java69 int newResult = compute1(val); in main() local
70 if (firstResult != newResult) { in main()
71 throw new InternalError(firstResult + " != " + newResult); in main()
73 newResult = compute2(val); in main()
74 if (firstResult != newResult) { in main()
75 throw new InternalError(firstResult + " != " + newResult); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/codegen/
H A DIntRotateWithImmediate.java69 int newResult = compute1(val); in main() local
70 if (firstResult != newResult) { in main()
71 throw new InternalError(firstResult + " != " + newResult); in main()
73 newResult = compute2(val); in main()
74 if (firstResult != newResult) { in main()
75 throw new InternalError(firstResult + " != " + newResult); in main()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/containernetworking/cni/pkg/types/current/
H A Dtypes.go66 newResult := &Result{
73 newResult.IPs = append(newResult.IPs, &IPConfig{
79 newResult.Routes = append(newResult.Routes, &types.Route{
87 newResult.IPs = append(newResult.IPs, &IPConfig{
93 newResult.Routes = append(newResult.Routes, &types.Route{
100 return newResult, nil
104 newResult, ok := result.(*Result)
108 newResult.CNIVersion = ImplementedSpecVersion
109 return newResult, nil
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/containernetworking/cni/pkg/types/current/
H A Dtypes.go66 newResult := &Result{
73 newResult.IPs = append(newResult.IPs, &IPConfig{
79 newResult.Routes = append(newResult.Routes, &types.Route{
87 newResult.IPs = append(newResult.IPs, &IPConfig{
93 newResult.Routes = append(newResult.Routes, &types.Route{
100 return newResult, nil
104 newResult, ok := result.(*Result)
108 newResult.CNIVersion = ImplementedSpecVersion
109 return newResult, nil
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/github.com/containernetworking/cni/pkg/types/current/
H A Dtypes.go66 newResult := &Result{
73 newResult.IPs = append(newResult.IPs, &IPConfig{
79 newResult.Routes = append(newResult.Routes, &types.Route{
87 newResult.IPs = append(newResult.IPs, &IPConfig{
93 newResult.Routes = append(newResult.Routes, &types.Route{
100 return newResult, nil
104 newResult, ok := result.(*Result)
108 newResult.CNIVersion = ImplementedSpecVersion
109 return newResult, nil
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/containernetworking/cni/pkg/types/current/
H A Dtypes.go66 newResult := &Result{
73 newResult.IPs = append(newResult.IPs, &IPConfig{
79 newResult.Routes = append(newResult.Routes, &types.Route{
87 newResult.IPs = append(newResult.IPs, &IPConfig{
93 newResult.Routes = append(newResult.Routes, &types.Route{
100 return newResult, nil
104 newResult, ok := result.(*Result)
108 newResult.CNIVersion = ImplementedSpecVersion
109 return newResult, nil
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/containernetworking/cni/pkg/types/current/
H A Dtypes.go66 newResult := &Result{
73 newResult.IPs = append(newResult.IPs, &IPConfig{
79 newResult.Routes = append(newResult.Routes, &types.Route{
87 newResult.IPs = append(newResult.IPs, &IPConfig{
93 newResult.Routes = append(newResult.Routes, &types.Route{
100 return newResult, nil
104 newResult, ok := result.(*Result)
108 newResult.CNIVersion = ImplementedSpecVersion
109 return newResult, nil
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/github.com/containernetworking/cni/pkg/types/current/
H A Dtypes.go66 newResult := &Result{
73 newResult.IPs = append(newResult.IPs, &IPConfig{
79 newResult.Routes = append(newResult.Routes, &types.Route{
87 newResult.IPs = append(newResult.IPs, &IPConfig{
93 newResult.Routes = append(newResult.Routes, &types.Route{
100 return newResult, nil
104 newResult, ok := result.(*Result)
108 newResult.CNIVersion = ImplementedSpecVersion
109 return newResult, nil
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/containernetworking/cni/pkg/types/current/
H A Dtypes.go66 newResult := &Result{
73 newResult.IPs = append(newResult.IPs, &IPConfig{
79 newResult.Routes = append(newResult.Routes, &types.Route{
87 newResult.IPs = append(newResult.IPs, &IPConfig{
93 newResult.Routes = append(newResult.Routes, &types.Route{
100 return newResult, nil
104 newResult, ok := result.(*Result)
108 newResult.CNIVersion = ImplementedSpecVersion
109 return newResult, nil
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/github.com/containernetworking/cni/pkg/types/current/
H A Dtypes.go66 newResult := &Result{
73 newResult.IPs = append(newResult.IPs, &IPConfig{
79 newResult.Routes = append(newResult.Routes, &types.Route{
87 newResult.IPs = append(newResult.IPs, &IPConfig{
93 newResult.Routes = append(newResult.Routes, &types.Route{
100 return newResult, nil
104 newResult, ok := result.(*Result)
108 newResult.CNIVersion = ImplementedSpecVersion
109 return newResult, nil
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/containernetworking/cni/pkg/types/current/
H A Dtypes.go66 newResult := &Result{
73 newResult.IPs = append(newResult.IPs, &IPConfig{
79 newResult.Routes = append(newResult.Routes, &types.Route{
87 newResult.IPs = append(newResult.IPs, &IPConfig{
93 newResult.Routes = append(newResult.Routes, &types.Route{
100 return newResult, nil
104 newResult, ok := result.(*Result)
108 newResult.CNIVersion = ImplementedSpecVersion
109 return newResult, nil
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/containernetworking/cni/pkg/types/current/
H A Dtypes.go66 newResult := &Result{
73 newResult.IPs = append(newResult.IPs, &IPConfig{
79 newResult.Routes = append(newResult.Routes, &types.Route{
87 newResult.IPs = append(newResult.IPs, &IPConfig{
93 newResult.Routes = append(newResult.Routes, &types.Route{
100 return newResult, nil
104 newResult, ok := result.(*Result)
108 newResult.CNIVersion = ImplementedSpecVersion
109 return newResult, nil
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/go-cni/vendor/github.com/containernetworking/cni/pkg/types/current/
H A Dtypes.go66 newResult := &Result{
73 newResult.IPs = append(newResult.IPs, &IPConfig{
79 newResult.Routes = append(newResult.Routes, &types.Route{
87 newResult.IPs = append(newResult.IPs, &IPConfig{
93 newResult.Routes = append(newResult.Routes, &types.Route{
100 return newResult, nil
104 newResult, ok := result.(*Result)
108 newResult.CNIVersion = ImplementedSpecVersion
109 return newResult, nil
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/vendor/github.com/containernetworking/cni/pkg/types/current/
H A Dtypes.go66 newResult := &Result{
73 newResult.IPs = append(newResult.IPs, &IPConfig{
79 newResult.Routes = append(newResult.Routes, &types.Route{
87 newResult.IPs = append(newResult.IPs, &IPConfig{
93 newResult.Routes = append(newResult.Routes, &types.Route{
100 return newResult, nil
104 newResult, ok := result.(*Result)
108 newResult.CNIVersion = ImplementedSpecVersion
109 return newResult, nil

12345678910>>...24