Searched defs:reset (Results 101 - 125 of 553) sorted by relevance

1234567891011>>

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DEmptyIterator.java43 public final DTMAxisIterator reset(){ return this; } method in class:EmptyIterator
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DContextNodeList.java60 public void reset(); method in interface:ContextNodeList
104 * Get a cloned Iterator that is reset to the start of the iteration.
106 * @return A clone of this iteration that has been reset.
/openjdk7/jaxp/src/com/sun/xml/internal/stream/writers/
H A DXMLWriter.java202 public void reset(){ method in class:XMLWriter
/openjdk7/jaxp/src/javax/xml/parsers/
H A DSAXParser.java92 * <p><code>SAXParser</code> is reset to the same state as when it was created with
94 * <code>reset()</code> is designed to allow the reuse of existing <code>SAXParser</code>s
97 * <p>The reset <code>SAXParser</code> is not guaranteed to have the same {@link Schema}
106 public void reset() { method in class:SAXParser
110 "This SAXParser, \"" + this.getClass().getName() + "\", does not support the reset functionality."
/openjdk7/jaxp/src/javax/xml/transform/
H A DTransformer.java59 * <p><code>Transformer</code> is reset to the same state as when it was created with
63 * <code>reset()</code> is designed to allow the reuse of existing <code>Transformer</code>s
66 * <p>The reset <code>Transformer</code> is not guaranteed to have the same {@link URIResolver}
76 public void reset() { method in class:Transformer
80 "This Transformer, \"" + this.getClass().getName() + "\", does not support the reset functionality."
/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
/openjdk7/jdk/src/share/classes/javax/swing/
H A DPopup.java88 reset(owner, contents, x, y);
147 void reset(Component owner, Component contents, int ownerX, int ownerY) { method in class:Popup
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthContext.java78 context.reset(component, region, style, state);
115 reset(component, region, style, state);
178 void reset(JComponent component, Region region, SynthStyle style, method in class:SynthContext
/openjdk7/jdk/src/share/classes/java/io/
H A DBufferedInputStream.java33 * support the <code>mark</code> and <code>reset</code>
41 * stream and the <code>reset</code> operation
112 * after a <code>reset</code> operation. If
133 * <code>reset</code> method fail.
140 * @see java.io.BufferedInputStream#reset()
269 if there is no mark/reset activity, do not bother to copy the
368 // Fill in buffer to save bytes for reset
411 * @see java.io.BufferedInputStream#reset()
419 * See the general contract of the <code>reset</code>
434 public synchronized void reset() throw method in class:BufferedInputStream
[all...]
H A DByteArrayOutputStream.java165 public synchronized void reset() { method in class:ByteArrayOutputStream
H A DCharArrayReader.java192 * Marks the present position in the stream. Subsequent calls to reset()
216 public void reset() throws IOException { method in class:CharArrayReader
226 * mark(), reset(), or skip() invocations will throw an IOException.
H A DCharArrayWriter.java234 public void reset() { method in class:CharArrayWriter
H A DLineNumberReader.java246 * Mark the present position in the stream. Subsequent calls to reset()
247 * will attempt to reposition the stream to this point, and will also reset
253 * attempting to reset the stream may fail.
273 public void reset() throws IOException { method in class:LineNumberReader
275 super.reset();
H A DPushbackInputStream.java327 * <code>reset</code> methods, which it does not.
330 * <code>mark</code> and <code>reset</code> methods.
332 * @see java.io.InputStream#reset()
346 * @see java.io.InputStream#reset()
355 * <p> The method <code>reset</code> for class
363 public synchronized void reset() throws IOException { method in class:PushbackInputStream
364 throw new IOException("mark/reset not supported");
371 * available(), reset(), or skip() invocations will throw an IOException.
H A DPushbackReader.java218 throw new IOException("mark/reset not supported");
222 * Resets the stream. The <code>reset</code> method of
225 * @exception IOException Always, since reset is not supported
227 public void reset() throws IOException { method in class:PushbackReader
228 throw new IOException("mark/reset not supported");
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DCyclicBarrier.java136 * is reset. There can be many generations associated with threads
142 * but no subsequent reset.
161 * on each generation. It is reset to parties on each new
313 * <li>Some other thread invokes {@link #reset} on this barrier.
324 * <p>If the barrier is {@link #reset} while any thread is waiting,
349 * waiting, or the barrier was reset, or the barrier was
376 * <li>Some other thread invokes {@link #reset} on this barrier.
391 * <p>If the barrier is {@link #reset} while any thread is waiting,
419 * waiting, or the barrier was reset, or the barrier was broken
435 * construction or the last reset, o
457 public void reset() { method in class:CyclicBarrier
[all...]
/openjdk7/jdk/src/share/classes/java/util/zip/
H A DDeflaterInputStream.java269 * the {@link #mark mark()} and {@link #reset reset()} methods.
291 public void reset() throws IOException { method in class:DeflaterInputStream
292 throw new IOException("mark/reset not supported");
H A DInflaterInputStream.java247 * <code>reset</code> methods. The <code>markSupported</code>
252 * the <code>mark</code> and <code>reset</code> methods.
254 * @see java.io.InputStream#reset()
268 * @see java.io.InputStream#reset()
277 * <p> The method <code>reset</code> for class
285 public synchronized void reset() throws IOException { method in class:InflaterInputStream
286 throw new IOException("mark/reset not supported");
/openjdk7/jdk/src/share/classes/javax/imageio/stream/
H A DMemoryCache.java55 * to <code>reset()</code>.
128 // allocated next time around (and offset will be reset to 0)
355 * Erase the entire cache contents and reset the length to 0.
359 public void reset() { method in class:MemoryCache
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinvocationCounter.cpp34 _counter = 0; // reset all the bits, including the sticky carry
35 reset();
38 void InvocationCounter::reset() { function in class:InvocationCounter
39 // Only reset the state and don't make the method look like it's never
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DJJTParserState.java55 void reset() { method in class:JJTParserState
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DBerDecoder.java49 reset();
56 public void reset() { method in class:BerDecoder
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftLowFrequencyOscillator.java55 public void reset() { method in class:SoftLowFrequencyOscillator
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/
H A DCanonicalizerSpi.java200 protected boolean reset=false; field in class:CanonicalizerSpi

Completed in 130 milliseconds

1234567891011>>