Home
last modified time | relevance | path

Searched refs:outRes (Results 1 – 25 of 31) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/Runtime/exec/
H A DExecCommand.java182 String outRes; in main() local
210 outRes = "Success"; in main()
212 outRes = "IOException: " + ioe.getMessage(); in main()
214 outRes = "IllegalArgumentException: " + iae.getMessage(); in main()
216 outRes = "AccessControlException: " + se.getMessage(); in main()
219 if (!outRes.startsWith(TEST_RTE_GI[i][k])) { in main()
223 + "\n Output: " + outRes); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/Runtime/exec/
H A DExecCommand.java182 String outRes; in main() local
210 outRes = "Success"; in main()
212 outRes = "IOException: " + ioe.getMessage(); in main()
214 outRes = "IllegalArgumentException: " + iae.getMessage(); in main()
216 outRes = "AccessControlException: " + se.getMessage(); in main()
219 if (!outRes.startsWith(TEST_RTE_GI[i][k])) { in main()
223 + "\n Output: " + outRes); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/Runtime/exec/
H A DExecCommand.java182 String outRes; in main() local
210 outRes = "Success"; in main()
212 outRes = "IOException: " + ioe.getMessage(); in main()
214 outRes = "IllegalArgumentException: " + iae.getMessage(); in main()
216 outRes = "AccessControlException: " + se.getMessage(); in main()
219 if (!outRes.startsWith(TEST_RTE_GI[i][k])) { in main()
223 + "\n Output: " + outRes); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/Runtime/exec/
H A DExecCommand.java182 String outRes; in main() local
210 outRes = "Success"; in main()
212 outRes = "IOException: " + ioe.getMessage(); in main()
214 outRes = "IllegalArgumentException: " + iae.getMessage(); in main()
216 outRes = "AccessControlException: " + se.getMessage(); in main()
219 if (!outRes.startsWith(TEST_RTE_GI[i][k])) { in main()
223 + "\n Output: " + outRes); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/RuntimeTests/exec/
H A DExecCommand.java182 String outRes; in main() local
210 outRes = "Success"; in main()
212 outRes = "IOException: " + ioe.getMessage(); in main()
214 outRes = "IllegalArgumentException: " + iae.getMessage(); in main()
216 outRes = "AccessControlException: " + se.getMessage(); in main()
219 if (!outRes.startsWith(TEST_RTE_GI[i][k])) { in main()
223 + "\n Output: " + outRes); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/RuntimeTests/exec/
H A DExecCommand.java182 String outRes; in main() local
210 outRes = "Success"; in main()
212 outRes = "IOException: " + ioe.getMessage(); in main()
214 outRes = "IllegalArgumentException: " + iae.getMessage(); in main()
216 outRes = "AccessControlException: " + se.getMessage(); in main()
219 if (!outRes.startsWith(TEST_RTE_GI[i][k])) { in main()
223 + "\n Output: " + outRes); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/RuntimeTests/exec/
H A DExecCommand.java182 String outRes; in main() local
210 outRes = "Success"; in main()
212 outRes = "IOException: " + ioe.getMessage(); in main()
214 outRes = "IllegalArgumentException: " + iae.getMessage(); in main()
216 outRes = "AccessControlException: " + se.getMessage(); in main()
219 if (!outRes.startsWith(TEST_RTE_GI[i][k])) { in main()
223 + "\n Output: " + outRes); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/Runtime/exec/
H A DExecCommand.java182 String outRes; in main() local
210 outRes = "Success"; in main()
212 outRes = "IOException: " + ioe.getMessage(); in main()
214 outRes = "IllegalArgumentException: " + iae.getMessage(); in main()
216 outRes = "AccessControlException: " + se.getMessage(); in main()
219 if (!outRes.startsWith(TEST_RTE_GI[i][k])) { in main()
223 + "\n Output: " + outRes); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/RuntimeTests/exec/
H A DExecCommand.java182 String outRes; in main() local
210 outRes = "Success"; in main()
212 outRes = "IOException: " + ioe.getMessage(); in main()
214 outRes = "IllegalArgumentException: " + iae.getMessage(); in main()
216 outRes = "AccessControlException: " + se.getMessage(); in main()
219 if (!outRes.startsWith(TEST_RTE_GI[i][k])) { in main()
223 + "\n Output: " + outRes); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/Runtime/exec/
H A DExecCommand.java182 String outRes; in main() local
210 outRes = "Success"; in main()
212 outRes = "IOException: " + ioe.getMessage(); in main()
214 outRes = "IllegalArgumentException: " + iae.getMessage(); in main()
216 outRes = "AccessControlException: " + se.getMessage(); in main()
219 if (!outRes.startsWith(TEST_RTE_GI[i][k])) { in main()
223 + "\n Output: " + outRes); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/
H A DDefaultStripDebugPlugin.java69 ResourcePoolManager outRes = in transform() local
73 outRes.resourcePoolBuilder()); in transform()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/
H A DDefaultStripDebugPlugin.java69 ResourcePoolManager outRes = in transform() local
73 outRes.resourcePoolBuilder()); in transform()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/
H A DDefaultStripDebugPlugin.java79 ResourcePoolManager outRes = in transform() local
83 outRes.resourcePoolBuilder()); in transform()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/
H A DDefaultStripDebugPlugin.java79 ResourcePoolManager outRes = in transform() local
83 outRes.resourcePoolBuilder()); in transform()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/
H A DDefaultStripDebugPlugin.java79 ResourcePoolManager outRes = in transform() local
83 outRes.resourcePoolBuilder()); in transform()
/dports/lang/fpc-utils/fpc-3.2.2/utils/fpcreslipo/
H A Dsourcehandler.pp68 …procedure ExtractCommon(idx : integer; outRes : TResources; aType,aName : TResourceDesc; aLangID :…
74 procedure Process(outRes : TResources);
250 procedure TSourceFiles.ExtractCommon(idx: integer; outRes: TResources; aType,
272 outRes.Add(res);
311 procedure TSourceFiles.Process(outRes: TResources);
327 ExtractCommon(i,outRes,res._Type,res.Name,res.LangID);
/dports/lang/fpc-source/fpc-3.2.2/utils/fpcreslipo/
H A Dsourcehandler.pp68 …procedure ExtractCommon(idx : integer; outRes : TResources; aType,aName : TResourceDesc; aLangID :…
74 procedure Process(outRes : TResources);
250 procedure TSourceFiles.ExtractCommon(idx: integer; outRes: TResources; aType,
272 outRes.Add(res);
311 procedure TSourceFiles.Process(outRes: TResources);
327 ExtractCommon(i,outRes,res._Type,res.Name,res.LangID);
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/compact/downsample/
H A Ddownsample.go203 func targetChunkCount(mint, maxt, inRes, outRes int64, count int) (x int) {
207 maxSamples := float64((maxt - mint) / outRes)
401 func downsampleAggr(chks []*AggrChunk, buf *[]sample, mint, maxt, inRes, outRes int64) ([]chunks.Me…
406 numChunks := targetChunkCount(mint, maxt, inRes, outRes, numSamples)
407 return downsampleAggrLoop(chks, buf, outRes, numChunks)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/thanos-io/thanos/pkg/compact/downsample/
H A Ddownsample.go205 func targetChunkCount(mint, maxt, inRes, outRes int64, count int) (x int) {
209 maxSamples := float64((maxt - mint) / outRes)
403 func downsampleAggr(chks []*AggrChunk, buf *[]sample, mint, maxt, inRes, outRes int64) ([]chunks.Me…
408 numChunks := targetChunkCount(mint, maxt, inRes, outRes, numSamples)
409 return downsampleAggrLoop(chks, buf, outRes, numChunks)
/dports/net-mgmt/thanos/thanos-0.11.0/pkg/compact/downsample/
H A Ddownsample.go189 func targetChunkCount(mint, maxt, inRes, outRes int64, count int) (x int) {
193 maxSamples := float64((maxt - mint) / outRes)
387 func downsampleAggr(chks []*AggrChunk, buf *[]sample, mint, maxt, inRes, outRes int64) ([]chunks.Me…
392 numChunks := targetChunkCount(mint, maxt, inRes, outRes, numSamples)
393 return downsampleAggrLoop(chks, buf, outRes, numChunks)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/thanos-io/thanos/pkg/compact/downsample/
H A Ddownsample.go205 func targetChunkCount(mint, maxt, inRes, outRes int64, count int) (x int) {
209 maxSamples := float64((maxt - mint) / outRes)
403 func downsampleAggr(chks []*AggrChunk, buf *[]sample, mint, maxt, inRes, outRes int64) ([]chunks.Me…
408 numChunks := targetChunkCount(mint, maxt, inRes, outRes, numSamples)
409 return downsampleAggrLoop(chks, buf, outRes, numChunks)
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcleanupsettingspane.cpp428 TDimension outRes(0, 0); in updateImageInfo() local
431 params->getOutputImageInfo(outRes, outDpi.x, outDpi.y); in updateImageInfo()
432 m_cameraWidget->setImageInfo(outRes.lx, outRes.ly, outDpi.x, outDpi.y); in updateImageInfo()
H A Dcleanupsettingspopup.cpp474 TDimension outRes(0, 0); in updateImageInfo() local
477 params->getOutputImageInfo(outRes, outDpi.x, outDpi.y); in updateImageInfo()
478 setImageInfo(outRes.lx, outRes.ly, outDpi.x, outDpi.y); in updateImageInfo()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/contrib.go.opencensus.io/exporter/stackdriver/
H A Dmetrics_proto_api_test.go501 outRes := monitoredrespb.MonitoredResource{}
502 err = prototext.Unmarshal([]byte(strRes), &outRes)
506 outResources = append(outResources, &outRes)
/dports/sysutils/istio/istio-1.6.7/vendor/contrib.go.opencensus.io/exporter/stackdriver/
H A Dmetrics_proto_api_test.go503 outRes := monitoredrespb.MonitoredResource{}
504 err = proto.UnmarshalText(strRes, &outRes)
508 outResources = append(outResources, &outRes)

12