Searched refs:input (Results 176 - 200 of 810) sorted by relevance

1234567891011>>

/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DFixedHolder.java69 * Read a fixed point value from the input stream and store it in
72 * @param input the {@code InputStream} to read from.
74 public void _read(InputStream input) { argument
75 value = input.read_fixed();
H A DFloatHolder.java79 * Read a float from an input stream and initialize the value
82 * @param input the {@code InputStream} to read from.
84 public void _read(InputStream input) { argument
85 value = input.read_float();
H A DStringHolder.java80 * Reads the unmarshalled data from {@code input} and assigns it to
83 * @param input the InputStream containing CDR formatted data from the wire.
85 public void _read(InputStream input) { argument
86 value = input.read_string();
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DConstantMethodref.java45 * Initialize instance from input data.
47 * @param input input stream
50 ConstantMethodref(final DataInput input) throws IOException { argument
51 super(Const.CONSTANT_Methodref, input);
H A DRuntimeInvisibleAnnotations.java44 * @param input
49 public RuntimeInvisibleAnnotations(final int name_index, final int length, final DataInput input, final ConstantPool constant_pool) argument
52 super(Const.ATTR_RUNTIME_INVISIBLE_ANNOTATIONS, name_index, length, input, constant_pool, false);
H A DRuntimeVisibleAnnotations.java44 * @param input
49 public RuntimeVisibleAnnotations(final int name_index, final int length, final DataInput input, final ConstantPool constant_pool) throws IOException argument
51 super(Const.ATTR_RUNTIME_VISIBLE_ANNOTATIONS, name_index, length, input, constant_pool, true);
H A DConstantInterfaceMethodref.java45 * Initialize instance from input data.
47 * @param input input stream
50 ConstantInterfaceMethodref(final DataInput input) throws IOException { argument
51 super(Const.CONSTANT_InterfaceMethodref, input);
H A DConstantFieldref.java45 * Initialize instance from input data.
47 * @param input input stream
50 ConstantFieldref(final DataInput input) throws IOException { argument
51 super(Const.CONSTANT_Fieldref, input);
/openjdk10/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DTestGeneratorsFactory.java33 public List<TestsGenerator> apply(String[] input) { argument
35 for (String generatorName : input) {
/openjdk10/jdk/src/java.base/share/classes/com/sun/crypto/provider/
H A DDESCipher.java103 * <code>doFinal</code> operation, given the input length
113 * @param inputLen the input length (in bytes)
232 * <p>The first <code>inputLen</code> bytes in the <code>input</code>
236 * @param input the input buffer
237 * @param inputOffset the offset in <code>input</code> where the input
239 * @param inputLen the input length
246 protected byte[] engineUpdate(byte[] input, int inputOffset, argument
248 return core.update(input, inputOffse
274 engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) argument
311 engineDoFinal(byte[] input, int inputOffset, int inputLen) argument
353 engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) argument
[all...]
H A DBlowfishCipher.java108 * <code>doFinal</code> operation, given the input length
118 * @param inputLen the input length (in bytes)
237 * <p>The first <code>inputLen</code> bytes in the <code>input</code>
241 * @param input the input buffer
242 * @param inputOffset the offset in <code>input</code> where the input
244 * @param inputLen the input length
251 protected byte[] engineUpdate(byte[] input, int inputOffset, argument
253 return core.update(input, inputOffse
279 engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) argument
316 engineDoFinal(byte[] input, int inputOffset, int inputLen) argument
358 engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) argument
[all...]
H A DDESedeCipher.java100 * <code>doFinal</code> operation, given the input length
110 * @param inputLen the input length (in bytes)
212 * <p>The first <code>inputLen</code> bytes in the <code>input</code>
216 * @param input the input buffer
217 * @param inputOffset the offset in <code>input</code> where the input
219 * @param inputLen the input length
226 protected byte[] engineUpdate(byte[] input, int inputOffset, argument
228 return core.update(input, inputOffse
254 engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) argument
291 engineDoFinal(byte[] input, int inputOffset, int inputLen) argument
333 engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) argument
[all...]
H A DPBEWithMD5AndTripleDESCipher.java46 * password, and use the result as the input to the next digest operation.
122 * <code>doFinal</code> operation, given the input length
132 * @param inputLen the input length (in bytes)
246 * <p>The first <code>inputLen</code> bytes in the <code>input</code>
250 * @param input the input buffer
251 * @param inputOffset the offset in <code>input</code> where the input
253 * @param inputLen the input length
258 protected byte[] engineUpdate(byte[] input, in argument
286 engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) argument
323 engineDoFinal(byte[] input, int inputOffset, int inputLen) argument
364 engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) argument
[all...]
H A DPBEWithMD5AndDESCipher.java110 * <code>doFinal</code> operation, given the input length
120 * @param inputLen the input length (in bytes)
236 * <p>The first <code>inputLen</code> bytes in the <code>input</code>
240 * @param input the input buffer
241 * @param inputOffset the offset in <code>input</code> where the input
243 * @param inputLen the input length
248 protected byte[] engineUpdate(byte[] input, int inputOffset, int inputLen) argument
250 return core.update(input, inputOffse
276 engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) argument
313 engineDoFinal(byte[] input, int inputOffset, int inputLen) argument
354 engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) argument
[all...]
/openjdk10/jdk/test/sun/nio/cs/
H A DLatinCharReplacementTWTest.java40 byte[] input = { (byte)0xa1,
65 ByteArrayInputStream bais = new ByteArrayInputStream(input);
H A DJISAutoDetectTest.java38 byte[] input; field in class:JISAutoDetectTest.TestData
62 ncr = autoDetect.decode(ByteBuffer.wrap(data[i].input),
65 mcr = dec.decode(ByteBuffer.wrap(data[i].input),
97 data[i].input = new byte[] { (byte)'C', (byte)'o', (byte)'p', (byte)'y',
106 data[i].input = new byte[] { (byte)0xbb, (byte)0xdd, (byte)0xcf, (byte)0xb2,
115 data[i].input = new byte[] { (byte)0xbb, (byte)0xdd, (byte)0xcf, (byte)0xb2,
123 data[i].input = new byte[] { (byte)0xbb, (byte)0xdd, (byte)0xcf, (byte)0xb2,
131 data[i].input = new byte[] { (byte)0x8f, (byte)0xa1, (byte)0xaa };
137 data[i].input = new byte[] { (byte)0xa4, (byte)0xd2, (byte)0xa4, (byte)0xe9,
144 data[i].input
[all...]
/openjdk10/jdk/test/sun/security/pkcs11/Mac/
H A DMacKAT.java212 private static Test newMacTest(String alg, byte[] input, String macvalue, argument
214 return new MacTest(alg, input, parse(macvalue), parse(key));
217 private static Test newMacTest(String alg, byte[] input, String macvalue, argument
219 return new MacTest(alg, input, parse(macvalue), key);
229 private final byte[] input; field in class:MacKAT.MacTest
233 MacTest(String alg, byte[] input, byte[] macvalue, byte[] key) { argument
235 this.input = input;
250 mac.update(input);
254 if (input
[all...]
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/
H A DJoniRegExp.java89 public RegExpMatcher match(final String input) { argument
94 return new JoniMatcher(input);
110 final String input; field in class:JoniRegExp.JoniMatcher
113 JoniMatcher(final String input) { argument
114 this.input = input;
115 this.joniMatcher = regex.matcher(input.toCharArray());
120 return joniMatcher.search(start, input.length(), Option.NONE) > -1;
125 return input;
150 return input
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/calc/
H A DIntegerConvertNode.java63 int resultBits, ValueNode input) {
64 super(c, getOp.apply(ArithmeticOpTable.forStamp(input.stamp())).foldStamp(inputBits, resultBits, input.stamp()), input);
69 assert ((PrimitiveStamp) input.stamp()).getBits() == inputBits;
124 public static ValueNode convert(ValueNode input, Stamp stamp) { argument
125 return convert(input, stamp, false);
128 public static ValueNode convert(ValueNode input, Stamp stamp, StructuredGraph graph) { argument
129 ValueNode convert = convert(input, stamp, false);
137 public static ValueNode convertUnsigned(ValueNode input, Stam argument
62 IntegerConvertNode(NodeClass<? extends IntegerConvertNode<OP, REV>> c, SerializableIntegerConvertFunction<OP> getOp, SerializableIntegerConvertFunction<REV> getReverseOp, int inputBits, int resultBits, ValueNode input) argument
141 convert(ValueNode input, Stamp stamp, boolean zeroExtend) argument
[all...]
/openjdk10/jdk/test/java/io/InputStream/
H A DTransferTo.java54 try (InputStream in = input()) {
58 try (InputStream in = input((byte) 1)) {
62 try (InputStream in = input((byte) 1, (byte) 2)) {
82 transferToThenCheckIfAnyClosed(input(0, new byte[]{1, 2, 3}), output());
83 transferToThenCheckIfAnyClosed(input(1, new byte[]{1, 2, 3}), output());
84 transferToThenCheckIfAnyClosed(input(2, new byte[]{1, 2, 3}), output());
89 transferToThenCheckIfAnyClosed(input(new byte[]{1, 2, 3}), output(0));
90 transferToThenCheckIfAnyClosed(input(new byte[]{1, 2, 3}), output(1));
91 transferToThenCheckIfAnyClosed(input(new byte[]{1, 2, 3}), output(2));
94 private static void transferToThenCheckIfAnyClosed(InputStream input, argument
188 private static InputStream input(byte... bytes) { method in class:TransferTo
192 private static InputStream input(int exceptionPosition, byte... bytes) { method in class:TransferTo
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DStAXSchemaParser.java105 public void parse(XMLEventReader input) throws XMLStreamException, XNIException { argument
106 XMLEvent currentEvent = input.peek();
115 loop: while (input.hasNext()) {
116 currentEvent = input.nextEvent();
183 public void parse(XMLStreamReader input) throws XMLStreamException, XNIException { argument
184 if (input.hasNext()) {
185 int eventType = input.getEventType();
190 fLocationWrapper.setLocation(input.getLocation());
193 loop: while (input.hasNext()) {
195 eventType = input
329 fillXMLAttributes(XMLStreamReader input) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftAudioProcessor.java39 void setInput(int pin, SoftAudioBuffer input); argument
/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/
H A DReplParserFactory.java56 public JavacParser newParser(CharSequence input, boolean keepDocComments, boolean keepEndPos, boolean keepLineMap) { argument
57 com.sun.tools.javac.parser.Lexer lexer = scannerFactory.newScanner(input, keepDocComments);
62 public JavacParser newParser(CharSequence input, boolean keepDocComments, boolean keepEndPos, boolean keepLineMap, boolean parseModuleInfo) { argument
63 return newParser(input, keepDocComments, keepEndPos, keepLineMap);
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/
H A DInheritableTaglet.java48 * @param input the input for documentation search.
51 void inherit(DocFinder.Input input, DocFinder.Output output); argument
/openjdk10/langtools/test/tools/javac/parser/extend/
H A DTrialParserFactory.java51 public JavacParser newParser(CharSequence input, boolean keepDocComments, boolean keepEndPos, boolean keepLineMap) { argument
52 com.sun.tools.javac.parser.Lexer lexer = scannerFactory.newScanner(input, keepDocComments);
57 public JavacParser newParser(CharSequence input, boolean keepDocComments, boolean keepEndPos, boolean keepLineMap, boolean parseModuleInfo) { argument
58 return newParser(input, keepDocComments, keepEndPos, keepLineMap);

Completed in 203 milliseconds

1234567891011>>