Searched refs:output (Results 276 - 300 of 456) sorted by relevance

<<111213141516171819

/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteISO2022.java62 public int flush(byte[] output, int outStart, int outEnd) argument
149 byte[] output, int outOff, int outEnd)
209 output[byteOff++] = outputByte[i];
211 // Bug 4266772. Update statuses only when output buffer has been
148 convert(char[] input, int inOff, int inEnd, byte[] output, int outOff, int outEnd) argument
H A DCharToByteEUC_JP.java76 * @return the characters written to output.
80 * @param output byte array to receive conversion result
87 byte[] output, int outOff, int outEnd)
92 byte[] outputByte; // Output byte written to output
94 int outputSize = 0; // Size of output
179 // If we don't have room for the output, throw an exception
183 // Put the byte in the output buffer
185 output[byteOff++] = outputByte[i];
189 // Return the length written to the output buffer
86 convert(char[] input, int inOff, int inEnd, byte[] output, int outOff, int outEnd) argument
H A DCharToByteEUC_JP_Solaris.java88 * @return the characters written to output.
92 * @param output byte array to receive conversion result
99 byte[] output, int outOff, int outEnd)
104 byte[] outputByte; // Output byte written to output
106 int outputSize = 0; // Size of output
191 // If we don't have room for the output, throw an exception
195 // Put the byte in the output buffer
197 output[byteOff++] = outputByte[i];
201 // Return the length written to the output buffer
98 convert(char[] input, int inOff, int inEnd, byte[] output, int outOff, int outEnd) argument
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DBadKdc.java37 // Matches the krb5 debug output:
65 * b. Read the output carefully, if there is a timeout, it's OK.
91 // useful for checking debug output.
179 String output = sb.toString();
180 System.out.println("Expected: " + expected + ", actual " + output);
181 if (!output.matches(expected)) {
/openjdk7/hotspot/src/share/vm/adlc/
H A Dforms.cpp111 void NameList::dump() { output(stderr); }
113 void NameList::output(FILE *fp) { function in class:NameList
162 void NameAndList::dump() { output(stderr); }
163 void NameAndList::output(FILE *fp) { function in class:NameAndList
362 output(stderr);
365 void SourceForm::output(FILE *fp) { function in class:SourceForm
H A Dformssel.cpp446 // Return the input register that must match the output register
553 // 1-input, 1-output, such as copies or increments.
1438 output(stderr);
1441 void InstructForm::output(FILE *fp) { function in class:InstructForm
1443 if (_matrule) _matrule->output(fp);
1444 if (_insencode) _insencode->output(fp);
1445 if (_constant) _constant->output(fp);
1446 if (_opcode) _opcode->output(fp);
1447 if (_attribs) _attribs->output(fp);
1448 if (_predicate) _predicate->output(f
1463 void MachNodeForm::output(FILE *fp) { function in class:MachNodeForm
1565 void EncodeForm::output(FILE *fp) { // Write info to output files function in class:EncodeForm
1632 void EncClass::output(FILE *fp) { function in class:EncClass
1721 void Opcode::output(FILE *fp) { function in class:Opcode
1768 void InsEncode::output(FILE *fp) { function in class:InsEncode
1850 void Effect::output(FILE *fp) { // Write info to output files function in class:Effect
1880 void ExpandRule::output(FILE *fp) { // Write info to output files function in class:ExpandRule
1908 void RewriteRule::output(FILE *fp) { // Write info to output files function in class:RewriteRule
1986 void OpClassForm::output(FILE *fp) { function in class:OpClassForm
2598 void OperandForm::output(FILE *fp) { function in class:OperandForm
2625 void Constraint::output(FILE *fp) { // Write info to output files function in class:Constraint
2641 void Predicate::output(FILE *fp) { function in class:Predicate
2684 void Interface::output(FILE *fp) { function in class:Interface
2699 void RegInterface::output(FILE *fp) { function in class:RegInterface
2714 void ConstInterface::output(FILE *fp) { function in class:ConstInterface
2731 void MemInterface::output(FILE *fp) { function in class:MemInterface
2764 void CondInterface::output(FILE *fp) { function in class:CondInterface
2786 void ConstructRule::output(FILE *fp) { function in class:ConstructRule
2823 void AttributeForm::output(FILE *fp) { function in class:AttributeForm
2872 void Component::output(FILE *fp) { function in class:Component
3107 void ComponentList::output(FILE *fp) { function in class:ComponentList
3426 void MatchNode::output(FILE *fp) { function in class:MatchNode
4166 void MatchRule::output(FILE *fp) { function in class:MatchRule
4195 void Attribute::output(FILE *fp) { function in class:Attribute
4211 void FormatRule::output(FILE *fp) { function in class:FormatRule
[all...]
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DThaiShaping.cpp254 le_uint8 &charClass, LEUnicode *output, LEGlyphStorage &glyphStorage, le_int32 &outputIndex)
261 return doTransition(transition, ch, inputIndex, glyphSet, errorChar, output, glyphStorage, outputIndex);
291 LEUnicode errorChar, LEUnicode *output, LEGlyphStorage &glyphStorage)
308 output, glyphStorage, outputIndex);
313 output, glyphStorage, outputIndex);
320 output, glyphStorage, outputIndex);
253 getNextState(LEUnicode ch, le_uint8 prevState, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode errorChar, le_uint8 &charClass, LEUnicode *output, LEGlyphStorage &glyphStorage, le_int32 &outputIndex) argument
290 compose(const LEUnicode *input, le_int32 offset, le_int32 charCount, le_uint8 glyphSet, LEUnicode errorChar, LEUnicode *output, LEGlyphStorage &glyphStorage) argument
H A DThaiShaping.h96 LEUnicode errorChar, LEUnicode *output, LEGlyphStorage &glyphStorage);
111 le_uint8 &charClass, LEUnicode *output, LEGlyphStorage &glyphStorage, le_int32 &outputIndex);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/
H A DTransformC14NExclusiveWithComments.java92 XMLSignatureInput output=new XMLSignatureInput(result);
94 return output;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DTXW.java28 import com.sun.xml.internal.txw2.output.XmlSerializer;
29 import com.sun.xml.internal.txw2.output.TXWSerializer;
H A DTypedXmlWriter.java29 import com.sun.xml.internal.txw2.output.XmlSerializer;
45 * Commits this element (and all its descendants) to the output.
53 * Commits this element (and all its descendants) to the output.
57 * Committing allows TXW to output a part of the document even
74 * This blocks the output at the token before the start tag until
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/wsdl/parser/
H A DWSDLParserExtension.java218 public boolean portTypeOperationOutputElements(WSDLOutput output, XMLStreamReader reader) { argument
222 public void portTypeOperationOutputAttributes(WSDLOutput output, XMLStreamReader reader) { argument
/openjdk7/jdk/test/tools/pack200/
H A DAttributeTests.java75 * this test checks to see if we get the expected strings for output
88 List<String> output = Utils.runExec(cmds);
107 for (String x : output) {
/openjdk7/langtools/test/tools/javac/file/zip/
H A DUtils.java112 public static void cat(File output, File... files) throws IOException { argument
117 fos = new FileOutputStream(output);
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/
H A DMain.java108 public void output(String msg) { method in class:Main
120 output(getText(msg));
124 output(getText(msg, arg1));
128 output(getText(msg, arg1, arg2));
579 env.output(noMemoryErrorString);
582 env.output(stackOverflowErrorString);
620 output(msg);
625 output(getText("rmic.warnings", env.nwarnings));
627 output(getText("rmic.1warning"));
640 output(getTex
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLWriter.java83 * Set to true after the head has been output.
399 // If the head has not been output, output it and the styles.
793 // Have to output any tags after firstIndex that still remaing,
849 * the document, and as such this is used to output them.
919 * whether or not a style has been output yet. This will return
1179 * &lt; to &amp;lt;. <code>super.output</code> will be invoked to
1183 protected void output(char[] chars, int start, int length) method in class:HTMLWriter
1186 super.output(chars, start, length);
1198 super.output(char
1253 private void output(String string) throws IOException { method in class:HTMLWriter
[all...]
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageIO.java373 * output to the given <code>Object</code>. The set of
376 * that is able to send output from the supplied object is used to
384 * @param output an <code>Object</code> to be used as an output
391 * @exception IllegalArgumentException if <code>output</code> is
398 public static ImageOutputStream createImageOutputStream(Object output) argument
400 if (output == null) {
401 throw new IllegalArgumentException("output == null!");
417 if (spi.getOutputClass().isInstance(output)) {
419 return spi.createOutputStreamInstance(output,
1479 write(RenderedImage im, String formatName, ImageOutputStream output) argument
1512 write(RenderedImage im, String formatName, File output) argument
1564 write(RenderedImage im, String formatName, OutputStream output) argument
1605 doWrite(RenderedImage im, ImageWriter writer, ImageOutputStream output) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/output/
H A DWriterOutputBuffer.java24 package com.sun.org.apache.xalan.internal.xsltc.runtime.output;
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DMac.java565 * <p>The MAC result is stored in <code>output</code>, starting at
568 * @param output the buffer where the MAC result is stored
569 * @param outOffset the offset in <code>output</code> where the MAC is
572 * @exception ShortBufferException if the given output buffer is too small
577 public final void doFinal(byte[] output, int outOffset) argument
585 if (output == null || output.length-outOffset < macLen) {
587 ("Cannot store MAC in output buffer");
590 System.arraycopy(mac, 0, output, outOffset, macLen);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignedInfo.java262 byte[] output = new byte[this._c14nizedBytes.length];
264 System.arraycopy(this._c14nizedBytes, 0, output, 0, output.length);
266 return output;
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DPBECipherCore.java114 * Returns the length in bytes that an output buffer would need to be in
122 * <p>The actual output length of the next <code>update</code> or
128 * @return the required output buffer size (in bytes)
299 // Concatenate the output from each digest round with the
368 * result is stored in the <code>output</code> buffer, starting at
375 * @param output the buffer for the result
376 * @param outputOffset the offset in <code>output</code> where the result
379 * @return the number of bytes stored in <code>output</code>
381 * @exception ShortBufferException if the given output buffer is too small
385 byte[] output, in
384 update(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) argument
460 doFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) argument
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvFill.java46 stubSF.output(out);
146 void output(PrintWriter out) { method in class:SourceFile.Function
249 void output(PrintWriter out) { method in class:SourceFile
257 stubFunc.output(out);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DXmlOutput.java26 package com.sun.xml.internal.bind.v2.runtime.output;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DDumpSerializer.java26 package com.sun.xml.internal.txw2.output;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/parser/
H A DDelegatingParserExtension.java131 public boolean portTypeOperationOutputElements(WSDLOutput output, XMLStreamReader reader) { argument
132 return core.portTypeOperationOutputElements(output, reader);
135 public void portTypeOperationOutputAttributes(WSDLOutput output, XMLStreamReader reader) { argument
136 core.portTypeOperationOutputAttributes(output, reader);

Completed in 134 milliseconds

<<111213141516171819