Searched defs:reset (Results 226 - 250 of 553) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/java/text/
H A DCollationElementIterator.java154 public void reset() method in class:CollationElementIterator
157 text.reset();
/openjdk7/jdk/src/share/classes/java/util/zip/
H A DInflater.java349 public void reset() { method in class:Inflater
352 reset(zsRef.address());
405 private native static void reset(long addr); method in class:Inflater
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DMac.java529 * That is, the object is reset and available to generate another MAC from
558 * That is, the object is reset and available to generate another MAC from
601 * That is, the object is reset and available to generate another MAC from
631 * That is, the object is reset and available to generate another MAC from
638 public final void reset() { method in class:Mac
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadata.java230 * <code>reset</code> methods.
736 * <p> The default implementation calls <code>reset</code>
758 reset();
776 public abstract void reset(); method in class:IIOMetadata
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsurvRateGroup.cpp43 reset();
55 void SurvRateGroup::reset() { function in class:SurvRateGroup
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsCompactionManager.cpp178 void ParCompactionManager::reset() { function in class:ParCompactionManager
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeHistogram.cpp41 void BytecodeCounter::reset() { function in class:BytecodeCounter
112 void BytecodeHistogram::reset() { function in class:BytecodeHistogram
152 void BytecodePairHistogram::reset() { function in class:BytecodePairHistogram
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.cpp73 void FreeList<Chunk>::reset(size_t hint) { function in class:FreeList
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DBerDecoder.java61 reset() ;
64 public void reset() { method in class:BerDecoder
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DBerEncoder.java72 public void reset() { method in class:BerEncoder
/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 DSunFileWriter.java222 public void reset() throws IOException { method in class:SunFileWriter.NoCloseInputStream
223 in.reset();
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DMessageDigestAlgorithm.java216 * Proxy method for {@link java.security.MessageDigest#reset}
220 public void reset() { method in class:MessageDigestAlgorithm
221 this.algorithm.reset();
H A DSignatureAlgorithmSpi.java181 public void reset() { method in class:SignatureAlgorithmSpi
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DLogCleanupReader.java69 pattern2.reset(s);
75 pattern.reset(s);
81 pattern3.reset(s);
201 public void reset() throws java.io.IOException { method in class:LogCleanupReader
202 reader.reset();
/openjdk7/hotspot/src/share/vm/adlc/
H A Darena.cpp143 //------------------------------reset------------------------------------------
145 Arena *Arena::reset(void) { function in class:Arena
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIState.java69 public void reset() { method in class:JRSUIState
116 public void reset() { method in class:JRSUIState.AnimationFrameState
117 super.reset();
163 public void reset() { method in class:JRSUIState.ValueState
164 super.reset();
231 public void reset() { method in class:JRSUIState.ScrollBarState
232 super.reset();
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DCounterMode.java78 void reset() { method in class:CounterMode
125 reset();
H A DFeedbackCipher.java118 abstract void reset(); method in class:FeedbackCipher
H A DHmacCore.java123 // if key is longer than the block length, reset it using
143 reset();
226 void reset() { method in class:HmacCore
228 md.reset();
269 core.reset();
305 core.reset();
341 core.reset();
H A DSslMacCore.java103 reset();
191 void reset() { method in class:SslMacCore
193 md.reset();
224 core.reset();
257 core.reset();
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFStreamMetadata.java317 public void reset() { method in class:GIFStreamMetadata
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/wbmp/
H A DWBMPImageReader.java309 public void reset() { method in class:WBMPImageReader
310 super.reset();
H A DWBMPImageWriter.java304 public void reset() { method in class:WBMPImageWriter
305 super.reset();
/openjdk7/hotspot/src/share/vm/runtime/
H A Dtimer.hpp39 elapsedTimer() { _active = false; reset(); }
43 void reset() { _counter = 0; } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 140 milliseconds

1234567891011>>