Home
last modified time | relevance | path

Searched refs:setOut (Results 1 – 25 of 966) sorted by relevance

12345678910>>...39

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/metadata/repository/
H A DSiteIndexFileTest.java205 System.setOut(out); in testBadIndex1()
270 System.setOut(out); in testSingleRepository1()
287 System.setOut(out); in testSingleRepositoryWithQueryParams()
302 System.setOut(out); in testSingleRepository2()
317 System.setOut(out); in testBadIndexFileInRepository()
332 System.setOut(out); in testMultiRepository1()
347 System.setOut(out); in testMultiRepository2()
362 System.setOut(out); in testDuplicateEntries()
377 System.setOut(out); in testStop1()
412 System.setOut(out); in testCompositeRepo()
[all …]
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/util/dbfilterstats/
H A DDbFilterStatsTest.java75 System.setOut(new PrintStream(baos)); in testProjectAll()
81 System.setOut(original); in testProjectAll()
123 System.setOut(new PrintStream(baos)); in testProjectCmdLine()
129 System.setOut(original); in testProjectCmdLine()
176 System.setOut(new PrintStream(baos)); in testFileAndCmdLine()
182 System.setOut(original); in testFileAndCmdLine()
228 System.setOut(new PrintStream(baos)); in testProjectAllMultiInputFiles()
234 System.setOut(original); in testProjectAllMultiInputFiles()
279 System.setOut(new PrintStream(baos)); in testEnvConfigProjectCmdLine()
285 System.setOut(original); in testEnvConfigProjectCmdLine()
[all …]
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-cli/src/test/java/org/owasp/dependencycheck/
H A DCliParserTest.java50 System.setOut(new PrintStream(baos)); in testParse()
168 System.setOut(new PrintStream(baos_out)); in testParse_unknown()
258 System.setOut(new PrintStream(baos)); in testParse_printVersionInfo()
270 System.setOut(out); in testParse_printVersionInfo()
273 System.setOut(out); in testParse_printVersionInfo()
287 System.setOut(new PrintStream(baos)); in testParse_printHelp()
303 System.setOut(out); in testParse_printHelp()
306 System.setOut(out); in testParse_printHelp()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/cli/util/
H A DCommandExecutor.java87 System.setOut(new PrintStream(bao)); in executeDFSAdminCommand()
101 System.setOut(origOut); in executeDFSAdminCommand()
118 System.setOut(new PrintStream(bao)); in executeMRAdminCommand()
132 System.setOut(origOut); in executeMRAdminCommand()
148 System.setOut(new PrintStream(bao)); in executeFSCommand()
162 System.setOut(origOut); in executeFSCommand()
/dports/archivers/snappy-java/snappy-java-1.1.7.5/src/test/java/org/xerial/snappy/
H A DOSInfoTest.java85 System.setOut(tmpOut); in testMainForOSName()
91 System.setOut(out); in testMainForOSName()
106 System.setOut(tmpOut); in testMainForArchName()
112 System.setOut(out); in testMainForArchName()
/dports/cad/sumo/sumo-1.2.0/tools/contributed/lisum-gui/src/main/java/de/dlr/ts/lisum/gui/debug/
H A DDebugConsole.java58 System.setOut(DEFAULT_PRINT_STREAM); in setDefaultPrintOutput()
76 System.setOut(emptyPs); in setEmptyPrintOutput()
85 System.setOut(textAreaPs); in setTextAreaPrintOutput()
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/core/flipflops/
H A DFlipflopRS.java59 setOut(Math.random()<0.5); in readInputs()
61 setOut(true); in readInputs()
65 setOut(false); in readInputs()
H A DFlipflopJK.java68 if (j && k) setOut(!isOut()); in readInputs()
69 else if (j) setOut(true); in readInputs()
70 else if (k) setOut(false); in readInputs()
H A DMonoflop.java65 setOut(false); in readInputs()
68 setOut(true); in readInputs()
91 setOut(false); in init()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/jarprocessor/
H A DJarProcessorTests.java72 System.setOut(newOut); in testVerifyStep()
76 System.setOut(oldOut); in testVerifyStep()
113 System.setOut(newOut); in testPackUnpackVerify()
120 System.setOut(oldOut); in testPackUnpackVerify()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/publisher/
H A DGeneralPublisherTests.java50 System.setOut(new PrintStream(new StringBufferStream(buffer))); in testInvalidConfiguration1()
55 System.setOut(out); in testInvalidConfiguration1()
69 System.setOut(new PrintStream(new StringBufferStream(buffer))); in testInvalidConfiguration2()
74 System.setOut(out); in testInvalidConfiguration2()
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/netx/unit/net/sourceforge/jnlp/util/
H A DHttpUtilsTest.java82 System.setOut(new PrintStream(currentErrorStream)); in redirectErr()
84 OutputController.getLogger().setOut(new PrintStream(currentErrorStream)); in redirectErr()
93 System.setOut(backedUpStream[0]); in redirectErrBack()
95 OutputController.getLogger().setOut(backedUpStream[2]); in redirectErrBack()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/
H A Dparameter.cpp32 setOut(param.is_out); in Parameter()
41 setOut(out); in Parameter()
61 void Parameter::setOut(bool value) in setOut() function in Parameter
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javadoc/outputRedirect/p/
H A DOutputRedirect.java37 System.setOut(originalOutput); in main()
46 System.setOut(new PrintStream(redirectedOutput)); in doTest()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javadoc/outputRedirect/p/
H A DOutputRedirect.java37 System.setOut(originalOutput); in main()
46 System.setOut(new PrintStream(redirectedOutput)); in doTest()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javadoc/outputRedirect/p/
H A DOutputRedirect.java37 System.setOut(originalOutput); in main()
46 System.setOut(new PrintStream(redirectedOutput)); in doTest()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javadoc/outputRedirect/p/
H A DOutputRedirect.java37 System.setOut(originalOutput); in main()
46 System.setOut(new PrintStream(redirectedOutput)); in doTest()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javadoc/outputRedirect/p/
H A DOutputRedirect.java37 System.setOut(originalOutput); in main()
46 System.setOut(new PrintStream(redirectedOutput)); in doTest()
/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/cli/
H A DStatsExportTest.java24 System.setOut(out); in testStats()
30 System.setOut(old); in testStats()
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/web/pages/
H A DGroovyPageOutputStack.java132 public void setOut(Writer newOut) { in setOut() method in GroovyPageOutputStack.GroovyPageProxyWriter
188 proxyWriter.setOut(newWriter); in push()
202 proxyWriter.setOut(pair.unwrappedTarget); in pop()
225 webRequest.setOut(writer); in applyWriterThreadLocals()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/jdk/
H A DSystem_setOut.java44 System.setOut(newOut); in test()
49 System.setOut(oldOut); in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/jdk/
H A DSystem_setOut.java44 System.setOut(newOut); in test()
49 System.setOut(oldOut); in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/jdk/
H A DSystem_setOut.java44 System.setOut(newOut); in test()
49 System.setOut(oldOut); in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/jdk/
H A DSystem_setOut.java44 System.setOut(newOut); in test()
49 System.setOut(oldOut); in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/jdk/
H A DSystem_setOut.java44 System.setOut(newOut); in test()
49 System.setOut(oldOut); in test()

12345678910>>...39