Searched defs:reset (Results 326 - 350 of 553) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/javax/imageio/stream/
H A DImageInputStream.java97 * <p> The bit offset within the stream is reset to zero before
113 * <p> The bit offset within the stream is reset to zero before
135 * <p> The bit offset within the stream is reset to zero before
161 * <p> The bit offset within the stream is reset to zero before
181 * <p> The bit offset within the stream is reset to zero before
199 * <p> The bit offset within the stream is reset to zero before
223 * <p> The bit offset within the stream is reset to zero before
238 * <p> The bit offset within the stream is reset to zero before
259 * <p> The bit offset within the stream is reset to zero before
276 * <p> The bit offset within the stream is reset t
903 void reset() throws IOException; method in interface:ImageInputStream
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapFrame.hpp139 inline void reset() { function in class:StackMapFrame
189 // Used when an error occurs and we want to reset the stack to the state
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DpromotionInfo.hpp198 void reset() { function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1GCPhaseTimes.cpp139 void WorkerDataArray<T>::reset() { function in class:WorkerDataArray
179 _last_gc_worker_start_times_ms.reset();
180 _last_ext_root_scan_times_ms.reset();
181 _last_satb_filtering_times_ms.reset();
182 _last_update_rs_times_ms.reset();
183 _last_update_rs_processed_buffers.reset();
184 _last_scan_rs_times_ms.reset();
185 _last_obj_copy_times_ms.reset();
186 _last_termination_times_ms.reset();
187 _last_termination_attempts.reset();
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPromotionManager.cpp86 manager_array(i)->reset();
148 claimed_stack_depth()->stats.reset();
178 reset();
181 void PSPromotionManager::reset() { function in class:PSPromotionManager
182 assert(stacks_empty(), "reset of non-empty stack");
198 _promotion_failed_info.reset();
/openjdk7/hotspot/src/share/vm/libadt/
H A Ddict.cpp361 //------------------------------reset------------------------------------------
363 void DictI::reset( const Dict *dict ) { function in class:DictI
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAudioFloatFormatConverter.java103 public synchronized void reset() throws IOException { method in class:AudioFloatFormatConverter.AudioFloatFormatConverterInputStream
104 stream.reset();
213 public void reset() throws IOException { method in class:AudioFloatFormatConverter.AudioFloatInputStreamChannelMixer
214 ais.reset();
432 public void reset() throws IOException { method in class:AudioFloatFormatConverter.AudioFloatInputStreamResampler
433 ais.reset();
H A DModelByteBuffer.java82 public synchronized void reset() throws IOException { method in class:ModelByteBuffer.RandomFileInputStream
H A DModelByteBufferWavetable.java121 public synchronized void reset() throws IOException { method in class:ModelByteBufferWavetable.Buffer8PlusInputStream
H A DSoftEnvelopeGenerator.java64 public void reset() { method in class:SoftEnvelopeGenerator
H A DSoftFilter.java107 public void reset() { method in class:SoftFilter
H A DSoftMixingSourceDataLine.java113 public void reset() throws IOException { method in class:SoftMixingSourceDataLine.NonBlockingFloatInputStream
114 ais.reset();
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/
H A DIntegrityHmac.java108 public void reset() { method in class:IntegrityHmac
111 _macAlgorithm.reset();
/openjdk7/jdk/src/share/classes/java/awt/
H A DPolygon.java169 * but the number of points is reset to zero to mark the old
174 * Note that since the coordinate arrays from before the reset
179 * reset.
183 public void reset() { method in class:Polygon
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.hpp117 // Exercise caution using reset() and fired() - they may require MEMBARs
118 void reset() { _Event = 0 ; } function in class:PlatformEvent
/openjdk7/hotspot/src/share/vm/adlc/
H A Ddict2.cpp328 //------------------------------reset------------------------------------------
330 void DictI::reset( const Dict *dict ) { function in class:DictI
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPMetadata.java274 public void reset() { method in class:BMPMetadata
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageMetadata.java443 public void reset() { method in class:GIFImageMetadata
/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticArgument.hpp111 virtual void reset(TRAPS) = 0;
143 void reset(TRAPS) { function in class:DCmdArgument
H A DdiagnosticFramework.cpp297 void DCmdParser::reset(TRAPS) { function in class:DCmdParser
300 arg->reset(CHECK);
305 arg->reset(CHECK);
407 void DCmdWithParser::reset(TRAPS) { function in class:DCmdWithParser
408 _dcmdparser.reset(CHECK);
H A DmemBaseline.cpp86 reset();
90 void MemBaseline::reset() { function in class:MemBaseline
366 reset();
H A DmemSnapshot.hpp117 reset();
146 // reset current position
147 inline void reset() { _pos = 0; } function in class:VMMemPointerIterator
225 // also have size = 0. In other world, arena alway reset
227 assert(next_rec->size() == 0, "size not reset");
/openjdk7/hotspot/src/share/vm/utilities/
H A Dstack.inline.hpp54 reset(true);
85 reset(clear_cache);
205 void Stack<E, F>::reset(bool reset_cache) function in class:Stack
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DNamespaceSupport.java57 * <p>Namespace support objects are reusable, but the reset method
154 reset();
175 public void reset () method in class:NamespaceSupport
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/statistics/impl/
H A DBoundedRangeStatisticImpl.java135 public synchronized void reset() { method in class:BoundedRangeStatisticImpl
136 super.reset();

Completed in 117 milliseconds

<<11121314151617181920>>