Searched refs:reset (Results 76 - 100 of 971) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/io/Serializable/InvalidClassException/noargctor/
H A DDefaultPackage.java154 baos.reset();
162 baos.reset();
175 baos.reset();
187 baos.reset();
/openjdk7/jdk/test/java/io/charStreams/
H A DWriteLengths.java41 bos.reset();
/openjdk7/jdk/test/java/nio/file/WatchService/
H A DFileTreeModifier.java75 key.reset();
87 key.reset();
111 key.reset();
126 key.reset();
/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharASCII.java88 public void reset() { method in class:ByteToCharASCII
H A DByteToCharEUC_JP.java49 reset();
52 reset();
58 * Call this method to reset the converter to its initial state
60 public void reset() { method in class:ByteToCharEUC_JP
61 super.reset();
H A DByteToCharEUC_JP_Solaris.java61 reset();
64 reset();
70 * Call this method to reset the converter to its initial state
72 public void reset() { method in class:ByteToCharEUC_JP_Solaris
73 super.reset();
H A DByteToCharISO8859_1.java83 public void reset() { method in class:ByteToCharISO8859_1
/openjdk7/jdk/test/java/util/zip/
H A DDeflateIn_InflateOut.java43 private static void reset() { method in class:DeflateIn_InflateOut
57 reset();
76 reset();
102 reset();
128 reset();
151 reset();
164 reset();
179 reset();
197 reset();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DAbsoluteIterator.java89 public DTMAxisIterator reset() { method in class:AbsoluteIterator
90 _source.reset();
H A DNthIterator.java96 public DTMAxisIterator reset() { method in class:NthIterator
97 _source.reset();
H A DUnionIterator.java86 public HeapNode reset() { method in class:UnionIterator.LookAheadIterator
87 iterator.reset();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSDeclarationPool.java91 fElementDecl[chunk][index].reset();
104 fAttrDecl[chunk][index].reset();
118 fAttributeUse[chunk][index].reset();
133 fCTDecl[chunk][index].reset();
146 fSTDecl[chunk][index].reset();
160 fParticleDecl[chunk][index].reset();
173 fModelGroup[chunk][index].reset();
307 public void reset(){ method in class:XSDeclarationPool
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DXMLParser.java122 reset();
132 * reset all components before parsing
134 protected void reset() throws XNIException { method in class:XMLParser
135 } // reset()
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMAxisIteratorBase.java79 * @return A DTMAxisIterator which has been reset to the start node,
82 public DTMAxisIterator reset() method in class:DTMAxisIteratorBase
139 reset(); // Count the nodes found by this iterator
186 // return clone.reset();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream_1_2.java46 // the mark and reset methods have been overridden to remember the
54 public void reset() { method in class:CDRInputStream_1_2
55 super.reset();
/openjdk7/jdk/src/share/classes/java/io/
H A DLineNumberInputStream.java245 * call to the <code>reset</code> method repositions this stream at
256 * @see java.io.LineNumberInputStream#reset()
268 * The <code>reset</code> method of
271 * called, and then calls the <code>reset</code> method of the
281 * code to reset the stream and try another parser.
287 public void reset() throws IOException { method in class:LineNumberInputStream
290 in.reset();
/openjdk7/hotspot/src/share/vm/libadt/
H A Ddict.hpp114 DictI( const Dict *d ) {reset(d);}; // Create a new iterator
115 void reset( const Dict *dict ); // Reset existing iterator
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeBlockDictionary.hpp62 virtual void reset(HeapWord* addr, size_t size) = 0;
63 virtual void reset() = 0;
/openjdk7/hotspot/src/share/vm/adlc/
H A Ddict2.hpp115 DictI( const Dict *d ) {reset(d);}; // Create a new iterator
116 void reset( const Dict *dict ); // Reset existing iterator
/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
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/statistics/impl/
H A DBoundaryStatisticImpl.java76 public synchronized void reset() { method in class:BoundaryStatisticImpl
77 super.reset();
H A DStatsImpl.java70 * Call reset on all of the Statistic objects contained by this Stats object
72 public synchronized void reset() { method in class:StatsImpl
74 s.reset();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/framework/
H A DWSDLLocation.java37 reset();
66 public void reset() { method in class:WSDLLocation
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DArrayProperty.java58 public void reset(BeanT o) throws AccessorException { method in class:ArrayProperty
59 lister.reset(o,acc);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DTeeInputStream.java83 public synchronized void reset() throws IOException { method in class:TeeInputStream
84 source.reset();

Completed in 225 milliseconds

1234567891011>>