HomeSort by relevance Sort by last modified time
    Searched defs:reset (Results 176 - 200 of 4238) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/linaro/hikey/l-loader/
start.S 24 b reset
40 reset: label
92 @ execute warm reset to switch aarch64
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
ANTLRStringStream.as 72 /** Reset the stream so that it's in the same state it was
76 public function reset():void { function
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeNodeStream.java 79 /** Reset the tree node stream in such a way that it acts like
82 public void reset(); method in interface:TreeNodeStream
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
FastQueue.h 50 public void reset() { p = 0; data.clear(); } function in class:FastQueue
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Parser.pm 15 sub reset { subroutine
18 $self->SUPER::reset(); # reset all recognizer state variables
63 $self->reset();
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
DummyStepHandler.java 61 /** Reset the step handler.
65 public void reset() { method in class:DummyStepHandler
  /external/apache-http/src/org/apache/http/impl/io/
HttpTransportMetricsImpl.java 64 public void reset() { method in class:HttpTransportMetricsImpl
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
VarNameCollector.java 38 * Reset the list for a fresh visitation and collection.
40 public void reset() method in class:VarNameCollector
69 * be reset if rewriting takes place.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Serializer.java 53 * 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/autotest/client/cros/chameleon/
audio_level.py 96 def reset(self): member in class:LevelController
  /external/autotest/client/deps/webgl_mpd/src/
cros_fps.js 25 crosFpsCounter.prototype.reset = function() {
  /external/autotest/frontend/client/src/autotest/afe/
CheckBoxPanel.java 42 public void reset() { method in class:CheckBoxPanel
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509ExtensionsGenerator.java 22 * Reset the generator
24 public void reset() method in class:X509ExtensionsGenerator
  /external/deqp/executor/
xeTestLogParser.cpp 44 void TestLogParser::reset (void) function in class:xe::TestLogParser
  /external/easymock/src/org/easymock/
Capture.java 55 * Will reset capture to a "nothing captured yet" state
57 public void reset() { method in class:Capture
117 reset(); method
IMocksControl.java 44 void reset(); method in interface:IMocksControl
  /external/guice/core/src/com/google/inject/internal/util/
Stopwatch.java 34 public long reset() { method in class:Stopwatch
47 logger.fine(label + ": " + reset() + "ms");
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
ParseStatus.java 18 public void reset() { method in class:ParseStatus
  /external/icu/android_icu4j/src/main/java/android/icu/util/
UResourceBundleIterator.java 79 public void reset(){ method in class:UResourceBundleIterator
80 //reset the internal context
  /external/icu/icu4c/source/common/
bytestrieiterator.cpp 82 BytesTrie::Iterator::reset() { function in class:BytesTrie::Iterator
ucharstrieiterator.cpp 80 UCharsTrie::Iterator::reset() { function in class:UCharsTrie::Iterator
uenumimp.h 95 * This function should reset the enumeration
126 UEnumReset *reset; member in struct:UEnumeration
  /external/icu/icu4c/source/common/unicode/
idna.h 307 void reset() { function in class:IDNAInfo
  /external/icu/icu4c/source/layout/
LEInsertionList.cpp 33 reset();
36 void LEInsertionList::reset() function in class:LEInsertionList
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
ParseStatus.java 14 public void reset() { method in class:ParseStatus

Completed in 558 milliseconds

1 2 3 4 5 6 78 91011>>