Searched refs:output (Results 251 - 275 of 456) sorted by relevance

<<111213141516171819

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DSerializerFactoryImpl.java81 public Serializer makeSerializer( OutputStream output, argument
88 serializer.setOutputByteStream( output );
/openjdk7/hotspot/src/share/vm/adlc/
H A Dforms.hpp159 virtual void dump() { output(stderr); } // Debug printer
160 // Write info to output files
161 virtual void output(FILE *fp) { fprintf(fp,"Form Output"); } function in class:Form
307 void output(FILE* fp) { function in class:FormList
311 cur->output(fp);
358 void dump(); // output to stderr
359 void output(FILE *fp); // Output list of names to 'fp'
413 void dump(); // output to stderr
414 void output(FILE *fp); // Output list of names to 'fp'
454 // Find position for this name when looked up for output vi
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/wsdl/writer/
H A DWSDLGeneratorExtension.java176 * This method is invoked so that extensions to an output <code>wsdl:message</code>
179 * @param message This is the output wsdl:message element that the
201 * This method is invoked so that extensions to a <code>wsdl:portType/wsdl:operation/wsdl:output</code>
204 * @param output This is the wsdl:portType/wsdl:operation/wsdl:output element that the
208 public void addOperationOutputExtension(TypedXmlWriter output, JavaMethod method) { argument
225 * This method is invoked so that extensions to a <code>wsdl:binding/wsdl:operation/wsdl:output</code>
228 * @param output This is the wsdl:binding/wsdl:operation/wsdl:output element that the
232 public void addBindingOperationOutputExtension(TypedXmlWriter output, JavaMetho argument
[all...]
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest4625418.java375 FileOutputStream output = new FileOutputStream(file);
376 XMLEncoder encoder = new XMLEncoder(output, this.encoding, true, 0);
/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteEUC_JP_LINUX.java75 * @return the characters written to output.
79 * @param output byte array to receive conversion result
86 byte[] output, int outOff, int outEnd)
91 byte[] outputByte; // Output byte written to output
93 int outputSize = 0; // Size of output
171 // If we don't have room for the output, throw an exception
175 // Put the byte in the output buffer
177 output[byteOff++] = outputByte[i];
181 // Return the length written to the output buffer
85 convert(char[] input, int inOff, int inEnd, byte[] output, int outOff, int outEnd) argument
H A DByteToCharISO2022.java87 public int flush(char[] output, int outStart, int outEnd) argument
151 char[] output, int outOff, int outEnd)
162 // If we don't have room for the output, throw an exception
224 output[charOff] = getUnicode(remainByte[2],
231 output[charOff] = getUnicode(remainByte[2],
253 output[charOff] = (char)remainByte[0];
262 output[charOff] = getUnicode(firstByte, remainByte[0],
150 convert(byte[] input, int inOff, int inEnd, char[] output, int outOff, int outEnd) argument
H A DByteToCharISO2022CN.java83 public int flush(char[] output, int outStart, int outEnd) argument
145 char[] output, int outOff, int outEnd)
156 // If we don't have room for the output, throw an exception
219 output[charOff] = getUnicode(remainByte[2],
226 output[charOff] = getUnicode(remainByte[2],
248 output[charOff] = (char)remainByte[0];
257 output[charOff] = getUnicode(firstByte, remainByte[0],
144 convert(byte[] input, int inOff, int inEnd, char[] output, int outOff, int outEnd) argument
H A DByteToCharUTF8.java45 public int flush(char[] output, int outStart, int outEnd) argument
61 char[] output, int outOff, int outEnd)
177 output[charOff + i] = outputChar[i];
60 convert(byte[] input, int inOff, int inEnd, char[] output, int outOff, int outEnd) argument
/openjdk7/langtools/test/tools/javac/generics/
H A DParametricException.java90 public AChurchBoolean readIf(File file, byte[] output) throws IOException { argument
101 }, new Pair<File, byte[]>(file, output));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DBridgeAdapter.java69 public void marshal(Marshaller m, InMemory inMemory, XMLStreamWriter output) throws JAXBException { argument
70 core.marshal(m,adaptM(m,inMemory),output);
73 public void marshal(Marshaller m, InMemory inMemory, OutputStream output, NamespaceContext nsc) throws JAXBException { argument
74 core.marshal(m,adaptM(m,inMemory),output,nsc);
77 public void marshal(Marshaller m, InMemory inMemory, Node output) throws JAXBException { argument
78 core.marshal(m,adaptM(m,inMemory),output);
H A DMarshallerImpl.java68 import com.sun.xml.internal.bind.v2.runtime.output.C14nXmlOutput;
69 import com.sun.xml.internal.bind.v2.runtime.output.Encoded;
70 import com.sun.xml.internal.bind.v2.runtime.output.ForkXmlOutput;
71 import com.sun.xml.internal.bind.v2.runtime.output.IndentingUTF8XmlOutput;
72 import com.sun.xml.internal.bind.v2.runtime.output.NamespaceContextImpl;
73 import com.sun.xml.internal.bind.v2.runtime.output.SAXOutput;
74 import com.sun.xml.internal.bind.v2.runtime.output.UTF8XmlOutput;
75 import com.sun.xml.internal.bind.v2.runtime.output.XMLEventWriterOutput;
76 import com.sun.xml.internal.bind.v2.runtime.output.XMLStreamWriterOutput;
77 import com.sun.xml.internal.bind.v2.runtime.output
171 marshal(Object obj, XmlOutput output) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/
H A DThrowsTaglet.java52 public void inherit(DocFinder.Input input, DocFinder.Output output) { argument
69 output.holder = input.method;
70 output.holderTag = tags[i];
71 output.inlineTags = input.isFirstSentence ?
73 output.tagList.add(tags[i]);
76 output.tagList.add(tags[i]);
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DDirectAudioDevice.c179 void handleSignEndianConversion(INT8* data, INT8* output, int byteSize, int conversionSize) { argument
184 *output = *data + (char) 128; // use wrap-around
187 output++;
197 *output = *data;
198 output++;
199 *output = h;
201 data++; output++;
210 *output = data[2];
211 data++; output++;
212 *output
318 handleGainAndConversion(DAUDIO_Info* info, UINT8* input, UINT8* output, int len, float leftGain, float rightGain, int conversionSize) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsxform.c163 cmsUInt8Number* output; local
169 output = (cmsUInt8Number*) out;
201 output = p -> ToOutputFloat(p, fOut, output, Stride);
215 cmsUInt8Number* output; local
220 output = (cmsUInt8Number*) out;
226 output = p -> ToOutput(p, wIn, output, Stride);
238 register cmsUInt8Number* output; local
243 output
282 cmsUInt8Number* output; local
306 cmsUInt8Number* output; local
351 cmsUInt8Number* output; local
[all...]
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DTibetanReordering.cpp352 TibetanReorderingOutput output(outChars, glyphStorage);
361 output.reset();
368 output.writeChar(C_DOTTED_CIRCLE, prev, tagDefault);
371 // copy the rest to output, inverting the pre-number mark if present after a digit.
378 output.writeChar(C_PRE_NUMBER_MARK, i, tagPref);
379 output.writeChar(chars[i], i+1 , tagPref);
388 output.writeChar(chars[i], i, tagAbvf);
392 output.writeChar(chars[i], i, tagPstf);
396 output.writeChar(chars[i], i, tagBlwf);
401 output
[all...]
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/util/
H A DAbstractSaslImpl.java258 String traceTag, byte[] output) {
259 traceOutput(srcClass, srcMethod, traceTag, output, 0,
260 output == null ? 0 : output.length);
264 String traceTag, byte[] output, int offset, int len) {
278 if (output != null) {
281 new ByteArrayInputStream(output, offset, len), out);
292 "SASLIMPL09:Error generating trace output: {0}", e);
257 traceOutput(String srcClass, String srcMethod, String traceTag, byte[] output) argument
263 traceOutput(String srcClass, String srcMethod, String traceTag, byte[] output, int offset, int len) argument
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipher.java63 * output. A transformation always includes the name of a cryptographic
919 * Returns the length in bytes that an output buffer would need to be in
927 * <p>The actual output length of the next <code>update</code> or
933 * @return the required output buffer size (in bytes)
1764 * and the result is stored in the <code>output</code> buffer.
1766 * <p>If the <code>output</code> buffer is too small to hold the result,
1768 * call with a larger output buffer. Use
1770 * the output buffer should be.
1776 * <code>input</code> and <code>output</code> buffers can reference
1778 * when the result is copied into the output buffe
1793 update(byte[] input, int inputOffset, int inputLen, byte[] output) argument
1851 update(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) argument
1909 update(ByteBuffer input, ByteBuffer output) argument
2023 doFinal(byte[] output, int outputOffset) argument
2206 doFinal(byte[] input, int inputOffset, int inputLen, byte[] output) argument
2285 doFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) argument
2365 doFinal(ByteBuffer input, ByteBuffer output) argument
[all...]
/openjdk7/hotspot/test/testlibrary/com/oracle/java/testlibrary/
H A DOutputAnalyzer.java37 * Create an OutputAnalyzer, a utility class for verifying output and exit
44 OutputBuffer output = ProcessTools.getOutput(process);
46 this.stdout = output.getStdout();
47 this.stderr = output.getStderr();
51 * Create an OutputAnalyzer, a utility class for verifying output
60 * Create an OutputAnalyzer, a utility class for verifying output
72 * Verify that the stdout and stderr contents of output buffer contains the string
84 * Verify that the stdout contents of output buffer contains the string
96 * Verify that the stderr contents of output buffer contains the string
108 * Verify that the stdout and stderr contents of output buffe
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftLimiter.java57 public void setOutput(int pin, SoftAudioBuffer output) { argument
59 bufferLout = output;
61 bufferRout = output;
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/
H A DTransformXSLT.java149 // separator differences in the transformed output. Unfortunately,
169 XMLSignatureInput output=new XMLSignatureInput((byte[])null);
170 output.setOutputStream(baos);
171 return output;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.hpp49 InstructionPrinter(bool print_phis = true, outputStream* output = tty)
51 , _output(output)
54 outputStream* output() { return _output; } function in class:InstructionPrinter
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DHtmlSerialFieldWriter.java196 TagletOutputImpl output = new TagletOutputImpl("");
199 writer.getTagletWriterInstance(false), output);
200 String outputString = output.toString().trim();
H A DHtmlSerialMethodWriter.java144 TagletOutputImpl output = new TagletOutputImpl("");
149 writer.getTagletWriterInstance(false), output);
150 String outputString = output.toString().trim();
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DMain.java100 private void output(String msg) { method in class:Main
113 output(getText(msg));
118 output(getText(msg, arg1));
123 output(getText(msg, arg1, arg2));
438 // change the default output in this case:
480 output(getText("main.path.msg",
623 output(getText("main.wrote", file.getPath()));
640 env.output(noMemoryErrorString);
644 env.output(stackOverflowErrorString);
705 output(ms
[all...]
/openjdk7/jdk/test/lib/testlibrary/jdk/testlibrary/
H A DOutputAnalyzer.java37 * Create an OutputAnalyzer, a utility class for verifying output and exit
46 OutputBuffer output = ProcessTools.getOutput(process);
48 this.stdout = output.getStdout();
49 this.stderr = output.getStderr();
53 * Create an OutputAnalyzer, a utility class for verifying output
63 * Create an OutputAnalyzer, a utility class for verifying output
77 * Verify that the stdout and stderr contents of output buffer contains the
95 * Verify that the stdout contents of output buffer contains the string
110 * Verify that the stderr contents of output buffer contains the string
125 * Verify that the stdout and stderr contents of output buffe
[all...]

Completed in 173 milliseconds

<<111213141516171819