Searched refs:reset (Results 1 - 25 of 3408) sorted by relevance

1234567891011>>

/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/
H A Dreset_self.pass.cpp14 // test reset against resetting self
23 void reset() {ptr_.reset();} function in struct:A
28 (new A)->reset();
/external/webrtc/webrtc/sound/
H A Dnullsoundsystemfactory.cc24 instance_.reset(new NullSoundSystem());
29 instance_.reset();
/external/apache-http/src/org/apache/http/io/
H A DHttpTransportMetrics.java50 void reset(); method in interface:HttpTransportMetrics
/external/proguard/src/proguard/obfuscate/
H A DNameFactory.java31 public void reset(); method in interface:NameFactory
H A DNumericNameFactory.java36 public void reset() method in class:NumericNameFactory
H A DNameFactoryResetter.java39 * @param nameFactory the name factory to be reset.
51 nameFactory.reset();
57 nameFactory.reset();
/external/webrtc/webrtc/modules/video_processing/util/
H A Ddenoiser_filter.cc33 filter.reset(new DenoiserFilterSSE2());
35 filter.reset(new DenoiserFilterC());
39 filter.reset(new DenoiserFilterNEON());
41 filter.reset(new DenoiserFilterC());
44 filter.reset(new DenoiserFilterC());
47 filter.reset(new DenoiserFilterC());
/external/replicaisland/src/com/replica/replicaisland/
H A DTexture.java34 reset();
37 public void reset() { method in class:Texture
H A DBaseObject.java42 public abstract void reset(); method in class:BaseObject
H A DPhasedObject.java33 public void reset() { method in class:PhasedObject
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DMemoable.java5 * via the copy() method and then reseting the object back to that state later using the reset() method.
20 * Implementations of this method <em>should</em> try to avoid or minimise memory allocation to perform the reset.
26 void reset(Memoable other); method in interface:Memoable
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/
H A DIAgent.java46 void reset(); method in interface:IAgent
51 * @param reset
56 byte[] getExecutionData(boolean reset); argument
62 * @param reset
68 void dump(boolean reset) throws IOException; argument
/external/opencv3/modules/videostab/include/opencv2/videostab/
H A Dframe_source.hpp61 virtual void reset() = 0;
68 virtual void reset() {} function in class:cv::videostab::NullFrameSource
77 virtual void reset();
/external/apache-http/src/org/apache/http/
H A DHttpConnectionMetrics.java82 void reset(); method in interface:HttpConnectionMetrics
/external/clang/test/Parser/
H A Dpragma-options.c7 /* expected-warning {{extra tokens at end of '#pragma options'}} */ #pragma options align = reset foo
10 #pragma options align=reset
17 /* expected-warning {{extra tokens at end of '#pragma align'}} */ #pragma align = reset foo
20 #pragma align=reset
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DRangeValueIterator.java102 public void reset(); method in interface:RangeValueIterator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DRangeValueIterator.java109 public void reset(); method in interface:RangeValueIterator
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
H A DIRemoteCommandVisitor.java22 * Requests a execution data dump with an optional reset.
26 * @param reset
27 * <code>true</code> if the reset should be executed
31 public void visitDumpCommand(final boolean dump, final boolean reset) argument
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dremove_if.pass.cpp62 ia[0].reset(new int(0));
63 ia[1].reset(new int(1));
64 ia[2].reset(new int(2));
65 ia[3].reset(new int(3));
66 ia[4].reset(new int(4));
67 ia[5].reset(new int(2));
68 ia[6].reset(new int(3));
69 ia[7].reset(new int(4));
70 ia[8].reset(new int(2));
/external/llvm/lib/Target/BPF/
H A DBPFFrameLowering.cpp36 SavedRegs.reset(BPF::R6);
37 SavedRegs.reset(BPF::R7);
38 SavedRegs.reset(BPF::R8);
39 SavedRegs.reset(BPF::R9);
/external/skia/src/animator/
H A DSkAnimateProperties.h16 SK_PROPERTY(reset),
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
H A Dmock_logging_handler.py24 self.reset()
30 def reset(self): member in class:MockLoggingHandler
/external/clang/test/Analysis/
H A Dptr-arith.cpp7 reset(p - 1);
9 void reset(int *in) { function in struct:X
/external/opencv3/modules/flann/include/opencv2/flann/
H A Dtimer.h62 reset();
85 void reset() function in class:cvflann::StartStopTimer
/external/skia/src/gpu/
H A DGrTextureAccess.cpp15 this->reset(texture, params);
21 this->reset(texture, filterMode, tileXAndY);
25 void GrTextureAccess::reset(GrTexture* texture, function in class:GrTextureAccess
32 void GrTextureAccess::reset(GrTexture* texture, function in class:GrTextureAccess
37 fParams.reset(tileXAndY, filterMode);

Completed in 2623 milliseconds

1234567891011>>