Searched defs:reset (Results 401 - 425 of 553) sorted by relevance

<<11121314151617181920>>

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DWrapperInputStream.java88 public void reset() { stream.reset(); } method in class:WrapperInputStream
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DIIOPOutputStream.java270 * to the stream. The state is reset to be the same as a new
272 * as reset so the corresponding ObjectInputStream will be reset
278 public final void reset() throws IOException{ method in class:IIOPOutputStream
280 //orbStream.reset();
284 throw new IOException("Illegal call to reset");
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJColorChooser.java156 * button is pressed, the color-chooser's color will be reset to the
697 reset();
727 public void reset() { method in class:ColorChooserDialog
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthGraphicsUtils.java622 wrapper.reset(icon, context);
630 wrapper.reset(null, null);
637 reset(icon, context);
640 void reset(SynthIcon icon, SynthContext context) { method in class:SynthGraphicsUtils.SynthIconWrapper
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultFormatter.java634 replaceHolder.reset(fb, offset, length, text, attrs);
663 void reset(DocumentFilter.FilterBypass fb, int offset, int length, method in class:DefaultFormatter.ReplaceHolder
/openjdk7/jdk/src/share/classes/java/math/
H A DMutableBigInteger.java189 void reset() { method in class:MutableBigInteger
649 reset();
/openjdk7/jdk/src/share/classes/javax/imageio/stream/
H A DImageInputStreamImpl.java41 * byte order interpretation, buffering, mark/reset, discarding,
131 * <p> The bit offset within the stream must be reset to zero before
144 * <p> The bit offset within the stream is reset to zero before
164 * <p> The bit offset within the stream must be reset to zero before
725 * <p> The bit offset is reset to zero.
746 * <p> The bit offset is reset to zero.
796 public void reset() throws IOException { method in class:ImageInputStreamImpl
/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.hpp69 void reset( address base, unsigned int size ) { function in class:ciBytecodeStream
104 reset(NULL, 0);
107 reset(m->code(), m->code_size());
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftMixingDataLine.java258 public void reset() throws IOException { method in class:SoftMixingDataLine.AudioFloatInputStreamResampler
259 ais.reset();
/openjdk7/hotspot/src/share/vm/adlc/
H A Dforms.cpp67 void NameList::reset() { _iter = 0; _justReset = true;} function in class:NameList
89 for(reset(); (entry = iter()) != NULL; ) {
99 for(reset(); (entry = iter()) != NULL; ) {
144 void NameAndList::reset() { _list.reset(); } function in class:NameAndList
151 _list.reset();
172 for (reset(); (name = iter()) != NULL;) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp112 void reset() { function in class:VALUE_OBJ_CLASS_SPEC
128 void reset();
229 static void reset() ;
319 static void interval_reset(); // reset interval data.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/gen/config/
H A DNGCCRuntime.java60 reset();
68 * or the reset method is called. You can't replace the root
92 public void reset() { method in class:NGCCRuntime
381 reset();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJaxBeanInfo.java326 public abstract boolean reset( BeanT o, UnmarshallingContext context ) throws SAXException; method in class:JaxBeanInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DNamespaceContextImpl.java129 public void reset() { method in class:NamespaceContextImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSAXDocumentSerializer.java73 public void reset() { method in class:SAXDocumentSerializer
74 super.reset();
84 reset();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DXMLWriter.java340 public void reset () method in class:XMLWriter
359 * @see #reset()
438 reset();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DNGCCRuntime.java60 reset();
68 * or the reset method is called. You can't replace the root
92 public void reset() { method in class:NGCCRuntime
381 reset();
/openjdk7/jdk/src/windows/classes/java/net/
H A DPlainSocketImpl.java241 void reset() throws IOException { method in class:PlainSocketImpl
243 impl.reset();
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/
H A DHttpServer.java592 boolean reset; field in class:HttpServer.NioInputStream
604 closed = marked = reset = false;
622 if (reset) { /* satisfy from markBuf */
627 reset = false;
654 if (reset)
703 reset = false;
706 public synchronized void reset () throws IOException { method in class:HttpServer.NioInputStream
712 reset = true;
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DTunnelProxy.java347 boolean reset; field in class:TunnelProxy.NioInputStream
357 closed = marked = reset = false;
375 if (reset) { /* satisfy from markBuf */
380 reset = false;
407 if (reset)
446 reset = false;
449 public synchronized void reset () throws IOException { method in class:TunnelProxy.NioInputStream
455 reset = true;
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEGlyphStorage.cpp55 reset();
58 void LEGlyphStorage::reset() function in class:LEGlyphStorage
628 // complete pass over the glyphs, after which the iterator gets reset anyhow...
637 fInsertionList->reset();
651 // complete pass over the glyphs, after which the iterator gets reset anyhow...
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Cipher.java408 reset();
470 // reset the states to the pre-initialized values
471 private void reset() { method in class:P11Cipher
598 reset();
716 reset();
763 reset();
837 reset();
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DSSLStreams.java549 public void reset () throws IOException { method in class:SSLStreams.InputStream
550 throw new IOException ("mark/reset not supported");
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerImpl.java563 _dom = null; // use only once, so reset to 'null'
1405 * Transformer code is reset to the same state it was when it was
1409 public void reset() { method in class:TransformerImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMConfigurationImpl.java1028 * reset all components before parsing
1030 protected void reset() throws XNIException { method in class:DOMConfigurationImpl
1033 fValidationManager.reset();
1038 c.reset(this);
1041 } // reset()

Completed in 118 milliseconds

<<11121314151617181920>>