Searched refs:reset (Results 276 - 300 of 971) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/test/java/security/KeyRep/
H A DSerial.java75 baos.reset();
99 baos.reset();
120 baos.reset();
156 baos.reset();
/openjdk7/jdk/test/javax/management/remote/mandatory/passwordAuthenticator/
H A DSimpleStandard.java35 * - the "reset()" operation.
107 * Operation: reset to their initial values the "State" and "NbChanges"
110 public void reset() { method in class:SimpleStandard
116 "NbChanges reset",
/openjdk7/jdk/test/javax/management/remote/mandatory/subjectDelegation/
H A DSimpleStandard.java35 * - the "reset()" operation.
105 * Operation: reset to their initial values the "State" and "NbChanges"
108 public void reset() { method in class:SimpleStandard
109 checkSubject("reset");
114 "NbChanges reset",
/openjdk7/jdk/test/javax/sound/midi/Gervill/AudioFloatFormatConverter/
H A DSkipTest.java48 ais.reset();
/openjdk7/jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/
H A DReset.java27 @summary Test AudioFloatInputStream reset method */
78 stream.reset();
/openjdk7/jdk/test/sun/net/www/protocol/http/6550798/
H A Dtest.java41 TestCache.reset();
/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteASCII.java170 public void reset() method in class:CharToByteASCII
/openjdk7/jdk/src/share/classes/sun/rmi/transport/proxy/
H A DHttpAwareServerSocket.java73 * reset to the beginning of the transmission.
92 in.reset();
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDropTargetEventProcessor.java107 static void reset() { method in class:XDropTargetEventProcessor
/openjdk7/jdk/test/sun/security/pkcs11/MessageDigest/
H A DReinitDigest.java62 md.reset();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDLoader.java228 reset();
244 * manager any time after reset when a feature changes state.
326 * manager any time after reset when a property changes value.
465 reset();
510 reset();
542 // reset all the components that we rely upon
543 protected void reset() { method in class:XMLDTDLoader
544 super.reset();
545 fDTDScanner.reset();
546 fEntityManager.reset();
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DPopupFactory.java339 popup.reset(owner, contents, ownerX, ownerY);
510 void reset(Component owner, Component contents, int ownerX, method in class:PopupFactory.ContainerPopup
518 super.reset(owner, contents, ownerX, ownerY);
622 popup.reset(owner, contents, ownerX, ownerY);
656 popup.reset(owner, contents, ownerX, ownerY);
774 void reset(Component owner, Component contents, int ownerX, method in class:PopupFactory.LightWeightPopup
776 super.reset(owner, contents, ownerX, ownerY);
812 popup.reset(owner, contents, ownerX, ownerY);
928 void reset(Component owner, Component contents, int ownerX, method in class:PopupFactory.MediumWeightPopup
930 super.reset(owne
[all...]
/openjdk7/jdk/src/share/classes/java/nio/charset/
H A DCharset-X-Coder.java.template53 * <li><p> Reset the $coder$ via the {@link #reset reset} method, unless it
333 dec.reset();
538 * step was an invocation neither of the {@link #reset reset}
685 * charset-specific reset actions. </p>
690 public final Charset$Coder$ reset() {
781 reset();
884 reset();
898 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/langtools/src/share/classes/com/sun/tools/javap/
H A DCodeWriter.java240 sourceWriter.reset(classWriter.getClassFile(), attr);
248 localVariableTableWriter.reset(attr);
253 localVariableTypeTableWriter.reset(attr);
258 stackMapWriter.reset(attr);
264 tryBlockWriter.reset(attr);
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp132 registers->_rclasses.reset();
156 _register->_rclasses.reset();
191 _register->_rclasses.reset();
236 pipeclass->_parameters.reset();
241 pipeclass->_parameters.reset();
265 pipeclass->_parameters.reset();
269 pipeclass->_parameters.reset();
310 for (pipeclass->_resUsage.reset();
387 for (pipeclass->_resUsage.reset();
465 for (pipeclass->_resUsage.reset();
[all...]
H A DarchDesc.cpp86 void ChainList::reset() { function in class:ChainList
87 _name.reset();
88 _cost.reset();
89 _rule.reset();
118 for(reset(); (iter(name,cost,rule)) == true; ) {
127 reset();
258 _operands.reset();
310 _instructions.reset();
617 int count = 0; _operands.reset();
628 int count = 0; _operands.reset();
[all...]
H A Doutput_h.cpp204 oper->_components.reset();
242 oper->_components.reset();
293 lst.reset();
312 lst.reset();
442 oper._format->_rep_vars.reset();
443 oper._format->_strings.reset();
513 oper._format->_rep_vars.reset();
514 oper._format->_strings.reset();
597 inst._format->_rep_vars.reset();
598 inst._format->_strings.reset();
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaParsingConfig.java548 // REVISIT: this method used to reset all the components and
549 // construct the pipeline. Now reset() is called
575 // reset and configure pipeline and set InputSource.
578 fValidationManager.reset();
579 fVersionDetector.reset(this);
580 reset();
724 public void reset() throws XNIException { method in class:SchemaParsingConfig
727 super.reset();
729 } // reset()
992 fNamespaceScanner.reset(thi
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityManager.java397 * If this constructor is used to create the object, reset() should be invoked on this object
411 reset(propertyManager);
547 fXML10EntityScanner.reset(fSymbolTable, this, fErrorReporter);
560 fXML10EntityScanner.reset(fSymbolTable, this, fErrorReporter);
567 fXML11EntityScanner.reset(fSymbolTable, this, fErrorReporter);
672 stream.reset();
706 // First three bytes are not BOM, so reset.
707 stream.reset();
710 stream.reset();
723 stream.reset();
1406 public void reset(PropertyManager propertyManager){ method in class:XMLEntityManager
1451 public void reset(XMLComponentManager componentManager) method in class:XMLEntityManager
1501 public void reset() { method in class:XMLEntityManager
2957 public void reset() { method in class:XMLEntityManager.RewindableInputStream
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DXMLSchemaValidatorComponentManager.java178 /** Stores initial feature values for validator reset. */
181 /** Stores initial property values for validator reset. */
411 /** Calls reset on each of the components owned by this component manager. **/
412 public void reset() throws XNIException { method in class:XMLSchemaValidatorComponentManager
413 fNamespaceContext.reset();
414 fValidationManager.reset();
415 fEntityManager.reset(this);
416 fErrorReporter.reset(this);
417 fSchemaValidator.reset(this);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A DLister.java102 public abstract void reset(BeanT o,Accessor<BeanT,PropT> acc) throws AccessorException; method in class:Lister
216 public void reset(BeanT o,Accessor<BeanT,ItemT[]> acc) throws AccessorException { method in class:Lister.ArrayLister
309 public void reset(BeanT bean, Accessor<BeanT, T> acc) throws AccessorException { method in class:Lister.CollectionLister
350 public void reset(BeanT bean, Accessor<BeanT, PropT> acc) throws AccessorException { method in class:Lister.IDREFS
351 core.reset(bean,acc);
472 public void reset(Object o, Accessor accessor) {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DCurrentNodeListIterator.java123 return clone.reset();
132 public DTMAxisIterator reset() { method in class:CurrentNodeListIterator
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/io/
H A DUCSReader.java264 * Mark the present position in the stream. Subsequent calls to reset()
271 * reset the stream may fail.
283 * attempt to reset it in some way appropriate to the particular stream,
285 * character-input streams support the reset() operation, and some support
286 * reset() without supporting mark().
290 * or if the stream does not support reset(),
293 public void reset() throws IOException { method in class:UCSReader
294 fInputStream.reset();
295 } // reset()
299 * ready(), mark(), or reset() invocation
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToSAXHandler.java402 * Try's to reset the super class and reset this class for
406 * @return true if the class was successfuly reset.
407 * @see Serializer#reset()
409 public boolean reset() method in class:ToSAXHandler
412 if (super.reset())

Completed in 600 milliseconds

<<11121314151617181920>>