HomeSort by relevance Sort by last modified time
    Searched defs:reset (Results 76 - 100 of 5406) sorted by null

1 2 34 5 6 7 8 91011>>

  /system/update_engine/update_manager/
fake_variable.h 42 void reset(const T* p_value) { function in class:chromeos_update_manager::FakeVariable
43 ptr_.reset(p_value);
53 // Returns the pointer set with reset(). The ownership of the object is passed
55 // call to GetValue() without reset() will return null and set the error
  /external/guava/guava/src/com/google/common/io/
CountingInputStream.java 78 // it's okay to mark even if mark isn't supported, as reset won't work
81 @Override public synchronized void reset() throws IOException { method in class:CountingInputStream
89 in.reset();
  /external/proguard/src/proguard/obfuscate/
SpecialNameFactory.java 50 public void reset() method in class:SpecialNameFactory
52 nameFactory.reset();
  /external/replicaisland/src/com/replica/replicaisland/
TiledBackgroundVertexGrid.java 27 public void reset() { method in class:TiledBackgroundVertexGrid
28 super.reset();
  /libcore/ojluni/src/main/java/java/io/
FilterInputStream.java 186 * call to the <code>reset</code> method repositions this stream at
198 * @see java.io.FilterInputStream#reset()
209 * simply performs <code>in.reset()</code>.
218 * code to reset the stream and try another parser.
225 public synchronized void reset() throws IOException { method in class:FilterInputStream
226 in.reset();
231 * and <code>reset</code> methods.
236 * <code>mark</code> and <code>reset</code> method;
240 * @see java.io.InputStream#reset()
FilterReader.java 116 public void reset() throws IOException { method in class:FilterReader
117 in.reset();
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ViewTreeObserverTest.java 39 listener1.reset();
40 listener2.reset();
47 listener1.reset();
48 listener2.reset();
75 public void reset() { method in class:ViewTreeObserverTest.TestOnGlobalLayoutListener
  /frameworks/support/transition/src/androidTest/java/androidx/transition/
AutoTransitionTest.java 80 counter.reset();
81 listener.reset();
110 void reset() { method in class:AutoTransitionTest.LayoutCounter
  /art/test/561-shared-slowpaths/src/
Main.java 45 reset(x, y); method
59 reset(x, y); method
73 reset(x, y); method
87 reset(x, y); method
101 reset(x, y); method
115 reset(x, y); method
129 reset(x, y); method
144 private static void reset(int[] x, int[] y) { method in class:Main
  /art/test/ti-agent/
scoped_local_ref.h 35 reset();
38 void reset(T ptr = nullptr) { function in class:art::ScopedLocalRef
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
AudioFiller.java 24 * Reset a stream to the beginning.
26 public void reset(); method in interface:AudioFiller
  /cts/tests/tests/content/src/android/content/cts/
ResultReceiver.java 42 public void reset() { method in class:ResultReceiver
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
StepHandlerWithJacobians.java 73 /** Reset the step handler.
77 void reset(); method in interface:StepHandlerWithJacobians
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
StepHandler.java 54 /** Reset the step handler.
58 void reset(); method in interface:StepHandler
  /external/apache-http/src/org/apache/http/
HttpConnectionMetrics.java 82 void reset(); method in interface:HttpConnectionMetrics
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
BlockCipher.java 52 * Reset the cipher. After resetting the cipher is in the same state
55 public void reset(); method in interface:BlockCipher
Digest.java 40 * call leaves the digest reset.
48 * reset the digest back to it's initial state.
50 public void reset(); method in interface:Digest
Mac.java 67 * Reset the MAC. At the end of resetting the MAC should be in the
70 public void reset(); method in interface:Mac
Signer.java 40 * reset the internal state
42 public void reset(); method in interface:Signer
StreamCipher.java 50 * reset the cipher. This leaves it in the same state
53 public void reset(); method in interface:StreamCipher
  /external/clang/include/clang/Sema/
CleanupInfo.h 34 void reset() { function in class:clang::CleanupInfo
  /external/compiler-rt/test/tsan/
signal_reset.cc 27 static void* reset(void *p) { function
63 pthread_create(&th[1], 0, reset, 0);
  /external/conscrypt/common/src/jni/main/include/conscrypt/
ssl_error.h 37 reset(ssl, returnCode);
50 void reset(SSL* ssl, int returnCode) { function in class:conscrypt::SslError
  /external/conscrypt/common/src/jni/unbundled/include/nativehelper/
ScopedLocalRef.h 33 reset();
36 void reset(T ptr = nullptr) { function in class:ScopedLocalRef
  /external/devlib/devlib/instrument/
energy_probe.py 61 def reset(self, sites=None, kinds=None, channels=None): member in class:EnergyProbeInstrument
62 super(EnergyProbeInstrument, self).reset(sites, kinds, channels)

Completed in 514 milliseconds

1 2 34 5 6 7 8 91011>>