HomeSort by relevance Sort by last modified time
    Searched defs:reset (Results 426 - 450 of 2379) sorted by null

<<11121314151617181920>>

  /system/media/audio_utils/include/audio_utils/
resampler.h 64 * reset resampler state
66 void (*reset)(struct resampler_itfe *resampler); member in struct:resampler_itfe
  /cts/tests/tests/widget/src/android/widget/cts/
RatingBarTest.java 76 listener.reset();
104 mockRatingBar.reset();
109 mockRatingBar.reset();
211 public void reset() { method in class:RatingBarTest.MockOnRatingBarChangeListener
246 public void reset() { method in class:RatingBarTest.MockRatingBar
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonTreeNodeStream.java 72 public void reset() { method in class:CommonTreeNodeStream
73 super.reset();
74 it.reset();
158 reset(); method
RewriteRuleElementStream.java 59 * 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.
101 /** Reset the condition of this stream so that it appears we have
103 * Once we reset the stream, any future use will need duplicates. Set
106 public void reset() { method in class:RewriteRuleElementStream
TreeIterator.java 71 public void reset() { method in class:TreeIterator
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
OneStepIterator.java 149 * Get a cloned Iterator that is reset to the beginning
309 * Reset the iterator.
311 public void reset() method in class:OneStepIterator
314 super.reset();
316 m_iterator.reset();
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
RenderContext.java 269 * Reset the RenderContext to default GL state
271 public void reset(){ method in class:RenderContext
298 textureIndexList.reset();
303 attribIndexList.reset();
  /libcore/luni/src/test/java/libcore/java/io/
OldBufferedReaderTest.java 90 br.reset();
103 br.reset();
117 in.reset();
129 in.reset();
376 r.reset(); // Now we're back half-way through the "\r\n".
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
BufferedInputStreamTest.java 202 is.reset();
204 is.reset();
217 in.reset();
224 in.reset();
380 * @tests java.io.BufferedInputStream#reset()
387 is.reset();
389 is.reset();
390 assertTrue("Reset failed", new String(buf1, 0, buf1.length)
399 bIn.reset();
403 * @tests java.io.BufferedInputStream#reset()
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
SerializationBenchmark.java 88 out.reset();
89 baos.reset();
101 bais.reset();
110 out.reset();
111 baos.reset();
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 151 public synchronized void reset() { method in class:Profile.Watchdog
152 mProfileData.reset();
207 // Reset the collected profiling data.
208 public static void reset() { method in class:Profile
209 sWatchdog.reset();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeWithPreviewPoints.java 90 protected void reset() { method in class:GestureStrokeWithPreviewPoints
91 super.reset();
175 mInterpolator.reset(px, py, 0, size);
  /cts/libs/deviceutil/src/android/cts/util/
WatchDog.java 27 * panic if watch-dog is not reset over certain amount of time
73 public void reset() { method in class:WatchDog
  /cts/suite/audio_quality/lib/src/
RWBuffer.h 39 void reset() { function in class:RWBuffer
  /cts/tests/core/runner/src/android/test/
InstrumentationCtsTestRunner.java 132 mEnvironment.reset();
218 void reset() { method in class:InstrumentationCtsTestRunner.TestEnvironment
  /cts/tests/src/android/content/cts/
MockContextWrapperService.java 75 public static void reset() { method in class:MockContextWrapperService
  /dalvik/vm/test/
TestIndirectRefTable.cpp 32 reset();
35 void reset() { function in class:Stopwatch
364 stopwatch.reset();
376 stopwatch.reset();
391 stopwatch.reset();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Clipping.java 81 mPath.reset();
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 35 /** 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
CommonTokenStream.as 70 /** Reset this token stream by setting its token source. */
312 public function reset():void { function
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3rewritestreams.h 93 /// 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.
105 /// Reset the condition of this stream so that it appears we have
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/misc/
FastQueue.java 51 public void reset() { clear(); } method in class:FastQueue
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
LookaheadStream.h 35 * 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/
Lexer.pm 23 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/
debug.rb 154 =begin This actually differs with reset in CommonTreeNodeStream -- why is this one blank?
155 def reset method in class:ANTLR3.Debug.TreeNodeStream

Completed in 858 milliseconds

<<11121314151617181920>>