Searched defs:reset (Results 1 - 25 of 1077) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DRewriteRuleElementStream.as56 * from then on. Streams are reset after subrules so that the streams
57 * can be reused in future subrules. So, reset must set a dirty bit.
89 * Once we reset the stream, any future use will need duplicates. Set
92 public function reset():void { function
/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/llvm/include/llvm/MC/
H A DMCCodeEmitter.h35 virtual void reset() {} function in class:llvm::MCCodeEmitter
/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/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
/external/apache-http/src/org/apache/http/io/
H A DHttpTransportMetrics.java50 void reset(); method in interface:HttpTransportMetrics
/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/icu/icu4c/source/common/
H A Derrorcode.cpp24 UErrorCode ErrorCode::reset() { function in class:ErrorCode
H A Dusetiter.cpp22 reset(uSet);
31 reset();
102 void UnicodeSetIterator::reset(const UnicodeSet& uSet) { function in class:UnicodeSetIterator
104 reset();
110 void UnicodeSetIterator::reset() { function in class:UnicodeSetIterator
/external/opencv3/modules/superres/src/
H A Dsuper_resolution.cpp75 void cv::superres::SuperResolution::reset() function in class:cv::superres::SuperResolution
77 frameSource_->reset();
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
H A DModelRegistration.cpp29 void ModelRegistration::reset() function in class:ModelRegistration
/external/replicaisland/src/com/replica/replicaisland/
H A DHitPoint.java27 public final void reset() { method in class:HitPoint
H A DSingleTouchFilter.java18 public void reset() { method in class:SingleTouchFilter
H A DVibrationSystem.java31 public void reset() { method in class:VibrationSystem
H A DBaseObject.java42 public abstract void reset(); method in class:BaseObject
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowLocalBroadcastManager.java8 * reset its state after each test run.
11 public static void reset() { method in class:ShadowLocalBroadcastManager
/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);
/external/testng/src/test/java/test/pholser/
H A DCaptor.java22 public static void reset() { method in class:Captor
/external/testng/src/test/java/test/thread/
H A DHelper.java25 public static void reset() { method in class:Helper
/external/clang/test/Analysis/
H A Dptr-arith.cpp7 reset(p - 1);
9 void reset(int *in) { function in struct:X
/external/glide/library/src/main/java/com/bumptech/glide/signature/
H A DApplicationVersionSignature.java39 static void reset() { method in class:ApplicationVersionSignature
/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/markdown/markdown/
H A Dblockparser.py10 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/opencv3/modules/flann/include/opencv2/flann/
H A Dtimer.h62 reset();
85 void reset() function in class:cvflann::StartStopTimer

Completed in 2214 milliseconds

1234567891011>>