Searched defs:reset (Results 1 - 25 of 70) sorted by relevance

123

/libcore/include/
H A DScopedLocalRef.h32 reset();
35 void reset(T ptr = NULL) { function in class:ScopedLocalRef
/libcore/luni/src/main/java/java/io/
H A DFilterInputStream.java70 * Sending {@code reset()} will reposition this stream back to the marked
79 * @see #reset()
87 * Indicates whether this stream supports {@code mark()} and {@code reset()}.
91 * @return {@code true} if {@code mark()} and {@code reset()} are supported,
94 * @see #reset()
153 public synchronized void reset() throws IOException { method in class:FilterInputStream
154 in.reset();
159 * calls to {@code read} will not return these bytes unless {@code reset} is
167 * @see #reset()
H A DFilterReader.java64 * Sending {@code reset()} will reposition this reader back to the marked
75 * @see #reset()
85 * Indicates whether this reader supports {@code mark()} and {@code reset()}.
88 * @return {@code true} if {@code mark()} and {@code reset()} are supported
91 * @see #reset()
165 * {@code reset()} in the Reader subclass that is filtered by this reader.
170 * {@code mark()} and {@code reset()}.
175 public void reset() throws IOException { method in class:FilterReader
177 in.reset();
183 * will not return these characters unless {@code reset} i
[all...]
H A DInputStream.java40 * {@link #reset()} is called.
119 * Sending {@code reset()} will reposition the stream back to the marked
129 * @see #reset()
137 * {@code reset()} methods. The default implementation returns {@code false}.
141 * @see #reset()
217 public synchronized void reset() throws IOException { method in class:InputStream
H A DStringBufferInputStream.java123 public synchronized void reset() { method in class:StringBufferInputStream
H A DByteArrayInputStream.java105 * {@code readlimit} is ignored. Sending {@code reset()} will reposition the
111 * @see #reset()
120 * {@code reset()} methods. Returns {@code true} since this class supports
125 * @see #reset()
191 public synchronized void reset() { method in class:ByteArrayInputStream
197 * calls to {@code read} will not return these bytes unless {@code reset} is
H A DLineNumberInputStream.java82 * Sending {@code reset()} will reposition this stream back to the marked
84 * The line number count will also be reset to the last marked
93 * @see #reset()
202 public void reset() throws IOException { method in class:LineNumberInputStream
203 in.reset();
216 * @see #reset()
224 * calls to {@code read} will not return these bytes unless {@code reset} is
236 * @see #reset()
H A DReader.java81 * Calling {@code reset()} will reposition the reader back to the marked
95 * @see #reset()
103 * {@code reset()} methods. This default implementation returns
189 * {@code reset()} is implementation specific. This default
197 public void reset() throws IOException { method in class:Reader
204 * reset} is used. This method may perform multiple reads to read {@code
214 * @see #reset()
H A DBufferedInputStream.java176 * Calling {@code reset()} will reposition the stream back to the marked
184 * @see #reset()
194 * and {@code reset()} methods.
198 * @see #reset()
345 public synchronized void reset() throws IOException { method in class:BufferedInputStream
357 * {@code read} will not return these bytes unless {@code reset} is
H A DBufferedReader.java54 * <p>Mark is the value pos will be set to on calls to {@link #reset}. Its
56 * buffer cannot be reset.
59 * limit is exceeded, {@link #reset} is permitted (but not required) to
60 * throw an exception. For shorter distances, {@link #reset} shall not throw
177 * Calling {@code reset()} will reposition the reader back to the marked
188 * @see #reset()
210 * {@code reset()} methods. This implementation returns {@code true}.
214 * @see #reset()
456 public void reset() throws IOException { method in class:BufferedReader
468 * {@code read} will not return these chars unless {@code reset} i
[all...]
H A DByteArrayOutputStream.java101 public synchronized void reset() { method in class:ByteArrayOutputStream
H A DCharArrayReader.java129 * ignored for CharArrayReaders. Calling {@code reset()} will reposition the
154 * {@code reset()} methods.
158 * @see #reset()
246 * location. If this reader has not been marked, it is reset to the
253 public void reset() throws IOException { method in class:CharArrayReader
262 * {@code read} will not return these characters unless {@code reset}
H A DCharArrayWriter.java99 * Resets this writer. The current write position is reset to the beginning
103 public void reset() { method in class:CharArrayWriter
111 * stores. This number changes if this writer is reset or when more
220 * receiver since the last reset or since it was created.
/libcore/luni/src/main/java/java/util/zip/
H A DAdler32.java43 public void reset() { method in class:Adler32
H A DCRC32.java44 public void reset() { method in class:CRC32
H A DChecksum.java36 public void reset(); method in interface:Checksum
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DTrustedCertificateIndex.java77 public void reset() { method in class:TrustedCertificateIndex
83 public void reset(Set<TrustAnchor> anchors) { method in class:TrustedCertificateIndex
85 reset();
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DSecurityChecker.java54 public SecurityChecker reset() { method in class:SecurityChecker
/libcore/luni/src/main/java/java/text/
H A DCollationElementIterator.java144 * attributes changed, calling {@code reset()} reinitializes the iterator to
147 public void reset() { method in class:CollationElementIterator
148 this.icuIterator.reset();
/libcore/luni/src/main/java/javax/xml/xpath/
H A DXPath.java91 * <p><code>XPath</code> is reset to the same state as when it was created with
93 * <code>reset()</code> is designed to allow the reuse of existing <code>XPath</code>s
96 * <p>The reset <code>XPath</code> is not guaranteed to have the same {@link XPathFunctionResolver}, {@link XPathVariableResolver}
101 public void reset(); method in interface:XPath
/libcore/luni/src/main/java/libcore/net/url/
H A DFtpURLInputStream.java51 public synchronized void reset() throws IOException { method in class:FtpURLInputStream
52 is.reset();
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
H A DSAXParserImpl.java56 @Override public void reset() { method in class:SAXParserImpl
/libcore/luni/src/test/java/libcore/java/util/prefs/
H A DOldPreferenceChangeEventTest.java46 pl.reset();
71 pl.reset();
76 pl.reset();
101 pl.reset();
151 public void reset() { method in class:OldPreferenceChangeEventTest.MockPreferenceChangeListener
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DTrustManagerFactorySpiImpl.java32 public void reset() { method in class:TrustManagerFactorySpiImpl
/libcore/support/src/test/java/tests/support/
H A DSupport_StringReader.java70 * is ignored for StringReaders. Sending reset() will reposition the reader
96 * mark() and reset(). This method always returns true.
98 * @return <code>true</code> if mark() and reset() are supported,
199 * reset to the beginning of the String.
205 public void reset() throws IOException { method in class:Support_StringReader
218 * unless <code>reset()</code> is used.

Completed in 271 milliseconds

123