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

1 2 3 4 56 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
SHA384Digest.java 62 reset(); method
68 * reset the chaining variables
70 public void reset() method in class:SHA384Digest
72 super.reset();
93 public void reset(Memoable other) method in class:SHA384Digest
SHA512Digest.java 64 reset(); method
70 * reset the chaining variables
72 public void reset() method in class:SHA512Digest
74 super.reset();
95 public void reset(Memoable other) method in class:SHA512Digest
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
OneShotScheduler.java 47 public void reset() { method in class:OneShotScheduler
48 super.reset();
  /libcore/luni/src/main/java/java/io/
LineNumberInputStream.java 82 * Sending {@code reset()} will reposition this stream back to the marked
84 * The line number count will also be reset to the last marked
93 * @see #reset()
191 public void reset() throws IOException { method in class:LineNumberInputStream
192 in.reset();
205 * @see #reset()
213 * calls to {@code read} will not return these bytes unless {@code reset} is
225 * @see #reset()
LineNumberReader.java 76 * Sending {@code reset()} will reposition this reader back to the marked
79 * it can be restored when {@code reset()} is called.
87 * @see #reset()
211 public void reset() throws IOException { method in class:LineNumberReader
213 super.reset();
227 * @see #reset()
237 * {@code read} will not return these characters unless {@code reset}
249 * @see #reset()
  /libcore/luni/src/main/java/java/text/
CollationElementIterator.java 144 * attributes changed, calling {@code reset()} reinitializes the iterator to
147 public void reset() { method in class:CollationElementIterator
148 this.icuIterator.reset();
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
ProxyInputStream.java 114 * Invokes the delegate's <code>reset()</code> method.
117 public synchronized void reset() throws IOException { method in class:ProxyInputStream
118 in.reset();
ProxyReader.java 115 * Invokes the delegate's <code>reset()</code> method.
118 public synchronized void reset() throws IOException { method in class:ProxyReader
119 in.reset();
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
CloseShieldInputStream.java 72 * @see java.io.FilterInputStream#reset()
74 public synchronized void reset() throws IOException { method in class:CloseShieldInputStream
76 is.reset();
  /packages/apps/Settings/src/com/android/settings/widget/
PieChartView.java 130 mMatrix.reset();
142 slice.path.reset();
143 slice.pathSide.reset();
144 slice.pathOutline.reset();
148 mPathSide.reset();
149 mPathSideOutline.reset();
150 mPathOutline.reset();
  /external/apache-http/src/org/apache/http/impl/
HttpConnectionMetricsImpl.java 134 public void reset() { method in class:HttpConnectionMetricsImpl
136 this.outTransportMetric.reset();
139 this.inTransportMetric.reset();
  /external/replicaisland/src/com/replica/replicaisland/
InputXY.java 84 public void reset() { method in class:InputXY
85 mXAxis.reset();
86 mYAxis.reset();
DynamicCollisionComponent.java 38 reset(); method
42 public void reset() { method in class:DynamicCollisionComponent
68 mBoundingVolume.reset();
InventoryComponent.java 26 reset(); method
31 public void reset() { method in class:InventoryComponent
33 mInventory.reset();
69 public void reset() { method in class:InventoryComponent.UpdateRecord
  /cts/tests/tests/view/src/android/view/cts/
OrientationListenerTest.java 72 listener.reset();
90 public void reset() { method in class:OrientationListenerTest.MockOrientationListener
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Parser.java 48 public void reset() { method in class:Parser
49 super.reset(); // reset all recognizer state variables
79 /** Set the token stream and reset the parser */
82 reset(); method
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CFBBlockCipher.java 88 reset(); method
98 reset(); method
249 * reset the chaining vector back to the IV and reset the underlying
252 public void reset() method in class:CFBBlockCipher
256 cipher.reset();
OFBBlockCipher.java 85 reset(); method
95 reset(); method
178 * reset the feedback vector back to the IV and reset the underlying
181 public void reset() method in class:OFBBlockCipher
185 cipher.reset();
SICBlockCipher.java 60 reset(); method
108 public void reset() method in class:SICBlockCipher
111 cipher.reset();
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
HMAC.java 37 md.reset();
74 public void reset() method in class:HMAC
76 md.reset();
HashForSSH2Types.java 70 public void reset() method in class:HashForSSH2Types
72 md.reset();
  /external/proguard/src/proguard/obfuscate/
DictionaryNameFactory.java 140 public void reset() method in class:DictionaryNameFactory
144 nameFactory.reset();
  /external/smack/src/org/jivesoftware/smack/util/
ObservableReader.java 86 public void reset() throws IOException { method in class:ObservableReader
87 wrappedReader.reset();
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldPreferenceChangeEventTest.java 46 pl.reset();
71 pl.reset();
76 pl.reset();
101 pl.reset();
151 public void reset() { method in class:OldPreferenceChangeEventTest.MockPreferenceChangeListener
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidChecksumTest.java 48 adler.reset();
63 crc.reset();
87 adler.reset();

Completed in 35 milliseconds

1 2 3 4 56 7 8 91011>>