Searched refs:reset (Results 176 - 200 of 2585) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DParser.as42 public override function reset():void {
43 super.reset(); // reset all recognizer state variables
71 /** Set the token stream and reset the parser */
74 reset();
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DParser.js10 reset: function() {
11 // reset all recognizer state variables
12 org.antlr.runtime.Parser.superclass.reset.call(this);
47 /** Set the token stream and reset the parser */
50 this.reset();
/external/apache-http/src/org/apache/http/impl/
H A DHttpConnectionMetricsImpl.java134 public void reset() { method in class:HttpConnectionMetricsImpl
136 this.outTransportMetric.reset();
139 this.inTransportMetric.reset();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DSICBlockCipher.java59 reset();
119 public void reset() method in class:SICBlockCipher
122 cipher.reset();
H A DAEADBlockCipher.java107 public void reset(); method in interface:AEADBlockCipher
H A DCBCBlockCipher.java80 reset();
94 reset();
152 * reset the chaining vector back to the IV and reset the underlying
155 public void reset() method in class:CBCBlockCipher
160 cipher.reset();
H A DOFBBlockCipher.java85 reset();
95 reset();
174 * reset the feedback vector back to the IV and reset the underlying
177 public void reset() method in class:OFBBlockCipher
181 cipher.reset();
/external/chromium/third_party/libjingle/source/talk/xmllite/
H A Dxmlbuilder.cc49 pelRoot_.reset();
102 pelRoot_.reset(pelNew);
132 pelRoot_.reset(NULL);
/external/clang/lib/Lex/
H A DPPLexerChange.cpp117 CurLexer.reset(TheLexer);
142 CurPTHLexer.reset(PL);
165 CurTokenLexer.reset(new TokenLexer(Tok, ILEnd, Macro, Args, *this));
167 CurTokenLexer.reset(TokenLexerCache[--NumCachedTokenLexers]);
195 CurTokenLexer.reset(new TokenLexer(Toks, NumToks, DisableMacroExpansion,
198 CurTokenLexer.reset(TokenLexerCache[--NumCachedTokenLexers]);
270 CurLexer.reset();
274 CurPTHLexer.reset();
333 CurLexer.reset();
337 CurPTHLexer.reset();
[all...]
/external/guava/guava-tests/test/com/google/common/io/
H A DCountingInputStreamTest.java82 counter.reset();
90 counter.reset();
101 counter.reset();
/external/skia/src/gpu/gl/
H A DGrGLCaps.h62 void reset();
168 this->reset();
171 void reset() { function in struct:GrGLCaps::VerifiedColorConfigs
/external/webkit/Source/JavaScriptCore/runtime/
H A DTimeoutChecker.cpp112 reset();
115 void TimeoutChecker::reset() function in class:JSC::TimeoutChecker
143 // If the new threshold is 0 reset it to the default threshold. This can happen if the timeDiff is higher than the
152 reset();
/external/webkit/Source/WebKit/chromium/src/
H A DWebBlobData.cpp49 void WebBlobData::reset() function in class:WebKit::WebBlobData
68 result.data.reset();
69 result.filePath.reset();
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DCommonTreeNodeStream.java72 public void reset() { method in class:CommonTreeNodeStream
73 super.reset();
74 it.reset();
158 reset();
H A DTreeNodeStream.java82 public void reset(); method in interface:TreeNodeStream
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRIntArray.h55 - (void) reset;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRIntArray.h55 - (void) reset;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRIntArray.h55 - (void) reset;
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
H A DUTF16CharsetDecoderTest.java79 decoder.reset();
87 decoder.reset();
95 decoder.reset();
102 decoder.reset();
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DVarNameCollector.java40 public void reset() method in class:VarNameCollector
69 * be reset if rewriting takes place.
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMIterator.java131 public void reset(); method in interface:DTMIterator
309 * Get a cloned Iterator that is reset to the start of the iteration.
311 * @return A clone of this iteration that has been reset.
318 * Get a clone of this iterator, but don't reset the iteration in the
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializer.java53 * ser.reset(); // get ready to use the serializer for another document
77 * ser.reset(); // get ready to use the serializer for another document
218 * @return True if serializer has been reset and can be reused
220 public boolean reset(); method in interface:Serializer
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/
H A DCBCBlockCipherMac.java113 reset();
204 reset();
212 public void reset() method in class:CBCBlockCipherMac
225 * reset the underlying cipher.
227 cipher.reset();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
H A DBCMessageDigest.java22 digest.reset();
/external/chromium/base/i18n/
H A Dnumber_formatting.cc27 number_format.reset(icu::NumberFormat::createInstance(status));

Completed in 553 milliseconds

1234567891011>>