Searched refs:output (Results 101 - 125 of 456) sorted by relevance

1234567891011>>

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DStringHolder.java91 * to the output stream <code>output</code>.
93 * @param output the OutputStream which will contain the CDR formatted data.
95 public void _write(OutputStream output) { argument
96 output.write_string(value);
H A DTypeCodeHolder.java91 * Marshals to <code>output</code> the value in
94 * @param output the OutputStream which will contain the CDR formatted data
96 public void _write(OutputStream output) { argument
97 output.write_TypeCode(value);
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DStreamHandler.java63 private OutputStream output; field in class:StreamHandler
90 * Create a <tt>StreamHandler</tt>, with no current output stream.
100 * and output stream.
102 * @param out the target output stream
103 * @param formatter Formatter to be used to format output
114 * Change the output stream.
116 * If there is a current output stream then the <tt>Formatter</tt>'s
118 * Then the output stream is replaced with the new output stream.
120 * @param out New output strea
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLOperationImpl.java50 private WSDLOutputImpl output; field in class:WSDLOperationImpl
85 return output;
89 return output == null;
92 public void setOutput(WSDLOutputImpl output) { argument
93 this.output = output;
132 if(output != null)
133 output.freeze(root);
/openjdk7/jdk/src/windows/npt/
H A Dutf_md.c100 utf8ToPlatform(struct UtfInst *ui, jbyte *utf8, int len, char* output, int outputMaxLen) argument
113 output[0] = 0;
125 output, outputMaxLen, NULL, NULL);
131 output[plen] = '\0';
139 utf8FromPlatform(struct UtfInst *ui, char *str, int len, jbyte *output, int outputMaxLen) argument
152 output[0] = 0;
164 (char*)output, outputMaxLen, NULL, NULL);
170 output[plen] = '\0';
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer11.java231 // The default mapping for xml must not be output.
251 // to the output.
253 // output the attributes in the xml namespace.
276 // result will contain the attrs which have to be output
307 // output attributes.
330 // The xpath select this node output it if needed.
363 // output the xmlns def if needed.
533 // Initialize the output buffer with the empty string.
534 StringBuffer output = new StringBuffer();
537 // character to the output buffe
674 printStep(String step, String output, String input) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/output/
H A DOutputBuffer.java24 package com.sun.org.apache.xalan.internal.xsltc.runtime.output;
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DNullCipherSpi.java88 int inputLen, byte[] output,
91 System.arraycopy(input, inputOffset, output, outputOffset, inputLen);
102 int inputLen, byte[] output,
106 output, outputOffset);
87 engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) argument
101 engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) argument
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftAudioProcessor.java41 public void setOutput(int pin, SoftAudioBuffer output); argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DIntData.java30 import com.sun.xml.internal.bind.v2.runtime.output.Pcdata;
31 import com.sun.xml.internal.bind.v2.runtime.output.UTF8XmlOutput;
87 public void writeTo(UTF8XmlOutput output) throws IOException { argument
88 output.text(data);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DCharacterEscapeHandler.java26 package com.sun.xml.internal.txw2.output;
33 * to the output.
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/
H A DInheritableTaglet.java45 * @param output the output for documentation search.
47 void inherit(DocFinder.Input input, DocFinder.Output output); argument
H A DReturnTaglet.java51 public void inherit(DocFinder.Input input, DocFinder.Output output) { argument
54 output.holder = input.method;
55 output.holderTag = tags[0];
56 output.inlineTags = input.isFirstSentence ?
H A DSeeTaglet.java50 public void inherit(DocFinder.Input input, DocFinder.Output output) { argument
53 output.holder = input.method;
54 output.holderTag = tags[0];
55 output.inlineTags = input.isFirstSentence ?
/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteUTF8.java47 public int flush(byte[] output, int outStart, int outEnd) argument
63 byte[] output, int outOff, int outEnd)
81 output[0] = (byte)(0xf0 | ((ucs4 >> 18)) & 0x07);
82 output[1] = (byte)(0x80 | ((ucs4 >> 12) & 0x3f));
83 output[2] = (byte)(0x80 | ((ucs4 >> 6) & 0x3f));
84 output[3] = (byte)(0x80 | (ucs4 & 0x3f));
136 output[byteOff++] = outputByte[i];
62 convert(char[] input, int inOff, int inEnd, byte[] output, int outOff, int outEnd) argument
H A DCharToByteGB18030.java55 public int flush(byte[] output, int outStart, int outEnd) argument
87 byte[] output, int outOff, int outEnd)
97 int outputSize; // Size of the output
163 output[byteOff++] = (byte) inputChar;
173 output[byteOff++] = subBytes[0];
213 output[byteOff++] = (byte)hiByte;
214 output[byteOff++] = (byte)loByte;
229 output[byteOff++] = b1;
230 output[byteOff++] = b2;
231 output[byteOf
86 convert(char[] input, int inOff, int inEnd, byte[] output, int outOff, int outEnd) argument
[all...]
H A DCharToByteDBCS_ASCII.java50 public int flush(byte [] output, int outStart, int outEnd) argument
68 byte[] output, int outOff, int outEnd)
162 output[byteOff++] = outputByte[1];
164 output[byteOff++] = outputByte[0];
165 output[byteOff++] = outputByte[1];
67 convert(char[] input, int inOff, int inEnd, byte[] output, int outOff, int outEnd) argument
H A DCharToByteISO2022JP.java52 public int flush(byte[] output, int outStart, int outEnd) argument
65 output[outStart] = (byte)0x1b;
66 output[outStart + 1] = (byte)0x28;
67 output[outStart + 2] = (byte)0x42;
78 byte[] output, int outOff, int outEnd)
85 int outputSize; // Size of the output
87 // Buffer for output bytes
93 // Make copies of input and output indexes
264 // Is there room in the output buffer?
265 // XXX: The code assumes output buffe
77 convert(char[] input, int inOff, int inEnd, byte[] output, int outOff, int outEnd) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/util/
H A DQPEncoderStream.java39 * any output stream and write bytes into this filter. The Encoding
46 private int count = 0; // number of bytes that have been output
53 * @param out the output stream
68 * @param out the output stream
77 * this output stream.
90 * Encodes <code>b.length</code> bytes to this output stream.
99 * Encodes the specified <code>byte</code> to this output stream.
108 output(' ', true);
109 else // no encoding required, just output the char
110 output(' ', fals
166 protected void output(int c, boolean encode) throws IOException { method in class:QPEncoderStream
[all...]
/openjdk7/jdk/src/share/npt/
H A Dnpt.h64 char *output, int outputMaxLen);
67 jbyte *output, int outputMaxLen);
70 jchar *output, int outputMaxLen);
73 jbyte *output, int outputMaxLen);
76 jbyte *output, int outputMaxLen);
/openjdk7/langtools/test/tools/javap/
H A DT4459541.java40 String output = javap(classFile);
41 verify(output);
99 void verify(String output) { argument
100 System.out.println(output);
101 if (output.indexOf("-") >= 0)
102 throw new Error("- found in output");
H A DT6622260.java41 String output = javap(classFile);
42 verify(output);
190 void verify(String output) { argument
191 System.out.println(output);
192 output = output.substring(output.indexOf("Test.java"));
193 if (output.indexOf("-") >= 0)
194 throw new Error("- found in output");
195 if (output
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.cpp164 output(stderr);
167 void RegisterForm::output(FILE *fp) { // Write info to output files function in class:RegisterForm
172 ((RegDef*)_regDef[name])->output(fp);
176 ((RegClass*)_regClass[name])->output(fp);
180 ((AllocClass*)_allocClass[name])->output(fp);
215 output(stderr);
218 void RegDef::output(FILE *fp) { // Write info to output files function in class:RegDef
296 output(stder
299 void RegClass::output(FILE *fp) { // Write info to output files function in class:RegClass
326 void AllocClass::output(FILE *fp) { // Write info to output files function in class:AllocClass
359 void FrameForm::output(FILE *fp) { // Write info to output files function in class:FrameForm
393 void PipelineForm::output(FILE *fp) { // Write info to output files function in class:PipelineForm
460 void ResourceForm::output(FILE *fp) { // Write info to output files function in class:ResourceForm
471 void PipeClassOperandForm::output(FILE *fp) { // Write info to output files function in class:PipeClassOperandForm
491 void PipeClassResourceForm::output(FILE *fp) { // Write info to output files function in class:PipeClassResourceForm
523 void PipeClassForm::output(FILE *fp) { // Write info to output files function in class:PipeClassForm
581 void Peephole::output(FILE *fp) { // Write info to output files function in class:Peephole
642 void PeepMatch::output(FILE *fp) { // Write info to output files function in class:PeepMatch
684 void PeepConstraint::output(FILE *fp) { // Write info to output files function in class:PeepConstraint
729 void PeepReplace::output(FILE *fp) { // Write info to output files function in class:PeepReplace
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/api/
H A DBridge.java90 public final void marshal(T object,XMLStreamWriter output) throws JAXBException { argument
91 marshal(object,output,null);
93 public final void marshal(T object,XMLStreamWriter output, AttachmentMarshaller am) throws JAXBException { argument
96 marshal(m,object,output);
101 public final void marshal(@NotNull BridgeContext context,T object,XMLStreamWriter output) throws JAXBException { argument
102 marshal( ((BridgeContextImpl)context).marshaller, object, output );
105 public abstract void marshal(@NotNull Marshaller m,T object,XMLStreamWriter output) throws JAXBException; argument
121 public void marshal(T object,OutputStream output, NamespaceContext nsContext) throws JAXBException { argument
122 marshal(object,output,nsContext,null);
127 public void marshal(T object,OutputStream output, NamespaceContex argument
135 marshal(@otNull BridgeContext context,T object,OutputStream output, NamespaceContext nsContext) argument
139 marshal(@otNull Marshaller m,T object,OutputStream output, NamespaceContext nsContext) argument
142 marshal(T object,Node output) argument
148 marshal(@otNull BridgeContext context,T object,Node output) argument
152 marshal(@otNull Marshaller m,T object,Node output) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DChildSession.java56 private OutputListener output; field in class:ChildSession
62 OutputListener output,
66 input, output, error, diagnostics);
73 OutputListener output,
77 input, output, error, diagnostics);
83 OutputListener output,
88 this.output = output;
101 * Create a Thread that will retrieve and display any output.
110 new OutputReader("output reade
59 ChildSession(ExecutionManager runtime, String userVMArgs, String cmdLine, InputListener input, OutputListener output, OutputListener error, OutputListener diagnostics) argument
69 ChildSession(ExecutionManager runtime, LaunchingConnector connector, Map<String, Connector.Argument> arguments, InputListener input, OutputListener output, OutputListener error, OutputListener diagnostics) argument
80 ChildSession(ExecutionManager runtime, VirtualMachine vm, InputListener input, OutputListener output, OutputListener error, OutputListener diagnostics) argument
235 private OutputListener output; field in class:ChildSession.OutputReader
240 OutputReader(String threadName, String streamName, BufferedReader stream, OutputListener output, OutputListener diagnostics) argument
[all...]

Completed in 128 milliseconds

1234567891011>>