Searched defs:reset (Results 51 - 75 of 553) sorted by relevance

1234567891011>>

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream_1_2.java46 // the mark and reset methods have been overridden to remember the
54 public void reset() { method in class:CDRInputStream_1_2
55 super.reset();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DProgressMonitorInputStream.java180 * Overrides <code>FilterInputStream.reset</code>
181 * to reset the progress monitor as well as the stream.
183 public synchronized void reset() throws IOException { method in class:ProgressMonitorInputStream
184 in.reset();
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletProps.java65 p.add(new Button(amh.getMessage("button.reset")));
70 reset();
73 void reset() { method in class:AppletProps
76 security.reset();
149 reset();
170 reset();
179 if (amh.getMessage("button.reset").equals(obj)) {
180 reset();
184 reset();
H A DAppletSecurity.java78 reset();
87 public void reset() method in class:AppletSecurity
/openjdk7/jdk/src/share/classes/java/io/
H A DByteArrayInputStream.java71 * <code>reset()</code> method.
236 * Tests if this <code>InputStream</code> supports mark/reset. The
270 public synchronized void reset() { method in class:ByteArrayInputStream
H A DLineNumberInputStream.java245 * call to the <code>reset</code> method repositions this stream at
256 * @see java.io.LineNumberInputStream#reset()
268 * The <code>reset</code> method of
271 * called, and then calls the <code>reset</code> method of the
281 * code to reset the stream and try another parser.
287 public void reset() throws IOException { method in class:LineNumberInputStream
290 in.reset();
H A DReader.java219 * Marks the present position in the stream. Subsequent calls to reset()
226 * reset the stream may fail.
238 * attempt to reset it in some way appropriate to the particular stream,
240 * character-input streams support the reset() operation, and some support
241 * reset() without supporting mark().
245 * or if the stream does not support reset(),
248 public void reset() throws IOException { method in class:Reader
249 throw new IOException("reset() not supported");
255 * mark(), reset(), or skip() invocations will throw an IOException.
H A DStringReader.java157 * Marks the present position in the stream. Subsequent calls to reset()
185 public void reset() throws IOException { method in class:StringReader
195 * ready(), mark(), or reset() invocations will throw an IOException.
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DobjectStartArray.cpp122 void ObjectStartArray::reset() { function in class:ObjectStartArray
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DcopyFailedInfo.hpp51 virtual void reset() { function in class:CopyFailedInfo
80 void reset() { function in class:PromotionFailedInfo
81 CopyFailedInfo::reset();
/openjdk7/hotspot/src/share/vm/libadt/
H A Dset.hpp228 // for( i.reset(s); i.test(); i++ ) { body = i.elem; }
246 void reset( const Set *s ) { delete impl; impl = s->iterate(elem); } function in class:SetI
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DPositionInputStream.java77 public void reset() { method in class:PositionInputStream
78 throw new UnsupportedOperationException("reset");
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DCharArrayIterator.java38 reset(chars, 0);
43 reset(chars, begin);
94 * to getEndIndex(), the current index is reset to getEndIndex() and
183 void reset(char[] chars) { method in class:CharArrayIterator
184 reset(chars, 0);
187 void reset(char[] chars, int begin) { method in class:CharArrayIterator
/openjdk7/jdk/src/macosx/native/jobjc/src/core/java/com/apple/jobjc/
H A DNativeArgumentBuffer.java62 reset();
68 public void reset() { method in class:NativeArgumentBuffer
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DErrorReceiverFilter.java59 public void reset(){ method in class:ErrorReceiverFilter
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DArrayProperty.java58 public void reset(BeanT o) throws AccessorException { method in class:ArrayProperty
59 lister.reset(o,acc);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/
H A DMutableXMLStreamBuffer.java107 * The MutableXMLStreamBuffer is reset (see {@link #reset}) before creation.
117 reset();
126 * The MutableXMLStreamBuffer is reset (see {@link #reset}) before creation.
133 reset();
141 * The MutableXMLStreamBuffer is reset (see {@link #reset}) before creation.
150 reset();
160 * The MutableXMLStreamBuffer is reset (se
213 public void reset() { method in class:MutableXMLStreamBuffer
[all...]
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEInsertionList.cpp58 reset();
61 void LEInsertionList::reset() function in class:LEInsertionList
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DByteBufferInputStream.java166 public synchronized void reset() throws IOException { method in class:ByteBufferInputStream
167 throw new IOException("mark/reset not supported");
172 * <code>reset</code> methods.
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DUnicodeSetIterator.java115 reset(set);
131 * <tt>reset()</tt> between them. The results of doing so are
169 public void reset(UnicodeSet uset) { method in class:UnicodeSetIterator
171 reset();
178 public void reset() { method in class:UnicodeSetIterator
/openjdk7/jdk/test/javax/sound/midi/Gervill/DLSSoundbankReader/
H A DTestGetSoundbankInputStream2.java89 public synchronized void reset() throws IOException { method in class:TestGetSoundbankInputStream2.BadInputStream
90 is.reset();
/openjdk7/jdk/test/javax/sound/midi/Gervill/SF2SoundbankReader/
H A DTestGetSoundbankInputStream2.java89 public synchronized void reset() throws IOException { method in class:TestGetSoundbankInputStream2.BadInputStream
90 is.reset();
/openjdk7/jdk/test/sun/net/www/protocol/http/6550798/
H A DTestCache.java64 public static void reset() { method in class:TestCache
/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharSingleByte.java57 * Call reset before converting input that is not a continuation of
73 * @see #reset
131 * Call this method to reset the converter to its initial state
133 public void reset() { method in class:ByteToCharSingleByte
H A DCharToByteASCII.java170 public void reset() method in class:CharToByteASCII

Completed in 146 milliseconds

1234567891011>>