Searched defs:reset (Results 226 - 250 of 1204) sorted by relevance

1234567891011>>

/external/emma/core/java12/com/vladium/emma/report/
H A DReportProcessor.java286 reset ();
312 private void reset () method in class:ReportProcessor
/external/emma/core/java12/com/vladium/util/
H A DByteArrayIStream.java95 * Differs from the contruct for InputStream.reset() in that this method
98 public final void reset () method in class:ByteArrayIStream
104 * Equivalent to {@link #reset()}.
108 reset ();
/external/guava/guava/src/com/google/common/io/
H A DCountingInputStream.java76 // it's okay to mark even if mark isn't supported, as reset won't work
79 @Override public synchronized void reset() throws IOException { method in class:CountingInputStream
87 in.reset();
H A DLimitInputStream.java58 // it's okay to mark even if mark isn't supported, as reset won't work
86 @Override public synchronized void reset() throws IOException { method in class:LimitInputStream
94 in.reset();
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DStopwatch.java137 public Stopwatch reset() { method in class:Stopwatch
/external/icu/icu4c/source/common/
H A Dbytestrieiterator.cpp82 BytesTrie::Iterator::reset() { function in class:BytesTrie::Iterator
H A Ducharstrieiterator.cpp80 UCharsTrie::Iterator::reset() { function in class:UCharsTrie::Iterator
/external/icu/icu4c/source/layout/
H A DLEInsertionList.cpp33 reset();
36 void LEInsertionList::reset() function in class:LEInsertionList
/external/jsilver/src/com/google/streamhtmlparser/util/
H A DCharacterRecorder.java127 public void reset() { method in class:CharacterRecorder
/external/lldb/test/
H A Dprogress.py42 self.reset()
67 def reset(self): member in class:ProgressBar
/external/llvm/include/llvm/ADT/
H A DUniqueVector.h96 /// reset - Clears all the entries.
98 void reset() { function in class:llvm::UniqueVector
/external/markdown/markdown/
H A Dpreprocessors.py71 def reset(self): member in class:HtmlStash
/external/proguard/src/proguard/classfile/editor/
H A DVariableEditor.java53 public void reset(int maxLocals) method in class:VariableEditor
/external/proguard/src/proguard/obfuscate/
H A DSimpleNameFactory.java65 public void reset() method in class:SimpleNameFactory
/external/replicaisland/src/com/replica/replicaisland/
H A DAttackAtDistanceComponent.java33 reset();
37 public void reset() { method in class:AttackAtDistanceComponent
H A DChannelSystem.java42 public void reset() { method in class:ChannelSystem
H A DDynamicCollisionComponent.java38 reset();
42 public void reset() { method in class:DynamicCollisionComponent
68 mBoundingVolume.reset();
H A DGenericAnimationComponent.java25 reset();
29 public void reset() { method in class:GenericAnimationComponent
H A DHitPlayerComponent.java32 reset();
37 public void reset() { method in class:HitPlayerComponent
H A DInputButton.java67 public final void reset() { method in class:InputButton
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

Completed in 2523 milliseconds

1234567891011>>