Searched defs:in (Results 151 - 175 of 640) sorted by relevance

1234567891011>>

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orbutil/fsm/
H A DStateImpl.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
38 /** Base class for all states in a StateEngine. This must be used
39 * as the base class for all states in transitions added to a StateEngine.
83 public void addGuardedAction( Input in, GuardedAction ga ) argument
85 Set gas = (Set)inputToGuardedActions.get( in ) ;
88 inputToGuardedActions.put( in, gas ) ;
94 public Set getGuardedActions( Input in )
96 return (Set)inputToGuardedActions.get( in ) ;
[all...]
/openjdk7/corba/src/share/classes/javax/rmi/CORBA/
H A DValueHandler.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
50 * @param in the stream to read the value from.
51 * @param offset the current position in the input stream.
52 * @param clz the type of the value to be read in.
53 * @param repositoryID the RepositoryId of the value to be read in.
57 java.io.Serializable readValue(org.omg.CORBA.portable.InputStream in, argument
/openjdk7/jdk/src/share/classes/javax/smartcardio/
H A DResponseAPDU.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
31 * A response APDU as defined in ISO/IEC 7816-4. It consists of a conditional
36 * <p>Instances of this class are immutable. Where data is passed in or out
78 * Returns the number of data bytes in the response body (Nr) or 0 if this
82 * @return the number of data bytes in the response body or 0 if this APDU
90 * Returns a copy of the data bytes in the response body. If this APDU as
93 * @return a copy of the data bytes in the response body or the empty
133 * Returns a copy of the bytes in thi
179 readObject(java.io.ObjectInputStream in) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DLayoutFocusTraversalPolicy.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
42 * <code>ComponentOrientation</code> for more information. All columns in a
66 * Constructs a LayoutFocusTraversalPolicy with the passed in
146 * Returns the first Component in the traversal cycle. This method is used
147 * to determine the next Component to focus when traversal wraps in the
152 * @return the first Component in the traversal cycle of aContainer,
170 * Returns the last Component in the traversal cycle. This method is used
171 * to determine the next Component to focus when traversal wraps in th
258 readObject(ObjectInputStream in) argument
[all...]
H A DProgressMonitorInputStream.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
39 * is normally invoked in roughly this form:
41 * InputStream in = new BufferedInputStream(
58 * a section in <em>The Java Tutorial.</em>
74 * @param message Descriptive text to be placed in the dialog box
78 * @param in The input stream to be monitored.
82 InputStream in) {
83 super(in);
80 ProgressMonitorInputStream(Component parentComponent, Object message, InputStream in) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DEditorKit.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
136 * to be in a format appropriate for this kind of content
139 * @param in The stream to read from
141 * @param pos The location in the document to place the
147 public abstract void read(InputStream in, Document doc, int pos) argument
152 * in a format appropriate for this kind of content handler.
156 * @param pos The location in the document to fetch the
168 * to be in
184 read(Reader in, Document doc, int pos) argument
[all...]
/openjdk7/jdk/src/share/classes/java/io/
H A DLineNumberInputStream.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
61 * @param in the underlying input stream.
63 public LineNumberInputStream(InputStream in) { argument
64 super(in);
69 * byte is returned as an <code>int</code> in the range
79 * returns and newline characters in the input, and modifies the
87 * @see java.io.FilterInputStream#in
96 c = in
[all...]
/openjdk7/jdk/src/share/classes/java/lang/
H A DEnum.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
39 * found in section 8.9 of
43 * or as the type of the keys in a map, specialized and efficient
58 * The name of this enum constant, as declared in the enum declaration.
65 * Returns the name of this enum constant, exactly as declared in its
68 * <b>Most programmers should use the {@link #toString} method in
71 * use in specialized situations where correctness depends on getting the
82 * in th
248 readObject(ObjectInputStream in) argument
[all...]
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DRemoteObject.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
113 * (in order to support remote objects as keys in hash tables).
125 * remote object is stored in a hashtable.
258 * on the <code>ObjID</code> instance contained in the reference
282 * on the <code>ObjID</code> instance contained in the reference
311 * on the <code>ObjID</code> instance contained in the reference
376 * Built-in referenc
421 readObject(java.io.ObjectInputStream in) argument
[all...]
H A DUnicastRemoteObject.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
178 private void readObject(java.io.ObjectInputStream in) argument
181 in.defaultReadObject();
281 * remote object still has calls in progress. If the force
283 * no pending or in progress calls to the object.
287 * pending or in-progress calls; if false, only unexports the object
288 * if there are no pending or in-progress calls
/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanFeatureInfo.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
211 * {@code descriptor}, which is not serialized in the default way. Then the method
233 private void readObject(ObjectInputStream in) argument
236 in.defaultReadObject();
238 switch (in.read()) {
240 final String[] names = (String[])in.readObject();
245 final Object[] values = (Object[])in.readObject();
251 descriptor = (Descriptor)in
[all...]
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DInvalidTargetObjectTypeException.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
54 // Two serial forms are supported in this class. The selected form depends
65 // Serializable fields in old serial form
72 // Serializable fields in new serial form
123 * @param s String value that will be incorporated in the message for
141 * @param s String value that will be incorporated in message for
156 private void readObject(ObjectInputStream in) argument
160 // Read an object serialized in th
[all...]
H A DXMLParseException.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
57 // Two serial forms are supported in this class. The selected form depends
68 // Serializable fields in old serial form
74 // Serializable fields in new serial form
131 private void readObject(ObjectInputStream in) argument
134 in.defaultReadObject();
145 // Serializes this instance in the old serial form
153 // Serializes this instance in th
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAuFileWriter.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
250 // plug in the transcoder to convert to PCM_SIGNED, bigendian
252 // to big endian unless the passed in audioFileFormat is little.
289 // in audioStream
300 private int writeAuFile(InputStream in, AuFileFormat auFileFormat, OutputStream out) throws IOException { argument
304 InputStream fileStream = getFileStream(auFileFormat, in);
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DPositionInputStream.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
40 * InputStream that keeps track of total bytes read (in effect
41 * 'position' in stream) from the input stream.
47 public PositionInputStream(InputStream in) { argument
48 super(in);
/openjdk7/jdk/make/tools/src/build/tools/dtdbuilder/
H A DDTDInputStream.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
60 public DTDInputStream(InputStream in, DTD dtd) throws IOException { argument
61 super(new InputStreamReader(in));
63 this.ch = in.read();
94 void push(Reader in) throws IOException { argument
97 stack.push(this.in);
98 this.in = in;
[all...]
/openjdk7/jdk/src/share/back/
H A DClassTypeImpl.c9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
32 superclass(PacketInputStream *in, PacketOutputStream *out) argument
39 clazz = inStream_readClassRef(env, in);
40 if (inStream_error(in)) {
57 readStaticFieldValue(JNIEnv *env, PacketInputStream *in, jclass clazz, argument
66 value.l = inStream_readObjectRef(env, in);
71 value.b = inStream_readByte(in);
76 value.c = inStream_readChar(in);
119 setValues(PacketInputStream *in, PacketOutputStream *out) argument
173 invokeStatic(PacketInputStream *in, PacketOutputStream *out) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DTransformInputOutput.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
52 InputStream in = null;
55 in = new BufferedInputStream(System.in);
58 in = new BufferedInputStream(new FileInputStream(args[0]));
61 in = new BufferedInputStream(new FileInputStream(args[0]));
67 parse(in, out);
70 abstract public void parse(InputStream in, OutputStrea argument
74 parse(InputStream in, OutputStream out, String workingDirectory) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/util/
H A DQPDecoderStream.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
52 * @param in the input stream
54 public QPDecoderStream(InputStream in) { argument
55 super(new PushbackInputStream(in, 2)); // pushback of size=2
60 * is returned as an <code>int</code> in the range <code>0</code>
77 int c = in.read();
81 while ((c = in.read()) == ' ')
90 ((PushbackInputStream)in)
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/
H A DMutableXMLStreamBuffer.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
62 * The default array size for the arrays used in internal representation
87 * The size of the arrays used in the internal representation
168 * @param in
171 public void createFromXMLReader(XMLReader reader, InputStream in) throws SAXException, IOException { argument
172 createFromXMLReader(reader, in, null);
187 * @param in
192 public void createFromXMLReader(XMLReader reader, InputStream in, Strin argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/fastinfoset/
H A DFastInfosetStreamReaderFactory.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
46 public XMLStreamReader doCreate(String systemId, InputStream in, boolean rejectDTDs) { argument
49 return FastInfosetCodec.createNewStreamReaderRecyclable(in, false);
52 parser.setInputStream(in);
/openjdk7/jdk/src/windows/classes/java/io/
H A DFileDescriptor.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
70 // Set up JavaIOFileDescriptorAccess in SharedSecrets
96 * known as {@code System.in}.
98 * @see java.lang.System#in
100 public static final FileDescriptor in = standardStream(0); field in class:FileDescriptor
135 * refers to a physical storage medium, such as a file in a file
136 * system, sync will not return until all in-memory modified copies
141 * storage (such as a file) to be in
[all...]
/openjdk7/jdk/test/demo/jvmti/
H A DDemoRun.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
42 private BufferedInputStream in; field in class:MyInputStream
46 MyInputStream(String name, InputStream in) { argument
48 this.in = new BufferedInputStream(in);
69 /* Runs as a separate thread capturing all output in a StringBuffer */
74 int n = in.read(b);
137 /* Array of strings to be passed in for exec:
206 /* Save process output in StringBuffer
[all...]
/openjdk7/jdk/test/java/io/IOException/
H A DLastErrorString.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
92 FileInputStream in; field in class:LastErrorString.ClosedFISTest
99 this.in = new FileInputStream(READABLE_FILE);
100 this.in.close();
179 in.read();
185 in.read(b);
190 in.skip(10);
195 in.available();
/openjdk7/jdk/test/java/io/Serializable/GetField/
H A DRead2.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
27 * serialized fields which exist in the receiving object.
46 private void readObject(ObjectInputStream in) argument
49 ObjectInputStream.GetField fields = in.readFields();

Completed in 78 milliseconds

1234567891011>>