Searched refs:input (Results 276 - 300 of 417) sorted by relevance

<<11121314151617

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/
H A DW3CAddressingMetadataWSDLGeneratorExtension.java42 * This extension class generates wsam:Action values for input, output and faults in the generated wsdl.
56 public void addOperationInputExtension(TypedXmlWriter input, argument
58 input._attribute(WSAM_ACTION_QNAME, getInputAction(method));
88 //this assumes that fromjava case there won't be input name.
89 // if there is input name in future, then here name=inputName
112 // if there is input name in future, then here name=outputName
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DDocCommentScanner.java45 /** Create a scanner from the input buffer. buffer must implement
52 /** Create a scanner from the input array. The array must have at
55 protected DocCommentScanner(ScannerFactory fac, char[] input, int inputLength) { argument
56 super(fac, input, inputLength);
63 /** The comment input buffer, index of next chacter to be read,
413 * positions in the input.
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Mac.java226 protected void engineUpdate(byte input) { argument
230 oneByte[0] = input;
/openjdk7/jdk/src/share/classes/sun/security/ssl/krb5/
H A DKerberosPreMasterSecret.java105 * @param input input stream from which to read the encrypted
111 SecureRandom generator, HandshakeInStream input,
115 encrypted = input.getBytes16();
109 KerberosPreMasterSecret(ProtocolVersion currentVersion, ProtocolVersion clientVersion, SecureRandom generator, HandshakeInStream input, EncryptionKey sessionKey) argument
H A DKerberosClientKeyExchangeImpl.java140 * @param input inputstream from which to get ASN.1-encoded KerberosWrapper
146 SecureRandom rand, HandshakeInStream input, SecretKey[] secretKeys)
152 encodedTicket = input.getBytes16();
240 input.getBytes16(); // XXX Read and ignore authenticator
244 clientVersion, rand, input, sessionKey);
368 * findKey(etype, version, keys). Always returns true if either input
144 init(ProtocolVersion protocolVersion, ProtocolVersion clientVersion, SecureRandom rand, HandshakeInStream input, SecretKey[] secretKeys) argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/tools/
H A DResolvingParser.java109 /** The base URI of the input document, if known. */
167 public void parse(InputSource input) argument
170 setupParse(input.getSystemId());
172 parser.parse(input);
174 explain(input.getSystemId());
390 // almost certainly to open the input stream, it seems to
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DJPEGImageDecoder.java136 readImage(input, new byte[1024]);
/openjdk7/jdk/src/share/classes/java/io/
H A DRandomAccessFile.java38 * input operations read bytes starting at the file pointer and advance
314 * method blocks if no input is yet available.
361 * array of bytes. This method blocks until at least one byte of input
391 * of input is available.
452 * Attempts to skip over <code>n</code> bytes of input discarding the
612 * file cannot perform input or output operations and cannot be
934 StringBuffer input = new StringBuffer();
952 input.append((char)c);
957 if ((c == -1) && (input.length() == 0)) {
960 return input
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAlawCodec.java58 int input = i ^ 0x55;
59 int mantissa = (input & 0xf ) << 4;
60 int segment = (input & 0x70) >> 4;
68 if( (input & 0x80)==0 )
207 * given a particular input format.
208 * If no output formats are supported for this input format,
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DSignatureAlgorithm.java202 * @param input
205 public void update(byte[] input) throws XMLSignatureException { argument
206 signatureAlgorithm.engineUpdate(input);
213 * @param input
216 public void update(byte input) throws XMLSignatureException { argument
217 signatureAlgorithm.engineUpdate(input);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/
H A DIntegrityHmac.java300 * @param input
303 protected void engineUpdate(byte[] input) throws XMLSignatureException { argument
306 this._macAlgorithm.update(input);
316 * @param input
319 protected void engineUpdate(byte input) throws XMLSignatureException { argument
322 this._macAlgorithm.update(input);
H A DSignatureDSA.java224 protected void engineUpdate(byte[] input) throws XMLSignatureException { argument
226 this._signatureAlgorithm.update(input);
235 protected void engineUpdate(byte input) throws XMLSignatureException { argument
237 this._signatureAlgorithm.update(input);
H A DSignatureECDSA.java307 protected void engineUpdate(byte[] input) throws XMLSignatureException { argument
310 this._signatureAlgorithm.update(input);
317 protected void engineUpdate(byte input) throws XMLSignatureException { argument
320 this._signatureAlgorithm.update(input);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/
H A DTransform.java270 * Transforms the input, and generates {@link XMLSignatureInput} as output.
272 * @param input input {@link XMLSignatureInput} which can supplied Octet
281 public XMLSignatureInput performTransform(XMLSignatureInput input) argument
284 return performTransform(input, null);
288 * Transforms the input, and generates {@link XMLSignatureInput} as output.
290 * @param input input {@link XMLSignatureInput} which can supplied Octect
301 XMLSignatureInput input, OutputStream os
307 result = transformSpi.enginePerformTransform(input, o
300 performTransform( XMLSignatureInput input, OutputStream os ) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/jaxb/
H A DJAXBBridgeSource.java92 public void parse(InputSource input) throws SAXException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/parser/
H A DWSDLParserExtensionFacade.java219 public boolean portTypeOperationInputElements(WSDLInput input, XMLStreamReader reader) { argument
221 if (e.portTypeOperationInputElements(input, reader)) {
229 public void portTypeOperationInputAttributes(WSDLInput input, XMLStreamReader reader) { argument
231 e.portTypeOperationInputAttributes(input, reader);
H A DW3CAddressingWSDLParserExtension.java104 public void portTypeOperationInputAttributes(WSDLInput input, XMLStreamReader reader) { argument
107 ((WSDLInputImpl)input).setAction(action);
108 ((WSDLInputImpl)input).setDefaultAction(false);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynUnionImpl.java75 InputStream input = any.create_input_stream();
76 Any discriminatorAny = DynAnyUtil.extractAnyFromStream(discriminatorType(), input, orb);
79 Any memberAny = DynAnyUtil.extractAnyFromStream(memberType(currentMemberIndex), input, orb);
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageReader.java61 * <p> When an input source is set (using the <code>setInput</code>
63 * means that images contained within the input source will only be
65 * portions of the input containing data associated with images that
88 protected Object input = null; field in class:ImageReader
91 * <code>true</code> if the current input source has been marked
101 * <code>true</code> if the current input source has been marked
191 * input source.
200 * information from the input source.
221 * Sets the input source to use to the given
223 * The input sourc
288 setInput(Object input, boolean seekForwardOnly, boolean ignoreMetadata) argument
353 setInput(Object input, boolean seekForwardOnly) argument
379 setInput(Object input) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/wbmp/
H A DWBMPImageReader.java56 /** The input stream where reads from */
80 public void setInput(Object input, argument
83 super.setInput(input, seekForwardOnly, ignoreMetadata);
84 iis = (ImageInputStream) input; // Always works
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileSystem.java290 String input = syntaxAndInput.substring(pos+1);
294 expr = Globs.toWindowsRegexPattern(input);
297 expr = input;
/openjdk7/jdk/test/com/sun/jdi/sde/
H A DInstallSDE.java22 abort("Usage: <command> <input class file> " +
24 "<command> <input/output class file> <attribute file>");
71 byte[] readWhole(File input) throws IOException { argument
72 FileInputStream inStream = new FileInputStream(input);
73 int len = (int)input.length();
/openjdk7/jdk/test/java/lang/Math/
H A DHypotTests.java93 double input = FpUtils.scalb(2, i);
94 failures += testHypotCase(input, 0.0, input);
211 // each input negated singly, and both inputs negated. Also
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DClientHandshaker.java139 this.serverHelloRequest(new HelloRequest(input));
143 this.serverHello(new ServerHello(input, messageLen));
153 this.serverCertificate(new CertificateMsg(input));
189 this.serverKeyExchange(new RSA_ServerKeyExchange(input));
197 input, protocolVersion));
206 input, serverKey,
219 (input, serverKey, clnt_random.random_bytes,
256 certRequest = new CertificateRequest(input, protocolVersion);
285 this.serverHelloDone(new ServerHelloDone(input));
290 new Finished(protocolVersion, input, cipherSuit
[all...]
H A DRSAClientKeyExchange.java126 SecureRandom generator, HandshakeInStream input,
134 encrypted = input.getBytes16();
137 if (input.read(encrypted) != messageSize) {
124 RSAClientKeyExchange(ProtocolVersion currentVersion, ProtocolVersion maxVersion, SecureRandom generator, HandshakeInStream input, int messageSize, PrivateKey privateKey) argument

Completed in 96 milliseconds

<<11121314151617