Searched defs:getOutput (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/test/lib/testlibrary/jdk/testlibrary/
H A DProcessTools.java51 public static OutputBuffer getOutput(ProcessBuilder processBuilder) method in class:ProcessTools
53 return getOutput(processBuilder.start());
65 public static OutputBuffer getOutput(Process process) throws IOException { method in class:ProcessTools
H A DOutputAnalyzer.java46 OutputBuffer output = ProcessTools.getOutput(process);
294 public String getOutput() { method in class:OutputAnalyzer
/openjdk7/hotspot/test/testlibrary/com/oracle/java/testlibrary/
H A DProcessTools.java49 public static OutputBuffer getOutput(ProcessBuilder processBuilder) throws IOException { method in class:ProcessTools
50 return getOutput(processBuilder.start());
60 public static OutputBuffer getOutput(Process process) throws IOException { method in class:ProcessTools
H A DOutputAnalyzer.java44 OutputBuffer output = ProcessTools.getOutput(process);
260 public String getOutput() { method in class:OutputAnalyzer
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/wsdl/
H A DWSDLOperation.java57 @Nullable WSDLOutput getOutput(); method in interface:WSDLOperation
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLOperationImpl.java84 public WSDLOutputImpl getOutput() { method in class:WSDLOperationImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DBindingOperation.java108 public BindingOutput getOutput() { method in class:BindingOperation
H A DOperation.java109 public Output getOutput() { method in class:Operation
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DWSHTTPConnection.java121 * so do not consider the value to be final until {@link #getOutput()}
165 public abstract @NotNull OutputStream getOutput() throws IOException; method in class:WSHTTPConnection
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/client/
H A DHttpClientTransport.java100 OutputStream getOutput() { method in class:HttpClientTransport
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/server/
H A DPortableConnectionImpl.java119 public @NotNull OutputStream getOutput() throws IOException { method in class:PortableConnectionImpl
H A DServerConnectionImpl.java162 public @NotNull OutputStream getOutput() throws IOException { method in class:ServerConnectionImpl
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageWriter.java76 * <code>getOutput</code>. By default it is initialized to
204 * @see #getOutput
241 public Object getOutput() { method in class:ImageWriter
621 if (getOutput() == null) {
622 throw new IllegalStateException("getOutput() == null!");
800 if (getOutput() == null) {
801 throw new IllegalStateException("getOutput() == null!");
871 if (getOutput() == null) {
872 throw new IllegalStateException("getOutput() == null!");
942 if (getOutput()
[all...]
/openjdk7/langtools/test/tools/javac/Diagnostics/6769027/
H A DT6769027.java118 String getOutput(CaretKind caretKind, IndentKind indent, OutputKind outKind) { method in class:T6769027.XDiagsSource
168 String getOutput(OutputKind outKind, IndentKind summaryIndent, IndentKind detailsIndent) { method in class:T6769027.ErrorKind
174 String getOutput(OutputKind outKind, IndentKind summaryIndent, IndentKind detailsIndent, String indent) { method in class:T6769027.ErrorKind
216 String getOutput(OutputKind outKind, ErrorKind errKind, MultilinePolicy policy, method in class:T6769027.MultilineKind
223 String errMsg1 = errKind.getOutput(outKind, summaryIndent, detailsIndent, constIndent);
224 String errMsg2 = errKind.getOutput(outKind, summaryIndent, detailsIndent, constIndent + constIndent);
280 String getOutput(OutputKind outputKind) { method in class:T6769027.PositionKind
453 String errorLine = posKind.getOutput(outputKind) +
454 errorKind.getOutput(outputKind, summaryIndent, detailsIndent);
456 errorLine += multiKind.getOutput(outputKin
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DParser.java154 public Output getOutput() { method in class:Parser

Completed in 82 milliseconds