Searched defs:reset (Results 126 - 150 of 1221) sorted by relevance

1234567891011>>

/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLBIOSource.java91 public void reset() throws IOException { method in class:OpenSSLBIOSource.ByteBufferInputStream
92 source.reset();
/external/conscrypt/src/platform/java/org/conscrypt/
H A DTrustedCertificateIndex.java76 public void reset() { method in class:TrustedCertificateIndex
82 public void reset(Set<TrustAnchor> anchors) { method in class:TrustedCertificateIndex
84 reset();
/external/easymock/src/org/easymock/
H A DCapture.java55 * Will reset capture to a "nothing captured yet" state
57 public void reset() { method in class:Capture
117 reset();
/external/icu/icu4c/source/common/
H A Duenumimp.h95 * This function should reset the enumeration
126 UEnumReset *reset; member in struct:UEnumeration
H A Dumutex.h190 void reset() {fState = 0;}; function in struct:UInitOnce
/external/icu/icu4c/source/common/unicode/
H A Didna.h307 void reset() { function in class:IDNAInfo
/external/jsilver/src/com/google/streamhtmlparser/
H A DParser.java58 void reset(); method in interface:Parser
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCReleaser.h64 reset();
81 reset(rhs.get());
97 // reset() prior to using the "ptr_address()" member to make
131 reset(T ptr = NULL) function in class:CFCReleaser
/external/lldb/test/
H A Dlldbbench.py11 be sure to call the reset() method.
24 sw.reset()
46 def reset(self): member in class:Stopwatch
55 self.reset()
/external/lldb/tools/debugserver/source/MacOSX/
H A DCFUtils.h40 virtual ~CFReleaser() { reset(); }
48 reset(copy.get());
63 void reset(T ptr = NULL) function in class:CFReleaser
/external/lldb/utils/misc/
H A Dgrep-svn-log.py24 self.reset()
35 def reset(self): member in class:Log
69 log.reset()
/external/llvm/include/llvm/Transforms/Utils/
H A DCloning.h176 void reset() { function in class:llvm::InlineFunctionInfo
/external/lzma/CPP/Common/
H A DAutoPtr.h14 reset(p.release());
27 void reset(T* p = 0) function in class:CMyAutoPtr
/external/mockito/src/org/mockito/internal/progress/
H A DArgumentMatcherStorage.java27 void reset(); method in interface:ArgumentMatcherStorage
/external/proguard/src/proguard/classfile/util/
H A DExternalTypeEnumeration.java58 reset();
62 public void reset() method in class:ExternalTypeEnumeration
/external/proguard/src/proguard/obfuscate/
H A DDictionaryNameFactory.java140 public void reset() method in class:DictionaryNameFactory
144 nameFactory.reset();
H A DSpecialNameFactory.java50 public void reset() method in class:SpecialNameFactory
52 nameFactory.reset();
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DRpcController.java61 void reset(); method in interface:RpcController
/external/qemu/android/base/memory/
H A DScopedPtr.h47 // Destructor will call reset() automatically.
48 ~ScopedPtr() { reset(NULL); }
59 void reset(T* ptr) { function in class:android::base::ScopedPtr
/external/replicaisland/src/com/replica/replicaisland/
H A DBufferLibrary.java32 public void reset() { method in class:BufferLibrary
H A DContextParameters.java39 public void reset() { method in class:ContextParameters
H A DCrusherAndouComponent.java25 reset();
29 public void reset() { method in class:CrusherAndouComponent
H A DCustomToastSystem.java44 public void reset() { method in class:CustomToastSystem
H A DFixedAnimationComponent.java25 reset();
29 public void reset() { method in class:FixedAnimationComponent
H A DFrameRateWatcherComponent.java31 public void reset() { method in class:FrameRateWatcherComponent

Completed in 3932 milliseconds

1234567891011>>