HomeSort by relevance Sort by last modified time
    Searched defs:reset (Results 1 - 25 of 4238) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/libbcc/lib/Core/
Script.cpp 23 bool Script::reset(Source &pSource, bool pPreserveCurrent) { function in class:Script
  /development/tools/idegen/src/
Stopwatch.java 24 void reset(String label) { method in class:Stopwatch
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteRuleElementStream.as 56 * 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.
87 /** Reset the condition of this stream so that it appears we have
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/
reset_self.pass.cpp 14 // test reset against resetting self
23 void reset() {ptr_.reset();} function in struct:A
28 (new A)->reset();
  /external/llvm/include/llvm/MC/
MCCodeEmitter.h 35 virtual void reset() {} function in class:llvm::MCCodeEmitter
  /external/skia/src/gpu/
GrTextureAccess.cpp 15 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);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/
reset_self.pass.cpp 14 // test reset against resetting self
23 void reset() {ptr_.reset();} function in struct:A
28 (new A)->reset();
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
mock_logging_handler.py 24 self.reset()
30 def reset(self): member in class:MockLoggingHandler
  /external/opencv3/modules/superres/src/
super_resolution.cpp 75 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/
ModelRegistration.cpp 29 void ModelRegistration::reset() function in class:ModelRegistration
  /external/proguard/src/proguard/obfuscate/
NameFactory.java 31 public void reset(); method in interface:NameFactory
NumericNameFactory.java 36 public void reset() method in class:NumericNameFactory
  /external/skia/tools/
UrlDataManager.cpp 24 urlData->fData.reset(SkRef(data));
35 void UrlDataManager::reset() { function in class:UrlDataManager
  /external/v8/test/mjsunit/es6/
microtask-delivery.js 31 function reset() { function
74 reset();
  /frameworks/av/media/libcpustats/
CentralTendencyStatistics.cpp 38 void CentralTendencyStatistics::reset() function in class:CentralTendencyStatistics
  /frameworks/base/core/java/android/content/
EntityIterator.java 30 * Reset the iterator back to the beginning.
32 public void reset(); method in interface:EntityIterator
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/
ffxx1-coff.s 6 reset: .word main ;reset vector label
ffxx1-elf.s 6 reset: .word main ;reset vector label
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
ParticleEffectPool.java 36 effect.reset();
46 public void reset () { method in class:ParticleEffectPool.PooledEffect
47 super.reset();
  /external/apache-http/src/org/apache/http/io/
HttpTransportMetrics.java 50 void reset(); method in interface:HttpTransportMetrics
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Memoable.java 5 * 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/clang/test/Analysis/
ptr-arith.cpp 7 reset(p - 1);
9 void reset(int *in) { function in struct:X
  /external/icu/icu4c/source/common/
errorcode.cpp 24 UErrorCode ErrorCode::reset() { function in class:ErrorCode
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btTetrahedronShape.h 43 void reset() function
  /external/replicaisland/src/com/replica/replicaisland/
SingleTouchFilter.java 18 public void reset() { method in class:SingleTouchFilter

Completed in 937 milliseconds

1 2 3 4 5 6 7 8 91011>>