Searched refs:reset (Results 101 - 125 of 971) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEInsertionList.cpp58 reset();
61 void LEInsertionList::reset() function in class:LEInsertionList
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DBooleanArrays.java42 * cycles. The ObjectOutputStream is reset after each batch of cycles has
74 sbuf.reset();
75 oout.reset();
H A DByteArrays.java42 * cycles. The ObjectOutputStream is reset after each batch of cycles has
74 sbuf.reset();
75 oout.reset();
H A DCharArrays.java42 * cycles. The ObjectOutputStream is reset after each batch of cycles has
74 sbuf.reset();
75 oout.reset();
H A DDoubleArrays.java42 * cycles. The ObjectOutputStream is reset after each batch of cycles has
74 sbuf.reset();
75 oout.reset();
H A DFloatArrays.java42 * cycles. The ObjectOutputStream is reset after each batch of cycles has
74 sbuf.reset();
75 oout.reset();
H A DIntArrays.java42 * cycles. The ObjectOutputStream is reset after each batch of cycles has
74 sbuf.reset();
75 oout.reset();
H A DLongArrays.java42 * cycles. The ObjectOutputStream is reset after each batch of cycles has
74 sbuf.reset();
75 oout.reset();
H A DShortArrays.java42 * cycles. The ObjectOutputStream is reset after each batch of cycles has
74 sbuf.reset();
75 oout.reset();
/openjdk7/jdk/test/sun/nio/cs/
H A DEUCJPUnderflowDecodeTest.java72 decoder.reset();
88 decoder.reset();
H A DFindCanEncodeBugs.java37 enc.reset();
42 enc.reset();
/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharConverter.java131 * converted. The state of the converter is reset at the beginning
132 * of this method and is left in the reset state on successful
133 * termination. The converter is not reset if an exception is
158 reset();
196 * write what it can to the output buffer and reset the converter before
209 public abstract void reset(); method in class:ByteToCharConverter
H A DCharToByteEUC_TW.java41 reset();
45 public void reset() { method in class:CharToByteEUC_TW
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DRequest.java230 boolean reset; field in class:Request.ReadStream
242 closed = marked = reset = false;
275 if (reset) { /* satisfy from markBuf */
280 reset = false;
320 if (reset)
340 reset = false;
343 public synchronized void reset () throws IOException { method in class:Request.ReadStream
349 reset = true;
/openjdk7/jdk/src/share/classes/sun/rmi/transport/proxy/
H A DHttpSendInputStream.java139 public synchronized void reset() throws IOException method in class:HttpSendInputStream
143 in.reset();
147 * Return true if this stream type supports mark/reset.
/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/jdk/make/tools/src/build/tools/spp/
H A DSpp.java112 vardef.reset(ln);
125 while (vardef2.reset(repl).find()) {
152 if (ifkey.reset(ln).find()) {
163 if (elsekey.reset(ln).find()) {
170 if (endkey.reset(ln).find()) {
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
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/sun/applet/
H A DAppletProps.java65 p.add(new Button(amh.getMessage("button.reset")));
70 reset();
73 void reset() { method in class:AppletProps
76 security.reset();
149 reset();
170 reset();
179 if (amh.getMessage("button.reset").equals(obj)) {
180 reset();
184 reset();
/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/test/java/util/regex/
H A DRegExTest.java284 check(new Runnable() { public void run() { m.reset(null);}});
339 m.reset("squid");
354 m.reset("ab");
445 matcher.reset(input);
458 matcher.reset(input);
525 matcher.reset("atdogcat");
528 matcher.reset(fullMessage);
531 matcher.reset(fullMessage);
535 matcher.reset(fullMessage);
539 matcher.reset(fullMessag
[all...]
/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/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/test/java/io/charStreams/
H A DBufferedReaderMark.java61 in.reset();
62 fail("reset() didn't throw");
79 in.reset();
80 fail("reset() didn't throw");
118 log.print(d2(off) + ", " + d2(ra) + " reset: ");
119 in.reset();
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DResponseCacheStream.java114 is.reset();
124 is.reset();
129 is.reset();

Completed in 79 milliseconds

1234567891011>>