HomeSort by relevance Sort by last modified time
    Searched defs:reset (Results 51 - 75 of 5406) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skia/include/gpu/gl/
GrGLExtensions.h 66 void reset() { fStrings->reset(); } function in class:GrGLExtensions
  /external/skia/src/core/
SkAutoPixmapStorage.h 29 * On failure, return false and reset() the pixmap to empty.
56 void reset() { function in class:SkAutoPixmapStorage
58 this->INHERITED::reset();
60 void reset(const SkImageInfo& info, const void* addr, size_t rb) { function in class:SkAutoPixmapStorage
62 this->INHERITED::reset(info, addr, rb);
65 bool SK_WARN_UNUSED_RESULT reset(const SkMask& mask) { function in class:SkAutoPixmapStorage
67 return this->INHERITED::reset(mask);
SkPictureFlat.cpp 21 this->reset(nullptr);
24 void SkTypefacePlayback::reset(const SkRefCntSet* rec) { function in class:SkTypefacePlayback
45 this->reset(nullptr);
  /external/skia/src/gpu/
GrClipStackClip.h 23 GrClipStackClip(const SkClipStack* stack = nullptr) { this->reset(stack); }
25 void reset(const SkClipStack* stack) { fStack = stack; } function in class:final
  /external/skia/src/gpu/vk/
GrVkDescriptorPool.cpp 43 void GrVkDescriptorPool::reset(const GrVkGpu* gpu) { function in class:GrVkDescriptorPool
  /external/skqp/include/gpu/gl/
GrGLExtensions.h 66 void reset() { fStrings->reset(); } function in class:GrGLExtensions
  /external/skqp/src/core/
SkAutoPixmapStorage.h 29 * On failure, return false and reset() the pixmap to empty.
56 void reset() { function in class:SkAutoPixmapStorage
58 this->INHERITED::reset();
60 void reset(const SkImageInfo& info, const void* addr, size_t rb) { function in class:SkAutoPixmapStorage
62 this->INHERITED::reset(info, addr, rb);
65 bool SK_WARN_UNUSED_RESULT reset(const SkMask& mask) { function in class:SkAutoPixmapStorage
67 return this->INHERITED::reset(mask);
SkPictureFlat.cpp 21 this->reset(nullptr);
24 void SkTypefacePlayback::reset(const SkRefCntSet* rec) { function in class:SkTypefacePlayback
45 this->reset(nullptr);
  /external/skqp/src/gpu/
GrClipStackClip.h 23 GrClipStackClip(const SkClipStack* stack = nullptr) { this->reset(stack); }
25 void reset(const SkClipStack* stack) { fStack = stack; } function in class:final
  /external/skqp/src/gpu/vk/
GrVkDescriptorPool.cpp 43 void GrVkDescriptorPool::reset(const GrVkGpu* gpu) { function in class:GrVkDescriptorPool
  /external/testng/src/test/java/test/pholser/
Captor.java 22 public static void reset() { method in class:Captor
  /external/vogar/src/vogar/target/
TestEnvironmentRunListener.java 23 * A {@link RunListener} that will reset the environment before the start of every test.
34 testEnvironment.reset();
  /frameworks/av/media/extractors/mp4/
SampleIterator.cpp 41 reset();
44 void SampleIterator::reset() { function in class:android::SampleIterator
74 reset();
  /frameworks/base/core/java/android/hardware/sidekick/
SidekickInternal.java 28 * Tell Sidekick to reset back to newly-powered-on state.
30 * @return true on success (Sidekick is reset), false if Sidekick is not
34 public abstract boolean reset(); method in class:SidekickInternal
  /frameworks/base/libs/hwui/hwui/
AnimatedImageThread.cpp 39 std::future<AnimatedImageDrawable::Snapshot> AnimatedImageThread::reset( function in class:android::AnimatedImageThread
41 return queue().async([drawable]() { return drawable->reset(); });
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
SimpleScheduler.java 33 public void reset() { method in class:SimpleScheduler
  /frameworks/rs/tests/lldb/tests/harness/
util_timer.py 83 def reset(self): member in class:Timer
  /frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/testing/
TestAutoScroller.java 26 public void reset() { method in class:TestAutoScroller
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
AutoScroller.java 38 public abstract void reset(); method in class:AutoScroller
  /libcore/ojluni/src/main/java/java/util/zip/
Checksum.java 59 public void reset(); method in interface:Checksum
  /platform_testing/libraries/app-helpers/interfaces/common/src/android/platform/helpers/
IStopwatchHelper.java 37 * Reset the stopwatch
39 public void reset(); method in interface:IStopwatchHelper
  /prebuilts/gdb/darwin-x86/lib/python2.7/
dircache.py 12 __all__ = ["listdir", "opendir", "annotate", "reset"]
16 def reset(): function
17 """Reset the cache completely."""
  /prebuilts/gdb/linux-x86/lib/python2.7/
dircache.py 12 __all__ = ["listdir", "opendir", "annotate", "reset"]
16 def reset(): function
17 """Reset the cache completely."""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dircache.py 12 __all__ = ["listdir", "opendir", "annotate", "reset"]
16 def reset(): function
17 """Reset the cache completely."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dircache.py 12 __all__ = ["listdir", "opendir", "annotate", "reset"]
16 def reset(): function
17 """Reset the cache completely."""

Completed in 569 milliseconds

1 23 4 5 6 7 8 91011>>