HomeSort by relevance Sort by last modified time
    Searched defs:reset (Results 1226 - 1250 of 2379) sorted by null

<<41424344454647484950>>

  /external/replicaisland/src/com/replica/replicaisland/
LifetimeComponent.java 41 reset(); method
46 public void reset() { method in class:LifetimeComponent
NPCAnimationComponent.java 53 reset(); method
58 public void reset() { method in class:NPCAnimationComponent
OrbitalMagnetComponent.java 37 reset(); method
42 public void reset() { method in class:OrbitalMagnetComponent
PatrolComponent.java 49 reset(); method
54 public void reset() { method in class:PatrolComponent
PhysicsComponent.java 39 reset(); method
44 public void reset() { method in class:PhysicsComponent
SolidSurfaceComponent.java 41 reset(); method
45 public void reset() { method in class:SolidSurfaceComponent
SoundSystem.java 53 public void reset() { method in class:SoundSystem
SphereCollisionVolume.java 79 public void reset() { method in class:SphereCollisionVolume
SpriteComponent.java 42 reset(); method
52 reset(); method
58 public void reset() { method in class:SpriteComponent
TextureLibrary.java 62 public void reset() { method in class:TextureLibrary
276 mTextureHash[x].reset(); method
TheSourceComponent.java 42 reset(); method
47 public void reset() { method in class:TheSourceComponent
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDialog.java 46 public static void reset() { method in class:ShadowDialog
ShadowDrawable.java 189 public static void reset() { method in class:ShadowDrawable
ShadowMediaPlayer.java 107 public void reset() { method in class:ShadowMediaPlayer
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
Scheduler.java 130 public void reset() { method in class:Scheduler
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
RobolectricTest.java 66 buff.reset();
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DialogTest.java 140 ShadowDialog.reset();
DrawableTest.java 44 ShadowDrawable.reset();
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
SchedulerTest.java 129 scheduler.reset();
143 scheduler.reset();
  /external/skia/include/core/
SkClipStack.h 230 fPath.reset();
269 void reset();
339 * Creates an uninitialized iterator. Must be reset()
361 void reset(const SkClipStack& stack, IterStart startLoc);
387 * Wrap Iter::reset to force initialization to the
390 void reset(const SkClipStack& stack) { function in class:SkClipStack::B2TIter
391 this->INHERITED::reset(stack, kBottom_IterStart);
SkRefCnt.h 91 * so they can reset fRefCnt before the destructor is called. Should only
187 T* reset(T* obj) { function in class:SkAutoTUnref
SkTArray.h 114 void reset() { this->pop_back_n(fCount); } function in class:SkTArray
119 void reset(int n) { function in class:SkTArray
136 void reset(const T* array, int count) { function in class:SkTArray
SkTemplates.h 120 void reset(T* obj) { function in class:SkAutoTDelete
202 void reset(int count) { function in class:SkAutoTArray
247 this->reset(count);
251 this->reset(0);
255 void reset(int count) { function in class:SkAutoSTArray
334 void reset(size_t count) {
395 T* reset(size_t count) { function in class:SkAutoSTArray
  /external/skia/include/gpu/
GrPaint.h 46 GrPaint() { this->reset(); }
93 fColorStages.reset();
105 fCoverageStages.reset();
150 void reset() { function in class:GrPaint
248 fColorStages.reset();
249 fCoverageStages.reset();
  /external/skia/src/animator/
SkAnimateMaker.cpp 90 // differs from SkAnimator::decodeStream in that it does not reset error state
264 void SkAnimateMaker::reset() { function in class:SkAnimateMaker
266 fChildren.reset();
267 fHelpers.reset();
268 fIDs.reset();
269 fEvents.reset();
288 fErrorString.reset();

Completed in 176 milliseconds

<<41424344454647484950>>