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

1 2 34 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
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/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
Memoable.java 6 * via the copy() method and then reseting the object back to that state later using the reset() method.
22 * Implementations of this method <em>should</em> try to avoid or minimise memory allocation to perform the reset.
28 void reset(Memoable other); method in interface:Memoable
  /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/
scoped_local_ref.h 32 reset();
35 void reset(T ptr = nullptr) { function in class:ScopedLocalRef
  /external/icu/android_icu4j/src/main/java/android/icu/util/
RangeValueIterator.java 104 public void reset(); method in interface:RangeValueIterator
ValueIterator.java 85 public void reset(); method in interface:ValueIterator
  /external/icu/icu4c/source/common/
umutex.h 239 void reset() {fState = 0;}; function in struct:UInitOnce
usetiter.cpp 24 reset(uSet);
33 reset();
104 void UnicodeSetIterator::reset(const UnicodeSet& uSet) { function in class:UnicodeSetIterator
106 reset();
112 void UnicodeSetIterator::reset() { function in class:UnicodeSetIterator
  /external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/
delete_align_val_t_replace.pass.cpp 58 void reset() { function
87 reset();
101 reset();
  /external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/
delete_align_val_t_replace.pass.cpp 57 void reset() { function
86 reset();
100 reset();
  /external/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/
destroy.pass.cpp 26 static void reset() { count = 0; } function in struct:Counted
  /external/llvm/include/llvm/MC/
MCAsmBackend.h 46 virtual void reset() {} function in class:llvm::MCAsmBackend
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIAEnumLineNumbers.cpp 44 void DIAEnumLineNumbers::reset() { Enumerator->Reset(); } function in class:DIAEnumLineNumbers
DIAEnumSourceFiles.cpp 44 void DIAEnumSourceFiles::reset() { Enumerator->Reset(); } function in class:DIAEnumSourceFiles
DIAEnumSymbols.cpp 48 void DIAEnumSymbols::reset() { Enumerator->Reset(); } function in class:DIAEnumSymbols
  /external/markdown/markdown/
blockparser.py 10 list. Each time a state is reset, that state is removed from the end of
14 reset when we back out of that level of nesting or the state could be
26 def reset(self): member in class:State
  /external/perfetto/include/perfetto/protozero/
contiguous_memory_range.h 32 inline void reset() { begin = nullptr; } function in struct:protozero::ContiguousMemoryRange
  /external/proguard/src/proguard/obfuscate/
NameFactoryResetter.java 39 * @param nameFactory the name factory to be reset.
51 nameFactory.reset();
57 nameFactory.reset();
  /external/replicaisland/src/com/replica/replicaisland/
BaseObject.java 42 public abstract void reset(); method in class:BaseObject
HitPoint.java 27 public final void reset() { method in class:HitPoint

Completed in 1610 milliseconds

1 2 34 5 6 7 8 91011>>