Searched refs:reset (Results 151 - 175 of 971) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/io/Serializable/clearHandleTable/
H A DClearHandleTable.java27 * to written objects when reset() is called.
47 oout.reset();
/openjdk7/jdk/test/java/io/Serializable/proxy/skipMissing/
H A DWrite.java72 oout.reset();
/openjdk7/jdk/test/java/net/URLClassLoader/
H A DHttpTest.java163 public void reset() { method in class:HttpTest.HttpServer.Counters
209 svr.counters().reset();
220 svr.counters().reset();
229 svr.counters().reset();
/openjdk7/jdk/test/java/nio/charset/coders/
H A DResetISO2022JP.java50 e.reset();
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEInsertionList.h149 void reset();
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DStyleAssociation.java111 _matcher.reset(path);
/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharSingleByte.java57 * Call reset before converting input that is not a continuation of
73 * @see #reset
131 * Call this method to reset the converter to its initial state
133 public void reset() { method in class:ByteToCharSingleByte
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DFixedLengthInputStream.java79 public void reset () throws IOException { method in class:FixedLengthInputStream
80 throw new IOException ("mark/reset not supported");
/openjdk7/jdk/src/share/classes/sun/net/www/http/
H A DChunkedOutputStream.java129 reset();
147 reset();
173 reset();
267 public synchronized void reset() { method in class:ChunkedOutputStream
/openjdk7/jdk/src/share/classes/javax/swing/
H A DProgressMonitorInputStream.java180 * Overrides <code>FilterInputStream.reset</code>
181 * to reset the progress monitor as well as the stream.
183 public synchronized void reset() throws IOException { method in class:ProgressMonitorInputStream
184 in.reset();
/openjdk7/jdk/src/share/classes/java/io/
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();
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DMatcher.java87 * <p> A matcher may be reset explicitly by invoking its {@link #reset()}
89 * #reset(java.lang.CharSequence) reset(CharSequence)} method. Resetting a
228 reset();
298 public Matcher reset() { method in class:Matcher
326 public Matcher reset(CharSequence input) { method in class:Matcher
328 return reset();
568 * not since been reset, at the first character not matched by the previous
617 reset();
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Dforms.hpp259 int _justReset; // Set immediately after reset
272 void reset() { if (_root) {_cur = _root; _justReset = 1;} }; function in class:FormList
282 int count = 0; reset();
288 reset();
298 reset();
308 reset();
331 bool _justReset; // Set immediately after reset
346 void reset(); // Reset iteration
347 const char *iter(); // after reset(), first element : else next
404 void reset();
[all...]
/openjdk7/jdk/src/macosx/native/jobjc/src/core/java/com/apple/jobjc/
H A DNativeArgumentBuffer.java62 reset();
68 public void reset() { method in class:NativeArgumentBuffer
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DCipherBlockChaining.java90 reset();
99 void reset() { method in class:CipherBlockChaining
H A DCounterMode.java78 void reset() { method in class:CounterMode
125 reset();
H A DPCBC.java85 reset();
94 void reset() { method in class:PCBC
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/statistics/impl/
H A DCountStatisticImpl.java97 public synchronized void reset() { method in class:CountStatisticImpl
98 super.reset();
H A DStringStatisticImpl.java85 public synchronized void reset() { method in class:StringStatisticImpl
86 super.reset();
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshakeInStream.java113 * Mark/ reset code, implemented using InputRecord mark/ reset.
124 public void reset() { method in class:HandshakeInStream
125 r.reset();
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DCustomDefaultObjTrees.java120 sbuf.reset();
121 oout.reset();
H A DObjArrays.java64 * cycles. The ObjectOutputStream is reset after each batch of cycles has
109 sbuf.reset();
110 oout.reset();
H A DObjTrees.java107 sbuf.reset();
108 oout.reset();
H A DSmallObjTrees.java98 sbuf.reset();
99 oout.reset();
H A DStrings.java90 sbuf.reset();
91 oout.reset();

Completed in 534 milliseconds

1234567891011>>