Searched defs:reset (Results 276 - 300 of 1221) sorted by relevance

<<11121314151617181920>>

/external/apache-xml/src/main/java/org/apache/xpath/
H A DSourceTreeManager.java54 public void reset() method in class:SourceTreeManager
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DContextNodeList.java58 public void reset(); method in interface:ContextNodeList
102 * Get a cloned Iterator that is reset to the start of the iteration.
104 * @return A clone of this iteration that has been reset.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DBufferedBlockCipher.java87 reset();
288 reset();
296 public void reset() method in class:BufferedBlockCipher
309 // reset the underlying cipher.
311 cipher.reset();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DGeneralDigest.java121 public void reset() method in class:GeneralDigest
H A DOpenSSLDigest.java54 public void reset() { method in class:OpenSSLDigest
55 delegate.reset();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DDESedeEngine.java124 public void reset() method in class:DESedeEngine
H A DRC2Engine.java146 public void reset() method in class:RC2Engine
H A DRC4Engine.java104 public void reset() method in class:RC4Engine
125 // reset the state of the engine
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/
H A DCBCBlockCipherMac.java113 reset();
204 reset();
212 public void reset() method in class:CBCBlockCipherMac
225 * reset the underlying cipher.
227 cipher.reset();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DAEADBlockCipher.java125 public void reset(); method in interface:AEADBlockCipher
H A DCBCBlockCipher.java80 reset();
94 reset();
152 * reset the chaining vector back to the IV and reset the underlying
155 public void reset() method in class:CBCBlockCipher
160 cipher.reset();
H A DCFBBlockCipher.java89 reset();
99 reset();
260 * reset the chaining vector back to the IV and reset the underlying
263 public void reset() method in class:CFBBlockCipher
267 cipher.reset();
H A DOFBBlockCipher.java85 reset();
95 reset();
178 * reset the feedback vector back to the IV and reset the underlying
181 public void reset() method in class:OFBBlockCipher
185 cipher.reset();
H A DSICBlockCipher.java60 reset();
108 public void reset() method in class:SICBlockCipher
111 cipher.reset();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
H A DRSADigestSigner.java117 reset();
229 public void reset() method in class:RSADigestSigner
231 digest.reset();
/external/chromium_org/base/mac/
H A Dscoped_nsobject.h20 // reset()) by taking over the caller's existing ownership claim. The caller
48 reset([that.get() retain]);
52 void reset(NST object = nil) { function in class:base::scoped_nsprotocol
80 // [object_ release], use scoped_nsprotocol<>::reset().
/external/chromium_org/base/
H A Dscoped_generic.h23 // non-pointer types without having to write custom code for set, reset, and
98 void reset(const element_type& value = traits_type::InvalidValue()) { function in class:base::ScopedGeneric
/external/chromium_org/base/threading/
H A Dthread_collision_warner_unittest.cc51 void reset() { failed_ = false; } function in class:__anon2555::AssertReporter
116 local_reporter->reset();
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
H A Dchrome_ex_oauthsimple.js102 this.reset = function() {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
H A Dchrome_ex_oauthsimple.js102 this.reset = function() {
/external/chromium_org/crypto/
H A Dscoped_capi_types.h53 reset();
56 void reset(CAPIHandle handle = NULL) { function in class:crypto::ScopedCAPIHandle
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
H A Dscoped_ref.h18 ~ScopedRefBase() { reset(NULL); }
20 void reset(RefObject* obj) { function in class:sdk_util::ScopedRefBase
38 ScopedRef(const ScopedRef& ptr) { reset(ptr.get()); }
39 explicit ScopedRef(T* ptr) { reset(ptr); }
42 reset(ptr.get());
48 reset(ptr.get());
53 reset(ptr.get());
57 void reset(T* obj = NULL) { ScopedRefBase::reset(obj); } function in class:sdk_util::ScopedRef
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DSwipePinchDetector.java42 private void reset() { method in class:SwipePinchDetector
73 reset();
78 // gesture and reset the detector. In addition, a DOWN event should reset the detector,
84 reset();
H A DTapGestureDetector.java83 reset();
176 private void reset() { method in class:TapGestureDetector
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptPromiseProperty.h40 // ScriptPromiseProperty object for a given name at a time. See reset.
69 void reset();
141 void ScriptPromiseProperty<HolderType, ResolvedType, RejectedType>::reset() function in class:blink::ScriptPromiseProperty

Completed in 273 milliseconds

<<11121314151617181920>>