Searched refs:standardOut (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java56 static PrintWriter standardOut = null; field in class:EclReadAndPlay
214 standardOut = new PrintWriter(new BufferedWriter(new FileWriter( new File(outputFilename)) ) );
322 standardOut.println (getDate() + " - " + level + ": " + msg );
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java55 static PrintWriter standardOut = null; field in class:EclReadAndPlay
213 standardOut = new PrintWriter(new BufferedWriter(new FileWriter( new File(outputFilename)) ) );
321 standardOut.println (getDate() + " - " + level + ": " + msg );
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java56 static PrintWriter standardOut = null; field in class:EclReadAndPlay
214 standardOut = new PrintWriter(new BufferedWriter(new FileWriter( new File(outputFilename)) ) );
322 standardOut.println (getDate() + " - " + level + ": " + msg );
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java56 static PrintWriter standardOut = null; field in class:EclReadAndPlay
214 standardOut = new PrintWriter(new BufferedWriter(new FileWriter( new File(outputFilename)) ) );
322 standardOut.println (getDate() + " - " + level + ": " + msg );
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java55 static PrintWriter standardOut = null; field in class:EclReadAndPlay
213 standardOut = new PrintWriter(new BufferedWriter(new FileWriter( new File(outputFilename)) ) );
321 standardOut.println (getDate() + " - " + level + ": " + msg );

Completed in 66 milliseconds