Home
last modified time | relevance | path

Searched refs:createPrintStream (Results 1 – 13 of 13) sorted by relevance

/dports/devel/dbus-java/dbus-java-2.7/org/freedesktop/dbus/bin/
H A DCreateInterface.java464 factory.createPrintStream(path, name)); in createAnnotations()
479 factory.createPrintStream(path, name)); in createExceptions()
489 factory.createPrintStream(path, ss.name), existing); in createStructs()
497 factory.createPrintStream(pack.replaceAll("\\.","/"), tname)); in createTuples()
511 public PrintStream createPrintStream(String path, String tname) throws IOException in createPrintStream() method in CreateInterface.PrintStreamFactory
514 return createPrintStream(file); in createPrintStream()
522 public abstract PrintStream createPrintStream(final String file) throws IOException; in createPrintStream() method in CreateInterface.PrintStreamFactory
536 PrintStream createPrintStream(String file) throws IOException in createPrintStream() method in CreateInterface.ConsoleStreamFactory
542 public PrintStream createPrintStream(String path, String tname) throws IOException in createPrintStream() method in CreateInterface.ConsoleStreamFactory
544 return super.createPrintStream(path, tname); in createPrintStream()
[all …]
/dports/devel/dbus-java/dbus-java-2.7/org/freedesktop/dbus/viewer/
H A DStringStreamFactory.java40 public PrintStream createPrintStream(final String file) throws IOException in createPrintStream() method in StringStreamFactory
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/src/org/eclipse/jdt/core/tests/performance/
H A DFullSourceWorkspaceTypeHierarchyTests.java53 createPrintStream(testClass(), LOG_STREAMS, TESTS_COUNT, null); in suite()
H A DFullSourceWorkspaceFormatterTests.java58 createPrintStream(testClass(), LOG_STREAMS, TESTS_COUNT, null); in suite()
H A DFullSourceWorkspaceCompletionTests.java47 createPrintStream(testClass(), LOG_STREAMS, TESTS_COUNT, "Complete"); in suite()
H A DFullSourceWorkspaceSearchTests.java75 createPrintStream(testClass(), LOG_STREAMS, TESTS_COUNT, null); in suite()
H A DFullSourceWorkspaceCompleteSearchTests.java68 createPrintStream(testClass(), LOG_STREAMS, TESTS_COUNT, null); in suite()
H A DFullSourceWorkspaceASTTests.java63 createPrintStream(testClass(), LOG_STREAMS, TESTS_COUNT, null); in suite()
H A DFullSourceWorkspaceBuildTests.java135 createPrintStream(testClass(), LOG_STREAMS, TESTS_COUNT, null); in suite()
H A DFullSourceWorkspaceTests.java369 …static void createPrintStream(Class testClass, PrintStream[] logStreams, int count, String prefix)… in createPrintStream() method in FullSourceWorkspaceTests
H A DFullSourceWorkspaceModelTests.java120 createPrintStream(testClass(), LOG_STREAMS, TESTS_COUNT, null); in suite()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/variantutils/
H A DVariantsToTable.java213 outputStream = createPrintStream(); in onTraversalStart()
251 private PrintStream createPrintStream() { in createPrintStream() method in VariantsToTable
/dports/java/proguard/proguard-7.0.0/docs/manual/retrace/
H A Dexamples.md109 createPrintStream(ProGuard.java)