Searched refs:reset (Results 226 - 250 of 971) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/rmi/transport/proxy/
H A DHttpInputStream.java169 * Mark the current position in the stream (for future calls to reset).
171 * that a reset method call can recreate our state properly.
185 public void reset() throws IOException method in class:HttpInputStream
187 in.reset();
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsAdaptiveSizePolicy.cpp220 _concurrent_timer.reset();
246 _concurrent_timer.reset();
274 _concurrent_timer.reset();
428 _concurrent_timer.reset();
433 _STW_timer.reset();
442 _STW_timer.reset();
462 _STW_timer.reset();
470 _STW_timer.reset();
497 // sweep and reset has not happened.
503 _STW_timer.reset();
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DCachedNodeListIterator.java103 public DTMAxisIterator reset() { method in class:CachedNodeListIterator
H A DSingletonIterator.java67 public DTMAxisIterator reset() { method in class:SingletonIterator
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMErrorImpl.java122 public void reset(){ method in class:DOMErrorImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/
H A DXSFacets.java122 public void reset(){ method in class:XSFacets
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DErrorHandlerAdaptor.java86 public void reset() { hadError = false; } method in class:ErrorHandlerAdaptor
/openjdk7/jaxp/src/javax/xml/validation/
H A DValidator.java73 * <p><code>Validator</code> is reset to the same state as when it was created with
75 * <code>reset()</code> is designed to allow the reuse of existing <code>Validator</code>s
78 * <p>The reset <code>Validator</code> is not guaranteed to have the same {@link LSResourceResolver} or {@link ErrorHandler}
82 public abstract void reset(); method in class:Validator
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DBufferManagerReadGrow.java68 // Mark and reset handler -------------------------
87 public void reset() { method in class:BufferManagerReadGrow
H A DMarshalInputStream.java80 // mark/reset from java.io.InputStream
82 public void reset(); method in interface:MarshalInputStream
/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 DByteArrayOutputStream.java165 public synchronized void reset() { method in class:ByteArrayOutputStream
H A DInputStream.java275 * the <code>reset</code> method repositions this stream at the last marked
286 * <code>reset</code> is called. However, the stream is not required to
288 * read from the stream before <code>reset</code> is called.
297 * @see java.io.InputStream#reset()
305 * <p> The general contract of <code>reset</code> is:
319 * stream is reset to a state such that all the bytes read since the
324 * the time of the call to <code>reset</code>. </ul>
329 * <ul><li> The call to <code>reset</code> may throw an
333 * is reset to a fixed state that depends on the particular type of the
338 * <p>The method <code>reset</cod
346 public synchronized void reset() throws IOException { method in class:InputStream
[all...]
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/jdk/src/share/classes/java/net/
H A DSocketImpl.java307 void reset() throws IOException { method in class:SocketImpl
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsurvRateGroup.hpp55 void reset();
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapRequest.java89 ber.reset();
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAudioFloatInputStream.java120 public void reset() throws IOException { method in class:AudioFloatInputStream.BytaArrayAudioFloatInputStream
209 public void reset() throws IOException { method in class:AudioFloatInputStream.DirectAudioFloatInputStream
210 stream.reset();
280 public abstract void reset() throws IOException; method in class:AudioFloatInputStream
H A DSoftMidiAudioFileReader.java135 inputstream.reset();
138 inputstream.reset();
206 inputstream.reset();
209 inputstream.reset();
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DSignatureAlgorithmSpi.java181 public void reset() { method in class:SignatureAlgorithmSpi
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DUnsyncByteArrayOutputStream.java78 public void reset() { method in class:UnsyncByteArrayOutputStream
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DHmacMD5.java118 hmac.reset();
H A DHmacSHA1.java118 hmac.reset();
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageReaderSpi.java85 stream.reset();

Completed in 409 milliseconds

1234567891011>>