Searched defs:reset (Results 251 - 275 of 1221) sorted by relevance

<<11121314151617181920>>

/external/replicaisland/src/com/replica/replicaisland/
H A DInventoryComponent.java26 reset();
31 public void reset() { method in class:InventoryComponent
33 mInventory.reset();
69 public void reset() { method in class:InventoryComponent.UpdateRecord
H A DObjectPool.java42 public void reset() { method in class:ObjectPool
H A DSolidSurfaceComponent.java41 reset();
45 public void reset() { method in class:SolidSurfaceComponent
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAccount.java83 public static void reset() { method in class:ShadowAccount
H A DShadowBinder.java49 public static void reset() { method in class:ShadowBinder
H A DShadowMimeTypeMap.java38 public static void reset() { method in class:ShadowMimeTypeMap
H A DShadowSignature.java69 public static void reset() { method in class:ShadowSignature
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.h137 static void reset(PublicObjectEntry* obj) { function in class:SkPdfNativeDoc
/external/skia/include/utils/win/
H A DSkTScopedComPtr.h42 this->reset();
56 void reset() { function in class:SkTScopedComPtr
/external/skia/platform_tools/android/gyp_gen/
H A Dvars_dict_lib.py73 def reset(self): member in class:OrderedSet
/external/skia/src/core/
H A DSkPictureFlat.cpp24 this->reset(NULL);
27 void SkTypefacePlayback::reset(const SkRefCntSet* rec) { function in class:SkTypefacePlayback
48 this->reset(NULL);
/external/skia/src/gpu/
H A DGrPlotMgr.h24 this->reset();
33 void reset() { function in class:GrPlotMgr
/external/skia/src/xml/
H A DSkXMLPullParser.cpp11 static void reset(SkXMLPullParser::Curr* curr) function
69 reset(&fCurr);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as35 /** reset the parser's state; subclasses must rewinds the input stream */
36 public function reset():void { function
150 * 5. next match() will reset errorRecovery mode
H A DCommonTokenStream.as312 public function reset():void { function
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3rewritestreams.h93 /// from then on. Streams are reset after sub rules so that the streams
94 /// can be reused in future sub rules. So, reset must set a dirty bit.
108 void (*reset) (struct ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct * stream); member in struct:ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DRewriteRuleElementStream.java59 * from then on. Streams are reset after subrules so that the streams
60 * can be reused in future subrules. So, reset must set a dirty bit.
103 * Once we reset the stream, any future use will need duplicates. Set
106 public void reset() { method in class:RewriteRuleElementStream
H A DTreeNodeStream.java82 public void reset(); method in interface:TreeNodeStream
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DLookaheadStream.h35 * superclass to keep all tokens until no more markers; then can reset
57 public void reset() { function in class:FastQueue
59 super.reset();
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DLexer.pm23 sub reset { subroutine
26 # reset all recognizer state variables
27 $self->SUPER::reset();
109 # Set the char stream and reset the lexer
114 $self->reset();
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Ddebug.rb154 =begin This actually differs with reset in CommonTreeNodeStream -- why is this one blank?
155 def reset method in class:ANTLR3.Debug.TreeNodeStream
/external/apache-http/src/org/apache/http/impl/
H A DHttpConnectionMetricsImpl.java139 public void reset() { method in class:HttpConnectionMetricsImpl
141 this.outTransportMetric.reset();
144 this.inTransportMetric.reset();
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMAxisIterator.java46 public DTMAxisIterator reset(); method in interface:DTMAxisIterator
93 * @return a deep copy of this iterator. The clone should not be reset
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMAxisIteratorBase.java77 * @return A DTMAxisIterator which has been reset to the start node,
80 public DTMAxisIterator reset() method in class:DTMAxisIteratorBase
137 reset(); // Count the nodes found by this iterator
184 // return clone.reset();
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOMErrorImpl.java167 public void reset(){ method in class:DOMErrorImpl

Completed in 2198 milliseconds

<<11121314151617181920>>