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

1234567891011>>

/openjdk7/jdk/test/javax/management/remote/mandatory/passwordAccessFile/
H A DSimpleStandardMBean.java41 * - an operation (named "reset").
70 * Operation: reset to their initial values the "State" and "NbChanges"
73 public void reset(); method in interface:SimpleStandardMBean
H A DSimpleStandard.java41 * - the "reset()" operation.
104 * Operation: reset to their initial values the "State" and "NbChanges"
107 public void reset() { method in class:SimpleStandard
112 "NbChanges reset",
/openjdk7/jdk/test/javax/management/remote/mandatory/passwordAuthenticator/
H A DSimpleStandardMBean.java34 * - an operation (named "reset").
63 * Operation: reset to their initial values the "State" and "NbChanges"
66 public void reset(); method in interface:SimpleStandardMBean
/openjdk7/jdk/test/javax/management/remote/mandatory/subjectDelegation/
H A DSimpleStandardMBean.java34 * - an operation (named "reset").
63 * Operation: reset to their initial values the "State" and "NbChanges"
66 public void reset(); method in interface:SimpleStandardMBean
/openjdk7/jdk/src/share/classes/sun/misc/
H A DCRC16.java61 /** reset CRC value to 0 */
62 public void reset() { method in class:CRC16
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DTextAreaDocument.java33 * This is stored in order to enable an accurate reset of the
34 * state when a reset is requested.
48 void reset() { method in class:TextAreaDocument
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DWatchKey.java48 * signalled, a key remains in this state until its {@link #reset reset} method
67 * // reset the key
68 * boolean valid = key.reset();
77 * should be taken to ensure that the {@code reset} method is only invoked after
116 * @return {@code true} if the watch key is valid and has been reset, and
117 * {@code false} if the watch key could not be reset because it is
120 boolean reset(); method in interface:WatchKey
/openjdk7/jdk/src/share/classes/java/util/zip/
H A DChecksum.java59 public void reset(); method in interface:Checksum
H A DAdler32.java115 public void reset() { method in class:Adler32
H A DCRC32.java80 public void reset() { method in class:CRC32
/openjdk7/jdk/src/share/classes/sun/reflect/
H A DSignatureIterator.java36 reset();
39 public void reset() { method in class:SignatureIterator
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXML11DTDValidator.java97 public void reset(XMLComponentManager manager) { method in class:XML11DTDValidator
103 super.reset(manager);
104 } //reset(XMLComponentManager)
/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DStaxErrorReporter.java55 reset(propertyManager);
59 * If this constructor is used to create the object, one must invoke reset() on this object.
67 *One must call reset before using any of the function.
69 public void reset(PropertyManager propertyManager){ method in class:StaxErrorReporter
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DMarkAndResetHandler.java30 * implement mark/reset.
38 void reset(); method in interface:MarkAndResetHandler
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/transport/
H A DIIOPPrimaryToContactInfo.java55 public void reset(ContactInfo primary); method in interface:IIOPPrimaryToContactInfo
/openjdk7/jdk/src/share/classes/javax/smartcardio/
H A DCard.java158 * @param reset whether to reset the card after disconnecting.
165 public abstract void disconnect(boolean reset) throws CardException; argument
/openjdk7/jdk/src/share/classes/java/io/
H A DFilterInputStream.java186 * call to the <code>reset</code> method repositions this stream at
198 * @see java.io.FilterInputStream#reset()
209 * simply performs <code>in.reset()</code>.
218 * code to reset the stream and try another parser.
225 public synchronized void reset() throws IOException { method in class:FilterInputStream
226 in.reset();
231 * and <code>reset</code> methods.
236 * <code>mark</code> and <code>reset</code> method;
240 * @see java.io.InputStream#reset()
H A DFilterReader.java116 public void reset() throws IOException { method in class:FilterReader
117 in.reset();
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 DStringBufferInputStream.java169 public synchronized void reset() { method in class:StringBufferInputStream
/openjdk7/hotspot/src/share/vm/memory/
H A Dclassify.cpp99 void ClassifyObjectClosure::reset() { function in class:ClassifyObjectClosure
189 void ClassifyInstanceKlassClosure::reset() { function in class:ClassifyInstanceKlassClosure
/openjdk7/hotspot/src/share/vm/opto/
H A Dlive.hpp75 void reset() { _live = NULL; } function in class:PhaseLive
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftProcess.java40 public void reset(); method in interface:SoftProcess
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DPositionDataInputStream.java57 public void reset() { method in class:PositionDataInputStream
58 throw new UnsupportedOperationException("reset");
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFWritableImageMetadata.java58 public void reset() { method in class:GIFWritableImageMetadata
399 reset();

Completed in 75 milliseconds

1234567891011>>